2023-10-12T23:03:48.925 INFO:root:teuthology version: 0.0.1.dev197+g8cdab07 2023-10-12T23:03:48.926 DEBUG:teuthology.run:Teuthology command: teuthology --verbose --description orch:cephadm:smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} --name dparmar-2023-10-12_18:15:41-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi --owner scheduled_dparmar@teuthology --archive /home/teuthworker/archive/dparmar-2023-10-12_18:15:41-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7423653 -- /home/teuthworker/archive/dparmar-2023-10-12_18:15:41-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7423653/orig.config.yaml 2023-10-12T23:03:48.961 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2023-10-12T23:03:49.044 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/dparmar-2023-10-12_18:15:41-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7423653 branch: fix-nfs-apply-err-reporting description: orch:cephadm:smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/nfs-ingress2 3-final} email: null first_in_suite: false job_id: '7423653' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: dparmar-2023-10-12_18:15:41-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-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: fix-nfs-apply-err-reporting 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: 9a92242e997527a07c7abe065696887f5f761546 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 9a92242e997527a07c7abe065696887f5f761546 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: fix-nfs-apply-err-reporting sha1: 9a92242e997527a07c7abe065696887f5f761546 owner: scheduled_dparmar@teuthology priority: 170 repo: https://git.ceph.com/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 3995 sha1: 9a92242e997527a07c7abe065696887f5f761546 sleep_before_teardown: 0 suite: orch:cephadm:smoke-roleless suite_branch: fix-nfs-apply-err-reporting suite_path: /home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa suite_relpath: qa suite_repo: https://git.ceph.com/ceph-ci.git suite_sha1: 9a92242e997527a07c7abe065696887f5f761546 targets: smithi088.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= smithi187.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools:3.0 --allowerasing --nobest - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - nvme_loop: null - cephadm: roleless: true - cephadm.shell: host.a: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - vip: null - cephadm.shell: host.a: - ceph orch device ls --refresh - vip.exec: all-hosts: - systemctl stop nfs-server - cephadm.shell: host.a: - ceph fs volume create foofs - ceph nfs cluster create foo --ingress --virtual-ip {{VIP0}}/{{VIPPREFIXLEN}} --port 2999 - ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake - cephadm.wait_for_service: service: nfs.foo - cephadm.wait_for_service: service: ingress.nfs.foo - vip.exec: host.a: - mkdir /mnt/foo - sleep 5 - mount -t nfs {{VIP0}}:/fake /mnt/foo -o port=2999 - echo test > /mnt/foo/testfile - sync - cephadm.shell: host.a: - "echo \"Check with each haproxy down in turn...\"\nfor haproxy in `ceph orch\ \ ps | grep ^haproxy.nfs.foo. | awk '{print $1}'`; do\n ceph orch daemon stop\ \ $haproxy\n while ! ceph orch ps | grep $haproxy | grep stopped; do sleep\ \ 1 ; done\n cat /mnt/foo/testfile\n echo $haproxy > /mnt/foo/testfile\n \ \ sync\n ceph orch daemon start $haproxy\n while ! ceph orch ps | grep $haproxy\ \ | grep running; do sleep 1 ; done\ndone\n" volumes: - /mnt/foo:/mnt/foo - vip.exec: all-hosts: - "echo \"Check with $(hostname) ganesha(s) down...\"\nfor c in `systemctl | grep\ \ ceph- | grep @nfs | awk '{print $1}'`; do\n cid=`echo $c | sed 's/@/-/'`\n\ \ id=`echo $c | cut -d @ -f 2 | sed 's/.service$//'`\n fsid=`echo $c |\ \ cut -d @ -f 1 | cut -d - -f 2-`\n echo \"Removing daemon $id fsid $fsid...\"\ \n sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id\n\n echo \"\ Waking up cephadm...\"\n sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh\n\ \n while ! timeout 1 cat /mnt/foo/testfile ; do true ; done\n echo \"\ Mount is back!\"\ndone\n" - cephadm.shell: host.a: - stat -c '%u %g' /var/log/ceph | grep '167 167' - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch ls | grep '^osd.all-available-devices ' teuthology: fragments_dropped: [] meta: {} postmerge: [] teuthology_branch: main teuthology_sha1: 8cdab074dcca9a68965bc5a50e9c30b691949723 timestamp: 2023-10-12_18:15:41 tube: smithi user: dparmar verbose: false worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2830 2023-10-12T23:03:49.045 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa; will attempt to use it 2023-10-12T23:03:49.046 INFO:teuthology.run:Found tasks at /home/teuthworker/src/git.ceph.com_ceph-c_9a92242e997527a07c7abe065696887f5f761546/qa/tasks 2023-10-12T23:03:49.046 INFO:teuthology.run_tasks:Running task internal.check_packages... 2023-10-12T23:03:49.048 INFO:teuthology.task.internal:Checking packages... 2023-10-12T23:03:49.071 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash '9a92242e997527a07c7abe065696887f5f761546' 2023-10-12T23:03:49.071 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2023-10-12T23:03:49.071 INFO:teuthology.packaging:ref: None 2023-10-12T23:03:49.072 INFO:teuthology.packaging:tag: None 2023-10-12T23:03:49.072 INFO:teuthology.packaging:branch: fix-nfs-apply-err-reporting 2023-10-12T23:03:49.072 INFO:teuthology.packaging:sha1: 9a92242e997527a07c7abe065696887f5f761546 2023-10-12T23:03:49.073 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=fix-nfs-apply-err-reporting 2023-10-12T23:03:49.213 INFO:teuthology.task.internal:Found packages for ceph version 18.0.0-6452.g9a92242e 2023-10-12T23:03:49.213 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2023-10-12T23:03:49.219 INFO:teuthology.task.internal:no buildpackages task found 2023-10-12T23:03:49.220 INFO:teuthology.run_tasks:Running task internal.save_config... 2023-10-12T23:03:49.262 INFO:teuthology.task.internal:Saving configuration 2023-10-12T23:03:49.275 INFO:teuthology.run_tasks:Running task internal.check_lock... 2023-10-12T23:03:49.281 INFO:teuthology.task.internal.check_lock:Checking locks... 2023-10-12T23:03:49.311 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi088.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-12_18:15:41-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7423653', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-12 22:58:10.690323', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-12T23:03:49.333 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi187.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/dparmar-2023-10-12_18:15:41-orch:cephadm:smoke-roleless-fix-nfs-apply-err-reporting-distro-default-smithi/7423653', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2023-10-12 22:58:10.691796', 'locked_by': 'scheduled_dparmar@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLVvN3+LmzPZ4ixiwyCkS3KZLZ9R6MOPm+kPtaJbl8fExpzbk8TudXCcJWHBL7DGPWFvye2jT6sei9eiX0EUQYs='} 2023-10-12T23:03:49.333 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2023-10-12T23:03:49.339 INFO:teuthology.task.internal:roles: ubuntu@smithi088.front.sepia.ceph.com - ['host.a', 'client.0'] 2023-10-12T23:03:49.341 INFO:teuthology.task.internal:roles: ubuntu@smithi187.front.sepia.ceph.com - ['host.b', 'client.1'] 2023-10-12T23:03:49.341 INFO:teuthology.run_tasks:Running task console_log... 2023-10-12T23:03:49.428 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f6766980a60>, signals=[15]) 2023-10-12T23:03:49.429 INFO:teuthology.run_tasks:Running task internal.connect... 2023-10-12T23:03:49.435 INFO:teuthology.task.internal:Opening connections... 2023-10-12T23:03:49.436 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi088.front.sepia.ceph.com 2023-10-12T23:03:49.438 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T23:03:49.507 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi187.front.sepia.ceph.com 2023-10-12T23:03:49.508 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T23:03:49.577 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2023-10-12T23:03:49.584 DEBUG:teuthology.orchestra.run.smithi088:> uname -m 2023-10-12T23:03:49.605 INFO:teuthology.orchestra.run.smithi088.stdout:x86_64 2023-10-12T23:03:49.605 DEBUG:teuthology.orchestra.run.smithi088:> cat /etc/os-release 2023-10-12T23:03:49.662 INFO:teuthology.orchestra.run.smithi088.stdout:NAME="Red Hat Enterprise Linux" 2023-10-12T23:03:49.663 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION="8.6 (Ootpa)" 2023-10-12T23:03:49.663 INFO:teuthology.orchestra.run.smithi088.stdout:ID="rhel" 2023-10-12T23:03:49.663 INFO:teuthology.orchestra.run.smithi088.stdout:ID_LIKE="fedora" 2023-10-12T23:03:49.663 INFO:teuthology.orchestra.run.smithi088.stdout:VERSION_ID="8.6" 2023-10-12T23:03:49.664 INFO:teuthology.orchestra.run.smithi088.stdout:PLATFORM_ID="platform:el8" 2023-10-12T23:03:49.664 INFO:teuthology.orchestra.run.smithi088.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-12T23:03:49.664 INFO:teuthology.orchestra.run.smithi088.stdout:ANSI_COLOR="0;31" 2023-10-12T23:03:49.664 INFO:teuthology.orchestra.run.smithi088.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-12T23:03:49.665 INFO:teuthology.orchestra.run.smithi088.stdout:HOME_URL="https://www.redhat.com/" 2023-10-12T23:03:49.665 INFO:teuthology.orchestra.run.smithi088.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-12T23:03:49.665 INFO:teuthology.orchestra.run.smithi088.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-12T23:03:49.665 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:03:49.665 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-12T23:03:49.666 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-12T23:03:49.666 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-12T23:03:49.666 INFO:teuthology.orchestra.run.smithi088.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-12T23:03:49.667 INFO:teuthology.lock.ops:Updating smithi088.front.sepia.ceph.com on lock server 2023-10-12T23:03:49.695 DEBUG:teuthology.orchestra.run.smithi187:> uname -m 2023-10-12T23:03:49.716 INFO:teuthology.orchestra.run.smithi187.stdout:x86_64 2023-10-12T23:03:49.716 DEBUG:teuthology.orchestra.run.smithi187:> cat /etc/os-release 2023-10-12T23:03:49.775 INFO:teuthology.orchestra.run.smithi187.stdout:NAME="Red Hat Enterprise Linux" 2023-10-12T23:03:49.775 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION="8.6 (Ootpa)" 2023-10-12T23:03:49.776 INFO:teuthology.orchestra.run.smithi187.stdout:ID="rhel" 2023-10-12T23:03:49.776 INFO:teuthology.orchestra.run.smithi187.stdout:ID_LIKE="fedora" 2023-10-12T23:03:49.776 INFO:teuthology.orchestra.run.smithi187.stdout:VERSION_ID="8.6" 2023-10-12T23:03:49.776 INFO:teuthology.orchestra.run.smithi187.stdout:PLATFORM_ID="platform:el8" 2023-10-12T23:03:49.776 INFO:teuthology.orchestra.run.smithi187.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2023-10-12T23:03:49.777 INFO:teuthology.orchestra.run.smithi187.stdout:ANSI_COLOR="0;31" 2023-10-12T23:03:49.777 INFO:teuthology.orchestra.run.smithi187.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2023-10-12T23:03:49.777 INFO:teuthology.orchestra.run.smithi187.stdout:HOME_URL="https://www.redhat.com/" 2023-10-12T23:03:49.777 INFO:teuthology.orchestra.run.smithi187.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2023-10-12T23:03:49.777 INFO:teuthology.orchestra.run.smithi187.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2023-10-12T23:03:49.778 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:03:49.778 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2023-10-12T23:03:49.778 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2023-10-12T23:03:49.778 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2023-10-12T23:03:49.778 INFO:teuthology.orchestra.run.smithi187.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2023-10-12T23:03:49.779 INFO:teuthology.lock.ops:Updating smithi187.front.sepia.ceph.com on lock server 2023-10-12T23:03:49.803 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2023-10-12T23:03:49.812 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2023-10-12T23:03:49.844 INFO:teuthology.task.internal:Checking for old test directory... 2023-10-12T23:03:49.845 DEBUG:teuthology.orchestra.run.smithi088:> test '!' -e /home/ubuntu/cephtest 2023-10-12T23:03:49.847 DEBUG:teuthology.orchestra.run.smithi187:> test '!' -e /home/ubuntu/cephtest 2023-10-12T23:03:49.866 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2023-10-12T23:03:49.872 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2023-10-12T23:03:49.872 DEBUG:teuthology.orchestra.run.smithi088:> test -z $(ls -A /var/lib/ceph) 2023-10-12T23:03:49.905 DEBUG:teuthology.orchestra.run.smithi187:> test -z $(ls -A /var/lib/ceph) 2023-10-12T23:03:49.932 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2023-10-12T23:03:49.988 INFO:teuthology.run_tasks:Running task kernel... 2023-10-12T23:03:50.003 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2023-10-12T23:03:50.003 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2023-10-12T23:03:50.004 DEBUG:teuthology.orchestra.run.smithi088:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-12T23:03:50.005 DEBUG:teuthology.orchestra.run.smithi187:> test -f /run/.containerenv -o -f /.dockerenv 2023-10-12T23:03:50.023 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T23:03:50.024 DEBUG:teuthology.orchestra.run.smithi088:> uname -r 2023-10-12T23:03:50.024 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T23:03:50.025 DEBUG:teuthology.orchestra.run.smithi187:> uname -r 2023-10-12T23:03:50.082 INFO:teuthology.orchestra.run.smithi088.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-12T23:03:50.083 INFO:teuthology.task.kernel:Running kernel on smithi088: 4.18.0-372.9.1.el8.x86_64 2023-10-12T23:03:50.083 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum install -y kernel 2023-10-12T23:03:50.084 INFO:teuthology.orchestra.run.smithi187.stdout:4.18.0-372.9.1.el8.x86_64 2023-10-12T23:03:50.084 INFO:teuthology.task.kernel:Running kernel on smithi187: 4.18.0-372.9.1.el8.x86_64 2023-10-12T23:03:50.085 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum install -y kernel 2023-10-12T23:03:51.255 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-10-12T23:03:51.256 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-10-12T23:03:51.259 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-10-12T23:03:51.259 INFO:teuthology.orchestra.run.smithi187.stdout:Unable to read consumer identity 2023-10-12T23:03:52.619 INFO:teuthology.orchestra.run.smithi088.stdout:Copr repo for python3-asyncssh owned by ceph 22 kB/s | 3.5 kB 00:00 2023-10-12T23:03:52.758 INFO:teuthology.orchestra.run.smithi187.stdout:Copr repo for python3-asyncssh owned by ceph 17 kB/s | 3.5 kB 00:00 2023-10-12T23:03:53.442 INFO:teuthology.orchestra.run.smithi187.stdout:Extra Packages for Enterprise Linux 24 MB/s | 16 MB 00:00 2023-10-12T23:03:54.345 INFO:teuthology.orchestra.run.smithi088.stdout:Extra Packages for Enterprise Linux 9.3 MB/s | 16 MB 00:01 2023-10-12T23:03:56.917 INFO:teuthology.orchestra.run.smithi187.stdout:lab-extras 337 kB/s | 24 kB 00:00 2023-10-12T23:03:57.603 INFO:teuthology.orchestra.run.smithi187.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-12T23:03:57.672 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2023-10-12T23:03:57.673 INFO:teuthology.orchestra.run.smithi187.stdout:Nothing to do. 2023-10-12T23:03:57.673 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2023-10-12T23:03:57.809 DEBUG:teuthology.orchestra.run.smithi187:> echo no | sudo yum reinstall kernel || true 2023-10-12T23:03:57.928 INFO:teuthology.orchestra.run.smithi088.stdout:lab-extras 251 kB/s | 24 kB 00:00 2023-10-12T23:03:58.141 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-10-12T23:03:58.141 INFO:teuthology.orchestra.run.smithi187.stdout:Unable to read consumer identity 2023-10-12T23:03:58.407 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:02 ago on Thu 12 Oct 2023 11:03:56 PM UTC. 2023-10-12T23:03:58.448 INFO:teuthology.orchestra.run.smithi187.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-12T23:03:58.489 INFO:teuthology.orchestra.run.smithi187.stderr:Error: No packages marked for reinstall. 2023-10-12T23:03:58.536 DEBUG:teuthology.orchestra.run.smithi187:> sudo yum reinstall -y kernel || true 2023-10-12T23:03:58.647 INFO:teuthology.orchestra.run.smithi088.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2023-10-12T23:03:58.701 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-10-12T23:03:58.702 INFO:teuthology.orchestra.run.smithi088.stdout:Nothing to do. 2023-10-12T23:03:58.703 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-10-12T23:03:58.824 DEBUG:teuthology.orchestra.run.smithi088:> echo no | sudo yum reinstall kernel || true 2023-10-12T23:03:58.864 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-10-12T23:03:58.885 INFO:teuthology.orchestra.run.smithi187.stdout:Unable to read consumer identity 2023-10-12T23:03:59.122 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:00:03 ago on Thu 12 Oct 2023 11:03:56 PM UTC. 2023-10-12T23:03:59.155 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-10-12T23:03:59.155 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-10-12T23:03:59.165 INFO:teuthology.orchestra.run.smithi187.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-12T23:03:59.195 INFO:teuthology.orchestra.run.smithi187.stderr:Error: No packages marked for reinstall. 2023-10-12T23:03:59.241 DEBUG:teuthology.orchestra.run.smithi187:> rpm -q kernel | sort -rV | head -n 1 2023-10-12T23:03:59.321 INFO:teuthology.orchestra.run.smithi187.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-12T23:03:59.321 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-12T23:03:59.322 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-12T23:03:59.322 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2023-10-12T23:03:59.322 DEBUG:teuthology.orchestra.run.smithi187:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-12T23:03:59.348 INFO:teuthology.orchestra.run.smithi187.stdout:ttyS1 2023-10-12T23:03:59.365 DEBUG:teuthology.parallel:result is None 2023-10-12T23:03:59.417 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:02 ago on Thu 12 Oct 2023 11:03:57 PM UTC. 2023-10-12T23:03:59.461 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-12T23:03:59.501 INFO:teuthology.orchestra.run.smithi088.stderr:Error: No packages marked for reinstall. 2023-10-12T23:03:59.548 DEBUG:teuthology.orchestra.run.smithi088:> sudo yum reinstall -y kernel || true 2023-10-12T23:03:59.878 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-10-12T23:03:59.878 INFO:teuthology.orchestra.run.smithi088.stdout:Unable to read consumer identity 2023-10-12T23:04:00.142 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:00:03 ago on Thu 12 Oct 2023 11:03:57 PM UTC. 2023-10-12T23:04:00.185 INFO:teuthology.orchestra.run.smithi088.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2023-10-12T23:04:00.218 INFO:teuthology.orchestra.run.smithi088.stderr:Error: No packages marked for reinstall. 2023-10-12T23:04:00.267 DEBUG:teuthology.orchestra.run.smithi088:> rpm -q kernel | sort -rV | head -n 1 2023-10-12T23:04:00.347 INFO:teuthology.orchestra.run.smithi088.stdout:kernel-4.18.0-372.9.1.el8.x86_64 2023-10-12T23:04:00.347 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-372.9.1.el8.x86_64 2023-10-12T23:04:00.348 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2023-10-12T23:04:00.348 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2023-10-12T23:04:00.348 DEBUG:teuthology.orchestra.run.smithi088:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2023-10-12T23:04:00.374 INFO:teuthology.orchestra.run.smithi088.stdout:ttyS1 2023-10-12T23:04:00.388 DEBUG:teuthology.parallel:result is None 2023-10-12T23:04:00.389 INFO:teuthology.run_tasks:Running task internal.base... 2023-10-12T23:04:00.400 INFO:teuthology.task.internal:Creating test directory... 2023-10-12T23:04:00.401 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-12T23:04:00.431 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2023-10-12T23:04:00.451 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2023-10-12T23:04:00.458 INFO:teuthology.run_tasks:Running task internal.archive... 2023-10-12T23:04:00.477 INFO:teuthology.task.internal:Creating archive directory... 2023-10-12T23:04:00.478 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-12T23:04:00.487 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2023-10-12T23:04:00.523 INFO:teuthology.run_tasks:Running task internal.coredump... 2023-10-12T23:04:00.529 INFO:teuthology.task.internal:Enabling coredump saving... 2023-10-12T23:04:00.529 DEBUG:teuthology.orchestra.run.smithi088:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-12T23:04:00.545 DEBUG:teuthology.orchestra.run.smithi187:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2023-10-12T23:04:00.588 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T23:04:00.597 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T23:04:00.598 INFO:teuthology.orchestra.run.smithi088.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T23:04:00.608 INFO:teuthology.orchestra.run.smithi187.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2023-10-12T23:04:00.610 INFO:teuthology.run_tasks:Running task internal.sudo... 2023-10-12T23:04:00.620 INFO:teuthology.task.internal:Configuring sudo... 2023-10-12T23:04:00.620 DEBUG:teuthology.orchestra.run.smithi088:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-12T23:04:00.622 DEBUG:teuthology.orchestra.run.smithi187:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2023-10-12T23:04:00.679 INFO:teuthology.run_tasks:Running task internal.syslog... 2023-10-12T23:04:00.689 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2023-10-12T23:04:00.689 DEBUG:teuthology.orchestra.run.smithi088:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-12T23:04:00.692 DEBUG:teuthology.orchestra.run.smithi187:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2023-10-12T23:04:00.738 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T23:04:00.791 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T23:04:00.844 DEBUG:teuthology.orchestra.run.smithi088:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T23:04:00.929 DEBUG:teuthology.orchestra.run.smithi088:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T23:04:00.969 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:04:00.970 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-12T23:04:01.036 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T23:04:01.084 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2023-10-12T23:04:01.135 DEBUG:teuthology.orchestra.run.smithi187:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T23:04:01.218 DEBUG:teuthology.orchestra.run.smithi187:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2023-10-12T23:04:01.263 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-10-12T23:04:01.264 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2023-10-12T23:04:01.332 DEBUG:teuthology.orchestra.run.smithi088:> sudo service rsyslog restart 2023-10-12T23:04:01.335 DEBUG:teuthology.orchestra.run.smithi187:> sudo service rsyslog restart 2023-10-12T23:04:01.393 INFO:teuthology.orchestra.run.smithi088.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-12T23:04:01.426 INFO:teuthology.orchestra.run.smithi187.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2023-10-12T23:04:01.835 INFO:teuthology.run_tasks:Running task internal.timer... 2023-10-12T23:04:01.843 INFO:teuthology.task.internal:Starting timer... 2023-10-12T23:04:01.844 INFO:teuthology.run_tasks:Running task pcp... 2023-10-12T23:04:01.882 INFO:teuthology.run_tasks:Running task selinux... 2023-10-12T23:04:01.914 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2023-10-12T23:04:01.915 DEBUG:teuthology.orchestra.run.smithi088:> sudo service auditd rotate 2023-10-12T23:04:01.978 INFO:teuthology.orchestra.run.smithi088.stdout:Rotating logs: 2023-10-12T23:04:01.980 DEBUG:teuthology.orchestra.run.smithi187:> sudo service auditd rotate 2023-10-12T23:04:02.043 INFO:teuthology.orchestra.run.smithi187.stdout:Rotating logs: 2023-10-12T23:04:02.045 DEBUG:teuthology.task.selinux:Getting current SELinux state 2023-10-12T23:04:02.046 DEBUG:teuthology.orchestra.run.smithi088:> /usr/sbin/getenforce 2023-10-12T23:04:02.070 INFO:teuthology.orchestra.run.smithi088.stdout:Permissive 2023-10-12T23:04:02.071 DEBUG:teuthology.orchestra.run.smithi187:> /usr/sbin/getenforce 2023-10-12T23:04:02.106 INFO:teuthology.orchestra.run.smithi187.stdout:Permissive 2023-10-12T23:04:02.106 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi088.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi187.front.sepia.ceph.com': 'permissive'} 2023-10-12T23:04:02.107 DEBUG:teuthology.orchestra.run.smithi088:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-12T23:04:02.137 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T23:04:02.138 DEBUG:teuthology.orchestra.run.smithi187:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2023-10-12T23:04:02.173 DEBUG:teuthology.orchestra.run:got remote process result: 1 2023-10-12T23:04:02.174 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2023-10-12T23:04:02.174 DEBUG:teuthology.orchestra.run.smithi088:> sudo /usr/sbin/setenforce permissive 2023-10-12T23:04:02.208 DEBUG:teuthology.orchestra.run.smithi187:> sudo /usr/sbin/setenforce permissive 2023-10-12T23:04:02.241 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2023-10-12T23:04:02.251 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main was just updated or references a specific commit; assuming it is current 2023-10-12T23:04:02.251 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2023-10-12T23:04:02.270 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2023-10-12T23:04:02.271 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi088.front.sepia.ceph.com,smithi187.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2023-10-12T23:13:25.240 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi088.front.sepia.ceph.com'), Remote(name='ubuntu@smithi187.front.sepia.ceph.com')] 2023-10-12T23:13:25.241 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-10-12T23:13:25.243 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi088.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T23:13:25.312 DEBUG:teuthology.orchestra.run.smithi088:> true 2023-10-12T23:13:25.337 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi088.front.sepia.ceph.com' 2023-10-12T23:13:25.338 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi187.front.sepia.ceph.com' 2023-10-12T23:13:25.338 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi187.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2023-10-12T23:13:25.407 DEBUG:teuthology.orchestra.run.smithi187:> true 2023-10-12T23:13:25.435 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi187.front.sepia.ceph.com' 2023-10-12T23:13:25.436 INFO:teuthology.run_tasks:Running task clock... 2023-10-12T23:13:25.447 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2023-10-12T23:13:25.448 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-12T23:13:25.449 DEBUG:teuthology.orchestra.run.smithi088:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-12T23:13:25.451 INFO:teuthology.orchestra.run:Running command with timeout 360 2023-10-12T23:13:25.451 DEBUG:teuthology.orchestra.run.smithi187:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2023-10-12T23:13:25.480 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-12T23:13:25.494 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-12T23:13:25.509 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2023-10-12T23:13:25.525 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2023-10-12T23:13:25.561 INFO:teuthology.orchestra.run.smithi088.stderr:sudo: ntpd: command not found 2023-10-12T23:13:25.573 INFO:teuthology.orchestra.run.smithi088.stdout:506 Cannot talk to daemon 2023-10-12T23:13:25.587 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-12T23:13:25.600 INFO:teuthology.orchestra.run.smithi187.stderr:sudo: ntpd: command not found 2023-10-12T23:13:25.601 INFO:teuthology.orchestra.run.smithi088.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-12T23:13:25.613 INFO:teuthology.orchestra.run.smithi187.stdout:506 Cannot talk to daemon 2023-10-12T23:13:25.627 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntp.service: Unit ntp.service not found. 2023-10-12T23:13:25.641 INFO:teuthology.orchestra.run.smithi187.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2023-10-12T23:13:25.672 INFO:teuthology.orchestra.run.smithi088.stderr:bash: ntpq: command not found 2023-10-12T23:13:25.676 INFO:teuthology.orchestra.run.smithi088.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-12T23:13:25.676 INFO:teuthology.orchestra.run.smithi088.stdout:=============================================================================== 2023-10-12T23:13:25.676 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T23:13:25.677 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T23:13:25.677 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T23:13:25.677 INFO:teuthology.orchestra.run.smithi088.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T23:13:25.714 INFO:teuthology.orchestra.run.smithi187.stderr:bash: ntpq: command not found 2023-10-12T23:13:25.718 INFO:teuthology.orchestra.run.smithi187.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2023-10-12T23:13:25.718 INFO:teuthology.orchestra.run.smithi187.stdout:=============================================================================== 2023-10-12T23:13:25.719 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T23:13:25.719 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T23:13:25.719 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T23:13:25.719 INFO:teuthology.orchestra.run.smithi187.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2023-10-12T23:13:25.720 INFO:teuthology.run_tasks:Running task pexec... 2023-10-12T23:13:25.729 INFO:teuthology.task.pexec:Executing custom commands... 2023-10-12T23:13:25.730 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi088.front.sepia.ceph.com 2023-10-12T23:13:25.730 DEBUG:teuthology.orchestra.run.smithi088:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-12T23:13:25.731 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi187.front.sepia.ceph.com 2023-10-12T23:13:25.731 DEBUG:teuthology.orchestra.run.smithi187:> TESTDIR=/home/ubuntu/cephtest bash -s 2023-10-12T23:13:26.104 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-10-12T23:13:26.132 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-10-12T23:13:27.039 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:37 ago on Thu 12 Oct 2023 11:11:49 PM UTC. 2023-10-12T23:13:27.116 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:48 ago on Thu 12 Oct 2023 11:11:38 PM UTC. 2023-10-12T23:13:28.929 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-10-12T23:13:28.930 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-10-12T23:13:28.933 INFO:teuthology.orchestra.run.smithi088.stdout: Package Architecture Version Repository Size 2023-10-12T23:13:28.933 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-10-12T23:13:28.933 INFO:teuthology.orchestra.run.smithi088.stdout:Resetting modules: 2023-10-12T23:13:28.934 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 2023-10-12T23:13:28.934 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:13:28.934 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-10-12T23:13:28.935 INFO:teuthology.orchestra.run.smithi088.stdout:================================================================================ 2023-10-12T23:13:28.935 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:13:28.987 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2023-10-12T23:13:28.988 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2023-10-12T23:13:28.988 INFO:teuthology.orchestra.run.smithi187.stdout: Package Architecture Version Repository Size 2023-10-12T23:13:28.989 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2023-10-12T23:13:28.989 INFO:teuthology.orchestra.run.smithi187.stdout:Resetting modules: 2023-10-12T23:13:28.989 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools 2023-10-12T23:13:28.990 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:13:28.990 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2023-10-12T23:13:28.990 INFO:teuthology.orchestra.run.smithi187.stdout:================================================================================ 2023-10-12T23:13:28.991 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:13:29.892 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:40 ago on Thu 12 Oct 2023 11:11:49 PM UTC. 2023-10-12T23:13:29.958 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:51 ago on Thu 12 Oct 2023 11:11:38 PM UTC. 2023-10-12T23:13:32.712 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2023-10-12T23:13:32.729 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-10-12T23:13:33.173 INFO:teuthology.orchestra.run.smithi187.stdout:Updating Subscription Management repositories. 2023-10-12T23:13:33.178 INFO:teuthology.orchestra.run.smithi088.stdout:Updating Subscription Management repositories. 2023-10-12T23:13:34.005 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:01:55 ago on Thu 12 Oct 2023 11:11:38 PM UTC. 2023-10-12T23:13:34.007 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:01:44 ago on Thu 12 Oct 2023 11:11:49 PM UTC. 2023-10-12T23:13:35.696 INFO:teuthology.orchestra.run.smithi088.stdout:Dependencies resolved. 2023-10-12T23:13:35.708 INFO:teuthology.orchestra.run.smithi187.stdout:Dependencies resolved. 2023-10-12T23:13:35.787 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================================== 2023-10-12T23:13:35.787 INFO:teuthology.orchestra.run.smithi088.stdout: Package Arch Version Repository Size 2023-10-12T23:13:35.788 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================================== 2023-10-12T23:13:35.788 INFO:teuthology.orchestra.run.smithi088.stdout:Installing group/module packages: 2023-10-12T23:13:35.788 INFO:teuthology.orchestra.run.smithi088.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-10-12T23:13:35.788 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-10-12T23:13:35.788 INFO:teuthology.orchestra.run.smithi088.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-10-12T23:13:35.789 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-10-12T23:13:35.789 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-12T23:13:35.789 INFO:teuthology.orchestra.run.smithi088.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-12T23:13:35.789 INFO:teuthology.orchestra.run.smithi088.stdout:Installing dependencies: 2023-10-12T23:13:35.789 INFO:teuthology.orchestra.run.smithi088.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-12T23:13:35.790 INFO:teuthology.orchestra.run.smithi088.stdout:Downgrading: 2023-10-12T23:13:35.790 INFO:teuthology.orchestra.run.smithi088.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-12T23:13:35.790 INFO:teuthology.orchestra.run.smithi088.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-10-12T23:13:35.790 INFO:teuthology.orchestra.run.smithi088.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-10-12T23:13:35.790 INFO:teuthology.orchestra.run.smithi088.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-10-12T23:13:35.791 INFO:teuthology.orchestra.run.smithi088.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-10-12T23:13:35.791 INFO:teuthology.orchestra.run.smithi088.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-10-12T23:13:35.791 INFO:teuthology.orchestra.run.smithi088.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-10-12T23:13:35.791 INFO:teuthology.orchestra.run.smithi088.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-10-12T23:13:35.791 INFO:teuthology.orchestra.run.smithi088.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-10-12T23:13:35.791 INFO:teuthology.orchestra.run.smithi088.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-10-12T23:13:35.792 INFO:teuthology.orchestra.run.smithi088.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-10-12T23:13:35.792 INFO:teuthology.orchestra.run.smithi088.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-12T23:13:35.792 INFO:teuthology.orchestra.run.smithi088.stdout:Installing module profiles: 2023-10-12T23:13:35.792 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools/common 2023-10-12T23:13:35.792 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling module streams: 2023-10-12T23:13:35.793 INFO:teuthology.orchestra.run.smithi088.stdout: container-tools 3.0 2023-10-12T23:13:35.793 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:13:35.793 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction Summary 2023-10-12T23:13:35.793 INFO:teuthology.orchestra.run.smithi088.stdout:========================================================================================================================== 2023-10-12T23:13:35.793 INFO:teuthology.orchestra.run.smithi088.stdout:Install 7 Packages 2023-10-12T23:13:35.793 INFO:teuthology.orchestra.run.smithi088.stdout:Downgrade 12 Packages 2023-10-12T23:13:35.794 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:13:35.795 INFO:teuthology.orchestra.run.smithi088.stdout:Total download size: 51 M 2023-10-12T23:13:35.795 INFO:teuthology.orchestra.run.smithi088.stdout:Downloading Packages: 2023-10-12T23:13:35.801 INFO:teuthology.orchestra.run.smithi187.stdout:========================================================================================================================== 2023-10-12T23:13:35.801 INFO:teuthology.orchestra.run.smithi187.stdout: Package Arch Version Repository Size 2023-10-12T23:13:35.802 INFO:teuthology.orchestra.run.smithi187.stdout:========================================================================================================================== 2023-10-12T23:13:35.802 INFO:teuthology.orchestra.run.smithi187.stdout:Installing group/module packages: 2023-10-12T23:13:35.802 INFO:teuthology.orchestra.run.smithi187.stdout: buildah x86_64 1.19.9-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.8 M 2023-10-12T23:13:35.802 INFO:teuthology.orchestra.run.smithi187.stdout: cockpit-podman noarch 29-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 1.1 M 2023-10-12T23:13:35.802 INFO:teuthology.orchestra.run.smithi187.stdout: crun x86_64 0.18-3.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 185 k 2023-10-12T23:13:35.803 INFO:teuthology.orchestra.run.smithi187.stdout: skopeo x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 6.4 M 2023-10-12T23:13:35.803 INFO:teuthology.orchestra.run.smithi187.stdout: toolbox x86_64 0.0.99.3-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.2 M 2023-10-12T23:13:35.803 INFO:teuthology.orchestra.run.smithi187.stdout: udica noarch 0.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-12T23:13:35.803 INFO:teuthology.orchestra.run.smithi187.stdout:Installing dependencies: 2023-10-12T23:13:35.803 INFO:teuthology.orchestra.run.smithi187.stdout: yajl x86_64 2.1.0-10.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2023-10-12T23:13:35.804 INFO:teuthology.orchestra.run.smithi187.stdout:Downgrading: 2023-10-12T23:13:35.804 INFO:teuthology.orchestra.run.smithi187.stdout: conmon x86_64 2:2.0.26-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-12T23:13:35.804 INFO:teuthology.orchestra.run.smithi187.stdout: container-selinux noarch 2:2.178.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 53 k 2023-10-12T23:13:35.804 INFO:teuthology.orchestra.run.smithi187.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 19 M 2023-10-12T23:13:35.805 INFO:teuthology.orchestra.run.smithi187.stdout: containers-common x86_64 1:1.2.4-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 91 k 2023-10-12T23:13:35.805 INFO:teuthology.orchestra.run.smithi187.stdout: criu x86_64 3.15-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 511 k 2023-10-12T23:13:35.805 INFO:teuthology.orchestra.run.smithi187.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 72 k 2023-10-12T23:13:35.805 INFO:teuthology.orchestra.run.smithi187.stdout: libslirp x86_64 4.3.1-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 69 k 2023-10-12T23:13:35.806 INFO:teuthology.orchestra.run.smithi187.stdout: podman x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 11 M 2023-10-12T23:13:35.806 INFO:teuthology.orchestra.run.smithi187.stdout: podman-catatonit x86_64 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 322 k 2023-10-12T23:13:35.806 INFO:teuthology.orchestra.run.smithi187.stdout: podman-docker noarch 3.0.1-9.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 56 k 2023-10-12T23:13:35.806 INFO:teuthology.orchestra.run.smithi187.stdout: runc x86_64 1.0.0-73.rc95.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 2.9 M 2023-10-12T23:13:35.806 INFO:teuthology.orchestra.run.smithi187.stdout: slirp4netns x86_64 1.1.8-1.module+el8.6.0+14874+64436299 rhel-8-for-x86_64-appstream-rpms 51 k 2023-10-12T23:13:35.807 INFO:teuthology.orchestra.run.smithi187.stdout:Installing module profiles: 2023-10-12T23:13:35.807 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools/common 2023-10-12T23:13:35.807 INFO:teuthology.orchestra.run.smithi187.stdout:Enabling module streams: 2023-10-12T23:13:35.807 INFO:teuthology.orchestra.run.smithi187.stdout: container-tools 3.0 2023-10-12T23:13:35.807 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:13:35.808 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction Summary 2023-10-12T23:13:35.808 INFO:teuthology.orchestra.run.smithi187.stdout:========================================================================================================================== 2023-10-12T23:13:35.808 INFO:teuthology.orchestra.run.smithi187.stdout:Install 7 Packages 2023-10-12T23:13:35.808 INFO:teuthology.orchestra.run.smithi187.stdout:Downgrade 12 Packages 2023-10-12T23:13:35.808 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:13:35.809 INFO:teuthology.orchestra.run.smithi187.stdout:Total download size: 51 M 2023-10-12T23:13:35.809 INFO:teuthology.orchestra.run.smithi187.stdout:Downloading Packages: 2023-10-12T23:13:35.882 INFO:teuthology.orchestra.run.smithi187.stdout:(1/19): containers-common-1.2.4-1.module+el8.6. 1.2 MB/s | 91 kB 00:00 2023-10-12T23:13:35.898 INFO:teuthology.orchestra.run.smithi088.stdout:(1/19): container-selinux-2.178.0-2.module+el8. 492 kB/s | 53 kB 00:00 2023-10-12T23:13:35.899 INFO:teuthology.orchestra.run.smithi187.stdout:(2/19): container-selinux-2.178.0-2.module+el8. 565 kB/s | 53 kB 00:00 2023-10-12T23:13:35.916 INFO:teuthology.orchestra.run.smithi187.stdout:(3/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 465 kB/s | 51 kB 00:00 2023-10-12T23:13:35.923 INFO:teuthology.orchestra.run.smithi088.stdout:(2/19): slirp4netns-1.1.8-1.module+el8.6.0+1487 387 kB/s | 51 kB 00:00 2023-10-12T23:13:35.941 INFO:teuthology.orchestra.run.smithi088.stdout:(3/19): containers-common-1.2.4-1.module+el8.6. 608 kB/s | 91 kB 00:00 2023-10-12T23:13:35.949 INFO:teuthology.orchestra.run.smithi187.stdout:(4/19): criu-3.15-1.module+el8.6.0+14874+644362 7.5 MB/s | 511 kB 00:00 2023-10-12T23:13:35.966 INFO:teuthology.orchestra.run.smithi187.stdout:(5/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-10-12T23:13:35.974 INFO:teuthology.orchestra.run.smithi088.stdout:(4/19): libslirp-4.3.1-1.module+el8.6.0+14874+6 1.3 MB/s | 69 kB 00:00 2023-10-12T23:13:35.992 INFO:teuthology.orchestra.run.smithi187.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.7 MB/s | 72 kB 00:00 2023-10-12T23:13:36.008 INFO:teuthology.orchestra.run.smithi088.stdout:(5/19): criu-3.15-1.module+el8.6.0+14874+644362 4.6 MB/s | 511 kB 00:00 2023-10-12T23:13:36.033 INFO:teuthology.orchestra.run.smithi088.stdout:(6/19): fuse-overlayfs-1.4.0-2.module+el8.6.0+1 1.2 MB/s | 72 kB 00:00 2023-10-12T23:13:36.059 INFO:teuthology.orchestra.run.smithi187.stdout:(7/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 20 MB/s | 2.9 MB 00:00 2023-10-12T23:13:36.075 INFO:teuthology.orchestra.run.smithi088.stdout:(7/19): podman-docker-3.0.1-9.module+el8.6.0+14 1.3 MB/s | 56 kB 00:00 2023-10-12T23:13:36.076 INFO:teuthology.orchestra.run.smithi187.stdout:(8/19): podman-docker-3.0.1-9.module+el8.6.0+14 669 kB/s | 56 kB 00:00 2023-10-12T23:13:36.092 INFO:teuthology.orchestra.run.smithi187.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 1.5 MB/s | 51 kB 00:00 2023-10-12T23:13:36.134 INFO:teuthology.orchestra.run.smithi088.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.6.0+14874 15 MB/s | 2.9 MB 00:00 2023-10-12T23:13:36.143 INFO:teuthology.orchestra.run.smithi187.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 6.3 MB/s | 322 kB 00:00 2023-10-12T23:13:36.159 INFO:teuthology.orchestra.run.smithi088.stdout:(9/19): conmon-2.0.26-1.module+el8.6.0+14874+64 611 kB/s | 51 kB 00:00 2023-10-12T23:13:36.202 INFO:teuthology.orchestra.run.smithi187.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 698 kB/s | 41 kB 00:00 2023-10-12T23:13:36.218 INFO:teuthology.orchestra.run.smithi088.stdout:(10/19): podman-catatonit-3.0.1-9.module+el8.6. 5.4 MB/s | 322 kB 00:00 2023-10-12T23:13:36.268 INFO:teuthology.orchestra.run.smithi088.stdout:(11/19): yajl-2.1.0-10.el8.x86_64.rpm 817 kB/s | 41 kB 00:00 2023-10-12T23:13:36.302 INFO:teuthology.orchestra.run.smithi187.stdout:(12/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 22 MB/s | 2.2 MB 00:00 2023-10-12T23:13:36.426 INFO:teuthology.orchestra.run.smithi088.stdout:(12/19): podman-3.0.1-9.module+el8.6.0+14874+64 26 MB/s | 11 MB 00:00 2023-10-12T23:13:36.452 INFO:teuthology.orchestra.run.smithi187.stdout:(13/19): podman-3.0.1-9.module+el8.6.0+14874+64 22 MB/s | 11 MB 00:00 2023-10-12T23:13:36.469 INFO:teuthology.orchestra.run.smithi088.stdout:(13/19): toolbox-0.0.99.3-1.module+el8.6.0+1487 11 MB/s | 2.2 MB 00:00 2023-10-12T23:13:36.619 INFO:teuthology.orchestra.run.smithi187.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 20 MB/s | 6.4 MB 00:00 2023-10-12T23:13:36.627 INFO:teuthology.orchestra.run.smithi088.stdout:(14/19): skopeo-1.2.4-1.module+el8.6.0+14874+64 32 MB/s | 6.4 MB 00:00 2023-10-12T23:13:36.736 INFO:teuthology.orchestra.run.smithi187.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 24 MB/s | 6.8 MB 00:00 2023-10-12T23:13:36.744 INFO:teuthology.orchestra.run.smithi088.stdout:(15/19): buildah-1.19.9-3.module+el8.6.0+14874+ 25 MB/s | 6.8 MB 00:00 2023-10-12T23:13:36.778 INFO:teuthology.orchestra.run.smithi088.stdout:(16/19): cockpit-podman-29-2.module+el8.6.0+148 7.1 MB/s | 1.1 MB 00:00 2023-10-12T23:13:36.920 INFO:teuthology.orchestra.run.smithi187.stdout:(16/19): containernetworking-plugins-0.9.1-1.mo 22 MB/s | 19 MB 00:00 2023-10-12T23:13:36.945 INFO:teuthology.orchestra.run.smithi187.stdout:(17/19): crun-0.18-3.module+el8.6.0+14874+64436 888 kB/s | 185 kB 00:00 2023-10-12T23:13:36.953 INFO:teuthology.orchestra.run.smithi088.stdout:(17/19): containernetworking-plugins-0.9.1-1.mo 23 MB/s | 19 MB 00:00 2023-10-12T23:13:36.970 INFO:teuthology.orchestra.run.smithi187.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 1.0 MB/s | 51 kB 00:00 2023-10-12T23:13:36.978 INFO:teuthology.orchestra.run.smithi088.stdout:(18/19): udica-0.2.4-1.module+el8.6.0+14874+644 253 kB/s | 51 kB 00:00 2023-10-12T23:13:37.003 INFO:teuthology.orchestra.run.smithi088.stdout:(19/19): crun-0.18-3.module+el8.6.0+14874+64436 714 kB/s | 185 kB 00:00 2023-10-12T23:13:37.004 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-10-12T23:13:37.004 INFO:teuthology.orchestra.run.smithi088.stdout:Total 42 MB/s | 51 MB 00:01 2023-10-12T23:13:37.012 INFO:teuthology.orchestra.run.smithi187.stdout:(19/19): cockpit-podman-29-2.module+el8.6.0+148 2.7 MB/s | 1.1 MB 00:00 2023-10-12T23:13:37.012 INFO:teuthology.orchestra.run.smithi187.stdout:-------------------------------------------------------------------------------- 2023-10-12T23:13:37.013 INFO:teuthology.orchestra.run.smithi187.stdout:Total 42 MB/s | 51 MB 00:01 2023-10-12T23:13:37.482 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction check 2023-10-12T23:13:37.495 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction check 2023-10-12T23:13:37.525 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction check succeeded. 2023-10-12T23:13:37.525 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction test 2023-10-12T23:13:37.537 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction check succeeded. 2023-10-12T23:13:37.538 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction test 2023-10-12T23:13:37.959 INFO:teuthology.orchestra.run.smithi088.stdout:Transaction test succeeded. 2023-10-12T23:13:37.963 INFO:teuthology.orchestra.run.smithi088.stdout:Running transaction 2023-10-12T23:13:37.974 INFO:teuthology.orchestra.run.smithi187.stdout:Transaction test succeeded. 2023-10-12T23:13:37.978 INFO:teuthology.orchestra.run.smithi187.stdout:Running transaction 2023-10-12T23:13:39.093 INFO:teuthology.orchestra.run.smithi088.stdout: Preparing : 1/1 2023-10-12T23:13:39.152 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-10-12T23:13:39.166 INFO:teuthology.orchestra.run.smithi187.stdout: Preparing : 1/1 2023-10-12T23:13:39.209 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299 1/1 2023-10-12T23:13:39.323 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-12T23:13:39.332 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-12T23:13:39.356 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-12T23:13:39.396 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-12T23:13:39.405 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 1/31 2023-10-12T23:13:39.428 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-12T23:13:39.540 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-12T23:13:39.587 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-12T23:13:57.308 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-12T23:13:57.488 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 2/31 2023-10-12T23:13:59.074 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-10-12T23:13:59.285 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-10-12T23:13:59.288 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : yajl-2.1.0-10.el8.x86_64 3/31 2023-10-12T23:13:59.489 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-10-12T23:13:59.508 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.6.0 4/31 2023-10-12T23:13:59.675 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-10-12T23:13:59.734 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 5/31 2023-10-12T23:13:59.870 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-10-12T23:13:59.870 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-10-12T23:13:59.871 INFO:teuthology.orchestra.run.smithi088.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-10-12T23:13:59.871 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:13:59.899 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 6/31 2023-10-12T23:14:00.084 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 7/31 2023-10-12T23:14:00.084 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 8/31 2023-10-12T23:14:00.085 INFO:teuthology.orchestra.run.smithi187.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2023-10-12T23:14:00.085 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:14:00.653 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-10-12T23:14:00.852 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-10-12T23:14:00.919 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 9/31 2023-10-12T23:14:01.142 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 10/31 2023-10-12T23:14:02.330 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-10-12T23:14:02.597 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-10-12T23:14:02.622 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 11/31 2023-10-12T23:14:02.927 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 12/31 2023-10-12T23:14:02.967 INFO:teuthology.orchestra.run.smithi088.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-10-12T23:14:03.235 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-10-12T23:14:03.340 INFO:teuthology.orchestra.run.smithi187.stdout: Downgrading : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 13/31 2023-10-12T23:14:03.582 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 14/31 2023-10-12T23:14:03.986 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-10-12T23:14:04.308 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 15/31 2023-10-12T23:14:04.713 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-10-12T23:14:04.942 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-10-12T23:14:05.052 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 16/31 2023-10-12T23:14:05.142 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-10-12T23:14:05.315 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 17/31 2023-10-12T23:14:05.335 INFO:teuthology.orchestra.run.smithi088.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-10-12T23:14:05.499 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 18/31 2023-10-12T23:14:05.499 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-10-12T23:14:05.500 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-12T23:14:05.716 INFO:teuthology.orchestra.run.smithi187.stdout: Installing : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 19/31 2023-10-12T23:14:05.799 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-12T23:14:05.839 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 20/31 2023-10-12T23:14:05.839 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-12T23:14:05.973 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-10-12T23:14:05.974 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-12T23:14:06.133 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 21/31 2023-10-12T23:14:06.144 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-12T23:14:06.277 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-12T23:14:06.306 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : containers-common-2:1-27.module+el8.6.0+14877+f643 22/31 2023-10-12T23:14:06.307 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-12T23:14:06.436 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-10-12T23:14:06.509 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: container-selinux-2:2.179.1-1.module+el8.6.0+14877 23/31 2023-10-12T23:14:06.577 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-10-12T23:14:06.633 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-12T23:14:06.748 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-10-12T23:14:06.784 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 25/31 2023-10-12T23:14:06.910 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-10-12T23:14:06.950 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 26/31 2023-10-12T23:14:07.043 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-10-12T23:14:07.131 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 27/31 2023-10-12T23:14:07.195 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-10-12T23:14:07.195 INFO:teuthology.orchestra.run.smithi088.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-12T23:14:07.300 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 28/31 2023-10-12T23:14:07.384 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-12T23:14:07.450 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 29/31 2023-10-12T23:14:07.604 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 30/31 2023-10-12T23:14:07.605 INFO:teuthology.orchestra.run.smithi187.stdout: Cleanup : containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-12T23:14:07.774 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-12T23:14:07.911 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-10-12T23:14:08.276 INFO:teuthology.orchestra.run.smithi088.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-12T23:14:08.277 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-10-12T23:14:08.277 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-10-12T23:14:08.277 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-10-12T23:14:08.277 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-10-12T23:14:08.278 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-10-12T23:14:08.278 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-10-12T23:14:08.278 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-10-12T23:14:08.278 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-10-12T23:14:08.278 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-10-12T23:14:08.279 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-10-12T23:14:08.279 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-10-12T23:14:08.279 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-10-12T23:14:08.279 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-10-12T23:14:08.280 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-10-12T23:14:08.280 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-10-12T23:14:08.280 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-10-12T23:14:08.280 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-10-12T23:14:08.281 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-10-12T23:14:08.281 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-10-12T23:14:08.281 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-10-12T23:14:08.281 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-10-12T23:14:08.281 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-10-12T23:14:08.282 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-10-12T23:14:08.282 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-12T23:14:08.282 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-10-12T23:14:08.282 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-10-12T23:14:08.283 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-10-12T23:14:08.283 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-10-12T23:14:08.283 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-10-12T23:14:08.283 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-10-12T23:14:08.284 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: container-selinux-2:2.178.0-2.module+el8.6.0+14874 31/31 2023-10-12T23:14:08.686 INFO:teuthology.orchestra.run.smithi187.stdout: Running scriptlet: containernetworking-plugins-1:1.0.1-2.module+el8.6 31/31 2023-10-12T23:14:08.686 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : containers-common-1:1.2.4-1.module+el8.6.0+14874+6 1/31 2023-10-12T23:14:08.686 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : containers-common-2:1-27.module+el8.6.0+14877+f643 2/31 2023-10-12T23:14:08.687 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : container-selinux-2:2.178.0-2.module+el8.6.0+14874 3/31 2023-10-12T23:14:08.687 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : container-selinux-2:2.179.1-1.module+el8.6.0+14877 4/31 2023-10-12T23:14:08.687 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299. 5/31 2023-10-12T23:14:08.687 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : slirp4netns-1.1.8-2.module+el8.6.0+14877+f643d2d6. 6/31 2023-10-12T23:14:08.687 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 7/31 2023-10-12T23:14:08.688 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : criu-3.15-3.module+el8.6.0+14877+f643d2d6.x86_64 8/31 2023-10-12T23:14:08.688 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86 9/31 2023-10-12T23:14:08.688 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : libslirp-4.4.0-1.module+el8.6.0+14877+f643d2d6.x86 10/31 2023-10-12T23:14:08.688 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x 11/31 2023-10-12T23:14:08.688 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : runc-1:1.0.3-2.module+el8.6.0+14877+f643d2d6.x86_6 12/31 2023-10-12T23:14:08.689 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+644362 13/31 2023-10-12T23:14:08.689 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : fuse-overlayfs-1.8.2-1.module+el8.6.0+14877+f643d2 14/31 2023-10-12T23:14:08.689 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_6 15/31 2023-10-12T23:14:08.689 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : podman-2:4.1.1-7.module+el8.6.0+16889+9f154fa9.x86 16/31 2023-10-12T23:14:08.689 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : podman-docker-3.0.1-9.module+el8.6.0+14874+6443629 17/31 2023-10-12T23:14:08.690 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : podman-docker-2:4.1.1-7.module+el8.6.0+16889+9f154 18/31 2023-10-12T23:14:08.690 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x8 19/31 2023-10-12T23:14:08.690 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : conmon-2:2.1.0-1.module+el8.6.0+14877+f643d2d6.x86 20/31 2023-10-12T23:14:08.690 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.6.0 21/31 2023-10-12T23:14:08.690 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : containernetworking-plugins-1:1.0.1-2.module+el8.6 22/31 2023-10-12T23:14:08.691 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : podman-catatonit-3.0.1-9.module+el8.6.0+14874+6443 23/31 2023-10-12T23:14:08.691 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : podman-catatonit-2:4.1.1-7.module+el8.6.0+16889+9f 24/31 2023-10-12T23:14:08.691 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : yajl-2.1.0-10.el8.x86_64 25/31 2023-10-12T23:14:08.691 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x 26/31 2023-10-12T23:14:08.691 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86 27/31 2023-10-12T23:14:08.692 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86 28/31 2023-10-12T23:14:08.692 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : cockpit-podman-29-2.module+el8.6.0+14874+64436299. 29/31 2023-10-12T23:14:08.693 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 30/31 2023-10-12T23:14:09.704 INFO:teuthology.orchestra.run.smithi088.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-10-12T23:14:09.704 INFO:teuthology.orchestra.run.smithi088.stdout:Last metadata expiration check: 0:02:20 ago on Thu 12 Oct 2023 11:11:49 PM UTC. 2023-10-12T23:14:10.088 INFO:teuthology.orchestra.run.smithi187.stdout: Verifying : udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 31/31 2023-10-12T23:14:10.089 INFO:teuthology.orchestra.run.smithi187.stdout:Last metadata expiration check: 0:02:31 ago on Thu 12 Oct 2023 11:11:38 PM UTC. 2023-10-12T23:14:12.112 INFO:teuthology.orchestra.run.smithi088.stdout:Installed products updated. 2023-10-12T23:14:12.302 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:14:12.303 INFO:teuthology.orchestra.run.smithi088.stdout:Downgraded: 2023-10-12T23:14:12.303 INFO:teuthology.orchestra.run.smithi088.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.303 INFO:teuthology.orchestra.run.smithi088.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-10-12T23:14:12.303 INFO:teuthology.orchestra.run.smithi088.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.304 INFO:teuthology.orchestra.run.smithi088.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.304 INFO:teuthology.orchestra.run.smithi088.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.304 INFO:teuthology.orchestra.run.smithi088.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.304 INFO:teuthology.orchestra.run.smithi088.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.304 INFO:teuthology.orchestra.run.smithi088.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.305 INFO:teuthology.orchestra.run.smithi088.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.305 INFO:teuthology.orchestra.run.smithi088.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-10-12T23:14:12.305 INFO:teuthology.orchestra.run.smithi088.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.305 INFO:teuthology.orchestra.run.smithi088.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.305 INFO:teuthology.orchestra.run.smithi088.stdout:Installed: 2023-10-12T23:14:12.306 INFO:teuthology.orchestra.run.smithi088.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.306 INFO:teuthology.orchestra.run.smithi088.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-10-12T23:14:12.306 INFO:teuthology.orchestra.run.smithi088.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.306 INFO:teuthology.orchestra.run.smithi088.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.306 INFO:teuthology.orchestra.run.smithi088.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.306 INFO:teuthology.orchestra.run.smithi088.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-10-12T23:14:12.307 INFO:teuthology.orchestra.run.smithi088.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-12T23:14:12.307 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:14:12.307 INFO:teuthology.orchestra.run.smithi088.stdout:Complete! 2023-10-12T23:14:12.497 DEBUG:teuthology.parallel:result is None 2023-10-12T23:14:12.498 INFO:teuthology.orchestra.run.smithi187.stdout:Installed products updated. 2023-10-12T23:14:12.699 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:14:12.700 INFO:teuthology.orchestra.run.smithi187.stdout:Downgraded: 2023-10-12T23:14:12.700 INFO:teuthology.orchestra.run.smithi187.stdout: conmon-2:2.0.26-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.700 INFO:teuthology.orchestra.run.smithi187.stdout: container-selinux-2:2.178.0-2.module+el8.6.0+14874+64436299.noarch 2023-10-12T23:14:12.700 INFO:teuthology.orchestra.run.smithi187.stdout: containernetworking-plugins-0.9.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.701 INFO:teuthology.orchestra.run.smithi187.stdout: containers-common-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.701 INFO:teuthology.orchestra.run.smithi187.stdout: criu-3.15-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.701 INFO:teuthology.orchestra.run.smithi187.stdout: fuse-overlayfs-1.4.0-2.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.701 INFO:teuthology.orchestra.run.smithi187.stdout: libslirp-4.3.1-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.701 INFO:teuthology.orchestra.run.smithi187.stdout: podman-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.702 INFO:teuthology.orchestra.run.smithi187.stdout: podman-catatonit-3.0.1-9.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.702 INFO:teuthology.orchestra.run.smithi187.stdout: podman-docker-3.0.1-9.module+el8.6.0+14874+64436299.noarch 2023-10-12T23:14:12.702 INFO:teuthology.orchestra.run.smithi187.stdout: runc-1.0.0-73.rc95.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.702 INFO:teuthology.orchestra.run.smithi187.stdout: slirp4netns-1.1.8-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.703 INFO:teuthology.orchestra.run.smithi187.stdout:Installed: 2023-10-12T23:14:12.703 INFO:teuthology.orchestra.run.smithi187.stdout: buildah-1.19.9-3.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.703 INFO:teuthology.orchestra.run.smithi187.stdout: cockpit-podman-29-2.module+el8.6.0+14874+64436299.noarch 2023-10-12T23:14:12.703 INFO:teuthology.orchestra.run.smithi187.stdout: crun-0.18-3.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.703 INFO:teuthology.orchestra.run.smithi187.stdout: skopeo-1:1.2.4-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.704 INFO:teuthology.orchestra.run.smithi187.stdout: toolbox-0.0.99.3-1.module+el8.6.0+14874+64436299.x86_64 2023-10-12T23:14:12.704 INFO:teuthology.orchestra.run.smithi187.stdout: udica-0.2.4-1.module+el8.6.0+14874+64436299.noarch 2023-10-12T23:14:12.704 INFO:teuthology.orchestra.run.smithi187.stdout: yajl-2.1.0-10.el8.x86_64 2023-10-12T23:14:12.704 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:14:12.704 INFO:teuthology.orchestra.run.smithi187.stdout:Complete! 2023-10-12T23:14:12.887 DEBUG:teuthology.parallel:result is None 2023-10-12T23:14:12.887 INFO:teuthology.run_tasks:Running task nvme_loop... 2023-10-12T23:14:12.898 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2023-10-12T23:14:12.899 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:14:12.899 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2023-10-12T23:14:12.917 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-12T23:14:12.917 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_1 2023-10-12T23:14:12.975 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-12T23:14:12.975 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T23:14:12.975 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 392442 Links: 1 2023-10-12T23:14:12.975 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T23:14:12.976 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T23:14:12.976 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-10-12 23:14:08.033524276 +0000 2023-10-12T23:14:12.976 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-10-12 23:12:57.174182310 +0000 2023-10-12T23:14:12.976 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-10-12 23:12:57.174182310 +0000 2023-10-12T23:14:12.976 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-10-12T23:14:12.977 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-12T23:14:13.041 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-10-12T23:14:13.041 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-10-12T23:14:13.042 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000248651 s, 2.1 MB/s 2023-10-12T23:14:13.043 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-12T23:14:13.102 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_2 2023-10-12T23:14:13.159 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-12T23:14:13.160 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T23:14:13.160 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 387052 Links: 1 2023-10-12T23:14:13.160 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T23:14:13.160 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T23:14:13.161 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-10-12 23:14:08.033524276 +0000 2023-10-12T23:14:13.161 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-10-12 23:12:57.695171817 +0000 2023-10-12T23:14:13.161 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-10-12 23:12:57.695171817 +0000 2023-10-12T23:14:13.161 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-10-12T23:14:13.162 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-12T23:14:13.225 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-10-12T23:14:13.225 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-10-12T23:14:13.225 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000204484 s, 2.5 MB/s 2023-10-12T23:14:13.226 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-12T23:14:13.284 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_3 2023-10-12T23:14:13.341 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-12T23:14:13.341 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T23:14:13.341 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 396682 Links: 1 2023-10-12T23:14:13.341 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T23:14:13.342 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T23:14:13.342 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-10-12 23:14:08.034524256 +0000 2023-10-12T23:14:13.342 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-10-12 23:12:58.225161143 +0000 2023-10-12T23:14:13.342 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-10-12 23:12:58.225161143 +0000 2023-10-12T23:14:13.342 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-10-12T23:14:13.343 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-12T23:14:13.406 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-10-12T23:14:13.406 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-10-12T23:14:13.406 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000204085 s, 2.5 MB/s 2023-10-12T23:14:13.407 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-12T23:14:13.465 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/vg_nvme/lv_4 2023-10-12T23:14:13.523 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-12T23:14:13.523 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T23:14:13.523 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 388086 Links: 1 2023-10-12T23:14:13.524 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T23:14:13.524 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T23:14:13.524 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-10-12 23:14:08.034524256 +0000 2023-10-12T23:14:13.524 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-10-12 23:12:58.737150832 +0000 2023-10-12T23:14:13.525 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-10-12 23:12:58.737150832 +0000 2023-10-12T23:14:13.525 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-10-12T23:14:13.525 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-12T23:14:13.587 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-10-12T23:14:13.588 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-10-12T23:14:13.588 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000207671 s, 2.5 MB/s 2023-10-12T23:14:13.589 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-12T23:14:13.647 DEBUG:teuthology.orchestra.run.smithi088:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-10-12T23:14:13.779 INFO:teuthology.orchestra.run.smithi088.stdout:loop 2023-10-12T23:14:13.780 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_1... 2023-10-12T23:14:13.781 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-10-12T23:14:13.815 INFO:teuthology.orchestra.run.smithi088.stdout:1 2023-10-12T23:14:13.850 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_11 2023-10-12T23:14:13.897 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_2... 2023-10-12T23:14:13.898 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-10-12T23:14:13.973 INFO:teuthology.orchestra.run.smithi088.stdout:1 2023-10-12T23:14:14.008 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_21 2023-10-12T23:14:14.047 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_3... 2023-10-12T23:14:14.047 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-10-12T23:14:14.123 INFO:teuthology.orchestra.run.smithi088.stdout:1 2023-10-12T23:14:14.157 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_31 2023-10-12T23:14:14.197 INFO:tasks.nvme_loop:Connecting nvme_loop smithi088:/dev/vg_nvme/lv_4... 2023-10-12T23:14:14.197 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-10-12T23:14:14.273 INFO:teuthology.orchestra.run.smithi088.stdout:1 2023-10-12T23:14:14.307 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/vg_nvme/lv_41 2023-10-12T23:14:14.398 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:14:14.399 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2023-10-12T23:14:14.457 DEBUG:teuthology.orchestra.run.smithi088:> sudo nvme list 2023-10-12T23:14:14.520 INFO:teuthology.orchestra.run.smithi088.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-12T23:14:14.521 INFO:teuthology.orchestra.run.smithi088.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-12T23:14:14.521 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme0n1 PHFT620400XD400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-12T23:14:14.521 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme1n1 1f7ab47ce992208c7d27 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-12T23:14:14.521 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme2n1 e0c405da8482333fb907 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-12T23:14:14.521 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme3n1 f6a440d1ae94a6f7c84e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-12T23:14:14.522 INFO:teuthology.orchestra.run.smithi088.stdout:/dev/nvme4n1 398d02f9f9c904ec670c Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-12T23:14:14.523 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-12T23:14:14.523 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:14:14.523 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/scratch_devs 2023-10-12T23:14:14.589 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-10-12T23:14:14.590 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2023-10-12T23:14:14.610 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2023-10-12T23:14:14.611 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_1 2023-10-12T23:14:14.671 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2023-10-12T23:14:14.671 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T23:14:14.671 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 394412 Links: 1 2023-10-12T23:14:14.671 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T23:14:14.672 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T23:14:14.672 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2023-10-12 23:14:08.438797721 +0000 2023-10-12T23:14:14.672 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2023-10-12 23:12:38.902357827 +0000 2023-10-12T23:14:14.672 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2023-10-12 23:12:38.902357827 +0000 2023-10-12T23:14:14.672 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2023-10-12T23:14:14.673 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2023-10-12T23:14:14.740 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2023-10-12T23:14:14.741 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2023-10-12T23:14:14.741 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000261293 s, 2.0 MB/s 2023-10-12T23:14:14.742 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2023-10-12T23:14:14.802 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_2 2023-10-12T23:14:14.862 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2023-10-12T23:14:14.862 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T23:14:14.862 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 395358 Links: 1 2023-10-12T23:14:14.862 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T23:14:14.863 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T23:14:14.863 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2023-10-12 23:14:08.438797721 +0000 2023-10-12T23:14:14.863 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2023-10-12 23:12:39.437349693 +0000 2023-10-12T23:14:14.863 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2023-10-12 23:12:39.437349693 +0000 2023-10-12T23:14:14.863 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2023-10-12T23:14:14.864 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2023-10-12T23:14:14.932 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2023-10-12T23:14:14.933 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2023-10-12T23:14:14.933 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000277243 s, 1.8 MB/s 2023-10-12T23:14:14.934 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2023-10-12T23:14:14.994 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_3 2023-10-12T23:14:15.053 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2023-10-12T23:14:15.054 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T23:14:15.054 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 386582 Links: 1 2023-10-12T23:14:15.054 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T23:14:15.054 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T23:14:15.054 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2023-10-12 23:14:08.438797721 +0000 2023-10-12T23:14:15.055 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2023-10-12 23:12:39.938342075 +0000 2023-10-12T23:14:15.055 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2023-10-12 23:12:39.938342075 +0000 2023-10-12T23:14:15.055 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2023-10-12T23:14:15.055 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2023-10-12T23:14:15.121 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2023-10-12T23:14:15.122 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2023-10-12T23:14:15.122 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000239745 s, 2.1 MB/s 2023-10-12T23:14:15.123 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2023-10-12T23:14:15.183 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/vg_nvme/lv_4 2023-10-12T23:14:15.243 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2023-10-12T23:14:15.243 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2023-10-12T23:14:15.243 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 393049 Links: 1 2023-10-12T23:14:15.244 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2023-10-12T23:14:15.244 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:device_t:s0 2023-10-12T23:14:15.244 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2023-10-12 23:14:08.438797721 +0000 2023-10-12T23:14:15.244 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2023-10-12 23:12:40.470333986 +0000 2023-10-12T23:14:15.244 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2023-10-12 23:12:40.470333986 +0000 2023-10-12T23:14:15.245 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2023-10-12T23:14:15.245 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2023-10-12T23:14:15.313 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2023-10-12T23:14:15.314 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2023-10-12T23:14:15.314 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000312743 s, 1.6 MB/s 2023-10-12T23:14:15.315 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2023-10-12T23:14:15.374 DEBUG:teuthology.orchestra.run.smithi187:> grep '^nvme_loop' /proc/modules || sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2023-10-12T23:14:15.507 INFO:teuthology.orchestra.run.smithi187.stdout:loop 2023-10-12T23:14:15.508 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_1... 2023-10-12T23:14:15.509 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2023-10-12T23:14:15.545 INFO:teuthology.orchestra.run.smithi187.stdout:1 2023-10-12T23:14:15.580 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_11 2023-10-12T23:14:15.630 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_2... 2023-10-12T23:14:15.631 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2023-10-12T23:14:15.708 INFO:teuthology.orchestra.run.smithi187.stdout:1 2023-10-12T23:14:15.743 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_21 2023-10-12T23:14:15.783 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_3... 2023-10-12T23:14:15.783 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2023-10-12T23:14:15.858 INFO:teuthology.orchestra.run.smithi187.stdout:1 2023-10-12T23:14:15.893 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_31 2023-10-12T23:14:15.932 INFO:tasks.nvme_loop:Connecting nvme_loop smithi187:/dev/vg_nvme/lv_4... 2023-10-12T23:14:15.933 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2023-10-12T23:14:16.008 INFO:teuthology.orchestra.run.smithi187.stdout:1 2023-10-12T23:14:16.044 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/vg_nvme/lv_41 2023-10-12T23:14:16.134 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-10-12T23:14:16.135 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2023-10-12T23:14:16.191 DEBUG:teuthology.orchestra.run.smithi187:> sudo nvme list 2023-10-12T23:14:16.256 INFO:teuthology.orchestra.run.smithi187.stdout:Node SN Model Namespace Usage Format FW Rev 2023-10-12T23:14:16.256 INFO:teuthology.orchestra.run.smithi187.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2023-10-12T23:14:16.256 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme0n1 PHFT620500MW400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2023-10-12T23:14:16.257 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme1n1 f07cfc151df2c80b499f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-12T23:14:16.257 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme2n1 2bb00730f4a7ad18e8d9 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-12T23:14:16.257 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme3n1 5905cfc3dd4dd7a62958 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-12T23:14:16.257 INFO:teuthology.orchestra.run.smithi187.stdout:/dev/nvme4n1 9a692ca4802cc58691fc Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-3 2023-10-12T23:14:16.258 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-12T23:14:16.259 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-10-12T23:14:16.259 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/scratch_devs 2023-10-12T23:14:16.324 INFO:teuthology.run_tasks:Running task cephadm... 2023-10-12T23:14:16.408 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': '9a92242e997527a07c7abe065696887f5f761546'} 2023-10-12T23:14:16.409 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 2023-10-12T23:14:16.410 INFO:tasks.cephadm:Cluster fsid is 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:14:16.410 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2023-10-12T23:14:16.411 INFO:tasks.cephadm:No mon roles; fabricating mons 2023-10-12T23:14:16.411 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi088': '172.21.15.88', 'mon.smithi187': '172.21.15.187'} 2023-10-12T23:14:16.411 INFO:tasks.cephadm:Normalizing hostnames... 2023-10-12T23:14:16.412 DEBUG:teuthology.orchestra.run.smithi088:> sudo hostname $(hostname -s) 2023-10-12T23:14:16.445 DEBUG:teuthology.orchestra.run.smithi187:> sudo hostname $(hostname -s) 2023-10-12T23:14:16.472 INFO:tasks.cephadm:Downloading "compiled" cephadm from cachra 2023-10-12T23:14:16.473 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&sha1=9a92242e997527a07c7abe065696887f5f761546 2023-10-12T23:14:16.622 INFO:tasks.cephadm:builder_project result: [{'status': 'ready', 'sha1': '9a92242e997527a07c7abe065696887f5f761546', 'extra': {'build_url': 'https://jenkins.ceph.com/job/ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic/73254/', 'root_build_cause': 'SCMTRIGGER', 'version': '18.0.0-6452-g9a92242e', 'node_name': '172.21.2.7+braggi07', 'job_name': 'ceph-dev-new-build/ARCH=x86_64,AVAILABLE_ARCH=x86_64,AVAILABLE_DIST=centos8,DIST=centos8,MACHINE_SIZE=gigantic', 'package_manager_version': '18.0.0-6452.g9a92242e'}, 'url': 'https://3.chacra.ceph.com/r/ceph/fix-nfs-apply-err-reporting/9a92242e997527a07c7abe065696887f5f761546/centos/8/flavors/default/', 'distro_codename': None, 'modified': '2023-10-12 13:19:47.390264', 'distro_version': '8', 'project': 'ceph', 'flavor': 'default', 'ref': 'fix-nfs-apply-err-reporting', 'chacra_url': 'https://3.chacra.ceph.com/repos/ceph/fix-nfs-apply-err-reporting/9a92242e997527a07c7abe065696887f5f761546/centos/8/flavors/default/', 'archs': ['x86_64', 'source'], 'distro': 'centos'}] 2023-10-12T23:14:16.774 INFO:tasks.util.chacra:got chacra host 3.chacra.ceph.com, ref fix-nfs-apply-err-reporting, sha1 9a92242e997527a07c7abe065696887f5f761546 from https://shaman.ceph.com/api/search/?project=ceph&distros=centos%2F8%2Fx86_64&flavor=default&sha1=9a92242e997527a07c7abe065696887f5f761546 2023-10-12T23:14:16.775 INFO:tasks.cephadm:Discovered cachra url: https://3.chacra.ceph.com/binaries/ceph/fix-nfs-apply-err-reporting/9a92242e997527a07c7abe065696887f5f761546/centos/8/x86_64/flavors/default/cephadm 2023-10-12T23:14:16.775 DEBUG:teuthology.orchestra.run.smithi088:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/fix-nfs-apply-err-reporting/9a92242e997527a07c7abe065696887f5f761546/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-12T23:14:17.511 INFO:teuthology.orchestra.run.smithi088.stdout:-rw-rw-r--. 1 ubuntu ubuntu 749537 Oct 12 23:14 /home/ubuntu/cephtest/cephadm 2023-10-12T23:14:17.511 DEBUG:teuthology.orchestra.run.smithi187:> curl --silent -L https://3.chacra.ceph.com/binaries/ceph/fix-nfs-apply-err-reporting/9a92242e997527a07c7abe065696887f5f761546/centos/8/x86_64/flavors/default/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2023-10-12T23:14:18.086 INFO:teuthology.orchestra.run.smithi187.stdout:-rw-rw-r--. 1 ubuntu ubuntu 749537 Oct 12 23:14 /home/ubuntu/cephtest/cephadm 2023-10-12T23:14:18.086 DEBUG:teuthology.orchestra.run.smithi088:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-12T23:14:18.108 DEBUG:teuthology.orchestra.run.smithi187:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2023-10-12T23:14:18.140 INFO:tasks.cephadm:Pulling image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 on all hosts... 2023-10-12T23:14:18.141 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 pull 2023-10-12T23:14:18.150 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 pull 2023-10-12T23:14:19.674 INFO:teuthology.orchestra.run.smithi088.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546... 2023-10-12T23:14:19.832 INFO:teuthology.orchestra.run.smithi187.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546... 2023-10-12T23:15:22.515 INFO:teuthology.orchestra.run.smithi187.stdout:{ 2023-10-12T23:15:22.515 INFO:teuthology.orchestra.run.smithi187.stdout: "ceph_version": "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)", 2023-10-12T23:15:22.516 INFO:teuthology.orchestra.run.smithi187.stdout: "image_id": "19e063225c55eb53af545991664e6ad5bc150ee524e5a4113da3f98148fa9c76", 2023-10-12T23:15:22.516 INFO:teuthology.orchestra.run.smithi187.stdout: "repo_digests": [ 2023-10-12T23:15:22.516 INFO:teuthology.orchestra.run.smithi187.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046" 2023-10-12T23:15:22.516 INFO:teuthology.orchestra.run.smithi187.stdout: ] 2023-10-12T23:15:22.516 INFO:teuthology.orchestra.run.smithi187.stdout:} 2023-10-12T23:15:27.188 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2023-10-12T23:15:27.189 INFO:teuthology.orchestra.run.smithi088.stdout: "ceph_version": "ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev)", 2023-10-12T23:15:27.189 INFO:teuthology.orchestra.run.smithi088.stdout: "image_id": "19e063225c55eb53af545991664e6ad5bc150ee524e5a4113da3f98148fa9c76", 2023-10-12T23:15:27.189 INFO:teuthology.orchestra.run.smithi088.stdout: "repo_digests": [ 2023-10-12T23:15:27.189 INFO:teuthology.orchestra.run.smithi088.stdout: "quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046" 2023-10-12T23:15:27.190 INFO:teuthology.orchestra.run.smithi088.stdout: ] 2023-10-12T23:15:27.190 INFO:teuthology.orchestra.run.smithi088.stdout:} 2023-10-12T23:15:27.214 DEBUG:teuthology.orchestra.run.smithi088:> sudo mkdir -p /etc/ceph 2023-10-12T23:15:27.246 DEBUG:teuthology.orchestra.run.smithi187:> sudo mkdir -p /etc/ceph 2023-10-12T23:15:27.285 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 777 /etc/ceph 2023-10-12T23:15:27.314 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 777 /etc/ceph 2023-10-12T23:15:27.354 INFO:tasks.cephadm:Writing seed config... 2023-10-12T23:15:27.356 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2023-10-12T23:15:27.356 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2023-10-12T23:15:27.356 INFO:tasks.cephadm: override: [mon] debug mon = 20 2023-10-12T23:15:27.356 INFO:tasks.cephadm: override: [mon] debug ms = 1 2023-10-12T23:15:27.357 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2023-10-12T23:15:27.357 INFO:tasks.cephadm: override: [osd] debug ms = 1 2023-10-12T23:15:27.357 INFO:tasks.cephadm: override: [osd] debug osd = 20 2023-10-12T23:15:27.358 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2023-10-12T23:15:27.358 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:15:27.359 DEBUG:teuthology.orchestra.run.smithi088:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2023-10-12T23:15:27.376 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 = 1071ea9e-6955-11ee-8db6-212e2dc638e7 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd mclock profile = high_recovery_ops osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2023-10-12T23:15:27.377 DEBUG:teuthology.orchestra.run.smithi088:mon.smithi088> sudo journalctl -f -n 0 -u ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mon.smithi088.service 2023-10-12T23:15:27.420 INFO:tasks.cephadm:Bootstrapping... 2023-10-12T23:15:27.420 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 -v bootstrap --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 --config /home/ubuntu/cephtest/seed.ceph.conf --output-config /etc/ceph/ceph.conf --output-keyring /etc/ceph/ceph.client.admin.keyring --output-pub-ssh-key /home/ubuntu/cephtest/ceph.pub --mon-ip 172.21.15.88 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2023-10-12T23:15:27.446 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:-- Logs begin at Thu 2023-10-12 23:03:00 UTC. -- 2023-10-12T23:15:27.582 INFO:teuthology.orchestra.run.smithi088.stdout:-------------------------------------------------------------------------------- 2023-10-12T23:15:27.582 INFO:teuthology.orchestra.run.smithi088.stdout:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546', '-v', 'bootstrap', '--fsid', '1071ea9e-6955-11ee-8db6-212e2dc638e7', '--config', '/home/ubuntu/cephtest/seed.ceph.conf', '--output-config', '/etc/ceph/ceph.conf', '--output-keyring', '/etc/ceph/ceph.client.admin.keyring', '--output-pub-ssh-key', '/home/ubuntu/cephtest/ceph.pub', '--mon-ip', '172.21.15.88', '--skip-admin-label'] 2023-10-12T23:15:27.641 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 3.0.1 2023-10-12T23:15:27.641 INFO:teuthology.orchestra.run.smithi088.stderr:Specifying an fsid for your cluster offers no advantages and may increase the likelihood of fsid conflicts. 2023-10-12T23:15:27.642 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying podman|docker is present... 2023-10-12T23:15:27.699 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 3.0.1 2023-10-12T23:15:27.699 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying lvm2 is present... 2023-10-12T23:15:27.699 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying time synchronization is in place... 2023-10-12T23:15:27.706 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-12T23:15:27.706 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-12T23:15:27.711 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-12T23:15:27.712 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-10-12T23:15:27.717 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout enabled 2023-10-12T23:15:27.723 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout active 2023-10-12T23:15:27.724 INFO:teuthology.orchestra.run.smithi088.stdout:Unit chronyd.service is enabled and running 2023-10-12T23:15:27.724 INFO:teuthology.orchestra.run.smithi088.stdout:Repeating the final host check... 2023-10-12T23:15:27.785 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 3.0.1 2023-10-12T23:15:27.785 INFO:teuthology.orchestra.run.smithi088.stdout:podman (/bin/podman) version 3.0.1 is present 2023-10-12T23:15:27.786 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl is present 2023-10-12T23:15:27.786 INFO:teuthology.orchestra.run.smithi088.stdout:lvcreate is present 2023-10-12T23:15:27.791 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled chrony.service 2023-10-12T23:15:27.791 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to get unit file state for chrony.service: No such file or directory 2023-10-12T23:15:27.797 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active chrony.service 2023-10-12T23:15:27.798 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-10-12T23:15:27.802 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout enabled 2023-10-12T23:15:27.808 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout active 2023-10-12T23:15:27.808 INFO:teuthology.orchestra.run.smithi088.stdout:Unit chronyd.service is enabled and running 2023-10-12T23:15:27.809 INFO:teuthology.orchestra.run.smithi088.stdout:Host looks OK 2023-10-12T23:15:27.809 INFO:teuthology.orchestra.run.smithi088.stdout:Cluster fsid: 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:15:27.809 INFO:teuthology.orchestra.run.smithi088.stdout:Acquiring lock 140466197728728 on /run/cephadm/1071ea9e-6955-11ee-8db6-212e2dc638e7.lock 2023-10-12T23:15:27.809 INFO:teuthology.orchestra.run.smithi088.stdout:Lock 140466197728728 acquired on /run/cephadm/1071ea9e-6955-11ee-8db6-212e2dc638e7.lock 2023-10-12T23:15:27.810 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying IP 172.21.15.88 port 3300 ... 2023-10-12T23:15:27.810 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying IP 172.21.15.88 port 6789 ... 2023-10-12T23:15:27.810 INFO:teuthology.orchestra.run.smithi088.stdout:Base mon IP(s) is [172.21.15.88:3300, 172.21.15.88:6789], mon addrv is [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2023-10-12T23:15:27.812 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-12T23:15:27.813 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 metric 100 2023-10-12T23:15:27.815 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout ::1 dev lo proto kernel metric 256 pref medium 2023-10-12T23:15:27.815 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2023-10-12T23:15:27.816 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2023-10-12T23:15:27.818 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 1: lo: mtu 65536 state UNKNOWN qlen 1000 2023-10-12T23:15:27.818 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout inet6 ::1/128 scope host 2023-10-12T23:15:27.818 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-12T23:15:27.818 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout 5: enp3s0f1: mtu 1500 state UP qlen 1000 2023-10-12T23:15:27.819 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout inet6 fe80::200a:5df8:aac5:680e/64 scope link noprefixroute 2023-10-12T23:15:27.819 INFO:teuthology.orchestra.run.smithi088.stdout:/sbin/ip: stdout valid_lft forever preferred_lft forever 2023-10-12T23:15:27.820 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2023-10-12T23:15:27.820 INFO:teuthology.orchestra.run.smithi088.stdout:Mon IP `172.21.15.88` is in CIDR network `172.21.0.0/20` 2023-10-12T23:15:27.820 INFO:teuthology.orchestra.run.smithi088.stdout:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2023-10-12T23:15:27.820 INFO:teuthology.orchestra.run.smithi088.stdout:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2023-10-12T23:15:27.821 INFO:teuthology.orchestra.run.smithi088.stdout:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546... 2023-10-12T23:15:28.162 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stdout 19e063225c55eb53af545991664e6ad5bc150ee524e5a4113da3f98148fa9c76 2023-10-12T23:15:28.162 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546... 2023-10-12T23:15:28.163 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Getting image source signatures 2023-10-12T23:15:28.163 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying blob sha256:db5a0cb2ffdac627f28fcd737f722d0468b2a5bfa3cc975967c7be4cab9a05d2 2023-10-12T23:15:28.163 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying blob sha256:8ed15414cb45b8b895a21f106743ceee45272cee0d9e7e5b1f49bd1e877e4a11 2023-10-12T23:15:28.164 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Copying config sha256:19e063225c55eb53af545991664e6ad5bc150ee524e5a4113da3f98148fa9c76 2023-10-12T23:15:28.164 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Writing manifest to image destination 2023-10-12T23:15:28.165 INFO:teuthology.orchestra.run.smithi088.stdout:/bin/podman: stderr Storing signatures 2023-10-12T23:15:29.172 INFO:teuthology.orchestra.run.smithi088.stdout:ceph: stdout ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev) 2023-10-12T23:15:29.173 INFO:teuthology.orchestra.run.smithi088.stdout:Ceph version: ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev) 2023-10-12T23:15:29.173 INFO:teuthology.orchestra.run.smithi088.stdout:Extracting ceph user uid/gid from container image... 2023-10-12T23:15:30.016 INFO:teuthology.orchestra.run.smithi088.stdout:stat: stdout 167 167 2023-10-12T23:15:30.017 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial keys... 2023-10-12T23:15:30.873 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQASfihl8SFKFBAA1Mx6SUQq/YnmSv+d2IN2kQ== 2023-10-12T23:15:31.697 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQATfihl2/PZDBAAAPmNARdtZjIhwLuCQYORqQ== 2023-10-12T23:15:32.530 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph-authtool: stdout AQAUfihlnCanARAAaJk+4vGiEe7R/1tQ14nYXQ== 2023-10-12T23:15:32.531 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial monmap... 2023-10-12T23:15:33.384 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-12T23:15:33.385 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout setting min_mon_release = pacific 2023-10-12T23:15:33.385 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: set fsid to 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:15:33.385 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-12T23:15:33.385 INFO:teuthology.orchestra.run.smithi088.stdout:monmaptool for smithi088 [v2:172.21.15.88:3300,v1:172.21.15.88:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2023-10-12T23:15:33.386 INFO:teuthology.orchestra.run.smithi088.stdout:setting min_mon_release = pacific 2023-10-12T23:15:33.386 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: set fsid to 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:15:33.386 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2023-10-12T23:15:33.386 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:15:33.386 INFO:teuthology.orchestra.run.smithi088.stdout:Creating mon... 2023-10-12T23:15:34.225 INFO:teuthology.orchestra.run.smithi088.stdout:create mon.smithi088 on 2023-10-12T23:15:34.429 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2023-10-12T23:15:34.548 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7.target. 2023-10-12T23:15:34.549 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7.target → /etc/systemd/system/ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7.target. 2023-10-12T23:15:34.724 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mon.smithi088 2023-10-12T23:15:34.725 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mon.smithi088.service: Unit ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mon.smithi088.service not loaded. 2023-10-12T23:15:34.809 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7.target.wants/ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mon.smithi088.service → /etc/systemd/system/ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@.service. 2023-10-12T23:15:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:34 smithi088 systemd[1]: Starting Ceph mon.smithi088 for 1071ea9e-6955-11ee-8db6-212e2dc638e7... 2023-10-12T23:15:35.415 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-12T23:15:35.416 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2023-10-12T23:15:35.423 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-12T23:15:35.423 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-10-12T23:15:35.423 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2023-10-12T23:15:35.423 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to enable service . firewalld.service is not available 2023-10-12T23:15:35.424 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mon to start... 2023-10-12T23:15:35.424 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mon... 2023-10-12T23:15:35.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:35 smithi088 bash[95104]: a7e802e8e9b9eb075358e3b57644c67399484212b070c9bc537acdd5d275d8a2 2023-10-12T23:15:35.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:35 smithi088 systemd[1]: Started Ceph mon.smithi088 for 1071ea9e-6955-11ee-8db6-212e2dc638e7. 2023-10-12T23:15:35.659 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:35 smithi088 ceph-mon[95168]: mkfs 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:15:35.660 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:35 smithi088 ceph-mon[95168]: mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2023-10-12T23:15:36.559 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout cluster: 2023-10-12T23:15:36.559 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout id: 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:15:36.559 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout health: HEALTH_OK 2023-10-12T23:15:36.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:36.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout services: 2023-10-12T23:15:36.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon: 1 daemons, quorum smithi088 (age 0.502354s) 2023-10-12T23:15:36.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr: no daemons active 2023-10-12T23:15:36.560 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd: 0 osds: 0 up, 0 in 2023-10-12T23:15:36.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:36.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout data: 2023-10-12T23:15:36.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout pools: 0 pools, 0 pgs 2023-10-12T23:15:36.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout objects: 0 objects, 0 B 2023-10-12T23:15:36.561 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout usage: 0 B used, 0 B / 0 B avail 2023-10-12T23:15:36.562 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout pgs: 2023-10-12T23:15:36.562 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:36.562 INFO:teuthology.orchestra.run.smithi088.stdout:mon is available 2023-10-12T23:15:36.562 INFO:teuthology.orchestra.run.smithi088.stdout:Assimilating anything we can from ceph.conf... 2023-10-12T23:15:36.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:36 smithi088 ceph-mon[95168]: mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2023-10-12T23:15:36.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:36 smithi088 ceph-mon[95168]: monmap e1: 1 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} removed_ranks: {} 2023-10-12T23:15:36.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:36 smithi088 ceph-mon[95168]: fsmap 2023-10-12T23:15:36.742 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:36 smithi088 ceph-mon[95168]: osdmap e1: 0 total, 0 up, 0 in 2023-10-12T23:15:36.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:36 smithi088 ceph-mon[95168]: mgrmap e1: no daemons active 2023-10-12T23:15:36.743 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:36 smithi088 ceph-mon[95168]: from='client.? 172.21.15.88:0/3867212887' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2023-10-12T23:15:37.527 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:37.527 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [global] 2023-10-12T23:15:37.527 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout fsid = 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:15:37.528 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_host = [v2:172.21.15.88:3300,v1:172.21.15.88:6789] 2023-10-12T23:15:37.528 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-12T23:15:37.528 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-12T23:15:37.528 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-12T23:15:37.529 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-12T23:15:37.529 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:37.529 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-12T23:15:37.529 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-12T23:15:37.530 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:37.530 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [osd] 2023-10-12T23:15:37.531 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-12T23:15:37.531 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-12T23:15:37.531 INFO:teuthology.orchestra.run.smithi088.stdout:Generating new minimal ceph.conf... 2023-10-12T23:15:37.707 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:37 smithi088 ceph-mon[95168]: from='client.? 172.21.15.88:0/950972731' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-12T23:15:37.707 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:37 smithi088 ceph-mon[95168]: from='client.? 172.21.15.88:0/950972731' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2023-10-12T23:15:38.501 INFO:teuthology.orchestra.run.smithi088.stdout:Restarting the monitor... 2023-10-12T23:15:38.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:38 smithi088 ceph-mon[95168]: from='client.? 172.21.15.88:0/1859499422' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:15:38.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:38 smithi088 systemd[1]: Stopping Ceph mon.smithi088 for 1071ea9e-6955-11ee-8db6-212e2dc638e7... 2023-10-12T23:15:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:38 smithi088 conmon[95144]: 2023-10-12T23:15:38.756+0000 7fa4d226f700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi088 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-journald=true --default-log-to-stderr=false --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-journald=true --default-mon-cluster-log-to-stderr=false (PID: 1) UID: 0 2023-10-12T23:15:39.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:38 smithi088 conmon[95144]: 2023-10-12T23:15:38.756+0000 7fa4d226f700 -1 mon.smithi088@0(leader) e1 *** Got Signal Terminated *** 2023-10-12T23:15:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:39 smithi088 bash[95723]: a7e802e8e9b9eb075358e3b57644c67399484212b070c9bc537acdd5d275d8a2 2023-10-12T23:15:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:39 smithi088 systemd[1]: ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mon.smithi088.service: Succeeded. 2023-10-12T23:15:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:39 smithi088 systemd[1]: Stopped Ceph mon.smithi088 for 1071ea9e-6955-11ee-8db6-212e2dc638e7. 2023-10-12T23:15:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:39 smithi088 systemd[1]: Starting Ceph mon.smithi088 for 1071ea9e-6955-11ee-8db6-212e2dc638e7... 2023-10-12T23:15:40.089 INFO:teuthology.orchestra.run.smithi088.stdout:Setting public_network to 172.21.0.0/20 in mon config section 2023-10-12T23:15:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: set uid:gid to 167:167 (ceph:ceph) 2023-10-12T23:15:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev), process ceph-mon, pid 7 2023-10-12T23:15:40.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: pidfile_write: ignore empty --pid-file 2023-10-12T23:15:40.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: load: jerasure load: lrc 2023-10-12T23:15:40.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 bash[96046]: db710d50edcdc5f5958fb755341cffca467e90588ba129ca39cf334270e89a84 2023-10-12T23:15:40.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: RocksDB version: 7.9.2 2023-10-12T23:15:40.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Git sha 0 2023-10-12T23:15:40.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Compile date 2023-10-12 12:01:21 2023-10-12T23:15:40.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: DB SUMMARY 2023-10-12T23:15:40.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: DB Session ID: 34CGXP2QH6OFKBBUSQW1 2023-10-12T23:15:40.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: CURRENT file: CURRENT 2023-10-12T23:15:40.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: IDENTITY file: IDENTITY 2023-10-12T23:15:40.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: MANIFEST file: MANIFEST-000010 size: 179 Bytes 2023-10-12T23:15:40.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi088/store.db dir, Total Num: 1, files: 000008.sst 2023-10-12T23:15:40.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi088/store.db: 000009.log size: 83736 ; 2023-10-12T23:15:40.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.error_if_exists: 0 2023-10-12T23:15:40.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.create_if_missing: 0 2023-10-12T23:15:40.577 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.paranoid_checks: 1 2023-10-12T23:15:40.577 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-12T23:15:40.577 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-12T23:15:40.577 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-12T23:15:40.578 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.env: 0x558650c2ada0 2023-10-12T23:15:40.578 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.fs: PosixFileSystem 2023-10-12T23:15:40.578 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.info_log: 0x5586519af480 2023-10-12T23:15:40.578 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_file_opening_threads: 16 2023-10-12T23:15:40.578 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.statistics: (nil) 2023-10-12T23:15:40.579 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.use_fsync: 0 2023-10-12T23:15:40.579 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_log_file_size: 0 2023-10-12T23:15:40.579 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-12T23:15:40.579 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-12T23:15:40.579 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.keep_log_file_num: 1000 2023-10-12T23:15:40.580 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.recycle_log_file_num: 0 2023-10-12T23:15:40.580 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.allow_fallocate: 1 2023-10-12T23:15:40.580 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.allow_mmap_reads: 0 2023-10-12T23:15:40.580 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.allow_mmap_writes: 0 2023-10-12T23:15:40.580 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.use_direct_reads: 0 2023-10-12T23:15:40.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-12T23:15:40.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.create_missing_column_families: 0 2023-10-12T23:15:40.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.db_log_dir: 2023-10-12T23:15:40.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.wal_dir: 2023-10-12T23:15:40.581 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-12T23:15:40.582 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-12T23:15:40.582 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-12T23:15:40.582 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-12T23:15:40.582 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-12T23:15:40.582 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-12T23:15:40.583 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.advise_random_on_open: 1 2023-10-12T23:15:40.583 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.db_write_buffer_size: 0 2023-10-12T23:15:40.583 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.write_buffer_manager: 0x558651965360 2023-10-12T23:15:40.583 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-12T23:15:40.583 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-12T23:15:40.584 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-12T23:15:40.584 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.rate_limiter: (nil) 2023-10-12T23:15:40.584 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-12T23:15:40.584 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.wal_recovery_mode: 2 2023-10-12T23:15:40.584 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.enable_thread_tracking: 0 2023-10-12T23:15:40.585 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.enable_pipelined_write: 0 2023-10-12T23:15:40.585 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.unordered_write: 0 2023-10-12T23:15:40.585 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-12T23:15:40.585 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-12T23:15:40.585 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-12T23:15:40.585 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-12T23:15:40.586 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.row_cache: None 2023-10-12T23:15:40.586 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.wal_filter: None 2023-10-12T23:15:40.586 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-12T23:15:40.586 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.allow_ingest_behind: 0 2023-10-12T23:15:40.586 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.two_write_queues: 0 2023-10-12T23:15:40.587 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.manual_wal_flush: 0 2023-10-12T23:15:40.587 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.wal_compression: 0 2023-10-12T23:15:40.587 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.atomic_flush: 0 2023-10-12T23:15:40.587 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-12T23:15:40.587 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-12T23:15:40.588 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-12T23:15:40.588 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.log_readahead_size: 0 2023-10-12T23:15:40.588 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-12T23:15:40.588 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.best_efforts_recovery: 0 2023-10-12T23:15:40.588 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-12T23:15:40.589 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-12T23:15:40.589 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.allow_data_in_errors: 0 2023-10-12T23:15:40.589 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.db_host_id: __hostname__ 2023-10-12T23:15:40.589 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-12T23:15:40.589 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_background_jobs: 2 2023-10-12T23:15:40.590 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_background_compactions: -1 2023-10-12T23:15:40.590 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_subcompactions: 1 2023-10-12T23:15:40.590 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-12T23:15:40.590 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-12T23:15:40.590 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-12T23:15:40.591 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_total_wal_size: 0 2023-10-12T23:15:40.591 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-12T23:15:40.591 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-12T23:15:40.591 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-12T23:15:40.591 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-12T23:15:40.592 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_open_files: -1 2023-10-12T23:15:40.592 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bytes_per_sync: 0 2023-10-12T23:15:40.592 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-12T23:15:40.592 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-12T23:15:40.592 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_readahead_size: 0 2023-10-12T23:15:40.593 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_background_flushes: -1 2023-10-12T23:15:40.593 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Compression algorithms supported: 2023-10-12T23:15:40.593 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-12T23:15:40.593 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: kZSTD supported: 0 2023-10-12T23:15:40.593 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: kXpressCompression supported: 0 2023-10-12T23:15:40.594 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: kLZ4HCCompression supported: 1 2023-10-12T23:15:40.594 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: kZlibCompression supported: 1 2023-10-12T23:15:40.594 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: kSnappyCompression supported: 1 2023-10-12T23:15:40.594 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: kLZ4Compression supported: 1 2023-10-12T23:15:40.594 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: kBZip2Compression supported: 0 2023-10-12T23:15:40.595 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-12T23:15:40.595 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-12T23:15:40.595 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000010 2023-10-12T23:15:40.595 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-12T23:15:40.595 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-12T23:15:40.596 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.merge_operator: 2023-10-12T23:15:40.596 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_filter: None 2023-10-12T23:15:40.596 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_filter_factory: None 2023-10-12T23:15:40.596 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.sst_partitioner_factory: None 2023-10-12T23:15:40.596 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-12T23:15:40.597 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-12T23:15:40.597 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5586519af580) 2023-10-12T23:15:40.597 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: cache_index_and_filter_blocks: 1 2023-10-12T23:15:40.597 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-12T23:15:40.597 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-12T23:15:40.598 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: pin_top_level_index_and_filter: 1 2023-10-12T23:15:40.598 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: index_type: 0 2023-10-12T23:15:40.598 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: data_block_index_type: 0 2023-10-12T23:15:40.598 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: index_shortening: 1 2023-10-12T23:15:40.598 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-12T23:15:40.599 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: checksum: 4 2023-10-12T23:15:40.599 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: no_block_cache: 0 2023-10-12T23:15:40.599 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache: 0x558651a051f0 2023-10-12T23:15:40.599 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache_name: BinnedLRUCache 2023-10-12T23:15:40.599 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache_options: 2023-10-12T23:15:40.599 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: capacity : 536870912 2023-10-12T23:15:40.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: num_shard_bits : 4 2023-10-12T23:15:40.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: strict_capacity_limit : 0 2023-10-12T23:15:40.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: high_pri_pool_ratio: 0.000 2023-10-12T23:15:40.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_cache_compressed: (nil) 2023-10-12T23:15:40.600 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: persistent_cache: (nil) 2023-10-12T23:15:40.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_size: 4096 2023-10-12T23:15:40.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_size_deviation: 10 2023-10-12T23:15:40.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_restart_interval: 16 2023-10-12T23:15:40.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: index_block_restart_interval: 1 2023-10-12T23:15:40.601 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: metadata_block_size: 4096 2023-10-12T23:15:40.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: partition_filters: 0 2023-10-12T23:15:40.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: use_delta_encoding: 1 2023-10-12T23:15:40.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: filter_policy: bloomfilter 2023-10-12T23:15:40.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: whole_key_filtering: 1 2023-10-12T23:15:40.602 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: verify_compression: 0 2023-10-12T23:15:40.603 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: read_amp_bytes_per_bit: 0 2023-10-12T23:15:40.603 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: format_version: 5 2023-10-12T23:15:40.603 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: enable_index_compression: 1 2023-10-12T23:15:40.603 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: block_align: 0 2023-10-12T23:15:40.603 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: max_auto_readahead_size: 262144 2023-10-12T23:15:40.603 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: prepopulate_block_cache: 0 2023-10-12T23:15:40.604 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: initial_auto_readahead_size: 8192 2023-10-12T23:15:40.604 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: num_file_reads_for_auto_readahead: 2 2023-10-12T23:15:40.604 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.write_buffer_size: 33554432 2023-10-12T23:15:40.604 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_write_buffer_number: 2 2023-10-12T23:15:40.604 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compression: NoCompression 2023-10-12T23:15:40.605 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bottommost_compression: Disabled 2023-10-12T23:15:40.605 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.prefix_extractor: nullptr 2023-10-12T23:15:40.605 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-12T23:15:40.605 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.num_levels: 7 2023-10-12T23:15:40.605 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-12T23:15:40.606 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-12T23:15:40.606 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-12T23:15:40.606 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-12T23:15:40.606 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-12T23:15:40.606 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-12T23:15:40.606 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-12T23:15:40.608 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-12T23:15:40.608 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-12T23:15:40.609 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-12T23:15:40.609 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-12T23:15:40.609 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-12T23:15:40.609 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-12T23:15:40.609 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compression_opts.level: 32767 2023-10-12T23:15:40.610 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compression_opts.strategy: 0 2023-10-12T23:15:40.610 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-12T23:15:40.610 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-12T23:15:40.610 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-12T23:15:40.610 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-12T23:15:40.611 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compression_opts.enabled: false 2023-10-12T23:15:40.611 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-12T23:15:40.611 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-12T23:15:40.611 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-12T23:15:40.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-12T23:15:40.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.target_file_size_base: 67108864 2023-10-12T23:15:40.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-12T23:15:40.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-12T23:15:40.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-12T23:15:40.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-12T23:15:40.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-12T23:15:40.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-12T23:15:40.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-12T23:15:40.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-12T23:15:40.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-12T23:15:40.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-12T23:15:40.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-12T23:15:40.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-12T23:15:40.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-12T23:15:40.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-12T23:15:40.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.arena_block_size: 1048576 2023-10-12T23:15:40.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-12T23:15:40.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-12T23:15:40.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.disable_auto_compactions: 0 2023-10-12T23:15:40.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-12T23:15:40.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-12T23:15:40.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-12T23:15:40.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-12T23:15:40.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-12T23:15:40.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-12T23:15:40.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-12T23:15:40.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-12T23:15:40.617 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-12T23:15:40.618 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-12T23:15:40.618 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.table_properties_collectors: 2023-10-12T23:15:40.618 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.inplace_update_support: 0 2023-10-12T23:15:40.618 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-12T23:15:40.618 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-12T23:15:40.618 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-12T23:15:40.619 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-12T23:15:40.619 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.bloom_locality: 0 2023-10-12T23:15:40.619 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.max_successive_merges: 0 2023-10-12T23:15:40.619 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-12T23:15:40.619 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.paranoid_file_checks: 0 2023-10-12T23:15:40.620 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.force_consistency_checks: 1 2023-10-12T23:15:40.620 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.report_bg_io_stats: 0 2023-10-12T23:15:40.620 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.ttl: 2592000 2023-10-12T23:15:40.620 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-12T23:15:40.621 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-12T23:15:40.621 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-12T23:15:40.621 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.enable_blob_files: false 2023-10-12T23:15:40.621 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.min_blob_size: 0 2023-10-12T23:15:40.622 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.blob_file_size: 268435456 2023-10-12T23:15:40.622 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-12T23:15:40.622 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-12T23:15:40.622 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-12T23:15:40.622 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-12T23:15:40.623 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-12T23:15:40.623 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.blob_file_starting_level: 0 2023-10-12T23:15:40.623 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-12T23:15:40.623 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi088/store.db/MANIFEST-000010 succeeded,manifest_file_number is 10, next_file_number is 12, last_sequence is 5, log_number is 5,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 5 2023-10-12T23:15:40.623 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 5 2023-10-12T23:15:40.624 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: 00ac6eca-d3a4-4146-9b7e-28d43beedad2 2023-10-12T23:15:40.624 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697152540083365, "job": 1, "event": "recovery_started", "wal_files": [9]} 2023-10-12T23:15:40.624 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #9 mode 2 2023-10-12T23:15:40.624 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697152540084552, "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": 1697152540, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "00ac6eca-d3a4-4146-9b7e-28d43beedad2", "db_session_id": "34CGXP2QH6OFKBBUSQW1", "orig_file_number": 13, "seqno_to_time_mapping": "N/A"}} 2023-10-12T23:15:40.624 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697152540084644, "job": 1, "event": "recovery_finished"} 2023-10-12T23:15:40.625 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [db/version_set.cc:5047] Creating manifest 15 2023-10-12T23:15:40.625 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi088/store.db/000009.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-12T23:15:40.625 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x558651aa0000 2023-10-12T23:15:40.625 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: DB pointer 0x558651a8e000 2023-10-12T23:15:40.625 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-12T23:15:40.626 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-12T23:15:40.626 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** DB Stats ** 2023-10-12T23:15:40.626 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T23:15:40.626 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-12T23:15:40.626 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-12T23:15:40.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T23:15:40.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-12T23:15:40.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-12T23:15:40.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T23:15:40.627 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-10-12T23:15:40.628 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** Compaction Stats [default] ** 2023-10-12T23:15:40.628 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-10-12T23:15:40.628 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-12T23:15:40.628 INFO:journalctl@ceph.mon.smithi088.smithi088.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 105.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-12T23:15:40.628 INFO:journalctl@ceph.mon.smithi088.smithi088.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 105.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-12T23:15:40.628 INFO:journalctl@ceph.mon.smithi088.smithi088.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 105.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-12T23:15:40.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-10-12T23:15:40.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** Compaction Stats [default] ** 2023-10-12T23:15:40.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-10-12T23:15:40.629 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T23:15:40.629 INFO:journalctl@ceph.mon.smithi088.smithi088.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 105.2 0.00 0.00 1 0.001 0 0 0.0 0.0 2023-10-12T23:15:40.630 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-10-12T23:15:40.630 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-12T23:15:40.630 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-10-12T23:15:40.630 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T23:15:40.630 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-12T23:15:40.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-12T23:15:40.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-12T23:15:40.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-12T23:15:40.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-12T23:15:40.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Cumulative compaction: 0.00 GB write, 18.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T23:15:40.632 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Interval compaction: 0.00 GB write, 18.81 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T23:15:40.632 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-12T23:15:40.632 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Block cache BinnedLRUCache@0x558651a051f0#7 capacity: 512.00 MB usage: 1.19 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 1e-05 secs_since: 0 2023-10-12T23:15:40.632 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: Block cache entry stats(count,size,portion): FilterBlock(2,0.77 KB,0.000146031%) IndexBlock(2,0.42 KB,8.04663e-05%) Misc(1,0.00 KB,0%) 2023-10-12T23:15:40.632 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-10-12T23:15:40.632 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-12T23:15:40.633 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 systemd[1]: Started Ceph mon.smithi088 for 1071ea9e-6955-11ee-8db6-212e2dc638e7. 2023-10-12T23:15:40.633 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: starting mon.smithi088 rank 0 at public addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] at bind addrs [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi088 fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:15:40.633 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: mon.smithi088@-1(???) e1 preinit fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:15:40.633 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: mon.smithi088@-1(???).mds e1 new map 2023-10-12T23:15:40.633 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: mon.smithi088@-1(???).mds e1 print_map 2023-10-12T23:15:40.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: e1 2023-10-12T23:15:40.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-12T23:15:40.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-10-12T23:15:40.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: legacy client fscid: -1 2023-10-12T23:15:40.634 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: 2023-10-12T23:15:40.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout: No filesystems configured 2023-10-12T23:15:40.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: mon.smithi088@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-12T23:15:40.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T23:15:40.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T23:15:40.635 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: mon.smithi088@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T23:15:40.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: mon.smithi088@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2023-10-12T23:15:40.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta expand map: {default=false} 2023-10-12T23:15:40.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta from 'false' to 'false' 2023-10-12T23:15:40.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta expanded map: {default=false} 2023-10-12T23:15:40.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta expand map: {default=info} 2023-10-12T23:15:40.636 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta from 'info' to 'info' 2023-10-12T23:15:40.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta expanded map: {default=info} 2023-10-12T23:15:40.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta expand map: {default=daemon} 2023-10-12T23:15:40.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-12T23:15:40.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta expanded map: {default=daemon} 2023-10-12T23:15:40.637 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta expand map: {default=debug} 2023-10-12T23:15:40.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta from 'debug' to 'debug' 2023-10-12T23:15:40.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: expand_channel_meta expanded map: {default=debug} 2023-10-12T23:15:40.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: mon.smithi088 is new leader, mons smithi088 in quorum (ranks 0) 2023-10-12T23:15:40.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: monmap e1: 1 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0]} removed_ranks: {} 2023-10-12T23:15:40.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: fsmap 2023-10-12T23:15:40.638 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: osdmap e1: 0 total, 0 up, 0 in 2023-10-12T23:15:40.639 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:40 smithi088 ceph-mon[96111]: mgrmap e1: no daemons active 2023-10-12T23:15:41.125 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote config to /etc/ceph/ceph.conf 2023-10-12T23:15:41.143 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2023-10-12T23:15:41.143 INFO:teuthology.orchestra.run.smithi088.stdout:Creating mgr... 2023-10-12T23:15:41.143 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 0.0.0.0:9283 ... 2023-10-12T23:15:41.144 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 0.0.0.0:8765 ... 2023-10-12T23:15:41.144 INFO:teuthology.orchestra.run.smithi088.stdout:Verifying port 0.0.0.0:8443 ... 2023-10-12T23:15:41.322 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl reset-failed ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mgr.smithi088.fwrfaa 2023-10-12T23:15:41.322 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Failed to reset failed state of unit ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mgr.smithi088.fwrfaa.service: Unit ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mgr.smithi088.fwrfaa.service not loaded. 2023-10-12T23:15:41.409 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stderr Created symlink /etc/systemd/system/ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7.target.wants/ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mgr.smithi088.fwrfaa.service → /etc/systemd/system/ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@.service. 2023-10-12T23:15:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:41 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/691701401' entity='client.admin' 2023-10-12T23:15:41.971 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-12T23:15:41.972 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2023-10-12T23:15:41.979 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-12T23:15:41.979 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-10-12T23:15:41.979 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2023-10-12T23:15:41.980 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to enable service . firewalld.service is not available 2023-10-12T23:15:41.988 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-12T23:15:41.988 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2023-10-12T23:15:41.996 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-12T23:15:41.996 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-10-12T23:15:41.997 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2023-10-12T23:15:41.997 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to open ports <[9283, 8765, 8443]>. firewalld.service is not available 2023-10-12T23:15:41.997 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr to start... 2023-10-12T23:15:41.997 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr... 2023-10-12T23:15:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:42 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1421685298' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T23:15:43.127 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:43.127 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-10-12T23:15:43.127 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "1071ea9e-6955-11ee-8db6-212e2dc638e7", 2023-10-12T23:15:43.128 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-10-12T23:15:43.128 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-12T23:15:43.128 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-12T23:15:43.128 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-12T23:15:43.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:43.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-12T23:15:43.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-12T23:15:43.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-10-12T23:15:43.129 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:43.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-12T23:15:43.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "smithi088" 2023-10-12T23:15:43.130 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:43.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 2, 2023-10-12T23:15:43.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-12T23:15:43.131 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:43.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-12T23:15:43.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-12T23:15:43.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:43.132 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-12T23:15:43.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:43.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-12T23:15:43.133 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-12T23:15:43.134 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-12T23:15:43.134 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-12T23:15:43.138 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-12T23:15:43.138 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-12T23:15:43.138 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:43.139 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-12T23:15:43.139 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-12T23:15:43.139 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-12T23:15:43.139 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-12T23:15:43.139 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-12T23:15:43.140 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-12T23:15:43.140 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-12T23:15:43.140 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-12T23:15:43.140 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-12T23:15:43.140 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:43.141 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-12T23:15:43.141 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:43.141 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-12T23:15:43.141 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-12T23:15:43.141 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:43.142 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-12T23:15:43.142 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-12T23:15:43.142 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-12T23:15:43.142 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-12T23:15:43.142 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-12T23:15:43.143 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-12T23:15:43.143 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-10-12T23:15:43.143 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:43.143 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-12T23:15:43.143 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:43.144 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-12T23:15:43.144 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:43.144 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-10-12T23:15:35.443007+0000", 2023-10-12T23:15:43.144 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-12T23:15:43.144 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:43.145 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-12T23:15:43.145 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-10-12T23:15:43.145 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (1/15)... 2023-10-12T23:15:46.193 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:46.193 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-10-12T23:15:46.193 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "1071ea9e-6955-11ee-8db6-212e2dc638e7", 2023-10-12T23:15:46.193 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-10-12T23:15:46.194 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-12T23:15:46.194 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-12T23:15:46.194 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-12T23:15:46.194 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:46.195 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-12T23:15:46.195 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-12T23:15:46.195 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-10-12T23:15:46.195 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:46.195 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-12T23:15:46.195 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "smithi088" 2023-10-12T23:15:46.196 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:46.196 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 5, 2023-10-12T23:15:46.196 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-12T23:15:46.196 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:46.196 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-12T23:15:46.197 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-12T23:15:46.197 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:46.197 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-12T23:15:46.197 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:46.197 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-12T23:15:46.198 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-12T23:15:46.198 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-12T23:15:46.198 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-12T23:15:46.201 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-12T23:15:46.202 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-12T23:15:46.202 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:46.202 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-12T23:15:46.202 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-12T23:15:46.202 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-12T23:15:46.203 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-12T23:15:46.203 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-12T23:15:46.203 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-12T23:15:46.203 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-12T23:15:46.204 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-12T23:15:46.204 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-12T23:15:46.204 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:46.204 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-12T23:15:46.204 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:46.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-12T23:15:46.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-12T23:15:46.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:46.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-12T23:15:46.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-12T23:15:46.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-12T23:15:46.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-12T23:15:46.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-12T23:15:46.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-12T23:15:46.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-10-12T23:15:46.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-12T23:15:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-12T23:15:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:46.207 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-10-12T23:15:35.443007+0000", 2023-10-12T23:15:46.208 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-12T23:15:46.208 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:46.208 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-12T23:15:46.208 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-10-12T23:15:46.208 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (2/15)... 2023-10-12T23:15:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:46 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/926791493' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T23:15:48.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: Activating manager daemon smithi088.fwrfaa 2023-10-12T23:15:48.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: mgrmap e2: smithi088.fwrfaa(active, starting, since 0.00279863s) 2023-10-12T23:15:48.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: from='mgr.14100 172.21.15.88:0/3780287266' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T23:15:48.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: from='mgr.14100 172.21.15.88:0/3780287266' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T23:15:48.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: from='mgr.14100 172.21.15.88:0/3780287266' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T23:15:48.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: from='mgr.14100 172.21.15.88:0/3780287266' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:15:48.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: from='mgr.14100 172.21.15.88:0/3780287266' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr metadata", "who": "smithi088.fwrfaa", "id": "smithi088.fwrfaa"}]: dispatch 2023-10-12T23:15:48.890 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: Manager daemon smithi088.fwrfaa is now available 2023-10-12T23:15:48.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: from='mgr.14100 172.21.15.88:0/3780287266' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fwrfaa/mirror_snapshot_schedule"}]: dispatch 2023-10-12T23:15:48.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: from='mgr.14100 172.21.15.88:0/3780287266' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fwrfaa/trash_purge_schedule"}]: dispatch 2023-10-12T23:15:48.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: from='mgr.14100 172.21.15.88:0/3780287266' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:15:48.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: from='mgr.14100 172.21.15.88:0/3780287266' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:15:48.891 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:48 smithi088 ceph-mon[96111]: from='mgr.14100 172.21.15.88:0/3780287266' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:15:49.191 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:49.192 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-10-12T23:15:49.192 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "1071ea9e-6955-11ee-8db6-212e2dc638e7", 2023-10-12T23:15:49.192 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-10-12T23:15:49.192 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-12T23:15:49.193 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-12T23:15:49.193 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-12T23:15:49.193 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:49.193 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-12T23:15:49.193 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-12T23:15:49.193 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-10-12T23:15:49.194 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:49.194 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-12T23:15:49.194 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "smithi088" 2023-10-12T23:15:49.194 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:49.195 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 8, 2023-10-12T23:15:49.195 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-12T23:15:49.195 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:49.195 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-12T23:15:49.196 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-12T23:15:49.196 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:49.196 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-12T23:15:49.196 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:49.196 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-12T23:15:49.197 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-12T23:15:49.197 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-12T23:15:49.197 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-12T23:15:49.200 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-12T23:15:49.201 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-12T23:15:49.201 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:49.201 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-12T23:15:49.201 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-12T23:15:49.201 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-12T23:15:49.202 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-12T23:15:49.202 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-12T23:15:49.202 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-12T23:15:49.202 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-12T23:15:49.202 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-12T23:15:49.203 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-12T23:15:49.203 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:49.203 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-12T23:15:49.203 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:49.203 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-12T23:15:49.203 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-12T23:15:49.204 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:49.204 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-12T23:15:49.204 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": false, 2023-10-12T23:15:49.204 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-12T23:15:49.204 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-12T23:15:49.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-12T23:15:49.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-12T23:15:49.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-10-12T23:15:49.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:49.205 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-12T23:15:49.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:49.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-12T23:15:49.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:49.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-10-12T23:15:35.443007+0000", 2023-10-12T23:15:49.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-12T23:15:49.206 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:49.207 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-12T23:15:49.207 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-10-12T23:15:49.207 INFO:teuthology.orchestra.run.smithi088.stdout:mgr not available, waiting (3/15)... 2023-10-12T23:15:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:49 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1330210697' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T23:15:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:49 smithi088 ceph-mon[96111]: mgrmap e3: smithi088.fwrfaa(active, since 1.0063s) 2023-10-12T23:15:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:52 smithi088 ceph-mon[96111]: mgrmap e4: smithi088.fwrfaa(active, since 2s) 2023-10-12T23:15:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:52 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/832734399' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2023-10-12T23:15:52.441 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:52.442 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-10-12T23:15:52.442 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsid": "1071ea9e-6955-11ee-8db6-212e2dc638e7", 2023-10-12T23:15:52.442 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "health": { 2023-10-12T23:15:52.442 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "status": "HEALTH_OK", 2023-10-12T23:15:52.442 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "checks": {}, 2023-10-12T23:15:52.443 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mutes": [] 2023-10-12T23:15:52.443 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:52.443 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "election_epoch": 5, 2023-10-12T23:15:52.443 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum": [ 2023-10-12T23:15:52.443 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 0 2023-10-12T23:15:52.444 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:52.444 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_names": [ 2023-10-12T23:15:52.444 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "smithi088" 2023-10-12T23:15:52.444 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:52.444 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "quorum_age": 11, 2023-10-12T23:15:52.444 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "monmap": { 2023-10-12T23:15:52.445 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:52.445 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "min_mon_release_name": "reef", 2023-10-12T23:15:52.445 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_mons": 1 2023-10-12T23:15:52.445 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:52.445 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osdmap": { 2023-10-12T23:15:52.446 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:52.446 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_osds": 0, 2023-10-12T23:15:52.446 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_up_osds": 0, 2023-10-12T23:15:52.446 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_up_since": 0, 2023-10-12T23:15:52.446 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_in_osds": 0, 2023-10-12T23:15:52.450 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "osd_in_since": 0, 2023-10-12T23:15:52.450 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_remapped_pgs": 0 2023-10-12T23:15:52.450 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:52.450 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgmap": { 2023-10-12T23:15:52.451 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "pgs_by_state": [], 2023-10-12T23:15:52.451 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pgs": 0, 2023-10-12T23:15:52.451 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_pools": 0, 2023-10-12T23:15:52.451 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_objects": 0, 2023-10-12T23:15:52.451 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "data_bytes": 0, 2023-10-12T23:15:52.451 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_used": 0, 2023-10-12T23:15:52.452 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_avail": 0, 2023-10-12T23:15:52.452 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "bytes_total": 0 2023-10-12T23:15:52.452 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:52.452 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "fsmap": { 2023-10-12T23:15:52.452 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:52.453 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "by_rank": [], 2023-10-12T23:15:52.453 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "up:standby": 0 2023-10-12T23:15:52.453 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:52.453 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap": { 2023-10-12T23:15:52.453 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-12T23:15:52.453 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standbys": 0, 2023-10-12T23:15:52.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modules": [ 2023-10-12T23:15:52.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "iostat", 2023-10-12T23:15:52.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "nfs", 2023-10-12T23:15:52.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "restful" 2023-10-12T23:15:52.454 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ], 2023-10-12T23:15:52.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-12T23:15:52.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:52.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "servicemap": { 2023-10-12T23:15:52.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 1, 2023-10-12T23:15:52.455 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "modified": "2023-10-12T23:15:35.443007+0000", 2023-10-12T23:15:52.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "services": {} 2023-10-12T23:15:52.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout }, 2023-10-12T23:15:52.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "progress_events": {} 2023-10-12T23:15:52.456 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-10-12T23:15:52.456 INFO:teuthology.orchestra.run.smithi088.stdout:mgr is available 2023-10-12T23:15:53.565 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:53.565 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [global] 2023-10-12T23:15:53.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout fsid = 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:15:53.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_pg_remap = true 2023-10-12T23:15:53.566 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_osd_allow_primary_affinity = true 2023-10-12T23:15:53.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mon_warn_on_no_sortbitwise = false 2023-10-12T23:15:53.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_crush_chooseleaf_type = 0 2023-10-12T23:15:53.567 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:53.568 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [mgr] 2023-10-12T23:15:53.568 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout mgr/telemetry/nag = false 2023-10-12T23:15:53.568 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 2023-10-12T23:15:53.569 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout [osd] 2023-10-12T23:15:53.569 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_map_max_advance = 10 2023-10-12T23:15:53.569 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout osd_sloppy_crc = true 2023-10-12T23:15:53.570 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling cephadm module... 2023-10-12T23:15:53.570 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:53 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/3196478622' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2023-10-12T23:15:54.548 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:54 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/762265267' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2023-10-12T23:15:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:55 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/762265267' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2023-10-12T23:15:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:55 smithi088 ceph-mon[96111]: mgrmap e5: smithi088.fwrfaa(active, since 5s) 2023-10-12T23:15:56.047 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-10-12T23:15:56.047 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 5, 2023-10-12T23:15:56.047 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-12T23:15:56.048 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "active_name": "smithi088.fwrfaa", 2023-10-12T23:15:56.048 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-12T23:15:56.048 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-10-12T23:15:56.048 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for the mgr to restart... 2023-10-12T23:15:56.048 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr epoch 5... 2023-10-12T23:15:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:15:56 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2351239892' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-12T23:16:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: Active manager daemon smithi088.fwrfaa restarted 2023-10-12T23:16:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: Activating manager daemon smithi088.fwrfaa 2023-10-12T23:16:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: osdmap e2: 0 total, 0 up, 0 in 2023-10-12T23:16:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: mgrmap e6: smithi088.fwrfaa(active, starting, since 0.00550996s) 2023-10-12T23:16:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:16:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr metadata", "who": "smithi088.fwrfaa", "id": "smithi088.fwrfaa"}]: dispatch 2023-10-12T23:16:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T23:16:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T23:16:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T23:16:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: Manager daemon smithi088.fwrfaa is now available 2023-10-12T23:16:01.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:01.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:01.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:16:01.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:16:01.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:16:01.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fwrfaa/mirror_snapshot_schedule"}]: dispatch 2023-10-12T23:16:01.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:01 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fwrfaa/trash_purge_schedule"}]: dispatch 2023-10-12T23:16:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:02 smithi088 ceph-mon[96111]: Found migration_current of "None". Setting to last migration. 2023-10-12T23:16:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:02 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:02 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:02 smithi088 ceph-mon[96111]: mgrmap e7: smithi088.fwrfaa(active, since 1.00715s) 2023-10-12T23:16:02.570 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-10-12T23:16:02.571 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 7, 2023-10-12T23:16:02.571 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-12T23:16:02.571 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-10-12T23:16:02.571 INFO:teuthology.orchestra.run.smithi088.stdout:mgr epoch 5 is available 2023-10-12T23:16:02.571 INFO:teuthology.orchestra.run.smithi088.stdout:Setting orchestrator backend to cephadm... 2023-10-12T23:16:03.377 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:03 smithi088 ceph-mon[96111]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-12T23:16:03.378 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:03 smithi088 ceph-mon[96111]: from='client.14124 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-12T23:16:03.378 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:03 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:16:04.469 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:04 smithi088 ceph-mon[96111]: [12/Oct/2023:23:16:02] ENGINE Bus STARTING 2023-10-12T23:16:04.469 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:04 smithi088 ceph-mon[96111]: [12/Oct/2023:23:16:02] ENGINE Serving on https://172.21.15.88:7150 2023-10-12T23:16:04.469 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:04 smithi088 ceph-mon[96111]: [12/Oct/2023:23:16:03] ENGINE Serving on http://172.21.15.88:8765 2023-10-12T23:16:04.469 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:04 smithi088 ceph-mon[96111]: [12/Oct/2023:23:16:03] ENGINE Bus STARTED 2023-10-12T23:16:04.469 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:04 smithi088 ceph-mon[96111]: mgrmap e8: smithi088.fwrfaa(active, since 2s) 2023-10-12T23:16:04.470 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:04 smithi088 ceph-mon[96111]: from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:04.470 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:04 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:04.470 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:04 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:16:04.795 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout value unchanged 2023-10-12T23:16:04.795 INFO:teuthology.orchestra.run.smithi088.stdout:Generating ssh key... 2023-10-12T23:16:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:05 smithi088 ceph-mon[96111]: from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:06.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:06 smithi088 ceph-mon[96111]: from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:06.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:06 smithi088 ceph-mon[96111]: Generating ssh key... 2023-10-12T23:16:06.926 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:06 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:06.927 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:06 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:07.244 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXKOf6qT+bfwCLy29e4Gq4U7JcO55IdmoV42210RlqrC8mEN0o/i3hc9TqgsgYSk0njC3r5Ves5vmCkgf9eoMxKtX1g1BZq3qfDu/9VISydWvi2CAjwEx/yOkCrfJExV28DDYK8Hd+hZD/LgpNoaeMjLWorv22SeC0T5/oCFjLG7xxGjZQ9YlXgMyo9kSgZb5J5yUUbfFbt50VBQqW0zej1xedHVCoWEn5t+A2HDfYmlnYvLjRksQg/Q1TkySFJcurNwWErNw9V5vGSXERoGuY5SJaq27SnArdiObMOMEQSuAi6+AY46FHiZH13fQ8zPOzdccOQ1A05T3EdWBqMJ1LiDvLedFZXWSMjUzNKTQ0CaKcwPqMxVhCvZ7aK6yytFJr+FZOnLj6+Nco/0q8e9xlTSn/4v9YK3Ha56ArzQyv4Uv97vsdbUtQWv6+HJf8SV+hW0JlvX7k3iroZaFPYSLXA2BkK+grCGUyX3g1/co0vuamiU6yEL7FIiqWVB95jOc= ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:16:07.245 INFO:teuthology.orchestra.run.smithi088.stdout:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2023-10-12T23:16:07.245 INFO:teuthology.orchestra.run.smithi088.stdout:Adding key to root@localhost authorized_keys... 2023-10-12T23:16:07.246 INFO:teuthology.orchestra.run.smithi088.stdout:Adding host smithi088... 2023-10-12T23:16:07.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:07 smithi088 ceph-mon[96111]: from='client.14138 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:08.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:08 smithi088 ceph-mon[96111]: from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi088", "addr": "172.21.15.88", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:09 smithi088 ceph-mon[96111]: Deploying cephadm binary to smithi088 2023-10-12T23:16:10.711 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Added host 'smithi088' with addr '172.21.15.88' 2023-10-12T23:16:10.711 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying mon service with default placement... 2023-10-12T23:16:11.402 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:11 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:11.403 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:11 smithi088 ceph-mon[96111]: Added host smithi088 2023-10-12T23:16:11.403 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:11 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:16:11.935 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled mon update... 2023-10-12T23:16:11.935 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying mgr service with default placement... 2023-10-12T23:16:12.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:12 smithi088 ceph-mon[96111]: from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:12.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:12 smithi088 ceph-mon[96111]: Saving service mon spec with placement count:5 2023-10-12T23:16:12.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:12 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:13.378 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled mgr update... 2023-10-12T23:16:13.378 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying crash service with default placement... 2023-10-12T23:16:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:13 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:13 smithi088 ceph-mon[96111]: from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:13 smithi088 ceph-mon[96111]: Saving service mgr spec with placement count:2 2023-10-12T23:16:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:13 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:13 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:14.717 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled crash update... 2023-10-12T23:16:14.718 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying ceph-exporter service with default placement... 2023-10-12T23:16:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:15 smithi088 ceph-mon[96111]: from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:15 smithi088 ceph-mon[96111]: Saving service crash spec with placement * 2023-10-12T23:16:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:15 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:15 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:16.009 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled ceph-exporter update... 2023-10-12T23:16:16.009 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying prometheus service with default placement... 2023-10-12T23:16:16.692 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:16 smithi088 ceph-mon[96111]: from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "ceph-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:16.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:16 smithi088 ceph-mon[96111]: Saving service ceph-exporter spec with placement * 2023-10-12T23:16:16.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:16 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:16.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:16 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:17.534 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled prometheus update... 2023-10-12T23:16:17.534 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying grafana service with default placement... 2023-10-12T23:16:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:17 smithi088 ceph-mon[96111]: from='client.14150 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:17 smithi088 ceph-mon[96111]: Saving service prometheus spec with placement count:1 2023-10-12T23:16:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:17 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:18.700 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled grafana update... 2023-10-12T23:16:18.700 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying node-exporter service with default placement... 2023-10-12T23:16:19.549 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:19 smithi088 ceph-mon[96111]: from='client.14152 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:19.549 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:19 smithi088 ceph-mon[96111]: Saving service grafana spec with placement count:1 2023-10-12T23:16:19.550 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:19 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:19.857 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled node-exporter update... 2023-10-12T23:16:19.858 INFO:teuthology.orchestra.run.smithi088.stdout:Deploying alertmanager service with default placement... 2023-10-12T23:16:20.689 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:20 smithi088 ceph-mon[96111]: from='client.14154 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:20.690 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:20 smithi088 ceph-mon[96111]: Saving service node-exporter spec with placement * 2023-10-12T23:16:20.690 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:20 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:21.016 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Scheduled alertmanager update... 2023-10-12T23:16:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:21 smithi088 ceph-mon[96111]: from='client.14156 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:21.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:21 smithi088 ceph-mon[96111]: Saving service alertmanager spec with placement count:1 2023-10-12T23:16:21.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:21 smithi088 ceph-mon[96111]: from='mgr.14120 172.21.15.88:0/494830952' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:21.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:21 smithi088 ceph-mon[96111]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:16:23.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:22 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/156946414' entity='client.admin' 2023-10-12T23:16:23.307 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling the dashboard module... 2023-10-12T23:16:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:23 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/702429979' entity='client.admin' 2023-10-12T23:16:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:23 smithi088 ceph-mon[96111]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:16:25.092 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:24 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/3097932732' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2023-10-12T23:16:25.978 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:25 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/3097932732' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2023-10-12T23:16:25.978 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:25 smithi088 ceph-mon[96111]: mgrmap e9: smithi088.fwrfaa(active, since 23s) 2023-10-12T23:16:26.715 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-10-12T23:16:26.715 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "epoch": 9, 2023-10-12T23:16:26.716 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "available": true, 2023-10-12T23:16:26.716 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "active_name": "smithi088.fwrfaa", 2023-10-12T23:16:26.716 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "num_standby": 0 2023-10-12T23:16:26.716 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-10-12T23:16:26.716 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for the mgr to restart... 2023-10-12T23:16:26.717 INFO:teuthology.orchestra.run.smithi088.stdout:Waiting for mgr epoch 9... 2023-10-12T23:16:26.975 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:26 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1498488861' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2023-10-12T23:16:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: Active manager daemon smithi088.fwrfaa restarted 2023-10-12T23:16:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: Activating manager daemon smithi088.fwrfaa 2023-10-12T23:16:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: osdmap e3: 0 total, 0 up, 0 in 2023-10-12T23:16:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: mgrmap e10: smithi088.fwrfaa(active, starting, since 0.00351064s) 2023-10-12T23:16:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:16:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr metadata", "who": "smithi088.fwrfaa", "id": "smithi088.fwrfaa"}]: dispatch 2023-10-12T23:16:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T23:16:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T23:16:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T23:16:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: Manager daemon smithi088.fwrfaa is now available 2023-10-12T23:16:31.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:16:31.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:31 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:16:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:32 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fwrfaa/mirror_snapshot_schedule"}]: dispatch 2023-10-12T23:16:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:32 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fwrfaa/trash_purge_schedule"}]: dispatch 2023-10-12T23:16:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:32 smithi088 ceph-mon[96111]: mgrmap e11: smithi088.fwrfaa(active, since 1.00548s) 2023-10-12T23:16:33.164 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout { 2023-10-12T23:16:33.164 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "mgrmap_epoch": 11, 2023-10-12T23:16:33.164 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout "initialized": true 2023-10-12T23:16:33.165 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout } 2023-10-12T23:16:33.165 INFO:teuthology.orchestra.run.smithi088.stdout:mgr epoch 9 is available 2023-10-12T23:16:33.165 INFO:teuthology.orchestra.run.smithi088.stdout:Generating a dashboard self-signed certificate... 2023-10-12T23:16:33.920 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:33 smithi088 ceph-mon[96111]: [12/Oct/2023:23:16:32] ENGINE Bus STARTING 2023-10-12T23:16:33.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:33 smithi088 ceph-mon[96111]: [12/Oct/2023:23:16:32] ENGINE Serving on https://172.21.15.88:7150 2023-10-12T23:16:33.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:33 smithi088 ceph-mon[96111]: [12/Oct/2023:23:16:32] ENGINE Serving on http://172.21.15.88:8765 2023-10-12T23:16:33.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:33 smithi088 ceph-mon[96111]: [12/Oct/2023:23:16:32] ENGINE Bus STARTED 2023-10-12T23:16:33.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:33 smithi088 ceph-mon[96111]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2023-10-12T23:16:33.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:33 smithi088 ceph-mon[96111]: from='client.14168 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2023-10-12T23:16:33.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:33 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:33.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:33 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:35.071 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout Self-signed certificate created 2023-10-12T23:16:35.072 INFO:teuthology.orchestra.run.smithi088.stdout:Creating initial admin user... 2023-10-12T23:16:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:34 smithi088 ceph-mon[96111]: from='client.14176 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:34 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:34 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:34 smithi088 ceph-mon[96111]: mgrmap e12: smithi088.fwrfaa(active, since 2s) 2023-10-12T23:16:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:36 smithi088 ceph-mon[96111]: from='client.14178 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:36 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:36.579 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout {"username": "admin", "password": "$2b$12$RSYthjZRdd5SHmVmw0c4EOPQl7Jnc9C6MK3a3EGgVDbWeiBkYp5Oe", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1697152595, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2023-10-12T23:16:36.579 INFO:teuthology.orchestra.run.smithi088.stdout:Fetching dashboard port number... 2023-10-12T23:16:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:37 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/130431227' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2023-10-12T23:16:37.720 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stdout 8443 2023-10-12T23:16:37.731 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 1 from systemctl is-enabled firewalld.service 2023-10-12T23:16:37.732 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout disabled 2023-10-12T23:16:37.738 INFO:teuthology.orchestra.run.smithi088.stdout:Non-zero exit code 3 from systemctl is-active firewalld.service 2023-10-12T23:16:37.739 INFO:teuthology.orchestra.run.smithi088.stdout:systemctl: stdout inactive 2023-10-12T23:16:37.739 INFO:teuthology.orchestra.run.smithi088.stdout:firewalld.service is not enabled 2023-10-12T23:16:37.739 INFO:teuthology.orchestra.run.smithi088.stdout:Not possible to open ports <[8443]>. firewalld.service is not available 2023-10-12T23:16:37.740 INFO:teuthology.orchestra.run.smithi088.stdout:Ceph Dashboard is now available at: 2023-10-12T23:16:37.740 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:37.741 INFO:teuthology.orchestra.run.smithi088.stdout: URL: https://smithi088.front.sepia.ceph.com:8443/ 2023-10-12T23:16:37.741 INFO:teuthology.orchestra.run.smithi088.stdout: User: admin 2023-10-12T23:16:37.741 INFO:teuthology.orchestra.run.smithi088.stdout: Password: la1tw22ysw 2023-10-12T23:16:37.741 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:37.742 INFO:teuthology.orchestra.run.smithi088.stdout:Saving cluster configuration to /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config directory 2023-10-12T23:16:37.742 INFO:teuthology.orchestra.run.smithi088.stdout:Enabling autotune for osd_memory_target 2023-10-12T23:16:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:39 smithi088 ceph-mon[96111]: mgrmap e13: smithi088.fwrfaa(active, since 6s) 2023-10-12T23:16:40.221 INFO:teuthology.orchestra.run.smithi088.stdout:/usr/bin/ceph: stderr set mgr/dashboard/cluster/status 2023-10-12T23:16:40.222 INFO:teuthology.orchestra.run.smithi088.stdout:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2023-10-12T23:16:40.222 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:40.222 INFO:teuthology.orchestra.run.smithi088.stdout: sudo /home/ubuntu/cephtest/cephadm shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2023-10-12T23:16:40.222 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:40.223 INFO:teuthology.orchestra.run.smithi088.stdout:Or, if you are only running a single cluster on this host: 2023-10-12T23:16:40.223 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:40.223 INFO:teuthology.orchestra.run.smithi088.stdout: sudo /home/ubuntu/cephtest/cephadm shell 2023-10-12T23:16:40.223 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:40.223 INFO:teuthology.orchestra.run.smithi088.stdout:Please consider enabling telemetry to help improve Ceph: 2023-10-12T23:16:40.224 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:40.224 INFO:teuthology.orchestra.run.smithi088.stdout: ceph telemetry on 2023-10-12T23:16:40.224 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:40.224 INFO:teuthology.orchestra.run.smithi088.stdout:For more information see: 2023-10-12T23:16:40.224 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:40.225 INFO:teuthology.orchestra.run.smithi088.stdout: https://docs.ceph.com/en/latest/mgr/telemetry/ 2023-10-12T23:16:40.225 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:40.225 INFO:teuthology.orchestra.run.smithi088.stdout:Bootstrap complete. 2023-10-12T23:16:40.259 INFO:tasks.cephadm:Fetching config... 2023-10-12T23:16:40.260 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:16:40.260 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2023-10-12T23:16:40.278 INFO:tasks.cephadm:Fetching client.admin keyring... 2023-10-12T23:16:40.279 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:16:40.279 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2023-10-12T23:16:40.336 INFO:tasks.cephadm:Fetching mon keyring... 2023-10-12T23:16:40.336 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:16:40.337 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/keyring of=/dev/stdout 2023-10-12T23:16:40.404 INFO:tasks.cephadm:Fetching pub ssh key... 2023-10-12T23:16:40.404 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:16:40.405 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2023-10-12T23:16:40.462 INFO:tasks.cephadm:Installing pub ssh key for root users... 2023-10-12T23:16:40.463 DEBUG:teuthology.orchestra.run.smithi088:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXKOf6qT+bfwCLy29e4Gq4U7JcO55IdmoV42210RlqrC8mEN0o/i3hc9TqgsgYSk0njC3r5Ves5vmCkgf9eoMxKtX1g1BZq3qfDu/9VISydWvi2CAjwEx/yOkCrfJExV28DDYK8Hd+hZD/LgpNoaeMjLWorv22SeC0T5/oCFjLG7xxGjZQ9YlXgMyo9kSgZb5J5yUUbfFbt50VBQqW0zej1xedHVCoWEn5t+A2HDfYmlnYvLjRksQg/Q1TkySFJcurNwWErNw9V5vGSXERoGuY5SJaq27SnArdiObMOMEQSuAi6+AY46FHiZH13fQ8zPOzdccOQ1A05T3EdWBqMJ1LiDvLedFZXWSMjUzNKTQ0CaKcwPqMxVhCvZ7aK6yytFJr+FZOnLj6+Nco/0q8e9xlTSn/4v9YK3Ha56ArzQyv4Uv97vsdbUtQWv6+HJf8SV+hW0JlvX7k3iroZaFPYSLXA2BkK+grCGUyX3g1/co0vuamiU6yEL7FIiqWVB95jOc= ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-12T23:16:40.541 INFO:teuthology.orchestra.run.smithi088.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXKOf6qT+bfwCLy29e4Gq4U7JcO55IdmoV42210RlqrC8mEN0o/i3hc9TqgsgYSk0njC3r5Ves5vmCkgf9eoMxKtX1g1BZq3qfDu/9VISydWvi2CAjwEx/yOkCrfJExV28DDYK8Hd+hZD/LgpNoaeMjLWorv22SeC0T5/oCFjLG7xxGjZQ9YlXgMyo9kSgZb5J5yUUbfFbt50VBQqW0zej1xedHVCoWEn5t+A2HDfYmlnYvLjRksQg/Q1TkySFJcurNwWErNw9V5vGSXERoGuY5SJaq27SnArdiObMOMEQSuAi6+AY46FHiZH13fQ8zPOzdccOQ1A05T3EdWBqMJ1LiDvLedFZXWSMjUzNKTQ0CaKcwPqMxVhCvZ7aK6yytFJr+FZOnLj6+Nco/0q8e9xlTSn/4v9YK3Ha56ArzQyv4Uv97vsdbUtQWv6+HJf8SV+hW0JlvX7k3iroZaFPYSLXA2BkK+grCGUyX3g1/co0vuamiU6yEL7FIiqWVB95jOc= ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:16:40.552 DEBUG:teuthology.orchestra.run.smithi187:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXKOf6qT+bfwCLy29e4Gq4U7JcO55IdmoV42210RlqrC8mEN0o/i3hc9TqgsgYSk0njC3r5Ves5vmCkgf9eoMxKtX1g1BZq3qfDu/9VISydWvi2CAjwEx/yOkCrfJExV28DDYK8Hd+hZD/LgpNoaeMjLWorv22SeC0T5/oCFjLG7xxGjZQ9YlXgMyo9kSgZb5J5yUUbfFbt50VBQqW0zej1xedHVCoWEn5t+A2HDfYmlnYvLjRksQg/Q1TkySFJcurNwWErNw9V5vGSXERoGuY5SJaq27SnArdiObMOMEQSuAi6+AY46FHiZH13fQ8zPOzdccOQ1A05T3EdWBqMJ1LiDvLedFZXWSMjUzNKTQ0CaKcwPqMxVhCvZ7aK6yytFJr+FZOnLj6+Nco/0q8e9xlTSn/4v9YK3Ha56ArzQyv4Uv97vsdbUtQWv6+HJf8SV+hW0JlvX7k3iroZaFPYSLXA2BkK+grCGUyX3g1/co0vuamiU6yEL7FIiqWVB95jOc= ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2023-10-12T23:16:40.596 INFO:teuthology.orchestra.run.smithi187.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDXKOf6qT+bfwCLy29e4Gq4U7JcO55IdmoV42210RlqrC8mEN0o/i3hc9TqgsgYSk0njC3r5Ves5vmCkgf9eoMxKtX1g1BZq3qfDu/9VISydWvi2CAjwEx/yOkCrfJExV28DDYK8Hd+hZD/LgpNoaeMjLWorv22SeC0T5/oCFjLG7xxGjZQ9YlXgMyo9kSgZb5J5yUUbfFbt50VBQqW0zej1xedHVCoWEn5t+A2HDfYmlnYvLjRksQg/Q1TkySFJcurNwWErNw9V5vGSXERoGuY5SJaq27SnArdiObMOMEQSuAi6+AY46FHiZH13fQ8zPOzdccOQ1A05T3EdWBqMJ1LiDvLedFZXWSMjUzNKTQ0CaKcwPqMxVhCvZ7aK6yytFJr+FZOnLj6+Nco/0q8e9xlTSn/4v9YK3Ha56ArzQyv4Uv97vsdbUtQWv6+HJf8SV+hW0JlvX7k3iroZaFPYSLXA2BkK+grCGUyX3g1/co0vuamiU6yEL7FIiqWVB95jOc= ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:16:40.609 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2023-10-12T23:16:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:40 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/537322752' entity='client.admin' 2023-10-12T23:16:40.901 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:16:43.384 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2023-10-12T23:16:43.385 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch client-keyring set client.admin '*' --mode 0755 2023-10-12T23:16:43.716 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:16:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:43 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/150138729' entity='client.admin' 2023-10-12T23:16:46.376 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:46 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:46.377 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:46 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:46.377 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:46 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:16:46.377 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:46 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:46.377 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:46 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-12T23:16:46.377 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:46 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-12T23:16:46.378 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:46 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:16:46.378 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:46 smithi088 ceph-mon[96111]: Deploying daemon ceph-exporter.smithi088 on smithi088 2023-10-12T23:16:46.378 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:46 smithi088 ceph-mon[96111]: from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:46.378 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:46 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:46.740 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi187 2023-10-12T23:16:46.740 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-10-12T23:16:46.740 DEBUG:teuthology.orchestra.run.smithi187:> dd of=/etc/ceph/ceph.conf 2023-10-12T23:16:46.762 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-10-12T23:16:46.763 DEBUG:teuthology.orchestra.run.smithi187:> dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-12T23:16:46.822 INFO:tasks.cephadm:Adding host smithi187 to orchestrator... 2023-10-12T23:16:46.823 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch host add smithi187 2023-10-12T23:16:47.231 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:16:49.471 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:49 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:49.471 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:49 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:49.472 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:49 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:49.472 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:49 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:49.472 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:49 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T23:16:49.472 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:49 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-12T23:16:49.472 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:49 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:16:49.473 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:49 smithi088 ceph-mon[96111]: Deploying daemon crash.smithi088 on smithi088 2023-10-12T23:16:50.438 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:50 smithi088 ceph-mon[96111]: from='client.14191 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi187", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:16:50.439 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:50 smithi088 ceph-mon[96111]: Deploying cephadm binary to smithi187 2023-10-12T23:16:51.247 INFO:teuthology.orchestra.run.smithi088.stdout:Added host 'smithi187' with addr '172.21.15.187' 2023-10-12T23:16:51.809 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch host ls --format=json 2023-10-12T23:16:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:51 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:51 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:51 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:51 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:51 smithi088 ceph-mon[96111]: Deploying daemon node-exporter.smithi088 on smithi088 2023-10-12T23:16:52.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:51 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:52.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:51 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:52.126 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:16:52.859 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:52 smithi088 ceph-mon[96111]: Added host smithi187 2023-10-12T23:16:52.859 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:52 smithi088 ceph-mon[96111]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:16:53.736 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:16:53.736 INFO:teuthology.orchestra.run.smithi088.stdout:[{"addr": "172.21.15.88", "hostname": "smithi088", "labels": [], "status": ""}, {"addr": "172.21.15.187", "hostname": "smithi187", "labels": [], "status": ""}] 2023-10-12T23:16:54.852 INFO:tasks.cephadm:Setting crush tunables to default 2023-10-12T23:16:54.852 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd crush tunables default 2023-10-12T23:16:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:54 smithi088 ceph-mon[96111]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:16:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:54 smithi088 ceph-mon[96111]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:16:55.245 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:16:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:56 smithi088 ceph-mon[96111]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:16:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:56 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:56 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:56 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:56 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:56 smithi088 ceph-mon[96111]: Deploying daemon alertmanager.smithi088 on smithi088 2023-10-12T23:16:57.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:56 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:16:57.850 INFO:teuthology.orchestra.run.smithi088.stderr:adjusted tunables profile to default 2023-10-12T23:16:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:57 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/262599412' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-12T23:16:58.596 INFO:tasks.cephadm:Adding mon.smithi088 on smithi088 2023-10-12T23:16:58.597 INFO:tasks.cephadm:Adding mon.smithi187 on smithi187 2023-10-12T23:16:58.597 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch apply mon '2;smithi088:172.21.15.88=smithi088;smithi187:172.21.15.187=smithi187' 2023-10-12T23:16:58.941 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:16:59.062 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:16:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:58 smithi088 ceph-mon[96111]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:16:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:58 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/262599412' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-12T23:16:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:16:58 smithi088 ceph-mon[96111]: osdmap e4: 0 total, 0 up, 0 in 2023-10-12T23:17:00.742 INFO:teuthology.orchestra.run.smithi187.stdout:Scheduled mon update... 2023-10-12T23:17:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:00 smithi088 ceph-mon[96111]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:00 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:01.405 DEBUG:teuthology.orchestra.run.smithi187:mon.smithi187> sudo journalctl -f -n 0 -u ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@mon.smithi187.service 2023-10-12T23:17:01.408 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:01.409 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:01.437 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:-- Logs begin at Thu 2023-10-12 23:02:16 UTC. -- 2023-10-12T23:17:01.747 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:01.860 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:02.188 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:01 smithi088 ceph-mon[96111]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi088:172.21.15.88=smithi088;smithi187:172.21.15.187=smithi187", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:17:02.189 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:01 smithi088 ceph-mon[96111]: Saving service mon spec with placement smithi088:172.21.15.88=smithi088;smithi187:172.21.15.187=smithi187;count:2 2023-10-12T23:17:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:02 smithi088 ceph-mon[96111]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:03.522 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:03.522 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:03.524 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/1454584086' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:04.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:04.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:04.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-12T23:17:04.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:04.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:04.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T23:17:04.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T23:17:04.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:04.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:04 smithi088 ceph-mon[96111]: Deploying daemon grafana.smithi088 on smithi088 2023-10-12T23:17:05.129 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:05.130 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:05.454 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:05.571 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:06 smithi088 ceph-mon[96111]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:07.225 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:07.226 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:07.228 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:08.012 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:07 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:08.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:07 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/1235926493' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:08.856 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:08.857 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:08 smithi088 ceph-mon[96111]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:09.182 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:09.292 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:10.935 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:10.936 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:10.937 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:10 smithi088 ceph-mon[96111]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:11 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/2404737834' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:12.576 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:12.577 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:12.910 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:13.020 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:12 smithi088 ceph-mon[96111]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:13.031 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:14.837 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:14.837 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:14.839 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:14 smithi088 ceph-mon[96111]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:15 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/1332773700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:16.444 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:16.445 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:16.778 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:16.899 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:16 smithi088 ceph-mon[96111]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:18.585 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:18.585 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:18.587 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:18 smithi088 ceph-mon[96111]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:19.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:18 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/3958189567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:20.245 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:20.246 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:20.574 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:20.698 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:21.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:20 smithi088 ceph-mon[96111]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:22.358 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:22.358 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:22.360 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:22.915 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:22 smithi088 ceph-mon[96111]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:22.916 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:22 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/2246976198' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:23.977 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:23 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:23.977 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:23 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:23.978 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:23 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:23.978 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:23 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:23.978 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:23 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:23.978 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:23 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:23.978 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:23 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:23.979 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:23 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:23.983 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:23.984 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:24.307 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:24.428 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:25.066 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:24 smithi088 ceph-mon[96111]: Deploying daemon prometheus.smithi088 on smithi088 2023-10-12T23:17:25.067 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:24 smithi088 ceph-mon[96111]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:26.079 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:26.079 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:26.081 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:26.246 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:26 smithi088 ceph-mon[96111]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:26.247 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:26 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/2133997095' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:27.684 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:27.685 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:27.732 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:27 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:28.019 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:28.131 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:28.817 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:28 smithi088 ceph-mon[96111]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:29.737 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:29.737 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:29.739 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:30.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:30 smithi088 ceph-mon[96111]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:30.715 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:30 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/1977065234' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:31.366 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:31.367 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:31.703 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:31.821 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:33.048 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:32 smithi088 ceph-mon[96111]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:33.472 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:33.472 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:33.474 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:33 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/3368528804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:34.781 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:34 smithi088 ceph-mon[96111]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:35.134 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:35.134 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:35.469 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:35.590 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:36.250 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:36 smithi088 ceph-mon[96111]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:37.298 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:37.299 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:37.301 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:38.157 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:37 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:38.158 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:37 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:38.158 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:37 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:38.159 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:37 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-12T23:17:38.159 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:37 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/2801094971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:38.159 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:37 smithi088 ceph-mon[96111]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:17:38.947 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:38.947 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:39.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:39 smithi088 ceph-mon[96111]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-12T23:17:39.216 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:39 smithi088 ceph-mon[96111]: mgrmap e14: smithi088.fwrfaa(active, since 66s) 2023-10-12T23:17:39.290 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:39.401 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:41.083 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:41.083 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:41.085 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:41.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:41 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/1966101212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:42.688 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:42.689 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:43.024 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:43.135 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:44.736 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:44.737 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:44.739 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:44 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/3269116838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: Active manager daemon smithi088.fwrfaa restarted 2023-10-12T23:17:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: Activating manager daemon smithi088.fwrfaa 2023-10-12T23:17:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: osdmap e5: 0 total, 0 up, 0 in 2023-10-12T23:17:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: mgrmap e15: smithi088.fwrfaa(active, starting, since 0.00289867s) 2023-10-12T23:17:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:17:46.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr metadata", "who": "smithi088.fwrfaa", "id": "smithi088.fwrfaa"}]: dispatch 2023-10-12T23:17:46.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T23:17:46.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T23:17:46.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T23:17:46.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: Manager daemon smithi088.fwrfaa is now available 2023-10-12T23:17:46.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:17:46.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:17:46.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:46.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:17:46.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fwrfaa/mirror_snapshot_schedule"}]: dispatch 2023-10-12T23:17:46.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fwrfaa/trash_purge_schedule"}]: dispatch 2023-10-12T23:17:46.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:46.462 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:46.463 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:46.781 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:46.898 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /etc/ceph/ceph.conf 2023-10-12T23:17:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:46 smithi088 ceph-mon[96111]: [12/Oct/2023:23:17:45] ENGINE Bus STARTING 2023-10-12T23:17:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:46 smithi088 ceph-mon[96111]: [12/Oct/2023:23:17:45] ENGINE Serving on http://172.21.15.88:8765 2023-10-12T23:17:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:46 smithi088 ceph-mon[96111]: [12/Oct/2023:23:17:45] ENGINE Serving on https://172.21.15.88:7150 2023-10-12T23:17:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:46 smithi088 ceph-mon[96111]: [12/Oct/2023:23:17:45] ENGINE Bus STARTED 2023-10-12T23:17:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:46 smithi088 ceph-mon[96111]: mgrmap e16: smithi088.fwrfaa(active, since 1.00492s) 2023-10-12T23:17:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:47.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:48 smithi088 ceph-mon[96111]: mgrmap e17: smithi088.fwrfaa(active, since 3s) 2023-10-12T23:17:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:49.340 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:49.340 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:49.342 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:50.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:50.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:17:50.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:49 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/3068484205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:51.036 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:51.036 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:51.363 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:17:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi187", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:17:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:17:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:17:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: Updating smithi088:/etc/ceph/ceph.conf 2023-10-12T23:17:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: Updating smithi187:/etc/ceph/ceph.conf 2023-10-12T23:17:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: Updating smithi088:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:17:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: Updating smithi187:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:17:51.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-10-12T23:17:51.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: Updating smithi187:/etc/ceph/ceph.client.admin.keyring 2023-10-12T23:17:51.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:51.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:52 smithi088 ceph-mon[96111]: Updating smithi088:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-12T23:17:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:52 smithi088 ceph-mon[96111]: Updating smithi187:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-12T23:17:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi187", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-12T23:17:52.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi187", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-12T23:17:52.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:17:52.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:52 smithi088 ceph-mon[96111]: Deploying daemon ceph-exporter.smithi187 on smithi187 2023-10-12T23:17:53.563 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:53.564 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:53.565 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:53 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/3118003497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:55.173 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:55.174 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:17:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:56.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:56.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:56.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:56.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T23:17:56.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-12T23:17:56.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:17:56.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:55 smithi088 ceph-mon[96111]: Deploying daemon crash.smithi187 on smithi187 2023-10-12T23:17:56.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:56.111 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:17:58.187 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:17:58.187 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:17:58.188 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:17:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:17:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:58 smithi088 ceph-mon[96111]: Deploying daemon node-exporter.smithi187 on smithi187 2023-10-12T23:17:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:17:58 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/2449394761' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:17:59.877 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:17:59.878 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:18:00.823 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:18:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:18:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:03.061 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:18:03.062 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:18:03.064 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:18:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:03.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:03.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.cozpwf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T23:18:03.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.cozpwf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-12T23:18:03.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T23:18:03.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:03.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:02 smithi088 ceph-mon[96111]: Deploying daemon mgr.smithi187.cozpwf on smithi187 2023-10-12T23:18:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:03 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/3761187674' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:04.944 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:18:04.944 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:18:05.289 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:18:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:05 smithi088 ceph-mon[96111]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T23:18:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:05 smithi088 ceph-mon[96111]: Deploying daemon mon.smithi187 on smithi187 2023-10-12T23:18:07.578 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:18:07.579 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":1,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:15:32.875229Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2023-10-12T23:18:07.580 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 1 2023-10-12T23:18:08.237 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 systemd[1]: Starting Ceph mon.smithi187 for 1071ea9e-6955-11ee-8db6-212e2dc638e7... 2023-10-12T23:18:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:07 smithi088 ceph-mon[96111]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:07 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/1156940751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.901 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: set uid:gid to 167:167 (ceph:ceph) 2023-10-12T23:18:08.901 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: ceph version 18.0.0-6452-g9a92242e (9a92242e997527a07c7abe065696887f5f761546) reef (dev), process ceph-mon, pid 7 2023-10-12T23:18:08.902 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pidfile_write: ignore empty --pid-file 2023-10-12T23:18:08.902 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: load: jerasure load: lrc 2023-10-12T23:18:08.902 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: RocksDB version: 7.9.2 2023-10-12T23:18:08.902 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Git sha 0 2023-10-12T23:18:08.903 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Compile date 2023-10-12 12:01:21 2023-10-12T23:18:08.903 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: DB SUMMARY 2023-10-12T23:18:08.903 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: DB Session ID: FRVODE5GUBA0KWHM9SXT 2023-10-12T23:18:08.903 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: CURRENT file: CURRENT 2023-10-12T23:18:08.903 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: IDENTITY file: IDENTITY 2023-10-12T23:18:08.903 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: MANIFEST file: MANIFEST-000005 size: 59 Bytes 2023-10-12T23:18:08.904 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi187/store.db dir, Total Num: 0, files: 2023-10-12T23:18:08.904 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi187/store.db: 000004.log size: 511 ; 2023-10-12T23:18:08.904 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.error_if_exists: 0 2023-10-12T23:18:08.904 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.create_if_missing: 0 2023-10-12T23:18:08.904 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.paranoid_checks: 1 2023-10-12T23:18:08.905 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.flush_verify_memtable_count: 1 2023-10-12T23:18:08.905 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.track_and_verify_wals_in_manifest: 0 2023-10-12T23:18:08.905 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.verify_sst_unique_id_in_manifest: 1 2023-10-12T23:18:08.905 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.env: 0x5626ccfe9da0 2023-10-12T23:18:08.905 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.fs: PosixFileSystem 2023-10-12T23:18:08.906 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.info_log: 0x5626cda1d480 2023-10-12T23:18:08.906 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_file_opening_threads: 16 2023-10-12T23:18:08.906 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.statistics: (nil) 2023-10-12T23:18:08.906 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.use_fsync: 0 2023-10-12T23:18:08.906 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_log_file_size: 0 2023-10-12T23:18:08.907 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_manifest_file_size: 1073741824 2023-10-12T23:18:08.907 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.log_file_time_to_roll: 0 2023-10-12T23:18:08.907 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.keep_log_file_num: 1000 2023-10-12T23:18:08.907 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.recycle_log_file_num: 0 2023-10-12T23:18:08.907 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.allow_fallocate: 1 2023-10-12T23:18:08.908 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.allow_mmap_reads: 0 2023-10-12T23:18:08.908 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.allow_mmap_writes: 0 2023-10-12T23:18:08.908 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.use_direct_reads: 0 2023-10-12T23:18:08.908 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2023-10-12T23:18:08.908 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.create_missing_column_families: 0 2023-10-12T23:18:08.909 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.db_log_dir: 2023-10-12T23:18:08.909 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.wal_dir: 2023-10-12T23:18:08.909 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.table_cache_numshardbits: 6 2023-10-12T23:18:08.909 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.WAL_ttl_seconds: 0 2023-10-12T23:18:08.909 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.WAL_size_limit_MB: 0 2023-10-12T23:18:08.910 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2023-10-12T23:18:08.910 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.manifest_preallocation_size: 4194304 2023-10-12T23:18:08.910 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.is_fd_close_on_exec: 1 2023-10-12T23:18:08.910 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.advise_random_on_open: 1 2023-10-12T23:18:08.910 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.db_write_buffer_size: 0 2023-10-12T23:18:08.911 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.write_buffer_manager: 0x5626cd9d3360 2023-10-12T23:18:08.911 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.access_hint_on_compaction_start: 1 2023-10-12T23:18:08.911 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.random_access_max_buffer_size: 1048576 2023-10-12T23:18:08.911 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.use_adaptive_mutex: 0 2023-10-12T23:18:08.911 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.rate_limiter: (nil) 2023-10-12T23:18:08.912 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2023-10-12T23:18:08.912 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.wal_recovery_mode: 2 2023-10-12T23:18:08.912 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.enable_thread_tracking: 0 2023-10-12T23:18:08.912 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.enable_pipelined_write: 0 2023-10-12T23:18:08.912 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.unordered_write: 0 2023-10-12T23:18:08.913 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.allow_concurrent_memtable_write: 1 2023-10-12T23:18:08.913 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.enable_write_thread_adaptive_yield: 1 2023-10-12T23:18:08.913 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.write_thread_max_yield_usec: 100 2023-10-12T23:18:08.913 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.write_thread_slow_yield_usec: 3 2023-10-12T23:18:08.913 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.row_cache: None 2023-10-12T23:18:08.914 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.wal_filter: None 2023-10-12T23:18:08.914 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.avoid_flush_during_recovery: 0 2023-10-12T23:18:08.914 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.allow_ingest_behind: 0 2023-10-12T23:18:08.914 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.two_write_queues: 0 2023-10-12T23:18:08.914 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.manual_wal_flush: 0 2023-10-12T23:18:08.915 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.wal_compression: 0 2023-10-12T23:18:08.915 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.atomic_flush: 0 2023-10-12T23:18:08.915 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.avoid_unnecessary_blocking_io: 0 2023-10-12T23:18:08.915 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.persist_stats_to_disk: 0 2023-10-12T23:18:08.915 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.write_dbid_to_manifest: 0 2023-10-12T23:18:08.916 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.log_readahead_size: 0 2023-10-12T23:18:08.916 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.file_checksum_gen_factory: Unknown 2023-10-12T23:18:08.916 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.best_efforts_recovery: 0 2023-10-12T23:18:08.916 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_bgerror_resume_count: 2147483647 2023-10-12T23:18:08.916 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bgerror_resume_retry_interval: 1000000 2023-10-12T23:18:08.917 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.allow_data_in_errors: 0 2023-10-12T23:18:08.917 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.db_host_id: __hostname__ 2023-10-12T23:18:08.917 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.enforce_single_del_contracts: true 2023-10-12T23:18:08.917 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_background_jobs: 2 2023-10-12T23:18:08.918 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_background_compactions: -1 2023-10-12T23:18:08.918 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_subcompactions: 1 2023-10-12T23:18:08.918 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.avoid_flush_during_shutdown: 0 2023-10-12T23:18:08.918 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.writable_file_max_buffer_size: 1048576 2023-10-12T23:18:08.918 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.delayed_write_rate : 16777216 2023-10-12T23:18:08.919 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_total_wal_size: 0 2023-10-12T23:18:08.919 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2023-10-12T23:18:08.919 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.stats_dump_period_sec: 600 2023-10-12T23:18:08.919 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.stats_persist_period_sec: 600 2023-10-12T23:18:08.919 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.stats_history_buffer_size: 1048576 2023-10-12T23:18:08.920 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_open_files: -1 2023-10-12T23:18:08.920 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bytes_per_sync: 0 2023-10-12T23:18:08.920 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.wal_bytes_per_sync: 0 2023-10-12T23:18:08.920 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.strict_bytes_per_sync: 0 2023-10-12T23:18:08.920 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_readahead_size: 0 2023-10-12T23:18:08.921 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_background_flushes: -1 2023-10-12T23:18:08.921 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Compression algorithms supported: 2023-10-12T23:18:08.921 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: kZSTDNotFinalCompression supported: 0 2023-10-12T23:18:08.921 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: kZSTD supported: 0 2023-10-12T23:18:08.921 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: kXpressCompression supported: 0 2023-10-12T23:18:08.922 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: kLZ4HCCompression supported: 1 2023-10-12T23:18:08.922 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: kZlibCompression supported: 1 2023-10-12T23:18:08.922 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: kSnappyCompression supported: 1 2023-10-12T23:18:08.922 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: kLZ4Compression supported: 1 2023-10-12T23:18:08.922 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: kBZip2Compression supported: 0 2023-10-12T23:18:08.923 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Fast CRC32 supported: Supported on x86 2023-10-12T23:18:08.923 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: DMutex implementation: pthread_mutex_t 2023-10-12T23:18:08.923 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [db/version_set.cc:5527] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi187/store.db/MANIFEST-000005 2023-10-12T23:18:08.923 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [db/column_family.cc:630] --------------- Options for column family [default]: 2023-10-12T23:18:08.923 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.comparator: leveldb.BytewiseComparator 2023-10-12T23:18:08.924 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.merge_operator: 2023-10-12T23:18:08.924 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_filter: None 2023-10-12T23:18:08.924 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_filter_factory: None 2023-10-12T23:18:08.924 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.sst_partitioner_factory: None 2023-10-12T23:18:08.924 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.memtable_factory: SkipListFactory 2023-10-12T23:18:08.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.table_factory: BlockBasedTable 2023-10-12T23:18:08.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5626cda1d580) 2023-10-12T23:18:08.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: cache_index_and_filter_blocks: 1 2023-10-12T23:18:08.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: cache_index_and_filter_blocks_with_high_priority: 0 2023-10-12T23:18:08.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: pin_l0_filter_and_index_blocks_in_cache: 0 2023-10-12T23:18:08.926 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: pin_top_level_index_and_filter: 1 2023-10-12T23:18:08.926 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: index_type: 0 2023-10-12T23:18:08.926 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: data_block_index_type: 0 2023-10-12T23:18:08.926 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: index_shortening: 1 2023-10-12T23:18:08.926 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: data_block_hash_table_util_ratio: 0.750000 2023-10-12T23:18:08.927 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: checksum: 4 2023-10-12T23:18:08.927 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: no_block_cache: 0 2023-10-12T23:18:08.927 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: block_cache: 0x5626cda731f0 2023-10-12T23:18:08.927 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: block_cache_name: BinnedLRUCache 2023-10-12T23:18:08.927 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: block_cache_options: 2023-10-12T23:18:08.928 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: capacity : 536870912 2023-10-12T23:18:08.928 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: num_shard_bits : 4 2023-10-12T23:18:08.928 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: strict_capacity_limit : 0 2023-10-12T23:18:08.928 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: high_pri_pool_ratio: 0.000 2023-10-12T23:18:08.929 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: block_cache_compressed: (nil) 2023-10-12T23:18:08.929 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: persistent_cache: (nil) 2023-10-12T23:18:08.929 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: block_size: 4096 2023-10-12T23:18:08.929 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: block_size_deviation: 10 2023-10-12T23:18:08.929 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: block_restart_interval: 16 2023-10-12T23:18:08.930 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: index_block_restart_interval: 1 2023-10-12T23:18:08.930 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: metadata_block_size: 4096 2023-10-12T23:18:08.930 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: partition_filters: 0 2023-10-12T23:18:08.930 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: use_delta_encoding: 1 2023-10-12T23:18:08.930 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: filter_policy: bloomfilter 2023-10-12T23:18:08.930 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: whole_key_filtering: 1 2023-10-12T23:18:08.931 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: verify_compression: 0 2023-10-12T23:18:08.931 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: read_amp_bytes_per_bit: 0 2023-10-12T23:18:08.931 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: format_version: 5 2023-10-12T23:18:08.931 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: enable_index_compression: 1 2023-10-12T23:18:08.931 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: block_align: 0 2023-10-12T23:18:08.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: max_auto_readahead_size: 262144 2023-10-12T23:18:08.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: prepopulate_block_cache: 0 2023-10-12T23:18:08.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: initial_auto_readahead_size: 8192 2023-10-12T23:18:08.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: num_file_reads_for_auto_readahead: 2 2023-10-12T23:18:08.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.write_buffer_size: 33554432 2023-10-12T23:18:08.933 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_write_buffer_number: 2 2023-10-12T23:18:08.933 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compression: NoCompression 2023-10-12T23:18:08.933 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bottommost_compression: Disabled 2023-10-12T23:18:08.933 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.prefix_extractor: nullptr 2023-10-12T23:18:08.933 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2023-10-12T23:18:08.934 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.num_levels: 7 2023-10-12T23:18:08.934 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.min_write_buffer_number_to_merge: 1 2023-10-12T23:18:08.934 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_write_buffer_number_to_maintain: 0 2023-10-12T23:18:08.934 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_write_buffer_size_to_maintain: 0 2023-10-12T23:18:08.934 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.window_bits: -14 2023-10-12T23:18:08.935 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.level: 32767 2023-10-12T23:18:08.935 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.strategy: 0 2023-10-12T23:18:08.935 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2023-10-12T23:18:08.935 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2023-10-12T23:18:08.935 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.parallel_threads: 1 2023-10-12T23:18:08.936 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.enabled: false 2023-10-12T23:18:08.936 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.max_dict_buffer_bytes: 0 2023-10-12T23:18:08.936 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bottommost_compression_opts.use_zstd_dict_trainer: true 2023-10-12T23:18:08.936 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compression_opts.window_bits: -14 2023-10-12T23:18:08.936 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compression_opts.level: 32767 2023-10-12T23:18:08.937 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compression_opts.strategy: 0 2023-10-12T23:18:08.937 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compression_opts.max_dict_bytes: 0 2023-10-12T23:18:08.937 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2023-10-12T23:18:08.937 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compression_opts.use_zstd_dict_trainer: true 2023-10-12T23:18:08.938 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compression_opts.parallel_threads: 1 2023-10-12T23:18:08.938 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compression_opts.enabled: false 2023-10-12T23:18:08.938 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compression_opts.max_dict_buffer_bytes: 0 2023-10-12T23:18:08.938 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.level0_file_num_compaction_trigger: 4 2023-10-12T23:18:08.938 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.level0_slowdown_writes_trigger: 20 2023-10-12T23:18:08.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.level0_stop_writes_trigger: 36 2023-10-12T23:18:08.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.target_file_size_base: 67108864 2023-10-12T23:18:08.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.target_file_size_multiplier: 1 2023-10-12T23:18:08.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_base: 268435456 2023-10-12T23:18:08.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2023-10-12T23:18:08.940 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2023-10-12T23:18:08.940 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2023-10-12T23:18:08.940 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2023-10-12T23:18:08.940 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2023-10-12T23:18:08.940 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2023-10-12T23:18:08.941 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2023-10-12T23:18:08.941 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2023-10-12T23:18:08.941 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2023-10-12T23:18:08.941 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_sequential_skip_in_iterations: 8 2023-10-12T23:18:08.941 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_compaction_bytes: 1677721600 2023-10-12T23:18:08.942 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.ignore_max_compaction_bytes_for_input: true 2023-10-12T23:18:08.942 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.arena_block_size: 1048576 2023-10-12T23:18:08.942 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2023-10-12T23:18:08.942 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2023-10-12T23:18:08.942 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.disable_auto_compactions: 0 2023-10-12T23:18:08.943 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_style: kCompactionStyleLevel 2023-10-12T23:18:08.943 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_pri: kMinOverlappingRatio 2023-10-12T23:18:08.943 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.size_ratio: 1 2023-10-12T23:18:08.943 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.min_merge_width: 2 2023-10-12T23:18:08.943 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2023-10-12T23:18:08.944 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2023-10-12T23:18:08.944 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2023-10-12T23:18:08.944 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2023-10-12T23:18:08.944 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2023-10-12T23:18:08.944 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2023-10-12T23:18:08.944 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.table_properties_collectors: 2023-10-12T23:18:08.945 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.inplace_update_support: 0 2023-10-12T23:18:08.945 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.inplace_update_num_locks: 10000 2023-10-12T23:18:08.945 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2023-10-12T23:18:08.945 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.memtable_whole_key_filtering: 0 2023-10-12T23:18:08.945 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.memtable_huge_page_size: 0 2023-10-12T23:18:08.946 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.bloom_locality: 0 2023-10-12T23:18:08.946 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.max_successive_merges: 0 2023-10-12T23:18:08.946 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.optimize_filters_for_hits: 0 2023-10-12T23:18:08.946 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.paranoid_file_checks: 0 2023-10-12T23:18:08.946 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.force_consistency_checks: 1 2023-10-12T23:18:08.947 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.report_bg_io_stats: 0 2023-10-12T23:18:08.947 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.ttl: 2592000 2023-10-12T23:18:08.947 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.periodic_compaction_seconds: 0 2023-10-12T23:18:08.947 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.preclude_last_level_data_seconds: 0 2023-10-12T23:18:08.947 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.preserve_internal_time_seconds: 0 2023-10-12T23:18:08.947 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.enable_blob_files: false 2023-10-12T23:18:08.948 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.min_blob_size: 0 2023-10-12T23:18:08.948 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.blob_file_size: 268435456 2023-10-12T23:18:08.948 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.blob_compression_type: NoCompression 2023-10-12T23:18:08.948 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.enable_blob_garbage_collection: false 2023-10-12T23:18:08.949 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.blob_garbage_collection_age_cutoff: 0.250000 2023-10-12T23:18:08.949 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.blob_garbage_collection_force_threshold: 1.000000 2023-10-12T23:18:08.949 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.blob_compaction_readahead_size: 0 2023-10-12T23:18:08.949 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.blob_file_starting_level: 0 2023-10-12T23:18:08.949 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: Options.experimental_mempurge_threshold: 0.000000 2023-10-12T23:18:08.950 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [db/version_set.cc:5566] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi187/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2023-10-12T23:18:08.950 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [db/version_set.cc:5581] Column family [default] (ID 0), log number is 0 2023-10-12T23:18:08.950 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [db/db_impl/db_impl_open.cc:539] DB ID: e33ed58b-ee20-4a53-94c8-f0c51a7856ed 2023-10-12T23:18:08.950 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697152688777212, "job": 1, "event": "recovery_started", "wal_files": [4]} 2023-10-12T23:18:08.950 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [db/db_impl/db_impl_open.cc:1043] Recovering log #4 mode 2 2023-10-12T23:18:08.951 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697152688777639, "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": 1697152688, "oldest_key_time": 0, "file_creation_time": 0, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "e33ed58b-ee20-4a53-94c8-f0c51a7856ed", "db_session_id": "FRVODE5GUBA0KWHM9SXT", "orig_file_number": 8, "seqno_to_time_mapping": "N/A"}} 2023-10-12T23:18:08.951 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: EVENT_LOG_v1 {"time_micros": 1697152688777705, "job": 1, "event": "recovery_finished"} 2023-10-12T23:18:08.951 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [db/version_set.cc:5047] Creating manifest 10 2023-10-12T23:18:08.951 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [file/delete_scheduler.cc:74] Deleted file /var/lib/ceph/mon/ceph-smithi187/store.db/000004.log immediately, rate_bytes_per_sec 0, total_trash_size 0 max_trash_db_ratio 0.250000 2023-10-12T23:18:08.951 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [db/db_impl/db_impl_open.cc:1987] SstFileManager instance 0x5626cdb0e000 2023-10-12T23:18:08.952 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: DB pointer 0x5626cdafc000 2023-10-12T23:18:08.952 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [db/db_impl/db_impl.cc:1109] ------- DUMPING STATS ------- 2023-10-12T23:18:08.952 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: rocksdb: [db/db_impl/db_impl.cc:1111] 2023-10-12T23:18:08.952 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: ** DB Stats ** 2023-10-12T23:18:08.952 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T23:18:08.953 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2023-10-12T23:18:08.953 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-12T23:18:08.953 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T23:18:08.953 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2023-10-12T23:18:08.953 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2023-10-12T23:18:08.954 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2023-10-12T23:18:08.954 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: 2023-10-12T23:18:08.954 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: ** Compaction Stats [default] ** 2023-10-12T23:18:08.954 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-10-12T23:18:08.954 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ 2023-10-12T23:18:08.955 INFO:journalctl@ceph.mon.smithi187.smithi187.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-10-12T23:18:08.955 INFO:journalctl@ceph.mon.smithi187.smithi187.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-10-12T23:18:08.955 INFO:journalctl@ceph.mon.smithi187.smithi187.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-10-12T23:18:08.955 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: 2023-10-12T23:18:08.955 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: ** Compaction Stats [default] ** 2023-10-12T23:18:08.956 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop Rblob(GB) Wblob(GB) 2023-10-12T23:18:08.956 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2023-10-12T23:18:08.956 INFO:journalctl@ceph.mon.smithi187.smithi187.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-10-12T23:18:08.956 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: 2023-10-12T23:18:08.956 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Blob file count: 0, total size: 0.0 GB, garbage size: 0.0 GB, space amp: 0.0 2023-10-12T23:18:08.957 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: 2023-10-12T23:18:08.957 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Uptime(secs): 0.0 total, 0.0 interval 2023-10-12T23:18:08.957 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Flush(GB): cumulative 0.000, interval 0.000 2023-10-12T23:18:08.957 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: AddFile(GB): cumulative 0.000, interval 0.000 2023-10-12T23:18:08.957 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: AddFile(Total Files): cumulative 0, interval 0 2023-10-12T23:18:08.957 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: AddFile(L0 Files): cumulative 0, interval 0 2023-10-12T23:18:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: AddFile(Keys): cumulative 0, interval 0 2023-10-12T23:18:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Cumulative compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T23:18:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Interval compaction: 0.00 GB write, 0.63 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2023-10-12T23:18:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2023-10-12T23:18:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Block cache BinnedLRUCache@0x5626cda731f0#7 capacity: 512.00 MB usage: 0.22 KB table_size: 0 occupancy: 18446744073709551615 collections: 1 last_copies: 0 last_secs: 9e-06 secs_since: 0 2023-10-12T23:18:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: Block cache entry stats(count,size,portion): FilterBlock(1,0.11 KB,2.08616e-05%) IndexBlock(1,0.11 KB,2.08616e-05%) Misc(1,0.00 KB,0%) 2023-10-12T23:18:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: 2023-10-12T23:18:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: ** File Read Latency Histogram By Level [default] ** 2023-10-12T23:18:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187 does not exist in monmap, will attempt to join an existing cluster 2023-10-12T23:18:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: using public_addr v2:172.21.15.187:0/0 -> [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] 2023-10-12T23:18:08.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: starting mon.smithi187 rank -1 at public addrs [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] at bind addrs [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi187 fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:18:08.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(???) e0 preinit fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:18:08.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 bash[111746]: 8bee60e3c1e729473daa1eabfe0fe18258a227f92985db0fec16b7634fbb2f7a 2023-10-12T23:18:08.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 systemd[1]: Started Ceph mon.smithi187 for 1071ea9e-6955-11ee-8db6-212e2dc638e7. 2023-10-12T23:18:08.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).mds e1 new map 2023-10-12T23:18:08.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).mds e1 print_map 2023-10-12T23:18:08.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: e1 2023-10-12T23:18:08.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: enable_multiple, ever_enabled_multiple: 1,1 2023-10-12T23:18:08.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2,11=minor log segments} 2023-10-12T23:18:08.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: legacy client fscid: -1 2023-10-12T23:18:08.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: 2023-10-12T23:18:08.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout: No filesystems configured 2023-10-12T23:18:08.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2023-10-12T23:18:08.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2023-10-12T23:18:08.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2023-10-12T23:18:08.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2023-10-12T23:18:08.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2023-10-12T23:18:08.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2023-10-12T23:18:08.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2023-10-12T23:18:08.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2023-10-12T23:18:08.964 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T23:18:08.964 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T23:18:08.964 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2023-10-12T23:18:08.964 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.964 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.965 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.965 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.965 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Deploying daemon node-exporter.smithi088 on smithi088 2023-10-12T23:18:08.965 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.965 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.966 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Added host smithi187 2023-10-12T23:18:08.966 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.966 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.966 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.14193 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:18:08.967 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.967 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.967 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.967 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.967 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.967 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Deploying daemon alertmanager.smithi088 on smithi088 2023-10-12T23:18:08.968 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.968 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/262599412' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2023-10-12T23:18:08.968 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.968 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/262599412' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2023-10-12T23:18:08.969 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: osdmap e4: 0 total, 0 up, 0 in 2023-10-12T23:18:08.969 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.969 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.969 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.14197 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi088:172.21.15.88=smithi088;smithi187:172.21.15.187=smithi187", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:18:08.969 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Saving service mon spec with placement smithi088:172.21.15.88=smithi088;smithi187:172.21.15.187=smithi187;count:2 2023-10-12T23:18:08.970 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.970 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.970 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.970 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.970 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.971 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/1454584086' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.971 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.971 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.971 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.971 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Regenerating cephadm self-signed grafana TLS certificates 2023-10-12T23:18:08.972 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.972 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.972 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T23:18:08.972 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2023-10-12T23:18:08.972 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.972 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Deploying daemon grafana.smithi088 on smithi088 2023-10-12T23:18:08.973 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.973 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.973 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/1235926493' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.973 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.973 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.974 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/2404737834' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.974 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.974 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.974 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/1332773700' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/3958189567' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.975 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.976 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/2246976198' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.976 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.976 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.976 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.976 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.976 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.977 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.977 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.977 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.977 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Deploying daemon prometheus.smithi088 on smithi088 2023-10-12T23:18:08.977 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.978 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.978 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/2133997095' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.978 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.978 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.978 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.979 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/1977065234' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.979 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.979 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/3368528804' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.979 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.979 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.980 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.980 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.980 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.980 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2023-10-12T23:18:08.980 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/2801094971' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.981 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.981 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14164 172.21.15.88:0/4057311090' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2023-10-12T23:18:08.981 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mgrmap e14: smithi088.fwrfaa(active, since 66s) 2023-10-12T23:18:08.981 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/1966101212' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.981 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/3269116838' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.982 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Active manager daemon smithi088.fwrfaa restarted 2023-10-12T23:18:08.982 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Activating manager daemon smithi088.fwrfaa 2023-10-12T23:18:08.982 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: osdmap e5: 0 total, 0 up, 0 in 2023-10-12T23:18:08.982 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mgrmap e15: smithi088.fwrfaa(active, starting, since 0.00289867s) 2023-10-12T23:18:08.982 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:18:08.983 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr metadata", "who": "smithi088.fwrfaa", "id": "smithi088.fwrfaa"}]: dispatch 2023-10-12T23:18:08.983 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mds metadata"}]: dispatch 2023-10-12T23:18:08.983 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata"}]: dispatch 2023-10-12T23:18:08.983 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata"}]: dispatch 2023-10-12T23:18:08.983 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Manager daemon smithi088.fwrfaa is now available 2023-10-12T23:18:08.983 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.984 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.984 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.984 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:18:08.984 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fwrfaa/mirror_snapshot_schedule"}]: dispatch 2023-10-12T23:18:08.984 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi088.fwrfaa/trash_purge_schedule"}]: dispatch 2023-10-12T23:18:08.985 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.985 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: [12/Oct/2023:23:17:45] ENGINE Bus STARTING 2023-10-12T23:18:08.985 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: [12/Oct/2023:23:17:45] ENGINE Serving on http://172.21.15.88:8765 2023-10-12T23:18:08.986 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: [12/Oct/2023:23:17:45] ENGINE Serving on https://172.21.15.88:7150 2023-10-12T23:18:08.986 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: [12/Oct/2023:23:17:45] ENGINE Bus STARTED 2023-10-12T23:18:08.987 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mgrmap e16: smithi088.fwrfaa(active, since 1.00492s) 2023-10-12T23:18:08.987 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.987 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.987 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mgrmap e17: smithi088.fwrfaa(active, since 3s) 2023-10-12T23:18:08.987 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.988 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.988 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.988 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.988 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi088", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:18:08.988 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/3068484205' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.989 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.989 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.989 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.989 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.989 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd/host:smithi187", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:18:08.990 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:08.990 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:18:08.990 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Updating smithi088:/etc/ceph/ceph.conf 2023-10-12T23:18:08.990 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Updating smithi187:/etc/ceph/ceph.conf 2023-10-12T23:18:08.990 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Updating smithi088:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:18:08.991 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Updating smithi187:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:18:08.991 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Updating smithi088:/etc/ceph/ceph.client.admin.keyring 2023-10-12T23:18:08.991 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Updating smithi187:/etc/ceph/ceph.client.admin.keyring 2023-10-12T23:18:08.991 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.991 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.991 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Updating smithi088:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-12T23:18:08.992 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Updating smithi187:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.client.admin.keyring 2023-10-12T23:18:08.992 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.992 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.992 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.992 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi187", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-12T23:18:08.993 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi187", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]': finished 2023-10-12T23:18:08.993 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:08.993 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Deploying daemon ceph-exporter.smithi187 on smithi187 2023-10-12T23:18:08.993 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/3118003497' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.993 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.994 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.994 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.994 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.994 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T23:18:08.994 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2023-10-12T23:18:08.995 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:08.995 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Deploying daemon crash.smithi187 on smithi187 2023-10-12T23:18:08.995 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.995 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.995 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.996 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.996 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.996 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Deploying daemon node-exporter.smithi187 on smithi187 2023-10-12T23:18:08.996 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/2449394761' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.996 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:18:08.997 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.997 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.997 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.997 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.997 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.998 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.cozpwf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T23:18:08.998 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.cozpwf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2023-10-12T23:18:08.998 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T23:18:08.998 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:08.998 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Deploying daemon mgr.smithi187.cozpwf on smithi187 2023-10-12T23:18:08.999 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/3761187674' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:08.999 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:08.999 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.999 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:08.999 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:09.000 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:09.000 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:09.000 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T23:18:09.000 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:09.000 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: Deploying daemon mon.smithi187 on smithi187 2023-10-12T23:18:09.001 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:09.001 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/1156940751' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:09.001 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing).paxosservice(auth 1..8) refresh upgraded, format 0 -> 3 2023-10-12T23:18:09.001 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: mon.smithi187@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2023-10-12T23:18:09.001 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta expand map: {default=false} 2023-10-12T23:18:09.002 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta from 'false' to 'false' 2023-10-12T23:18:09.002 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta expanded map: {default=false} 2023-10-12T23:18:09.002 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta expand map: {default=info} 2023-10-12T23:18:09.002 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta from 'info' to 'info' 2023-10-12T23:18:09.002 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta expanded map: {default=info} 2023-10-12T23:18:09.003 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta expand map: {default=daemon} 2023-10-12T23:18:09.003 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta from 'daemon' to 'daemon' 2023-10-12T23:18:09.003 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta expanded map: {default=daemon} 2023-10-12T23:18:09.003 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta expand map: {default=debug} 2023-10-12T23:18:09.003 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta from 'debug' to 'debug' 2023-10-12T23:18:09.004 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:08 smithi187 ceph-mon[111815]: expand_channel_meta expanded map: {default=debug} 2023-10-12T23:18:09.261 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2023-10-12T23:18:09.262 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mon dump -f json 2023-10-12T23:18:09.573 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi187/config 2023-10-12T23:18:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:18:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: mon.smithi088 calling monitor election 2023-10-12T23:18:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: mon.smithi187 calling monitor election 2023-10-12T23:18:14.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.? 172.21.15.187:0/1360882872' entity='mgr.smithi187.cozpwf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.cozpwf/crt"}]: dispatch 2023-10-12T23:18:14.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:14.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: mon.smithi088 is new leader, mons smithi088,smithi187 in quorum (ranks 0,1) 2023-10-12T23:18:14.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi187=[v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0]} removed_ranks: {} 2023-10-12T23:18:14.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: fsmap 2023-10-12T23:18:14.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: osdmap e5: 0 total, 0 up, 0 in 2023-10-12T23:18:14.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: mgrmap e17: smithi088.fwrfaa(active, since 29s) 2023-10-12T23:18:14.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: Standby manager daemon smithi187.cozpwf started 2023-10-12T23:18:14.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.? 172.21.15.187:0/1360882872' entity='mgr.smithi187.cozpwf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-12T23:18:14.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-12T23:18:14.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.? 172.21.15.187:0/1360882872' entity='mgr.smithi187.cozpwf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.cozpwf/key"}]: dispatch 2023-10-12T23:18:14.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.? 172.21.15.187:0/1360882872' entity='mgr.smithi187.cozpwf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-12T23:18:14.214 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:14.214 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:14.214 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:14.278 INFO:teuthology.orchestra.run.smithi187.stdout: 2023-10-12T23:18:14.279 INFO:teuthology.orchestra.run.smithi187.stdout:{"epoch":2,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","modified":"2023-10-12T23:18:08.808206Z","created":"2023-10-12T23:15:32.875229Z","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":"smithi088","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:3300","nonce":0},{"type":"v1","addr":"172.21.15.88:6789","nonce":0}]},"addr":"172.21.15.88:6789/0","public_addr":"172.21.15.88:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi187","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:3300","nonce":0},{"type":"v1","addr":"172.21.15.187:6789","nonce":0}]},"addr":"172.21.15.187:6789/0","public_addr":"172.21.15.187:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2023-10-12T23:18:14.281 INFO:teuthology.orchestra.run.smithi187.stderr:dumped monmap epoch 2 2023-10-12T23:18:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:18:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: mon.smithi088 calling monitor election 2023-10-12T23:18:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: mon.smithi187 calling monitor election 2023-10-12T23:18:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.? 172.21.15.187:0/1360882872' entity='mgr.smithi187.cozpwf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.cozpwf/crt"}]: dispatch 2023-10-12T23:18:14.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:14.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:14.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: mon.smithi088 is new leader, mons smithi088,smithi187 in quorum (ranks 0,1) 2023-10-12T23:18:14.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: monmap e2: 2 mons at {smithi088=[v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0],smithi187=[v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0]} removed_ranks: {} 2023-10-12T23:18:14.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: fsmap 2023-10-12T23:18:14.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: osdmap e5: 0 total, 0 up, 0 in 2023-10-12T23:18:14.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: mgrmap e17: smithi088.fwrfaa(active, since 29s) 2023-10-12T23:18:14.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: Standby manager daemon smithi187.cozpwf started 2023-10-12T23:18:14.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.? 172.21.15.187:0/1360882872' entity='mgr.smithi187.cozpwf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2023-10-12T23:18:14.327 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-12T23:18:14.327 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.? 172.21.15.187:0/1360882872' entity='mgr.smithi187.cozpwf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi187.cozpwf/key"}]: dispatch 2023-10-12T23:18:14.327 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.? 172.21.15.187:0/1360882872' entity='mgr.smithi187.cozpwf' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2023-10-12T23:18:14.327 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:14.327 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:14.327 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:15.047 INFO:tasks.cephadm:Generating final ceph.conf file... 2023-10-12T23:18:15.048 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph config generate-minimal-conf 2023-10-12T23:18:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:14 smithi088 ceph-mon[96111]: mgrmap e18: smithi088.fwrfaa(active, since 29s), standbys: smithi187.cozpwf 2023-10-12T23:18:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr metadata", "who": "smithi187.cozpwf", "id": "smithi187.cozpwf"}]: dispatch 2023-10-12T23:18:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:18:15.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:14 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/1799558122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:15.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:15.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:18:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:14 smithi187 ceph-mon[111815]: mgrmap e18: smithi088.fwrfaa(active, since 29s), standbys: smithi187.cozpwf 2023-10-12T23:18:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr metadata", "who": "smithi187.cozpwf", "id": "smithi187.cozpwf"}]: dispatch 2023-10-12T23:18:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:15.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:15.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:15.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:18:15.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:14 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/1799558122' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2023-10-12T23:18:15.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:18:15.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:18:15.376 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:18:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:15 smithi187 ceph-mon[111815]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:15 smithi088 ceph-mon[96111]: pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:17.335 INFO:teuthology.orchestra.run.smithi088.stdout:# minimal ceph.conf for 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:18:17.336 INFO:teuthology.orchestra.run.smithi088.stdout:[global] 2023-10-12T23:18:17.336 INFO:teuthology.orchestra.run.smithi088.stdout: fsid = 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:18:17.336 INFO:teuthology.orchestra.run.smithi088.stdout: mon_host = [v2:172.21.15.88:3300/0,v1:172.21.15.88:6789/0] [v2:172.21.15.187:3300/0,v1:172.21.15.187:6789/0] 2023-10-12T23:18:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:18:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: Updating smithi088:/etc/ceph/ceph.conf 2023-10-12T23:18:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: Updating smithi187:/etc/ceph/ceph.conf 2023-10-12T23:18:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: Updating smithi088:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:18:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: Updating smithi187:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:18:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: Reconfiguring mon.smithi088 (unknown last config time)... 2023-10-12T23:18:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T23:18:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-12T23:18:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:17 smithi187 ceph-mon[111815]: Reconfiguring daemon mon.smithi088 on smithi088 2023-10-12T23:18:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:18:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: Updating smithi088:/etc/ceph/ceph.conf 2023-10-12T23:18:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: Updating smithi187:/etc/ceph/ceph.conf 2023-10-12T23:18:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: Updating smithi088:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:18:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: Updating smithi187:/var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/config/ceph.conf 2023-10-12T23:18:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: Reconfiguring mon.smithi088 (unknown last config time)... 2023-10-12T23:18:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T23:18:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-12T23:18:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:17.577 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:17 smithi088 ceph-mon[96111]: Reconfiguring daemon mon.smithi088 on smithi088 2023-10-12T23:18:18.316 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2023-10-12T23:18:18.316 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:18:18.317 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.conf 2023-10-12T23:18:18.381 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:18 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1805380959' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:18.386 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:18:18.386 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-12T23:18:18.454 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-10-12T23:18:18.455 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.conf 2023-10-12T23:18:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:18 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1805380959' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:18.491 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-10-12T23:18:18.492 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2023-10-12T23:18:18.562 INFO:tasks.cephadm:Deploying OSDs... 2023-10-12T23:18:18.563 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:18:18.563 DEBUG:teuthology.orchestra.run.smithi088:> dd if=/scratch_devs of=/dev/stdout 2023-10-12T23:18:18.580 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-12T23:18:18.581 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme1n1 2023-10-12T23:18:18.641 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme1n1 2023-10-12T23:18:18.642 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-12T23:18:18.642 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 431538 Links: 1 Device type: 103,1 2023-10-12T23:18:18.642 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-12T23:18:18.642 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-12T23:18:18.642 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-10-12 23:16:43.254426871 +0000 2023-10-12T23:18:18.643 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-10-12 23:14:13.907407197 +0000 2023-10-12T23:18:18.643 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-10-12 23:14:13.907407197 +0000 2023-10-12T23:18:18.643 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-10-12T23:18:18.643 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-12T23:18:18.704 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-10-12T23:18:18.705 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-10-12T23:18:18.705 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.00025304 s, 2.0 MB/s 2023-10-12T23:18:18.706 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-12T23:18:18.764 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme2n1 2023-10-12T23:18:18.821 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme2n1 2023-10-12T23:18:18.822 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-12T23:18:18.822 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 431626 Links: 1 Device type: 103,2 2023-10-12T23:18:18.822 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-12T23:18:18.822 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-12T23:18:18.823 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-10-12 23:16:43.265426651 +0000 2023-10-12T23:18:18.823 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-10-12 23:14:14.056404227 +0000 2023-10-12T23:18:18.823 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-10-12 23:14:14.056404227 +0000 2023-10-12T23:18:18.823 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-10-12T23:18:18.824 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-12T23:18:18.889 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-10-12T23:18:18.889 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-10-12T23:18:18.889 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000227381 s, 2.3 MB/s 2023-10-12T23:18:18.890 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-12T23:18:18.949 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme3n1 2023-10-12T23:18:19.006 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme3n1 2023-10-12T23:18:19.007 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-12T23:18:19.007 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 431695 Links: 1 Device type: 103,3 2023-10-12T23:18:19.007 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-12T23:18:19.007 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-12T23:18:19.008 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-10-12 23:16:43.276426432 +0000 2023-10-12T23:18:19.008 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-10-12 23:14:14.207401217 +0000 2023-10-12T23:18:19.008 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-10-12 23:14:14.207401217 +0000 2023-10-12T23:18:19.009 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-10-12T23:18:19.009 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-12T23:18:19.074 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-10-12T23:18:19.074 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-10-12T23:18:19.074 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000239995 s, 2.1 MB/s 2023-10-12T23:18:19.075 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-12T23:18:19.134 DEBUG:teuthology.orchestra.run.smithi088:> stat /dev/nvme4n1 2023-10-12T23:18:19.192 INFO:teuthology.orchestra.run.smithi088.stdout: File: /dev/nvme4n1 2023-10-12T23:18:19.192 INFO:teuthology.orchestra.run.smithi088.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-12T23:18:19.192 INFO:teuthology.orchestra.run.smithi088.stdout:Device: 6h/6d Inode: 431758 Links: 1 Device type: 103,4 2023-10-12T23:18:19.193 INFO:teuthology.orchestra.run.smithi088.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-12T23:18:19.193 INFO:teuthology.orchestra.run.smithi088.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-12T23:18:19.193 INFO:teuthology.orchestra.run.smithi088.stdout:Access: 2023-10-12 23:16:43.286426232 +0000 2023-10-12T23:18:19.193 INFO:teuthology.orchestra.run.smithi088.stdout:Modify: 2023-10-12 23:14:14.410397171 +0000 2023-10-12T23:18:19.193 INFO:teuthology.orchestra.run.smithi088.stdout:Change: 2023-10-12 23:14:14.410397171 +0000 2023-10-12T23:18:19.194 INFO:teuthology.orchestra.run.smithi088.stdout: Birth: - 2023-10-12T23:18:19.194 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-12T23:18:19.259 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records in 2023-10-12T23:18:19.259 INFO:teuthology.orchestra.run.smithi088.stderr:1+0 records out 2023-10-12T23:18:19.259 INFO:teuthology.orchestra.run.smithi088.stderr:512 bytes copied, 0.000198357 s, 2.6 MB/s 2023-10-12T23:18:19.261 DEBUG:teuthology.orchestra.run.smithi088:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-12T23:18:19.319 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-10-12T23:18:19.319 DEBUG:teuthology.orchestra.run.smithi187:> dd if=/scratch_devs of=/dev/stdout 2023-10-12T23:18:19.340 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2023-10-12T23:18:19.340 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme1n1 2023-10-12T23:18:19.400 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme1n1 2023-10-12T23:18:19.401 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-12T23:18:19.401 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 430665 Links: 1 Device type: 103,1 2023-10-12T23:18:19.401 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-12T23:18:19.401 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-12T23:18:19.402 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2023-10-12 23:17:49.203481077 +0000 2023-10-12T23:18:19.402 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2023-10-12 23:14:15.639689178 +0000 2023-10-12T23:18:19.402 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2023-10-12 23:14:15.639689178 +0000 2023-10-12T23:18:19.402 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2023-10-12T23:18:19.403 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2023-10-12T23:18:19.470 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2023-10-12T23:18:19.470 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2023-10-12T23:18:19.470 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000278175 s, 1.8 MB/s 2023-10-12T23:18:19.473 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2023-10-12T23:18:19.533 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme2n1 2023-10-12T23:18:19.592 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme2n1 2023-10-12T23:18:19.593 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-12T23:18:19.593 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 429417 Links: 1 Device type: 103,2 2023-10-12T23:18:19.593 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-12T23:18:19.593 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-12T23:18:19.594 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2023-10-12 23:17:49.213480927 +0000 2023-10-12T23:18:19.594 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2023-10-12 23:14:15.791686887 +0000 2023-10-12T23:18:19.594 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2023-10-12 23:14:15.791686887 +0000 2023-10-12T23:18:19.594 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2023-10-12T23:18:19.595 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2023-10-12T23:18:19.661 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2023-10-12T23:18:19.661 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2023-10-12T23:18:19.661 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000261625 s, 2.0 MB/s 2023-10-12T23:18:19.663 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2023-10-12T23:18:19.722 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme3n1 2023-10-12T23:18:19.780 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:19.780 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:19.781 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:19 smithi088 ceph-mon[96111]: Reconfiguring mgr.smithi088.fwrfaa (unknown last config time)... 2023-10-12T23:18:19.781 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.fwrfaa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T23:18:19.781 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T23:18:19.781 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:19.781 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:19 smithi088 ceph-mon[96111]: Reconfiguring daemon mgr.smithi088.fwrfaa on smithi088 2023-10-12T23:18:19.782 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:19 smithi088 ceph-mon[96111]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:19.782 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:19.784 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme3n1 2023-10-12T23:18:19.784 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-12T23:18:19.784 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 429432 Links: 1 Device type: 103,3 2023-10-12T23:18:19.784 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-12T23:18:19.785 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-12T23:18:19.785 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2023-10-12 23:17:49.223480778 +0000 2023-10-12T23:18:19.785 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2023-10-12 23:14:15.940684641 +0000 2023-10-12T23:18:19.785 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2023-10-12 23:14:15.940684641 +0000 2023-10-12T23:18:19.785 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2023-10-12T23:18:19.786 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2023-10-12T23:18:19.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:19.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:19.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:19 smithi187 ceph-mon[111815]: Reconfiguring mgr.smithi088.fwrfaa (unknown last config time)... 2023-10-12T23:18:19.849 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi088.fwrfaa", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T23:18:19.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T23:18:19.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:19.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:19 smithi187 ceph-mon[111815]: Reconfiguring daemon mgr.smithi088.fwrfaa on smithi088 2023-10-12T23:18:19.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:19 smithi187 ceph-mon[111815]: pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:19.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:19.851 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2023-10-12T23:18:19.851 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2023-10-12T23:18:19.852 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000211702 s, 2.4 MB/s 2023-10-12T23:18:19.853 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2023-10-12T23:18:19.911 DEBUG:teuthology.orchestra.run.smithi187:> stat /dev/nvme4n1 2023-10-12T23:18:19.968 INFO:teuthology.orchestra.run.smithi187.stdout: File: /dev/nvme4n1 2023-10-12T23:18:19.969 INFO:teuthology.orchestra.run.smithi187.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2023-10-12T23:18:19.969 INFO:teuthology.orchestra.run.smithi187.stdout:Device: 6h/6d Inode: 434393 Links: 1 Device type: 103,4 2023-10-12T23:18:19.969 INFO:teuthology.orchestra.run.smithi187.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2023-10-12T23:18:19.969 INFO:teuthology.orchestra.run.smithi187.stdout:Context: system_u:object_r:nvme_device_t:s0 2023-10-12T23:18:19.970 INFO:teuthology.orchestra.run.smithi187.stdout:Access: 2023-10-12 23:17:49.233480628 +0000 2023-10-12T23:18:19.970 INFO:teuthology.orchestra.run.smithi187.stdout:Modify: 2023-10-12 23:14:16.145681550 +0000 2023-10-12T23:18:19.970 INFO:teuthology.orchestra.run.smithi187.stdout:Change: 2023-10-12 23:14:16.145681550 +0000 2023-10-12T23:18:19.970 INFO:teuthology.orchestra.run.smithi187.stdout: Birth: - 2023-10-12T23:18:19.971 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2023-10-12T23:18:20.036 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records in 2023-10-12T23:18:20.036 INFO:teuthology.orchestra.run.smithi187.stderr:1+0 records out 2023-10-12T23:18:20.036 INFO:teuthology.orchestra.run.smithi187.stderr:512 bytes copied, 0.000250299 s, 2.0 MB/s 2023-10-12T23:18:20.037 DEBUG:teuthology.orchestra.run.smithi187:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2023-10-12T23:18:20.095 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch apply osd --all-available-devices 2023-10-12T23:18:20.432 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi187/config 2023-10-12T23:18:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:20 smithi187 ceph-mon[111815]: Reconfiguring ceph-exporter.smithi088 (monmap changed)... 2023-10-12T23:18:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-12T23:18:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:20 smithi187 ceph-mon[111815]: Reconfiguring daemon ceph-exporter.smithi088 on smithi088 2023-10-12T23:18:21.047 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:21.047 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:21.047 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:20 smithi088 ceph-mon[96111]: Reconfiguring ceph-exporter.smithi088 (monmap changed)... 2023-10-12T23:18:21.047 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi088", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-12T23:18:21.048 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:21.048 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:20 smithi088 ceph-mon[96111]: Reconfiguring daemon ceph-exporter.smithi088 on smithi088 2023-10-12T23:18:22.038 INFO:teuthology.orchestra.run.smithi187.stdout:Scheduled osd.all-available-devices update... 2023-10-12T23:18:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:22 smithi088 ceph-mon[96111]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T23:18:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:22 smithi187 ceph-mon[111815]: pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi088", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T23:18:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:22.597 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2023-10-12T23:18:22.598 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:18:23.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:23 smithi088 ceph-mon[96111]: Reconfiguring crash.smithi088 (monmap changed)... 2023-10-12T23:18:23.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:23 smithi088 ceph-mon[96111]: Reconfiguring daemon crash.smithi088 on smithi088 2023-10-12T23:18:23.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:23 smithi088 ceph-mon[96111]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:18:23.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:23 smithi088 ceph-mon[96111]: Marking host: smithi088 for OSDSpec preview refresh. 2023-10-12T23:18:23.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:23 smithi088 ceph-mon[96111]: Marking host: smithi187 for OSDSpec preview refresh. 2023-10-12T23:18:23.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:23 smithi088 ceph-mon[96111]: Saving service osd.all-available-devices spec with placement * 2023-10-12T23:18:23.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:23.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:23 smithi187 ceph-mon[111815]: Reconfiguring crash.smithi088 (monmap changed)... 2023-10-12T23:18:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:23 smithi187 ceph-mon[111815]: Reconfiguring daemon crash.smithi088 on smithi088 2023-10-12T23:18:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:23 smithi187 ceph-mon[111815]: from='client.14254 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:18:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:23 smithi187 ceph-mon[111815]: Marking host: smithi088 for OSDSpec preview refresh. 2023-10-12T23:18:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:23 smithi187 ceph-mon[111815]: Marking host: smithi187 for OSDSpec preview refresh. 2023-10-12T23:18:23.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:23 smithi187 ceph-mon[111815]: Saving service osd.all-available-devices spec with placement * 2023-10-12T23:18:23.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:23.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:23.719 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:18:24.317 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:24 smithi088 ceph-mon[96111]: Reconfiguring alertmanager.smithi088 (dependencies changed)... 2023-10-12T23:18:24.318 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:24 smithi088 ceph-mon[96111]: Reconfiguring daemon alertmanager.smithi088 on smithi088 2023-10-12T23:18:24.318 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:24 smithi088 ceph-mon[96111]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:24 smithi187 ceph-mon[111815]: Reconfiguring alertmanager.smithi088 (dependencies changed)... 2023-10-12T23:18:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:24 smithi187 ceph-mon[111815]: Reconfiguring daemon alertmanager.smithi088 on smithi088 2023-10-12T23:18:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:24 smithi187 ceph-mon[111815]: pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:25 smithi088 ceph-mon[96111]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:25 smithi187 ceph-mon[111815]: pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:26.021 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:18:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:26 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/444302060' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:26 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/444302060' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:26.735 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-12T23:18:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:27 smithi187 ceph-mon[111815]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:27.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:27 smithi088 ceph-mon[96111]: pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:27.736 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:18:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:28 smithi088 ceph-mon[96111]: Reconfiguring grafana.smithi088 (dependencies changed)... 2023-10-12T23:18:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:28 smithi088 ceph-mon[96111]: Reconfiguring daemon grafana.smithi088 on smithi088 2023-10-12T23:18:28.774 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:18:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:28 smithi187 ceph-mon[111815]: Reconfiguring grafana.smithi088 (dependencies changed)... 2023-10-12T23:18:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:28 smithi187 ceph-mon[111815]: Reconfiguring daemon grafana.smithi088 on smithi088 2023-10-12T23:18:29.642 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:29 smithi088 ceph-mon[96111]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:29 smithi187 ceph-mon[111815]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:18:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:18:31.301 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:18:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:31 smithi088 ceph-mon[96111]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:31 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2370766303' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:31.801 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-12T23:18:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:31 smithi187 ceph-mon[111815]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:31 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2370766303' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:32.803 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:18:33.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:33.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:33.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:33 smithi088 ceph-mon[96111]: Reconfiguring prometheus.smithi088 (dependencies changed)... 2023-10-12T23:18:33.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:33 smithi088 ceph-mon[96111]: Reconfiguring daemon prometheus.smithi088 on smithi088 2023-10-12T23:18:33.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:33 smithi088 ceph-mon[96111]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:33 smithi187 ceph-mon[111815]: Reconfiguring prometheus.smithi088 (dependencies changed)... 2023-10-12T23:18:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:33 smithi187 ceph-mon[111815]: Reconfiguring daemon prometheus.smithi088 on smithi088 2023-10-12T23:18:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:33 smithi187 ceph-mon[111815]: pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:34.010 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:18:36.145 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:35 smithi088 ceph-mon[96111]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:35 smithi187 ceph-mon[111815]: pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:36.740 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:18:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:36 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/4089064157' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:36 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/4089064157' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:37.239 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-12T23:18:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:37 smithi088 ceph-mon[96111]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi187", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-12T23:18:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:38.206 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:37 smithi187 ceph-mon[111815]: pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:38.206 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:38.206 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:38.206 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.ceph-exporter.smithi187", "caps": ["mon", "profile ceph-exporter", "mon", "allow r", "mgr", "allow r", "osd", "allow r"]}]: dispatch 2023-10-12T23:18:38.207 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:38.240 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:18:38.546 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:18:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:38 smithi088 ceph-mon[96111]: Reconfiguring ceph-exporter.smithi187 (monmap changed)... 2023-10-12T23:18:39.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:38 smithi088 ceph-mon[96111]: Reconfiguring daemon ceph-exporter.smithi187 on smithi187 2023-10-12T23:18:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:38 smithi187 ceph-mon[111815]: Reconfiguring ceph-exporter.smithi187 (monmap changed)... 2023-10-12T23:18:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:38 smithi187 ceph-mon[111815]: Reconfiguring daemon ceph-exporter.smithi187 on smithi187 2023-10-12T23:18:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:39 smithi187 ceph-mon[111815]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:39 smithi187 ceph-mon[111815]: Reconfiguring crash.smithi187 (monmap changed)... 2023-10-12T23:18:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T23:18:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:39 smithi187 ceph-mon[111815]: Reconfiguring daemon crash.smithi187 on smithi187 2023-10-12T23:18:40.266 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:18:40.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:39 smithi088 ceph-mon[96111]: pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:40.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:40.292 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:40.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:39 smithi088 ceph-mon[96111]: Reconfiguring crash.smithi187 (monmap changed)... 2023-10-12T23:18:40.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi187", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2023-10-12T23:18:40.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:40.293 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:39 smithi088 ceph-mon[96111]: Reconfiguring daemon crash.smithi187 on smithi187 2023-10-12T23:18:40.808 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-12T23:18:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:41.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:41 smithi187 ceph-mon[111815]: Reconfiguring mgr.smithi187.cozpwf (monmap changed)... 2023-10-12T23:18:41.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.cozpwf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T23:18:41.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T23:18:41.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:41.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:41 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/266152952' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:41 smithi088 ceph-mon[96111]: Reconfiguring mgr.smithi187.cozpwf (monmap changed)... 2023-10-12T23:18:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi187.cozpwf", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2023-10-12T23:18:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mgr services"}]: dispatch 2023-10-12T23:18:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:41.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:41 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/266152952' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:41.809 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:18:42.129 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:18:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:42 smithi088 ceph-mon[96111]: Reconfiguring daemon mgr.smithi187.cozpwf on smithi187 2023-10-12T23:18:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:42 smithi088 ceph-mon[96111]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T23:18:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-12T23:18:42.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:42.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:42 smithi187 ceph-mon[111815]: Reconfiguring daemon mgr.smithi187.cozpwf on smithi187 2023-10-12T23:18:42.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:42 smithi187 ceph-mon[111815]: pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:42.386 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:42.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:42.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2023-10-12T23:18:42.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2023-10-12T23:18:42.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: Reconfiguring mon.smithi187 (monmap changed)... 2023-10-12T23:18:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: Reconfiguring daemon mon.smithi187 on smithi187 2023-10-12T23:18:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T23:18:43.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2023-10-12T23:18:43.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:43.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T23:18:43.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2023-10-12T23:18:43.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:43.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T23:18:43.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088.front.sepia.ceph.com:9095"}]: dispatch 2023-10-12T23:18:43.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:43.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:18:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: Reconfiguring mon.smithi187 (monmap changed)... 2023-10-12T23:18:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: Reconfiguring daemon mon.smithi187 on smithi187 2023-10-12T23:18:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T23:18:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2023-10-12T23:18:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:43.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T23:18:43.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2023-10-12T23:18:43.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:43.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T23:18:43.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088.front.sepia.ceph.com:9095"}]: dispatch 2023-10-12T23:18:43.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:43.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:18:44.044 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:18:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:44 smithi088 ceph-mon[96111]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T23:18:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:44 smithi088 ceph-mon[96111]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2023-10-12T23:18:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:44 smithi088 ceph-mon[96111]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T23:18:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:44 smithi088 ceph-mon[96111]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2023-10-12T23:18:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:44 smithi088 ceph-mon[96111]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T23:18:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:44 smithi088 ceph-mon[96111]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088.front.sepia.ceph.com:9095"}]: dispatch 2023-10-12T23:18:44.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:44 smithi088 ceph-mon[96111]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:44.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:44 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1427614681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:44 smithi187 ceph-mon[111815]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2023-10-12T23:18:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:44 smithi187 ceph-mon[111815]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi088.front.sepia.ceph.com:9093"}]: dispatch 2023-10-12T23:18:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:44 smithi187 ceph-mon[111815]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2023-10-12T23:18:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:44 smithi187 ceph-mon[111815]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi088.front.sepia.ceph.com:3000"}]: dispatch 2023-10-12T23:18:44.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:44 smithi187 ceph-mon[111815]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T23:18:44.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:44 smithi187 ceph-mon[111815]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi088.front.sepia.ceph.com:9095"}]: dispatch 2023-10-12T23:18:44.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:44 smithi187 ceph-mon[111815]: pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:44.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:44 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1427614681' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:44.655 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-12T23:18:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:18:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:18:45.657 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:18:46.039 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:18:46.349 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:46 smithi088 ceph-mon[96111]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:46 smithi187 ceph-mon[111815]: pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:47.660 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:47.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:47.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:47.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:47.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:47.661 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:18:47.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:47.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:18:47.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T23:18:47.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:47.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T23:18:47.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:47.663 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:47 smithi088 ceph-mon[96111]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:47.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:47.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:47.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:47.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:18:47.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:18:47.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:18:47.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T23:18:47.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:47.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T23:18:47.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:18:47.713 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:47 smithi187 ceph-mon[111815]: pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:47.828 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:18:48.687 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:48 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/4004291524' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:48.705 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2023-10-12T23:18:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:48 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/4004291524' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:49.706 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:18:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:49 smithi088 ceph-mon[96111]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:49 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/3286240517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5f26dec-3a2d-486e-876e-054652ae0291"}]: dispatch 2023-10-12T23:18:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:49 smithi088 ceph-mon[96111]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5f26dec-3a2d-486e-876e-054652ae0291"}]: dispatch 2023-10-12T23:18:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:49 smithi088 ceph-mon[96111]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5f26dec-3a2d-486e-876e-054652ae0291"}]': finished 2023-10-12T23:18:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:49 smithi088 ceph-mon[96111]: osdmap e6: 1 total, 0 up, 1 in 2023-10-12T23:18:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:49.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:49 smithi187 ceph-mon[111815]: pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:49.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:49 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/3286240517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5f26dec-3a2d-486e-876e-054652ae0291"}]: dispatch 2023-10-12T23:18:49.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:49 smithi187 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c5f26dec-3a2d-486e-876e-054652ae0291"}]: dispatch 2023-10-12T23:18:49.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:49 smithi187 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c5f26dec-3a2d-486e-876e-054652ae0291"}]': finished 2023-10-12T23:18:49.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:49 smithi187 ceph-mon[111815]: osdmap e6: 1 total, 0 up, 1 in 2023-10-12T23:18:49.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:50.032 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:18:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:51 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2031426117' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1f46bd23-e4be-4c92-b683-f5a98e51494d"}]: dispatch 2023-10-12T23:18:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:51 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2031426117' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1f46bd23-e4be-4c92-b683-f5a98e51494d"}]': finished 2023-10-12T23:18:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:51 smithi187 ceph-mon[111815]: osdmap e7: 2 total, 0 up, 2 in 2023-10-12T23:18:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:18:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:51 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/878659912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:18:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:51 smithi187 ceph-mon[111815]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:51 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2031426117' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "1f46bd23-e4be-4c92-b683-f5a98e51494d"}]: dispatch 2023-10-12T23:18:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:51 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2031426117' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "1f46bd23-e4be-4c92-b683-f5a98e51494d"}]': finished 2023-10-12T23:18:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:51 smithi088 ceph-mon[96111]: osdmap e7: 2 total, 0 up, 2 in 2023-10-12T23:18:51.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:51.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:18:51.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:51 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/878659912' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:18:51.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:51 smithi088 ceph-mon[96111]: pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:52.008 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:18:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:52 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1520728502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:18:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:52 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2733129100' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:52 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1520728502' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:18:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:52 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2733129100' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:52.620 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1697152730,"num_remapped_pgs":0} 2023-10-12T23:18:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:53 smithi187 ceph-mon[111815]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:53 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/711838540' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8aceb4ae-7f20-4bbd-a6b9-b5c31f1ec3a2"}]: dispatch 2023-10-12T23:18:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:53 smithi187 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8aceb4ae-7f20-4bbd-a6b9-b5c31f1ec3a2"}]: dispatch 2023-10-12T23:18:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:53 smithi187 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8aceb4ae-7f20-4bbd-a6b9-b5c31f1ec3a2"}]': finished 2023-10-12T23:18:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:53 smithi187 ceph-mon[111815]: osdmap e8: 3 total, 0 up, 3 in 2023-10-12T23:18:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:53.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:18:53.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:18:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:53 smithi088 ceph-mon[96111]: pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:53 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/711838540' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8aceb4ae-7f20-4bbd-a6b9-b5c31f1ec3a2"}]: dispatch 2023-10-12T23:18:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:53 smithi088 ceph-mon[96111]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "8aceb4ae-7f20-4bbd-a6b9-b5c31f1ec3a2"}]: dispatch 2023-10-12T23:18:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:53 smithi088 ceph-mon[96111]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "8aceb4ae-7f20-4bbd-a6b9-b5c31f1ec3a2"}]': finished 2023-10-12T23:18:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:53 smithi088 ceph-mon[96111]: osdmap e8: 3 total, 0 up, 3 in 2023-10-12T23:18:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:18:53.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:18:53.621 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:18:53.918 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:18:54.564 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:54 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/4113030709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:18:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:54 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/4113030709' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:18:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:55 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/262399869' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c21c5a13-dd77-4733-bed5-cdc927ea9fdf"}]: dispatch 2023-10-12T23:18:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:55 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/262399869' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c21c5a13-dd77-4733-bed5-cdc927ea9fdf"}]': finished 2023-10-12T23:18:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:55 smithi088 ceph-mon[96111]: osdmap e9: 4 total, 0 up, 4 in 2023-10-12T23:18:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:18:55.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:18:55.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:18:55.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:55 smithi088 ceph-mon[96111]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:55 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/262399869' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c21c5a13-dd77-4733-bed5-cdc927ea9fdf"}]: dispatch 2023-10-12T23:18:55.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:55 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/262399869' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c21c5a13-dd77-4733-bed5-cdc927ea9fdf"}]': finished 2023-10-12T23:18:55.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:55 smithi187 ceph-mon[111815]: osdmap e9: 4 total, 0 up, 4 in 2023-10-12T23:18:55.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:55.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:18:55.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:18:55.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:18:55.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:55 smithi187 ceph-mon[111815]: pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:55.831 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:18:56.493 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1697152734,"num_remapped_pgs":0} 2023-10-12T23:18:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:56 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/4252394678' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:56 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/3069734851' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:18:56.860 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:56 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/4252394678' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:18:56.861 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:56 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/3069734851' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:18:57.494 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:18:57.803 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:18:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:57 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/2000153222' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "053b1263-533f-4801-9a6c-2d0874bc44be"}]: dispatch 2023-10-12T23:18:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:57 smithi088 ceph-mon[96111]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "053b1263-533f-4801-9a6c-2d0874bc44be"}]: dispatch 2023-10-12T23:18:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:57 smithi088 ceph-mon[96111]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "053b1263-533f-4801-9a6c-2d0874bc44be"}]': finished 2023-10-12T23:18:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:57 smithi088 ceph-mon[96111]: osdmap e10: 5 total, 0 up, 5 in 2023-10-12T23:18:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:57.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:18:57.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:18:57.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:18:57.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:18:57.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:57 smithi088 ceph-mon[96111]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:57 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/2000153222' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "053b1263-533f-4801-9a6c-2d0874bc44be"}]: dispatch 2023-10-12T23:18:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:57 smithi187 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "053b1263-533f-4801-9a6c-2d0874bc44be"}]: dispatch 2023-10-12T23:18:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:57 smithi187 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "053b1263-533f-4801-9a6c-2d0874bc44be"}]': finished 2023-10-12T23:18:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:57 smithi187 ceph-mon[111815]: osdmap e10: 5 total, 0 up, 5 in 2023-10-12T23:18:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:18:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:18:57.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:18:57.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:18:57.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:57 smithi187 ceph-mon[111815]: pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:59.053 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:58 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/346242476' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:18:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:58 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/346242476' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:18:59.503 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:18:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:18:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2186831862' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f9c6ae-34fc-47ba-8a47-92404dc1997a"}]: dispatch 2023-10-12T23:18:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2186831862' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f9c6ae-34fc-47ba-8a47-92404dc1997a"}]': finished 2023-10-12T23:18:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: osdmap e11: 6 total, 0 up, 6 in 2023-10-12T23:18:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:18:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:18:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:18:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:18:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:18:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:18:59.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:18:59 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/918528035' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: pgmap v35: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2186831862' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a7f9c6ae-34fc-47ba-8a47-92404dc1997a"}]: dispatch 2023-10-12T23:19:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2186831862' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a7f9c6ae-34fc-47ba-8a47-92404dc1997a"}]': finished 2023-10-12T23:19:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: osdmap e11: 6 total, 0 up, 6 in 2023-10-12T23:19:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:00.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:00.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:00.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:00.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:18:59 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/918528035' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:00.303 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1697152738,"num_remapped_pgs":0} 2023-10-12T23:19:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:19:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/3074147128' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:19:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/2648673339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b63dbcec-d0bd-4c12-a0b6-136cfa370f85"}]: dispatch 2023-10-12T23:19:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b63dbcec-d0bd-4c12-a0b6-136cfa370f85"}]: dispatch 2023-10-12T23:19:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b63dbcec-d0bd-4c12-a0b6-136cfa370f85"}]': finished 2023-10-12T23:19:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: osdmap e12: 7 total, 0 up, 7 in 2023-10-12T23:19:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:01.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:01.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:01.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:01.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:01.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:19:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/3074147128' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:19:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/2648673339' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b63dbcec-d0bd-4c12-a0b6-136cfa370f85"}]: dispatch 2023-10-12T23:19:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "b63dbcec-d0bd-4c12-a0b6-136cfa370f85"}]: dispatch 2023-10-12T23:19:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "b63dbcec-d0bd-4c12-a0b6-136cfa370f85"}]': finished 2023-10-12T23:19:01.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: osdmap e12: 7 total, 0 up, 7 in 2023-10-12T23:19:01.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:01.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:01.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:01.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:01.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:01.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:01.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:01.305 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:19:01.616 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:01 smithi088 ceph-mon[96111]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:01 smithi187 ceph-mon[111815]: pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:02.866 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:02 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/3423937389' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:19:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:02 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/3423937389' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:19:03.289 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:03.987 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697152743,"num_remapped_pgs":0} 2023-10-12T23:19:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2771199404' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "104df2ed-26c4-41e6-bdcd-9c08c009c87d"}]: dispatch 2023-10-12T23:19:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2771199404' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "104df2ed-26c4-41e6-bdcd-9c08c009c87d"}]': finished 2023-10-12T23:19:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: osdmap e13: 8 total, 0 up, 8 in 2023-10-12T23:19:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:04.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:04.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:04.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:04.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:04.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:04.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:04.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:03 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/591989527' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:04.139 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: pgmap v39: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:04.140 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2771199404' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "104df2ed-26c4-41e6-bdcd-9c08c009c87d"}]: dispatch 2023-10-12T23:19:04.140 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2771199404' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "104df2ed-26c4-41e6-bdcd-9c08c009c87d"}]': finished 2023-10-12T23:19:04.140 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: osdmap e13: 8 total, 0 up, 8 in 2023-10-12T23:19:04.140 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:04.141 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:04.141 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:04.141 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:04.141 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:04.141 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:04.142 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:04.142 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:04.142 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:03 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/591989527' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:04 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/3868572614' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:19:04.989 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:19:05.016 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:04 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/3868572614' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2023-10-12T23:19:05.292 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:05 smithi187 ceph-mon[111815]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:05 smithi088 ceph-mon[96111]: pgmap v41: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:07.041 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:07.993 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697152743,"num_remapped_pgs":0} 2023-10-12T23:19:08.082 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:07 smithi187 ceph-mon[111815]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:08.083 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:07 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/3649576229' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:08.083 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-12T23:19:08.083 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:08.186 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:07 smithi088 ceph-mon[96111]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:08.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:07 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/3649576229' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:08.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2023-10-12T23:19:08.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:08.994 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:19:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:08 smithi088 ceph-mon[96111]: Deploying daemon osd.0 on smithi187 2023-10-12T23:19:09.078 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:08 smithi187 ceph-mon[111815]: Deploying daemon osd.0 on smithi187 2023-10-12T23:19:09.380 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:10.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:09 smithi088 ceph-mon[96111]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:09 smithi187 ceph-mon[111815]: pgmap v43: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:11 smithi187 ceph-mon[111815]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-12T23:19:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:11 smithi187 ceph-mon[111815]: Deploying daemon osd.1 on smithi088 2023-10-12T23:19:11.510 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:11 smithi088 ceph-mon[96111]: pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:11.510 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2023-10-12T23:19:11.510 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:11.511 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:11 smithi088 ceph-mon[96111]: Deploying daemon osd.1 on smithi088 2023-10-12T23:19:11.517 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:12 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/566804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:12.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-12T23:19:12.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:12.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:12 smithi187 ceph-mon[111815]: Deploying daemon osd.2 on smithi187 2023-10-12T23:19:12.231 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:12 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/566804' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:12.232 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:12.232 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:12.232 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2023-10-12T23:19:12.232 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:12.232 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:12 smithi088 ceph-mon[96111]: Deploying daemon osd.2 on smithi187 2023-10-12T23:19:12.250 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697152743,"num_remapped_pgs":0} 2023-10-12T23:19:13.251 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:19:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:13 smithi187 ceph-mon[111815]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:13.531 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:13 smithi088 ceph-mon[96111]: pgmap v45: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:14.173 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:15.051 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:19:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:19:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:15 smithi088 ceph-mon[96111]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:15 smithi088 ceph-mon[96111]: from='osd.0 [v2:172.21.15.187:6800/484206906,v1:172.21.15.187:6801/484206906]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-12T23:19:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:15 smithi088 ceph-mon[96111]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-12T23:19:16.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:15 smithi187 ceph-mon[111815]: pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:16.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:15 smithi187 ceph-mon[111815]: from='osd.0 [v2:172.21.15.187:6800/484206906,v1:172.21.15.187:6801/484206906]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-12T23:19:16.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:15 smithi187 ceph-mon[111815]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2023-10-12T23:19:16.377 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:17.282 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":14,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1697152743,"num_remapped_pgs":0} 2023-10-12T23:19:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-12T23:19:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='osd.0 [v2:172.21.15.187:6800/484206906,v1:172.21.15.187:6801/484206906]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: osdmap e14: 8 total, 0 up, 8 in 2023-10-12T23:19:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/210360028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-12T23:19:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:17 smithi187 ceph-mon[111815]: Deploying daemon osd.4 on smithi187 2023-10-12T23:19:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2023-10-12T23:19:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='osd.0 [v2:172.21.15.187:6800/484206906,v1:172.21.15.187:6801/484206906]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: osdmap e14: 8 total, 0 up, 8 in 2023-10-12T23:19:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/210360028' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2023-10-12T23:19:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:17 smithi088 ceph-mon[96111]: Deploying daemon osd.4 on smithi187 2023-10-12T23:19:18.283 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:19:18.435 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2023-10-12T23:19:18.436 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: osdmap e15: 8 total, 0 up, 8 in 2023-10-12T23:19:18.436 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:18.436 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:18.436 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:18.437 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:18.437 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:18.437 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:18.437 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:18.438 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:18.438 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:18.439 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:18.439 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-12T23:19:18.439 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:18.440 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:18 smithi088 ceph-mon[96111]: Deploying daemon osd.3 on smithi088 2023-10-12T23:19:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2023-10-12T23:19:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: osdmap e15: 8 total, 0 up, 8 in 2023-10-12T23:19:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2023-10-12T23:19:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:18.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:18 smithi187 ceph-mon[111815]: Deploying daemon osd.3 on smithi088 2023-10-12T23:19:19.165 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:19.452 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: purged_snaps scrub starts 2023-10-12T23:19:19.452 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: purged_snaps scrub ok 2023-10-12T23:19:19.452 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: osd.0 [v2:172.21.15.187:6800/484206906,v1:172.21.15.187:6801/484206906] boot 2023-10-12T23:19:19.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: osdmap e16: 8 total, 1 up, 8 in 2023-10-12T23:19:19.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:19.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:19.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:19.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:19.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:19.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:19.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:19.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:19.455 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:19.455 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:19 smithi088 ceph-mon[96111]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: purged_snaps scrub starts 2023-10-12T23:19:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: purged_snaps scrub ok 2023-10-12T23:19:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: osd.0 [v2:172.21.15.187:6800/484206906,v1:172.21.15.187:6801/484206906] boot 2023-10-12T23:19:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: osdmap e16: 8 total, 1 up, 8 in 2023-10-12T23:19:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2023-10-12T23:19:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:19.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:19.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:19.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:19.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:19.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:19.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:19.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:19 smithi187 ceph-mon[111815]: pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2023-10-12T23:19:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:20 smithi187 ceph-mon[111815]: osdmap e17: 8 total, 1 up, 8 in 2023-10-12T23:19:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:20.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:20.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:20.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:20.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:20.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:20.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:20 smithi088 ceph-mon[96111]: osdmap e17: 8 total, 1 up, 8 in 2023-10-12T23:19:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:20.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:20.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:21.425 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:21.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:21 smithi088 ceph-mon[96111]: from='osd.2 [v2:172.21.15.187:6808/2835215862,v1:172.21.15.187:6809/2835215862]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-12T23:19:21.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:21 smithi088 ceph-mon[96111]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-12T23:19:21.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:21 smithi088 ceph-mon[96111]: pgmap v53: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-12T23:19:21.453 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:21 smithi088 ceph-mon[96111]: from='osd.1 [v2:172.21.15.88:6802/2155133823,v1:172.21.15.88:6803/2155133823]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-12T23:19:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:21 smithi187 ceph-mon[111815]: from='osd.2 [v2:172.21.15.187:6808/2835215862,v1:172.21.15.187:6809/2835215862]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-12T23:19:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:21 smithi187 ceph-mon[111815]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2023-10-12T23:19:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:21 smithi187 ceph-mon[111815]: pgmap v53: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-12T23:19:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:21 smithi187 ceph-mon[111815]: from='osd.1 [v2:172.21.15.88:6802/2155133823,v1:172.21.15.88:6803/2155133823]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2023-10-12T23:19:22.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-12T23:19:22.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='osd.1 [v2:172.21.15.88:6802/2155133823,v1:172.21.15.88:6803/2155133823]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-12T23:19:22.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='osd.2 [v2:172.21.15.187:6808/2835215862,v1:172.21.15.187:6809/2835215862]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:22.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: osdmap e18: 8 total, 1 up, 8 in 2023-10-12T23:19:22.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='osd.1 [v2:172.21.15.88:6802/2155133823,v1:172.21.15.88:6803/2155133823]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-10-12T23:19:22.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:22.263 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:22.263 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:22.263 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:22.263 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:22.263 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:22.264 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:22.264 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:22.264 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1641358033' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:22.264 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:22.264 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:22.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-12T23:19:22.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:22.265 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:22 smithi088 ceph-mon[96111]: Deploying daemon osd.6 on smithi187 2023-10-12T23:19:22.282 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":18,"num_osds":8,"num_up_osds":1,"osd_up_since":1697152758,"num_in_osds":8,"osd_in_since":1697152743,"num_remapped_pgs":0} 2023-10-12T23:19:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2023-10-12T23:19:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='osd.1 [v2:172.21.15.88:6802/2155133823,v1:172.21.15.88:6803/2155133823]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2023-10-12T23:19:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='osd.2 [v2:172.21.15.187:6808/2835215862,v1:172.21.15.187:6809/2835215862]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:22.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: osdmap e18: 8 total, 1 up, 8 in 2023-10-12T23:19:22.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='osd.1 [v2:172.21.15.88:6802/2155133823,v1:172.21.15.88:6803/2155133823]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-10-12T23:19:22.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:22.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:22.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:22.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:22.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:22.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:22.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:22.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:22.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1641358033' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:22.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:22.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:22.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2023-10-12T23:19:22.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:22.464 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:22 smithi187 ceph-mon[111815]: Deploying daemon osd.6 on smithi187 2023-10-12T23:19:23.283 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:19:23.430 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: from='osd.1 [v2:172.21.15.88:6802/2155133823,v1:172.21.15.88:6803/2155133823]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-10-12T23:19:23.431 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2023-10-12T23:19:23.431 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: osdmap e19: 8 total, 1 up, 8 in 2023-10-12T23:19:23.431 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:23.432 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:23.432 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:23.432 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:23.432 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:23.432 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:23.433 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:23.433 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:23.433 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:23 smithi187 ceph-mon[111815]: pgmap v56: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-12T23:19:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: from='osd.1 [v2:172.21.15.88:6802/2155133823,v1:172.21.15.88:6803/2155133823]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-10-12T23:19:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2023-10-12T23:19:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: osdmap e19: 8 total, 1 up, 8 in 2023-10-12T23:19:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:23.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:23.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:23.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:23.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:23.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:23.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:23.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:23 smithi088 ceph-mon[96111]: pgmap v56: 0 pgs: ; 0 B data, 27 MiB used, 89 GiB / 89 GiB avail 2023-10-12T23:19:23.835 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: purged_snaps scrub starts 2023-10-12T23:19:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: purged_snaps scrub ok 2023-10-12T23:19:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: purged_snaps scrub starts 2023-10-12T23:19:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: purged_snaps scrub ok 2023-10-12T23:19:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:24.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:24.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: osd.1 [v2:172.21.15.88:6802/2155133823,v1:172.21.15.88:6803/2155133823] boot 2023-10-12T23:19:24.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: osd.2 [v2:172.21.15.187:6808/2835215862,v1:172.21.15.187:6809/2835215862] boot 2023-10-12T23:19:24.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: osdmap e20: 8 total, 3 up, 8 in 2023-10-12T23:19:24.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:24.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:24.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:24.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:24.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:24.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:24.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:24.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:24.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:24.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-12T23:19:24.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:24.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:24 smithi088 ceph-mon[96111]: Deploying daemon osd.5 on smithi088 2023-10-12T23:19:24.449 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: purged_snaps scrub starts 2023-10-12T23:19:24.450 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: purged_snaps scrub ok 2023-10-12T23:19:24.450 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: purged_snaps scrub starts 2023-10-12T23:19:24.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: purged_snaps scrub ok 2023-10-12T23:19:24.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:24.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:24.452 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: osd.1 [v2:172.21.15.88:6802/2155133823,v1:172.21.15.88:6803/2155133823] boot 2023-10-12T23:19:24.452 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: osd.2 [v2:172.21.15.187:6808/2835215862,v1:172.21.15.187:6809/2835215862] boot 2023-10-12T23:19:24.452 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: osdmap e20: 8 total, 3 up, 8 in 2023-10-12T23:19:24.453 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2023-10-12T23:19:24.453 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2023-10-12T23:19:24.453 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:24.454 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:24.454 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:24.454 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:24.455 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:24.455 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:24.456 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:24.456 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2023-10-12T23:19:24.456 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:24.456 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:24 smithi187 ceph-mon[111815]: Deploying daemon osd.5 on smithi088 2023-10-12T23:19:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:25 smithi187 ceph-mon[111815]: osdmap e21: 8 total, 3 up, 8 in 2023-10-12T23:19:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:25.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:25 smithi187 ceph-mon[111815]: pgmap v59: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-12T23:19:25.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-10-12T23:19:25.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:25 smithi187 ceph-mon[111815]: from='osd.4 [v2:172.21.15.187:6816/3869327432,v1:172.21.15.187:6817/3869327432]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-12T23:19:25.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:25 smithi187 ceph-mon[111815]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-12T23:19:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:25 smithi088 ceph-mon[96111]: osdmap e21: 8 total, 3 up, 8 in 2023-10-12T23:19:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:25.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:25.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:25 smithi088 ceph-mon[96111]: pgmap v59: 0 pgs: ; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-12T23:19:25.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]: dispatch 2023-10-12T23:19:25.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:25 smithi088 ceph-mon[96111]: from='osd.4 [v2:172.21.15.187:6816/3869327432,v1:172.21.15.187:6817/3869327432]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-12T23:19:25.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:25 smithi088 ceph-mon[96111]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2023-10-12T23:19:26.211 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-10-12T23:19:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-12T23:19:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: osdmap e22: 8 total, 3 up, 8 in 2023-10-12T23:19:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: from='osd.4 [v2:172.21.15.187:6816/3869327432,v1:172.21.15.187:6817/3869327432]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:26.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:26.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:26.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:26.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:26.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-12T23:19:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "osd pool create", "format": "json", "pool": ".mgr", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32, "yes_i_really_mean_it": true}]': finished 2023-10-12T23:19:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2023-10-12T23:19:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: osdmap e22: 8 total, 3 up, 8 in 2023-10-12T23:19:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: from='osd.4 [v2:172.21.15.187:6816/3869327432,v1:172.21.15.187:6817/3869327432]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:26.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:26.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:26.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:26.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:26.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]: dispatch 2023-10-12T23:19:27.154 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":23,"num_osds":8,"num_up_osds":3,"osd_up_since":1697152763,"num_in_osds":8,"osd_in_since":1697152743,"num_remapped_pgs":0} 2023-10-12T23:19:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2023-10-12T23:19:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-12T23:19:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: osdmap e23: 8 total, 3 up, 8 in 2023-10-12T23:19:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:27.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:27.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:27.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:27.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:27.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2340122347' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:27.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: pgmap v62: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-12T23:19:27.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:27.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:27.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:27 smithi088 ceph-mon[96111]: from='osd.3 [v2:172.21.15.88:6810/2683393211,v1:172.21.15.88:6811/2683393211]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-12T23:19:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2023-10-12T23:19:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": ".mgr", "app": "mgr", "yes_i_really_mean_it": true}]': finished 2023-10-12T23:19:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: osdmap e23: 8 total, 3 up, 8 in 2023-10-12T23:19:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:27.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:27.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:27.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:27.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2340122347' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:27.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: pgmap v62: 1 pgs: 1 unknown; 0 B data, 80 MiB used, 268 GiB / 268 GiB avail 2023-10-12T23:19:27.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:27.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:27.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:27 smithi187 ceph-mon[111815]: from='osd.3 [v2:172.21.15.88:6810/2683393211,v1:172.21.15.88:6811/2683393211]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2023-10-12T23:19:28.155 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:19:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: purged_snaps scrub starts 2023-10-12T23:19:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: purged_snaps scrub ok 2023-10-12T23:19:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: from='osd.3 [v2:172.21.15.88:6810/2683393211,v1:172.21.15.88:6811/2683393211]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-12T23:19:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: osd.4 [v2:172.21.15.187:6816/3869327432,v1:172.21.15.187:6817/3869327432] boot 2023-10-12T23:19:28.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: osdmap e24: 8 total, 4 up, 8 in 2023-10-12T23:19:28.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: from='osd.3 [v2:172.21.15.88:6810/2683393211,v1:172.21.15.88:6811/2683393211]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-10-12T23:19:28.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:28.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:28.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:28.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:28.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:28.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:28.486 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:28.541 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: purged_snaps scrub starts 2023-10-12T23:19:28.542 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: purged_snaps scrub ok 2023-10-12T23:19:28.542 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:28.542 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: from='osd.3 [v2:172.21.15.88:6810/2683393211,v1:172.21.15.88:6811/2683393211]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2023-10-12T23:19:28.542 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: osd.4 [v2:172.21.15.187:6816/3869327432,v1:172.21.15.187:6817/3869327432] boot 2023-10-12T23:19:28.543 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: osdmap e24: 8 total, 4 up, 8 in 2023-10-12T23:19:28.543 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: from='osd.3 [v2:172.21.15.88:6810/2683393211,v1:172.21.15.88:6811/2683393211]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-10-12T23:19:28.543 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:28.543 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2023-10-12T23:19:28.543 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:28.544 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:28.544 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:28.544 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:29 smithi088 ceph-mon[96111]: from='osd.3 [v2:172.21.15.88:6810/2683393211,v1:172.21.15.88:6811/2683393211]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-10-12T23:19:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:29 smithi088 ceph-mon[96111]: osdmap e25: 8 total, 4 up, 8 in 2023-10-12T23:19:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:29.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:29.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:29.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:29 smithi088 ceph-mon[96111]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-12T23:19:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:29 smithi187 ceph-mon[111815]: from='osd.3 [v2:172.21.15.88:6810/2683393211,v1:172.21.15.88:6811/2683393211]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-10-12T23:19:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:29 smithi187 ceph-mon[111815]: osdmap e25: 8 total, 4 up, 8 in 2023-10-12T23:19:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:29.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:29.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:29 smithi187 ceph-mon[111815]: pgmap v65: 1 pgs: 1 unknown; 0 B data, 106 MiB used, 357 GiB / 358 GiB avail 2023-10-12T23:19:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: purged_snaps scrub starts 2023-10-12T23:19:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: purged_snaps scrub ok 2023-10-12T23:19:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: osd.3 [v2:172.21.15.88:6810/2683393211,v1:172.21.15.88:6811/2683393211] boot 2023-10-12T23:19:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: osdmap e26: 8 total, 5 up, 8 in 2023-10-12T23:19:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:30.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:30.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:30.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:30.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:30.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:30.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:19:30.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: osdmap e27: 8 total, 5 up, 8 in 2023-10-12T23:19:30.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:30.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:30.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:30.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='osd.6 [v2:172.21.15.187:6824/3813140522,v1:172.21.15.187:6825/3813140522]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-12T23:19:30.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:30 smithi187 ceph-mon[111815]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-12T23:19:30.523 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: purged_snaps scrub starts 2023-10-12T23:19:30.523 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: purged_snaps scrub ok 2023-10-12T23:19:30.523 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:30.524 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: osd.3 [v2:172.21.15.88:6810/2683393211,v1:172.21.15.88:6811/2683393211] boot 2023-10-12T23:19:30.524 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: osdmap e26: 8 total, 5 up, 8 in 2023-10-12T23:19:30.524 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2023-10-12T23:19:30.524 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:30.524 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:30.525 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:30.525 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:30.525 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:30.525 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:19:30.525 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: osdmap e27: 8 total, 5 up, 8 in 2023-10-12T23:19:30.526 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:30.526 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:30.526 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:30.526 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='osd.6 [v2:172.21.15.187:6824/3813140522,v1:172.21.15.187:6825/3813140522]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-12T23:19:30.527 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:30 smithi088 ceph-mon[96111]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2023-10-12T23:19:30.538 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:31.355 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: mgrmap e19: smithi088.fwrfaa(active, since 105s), standbys: smithi187.cozpwf 2023-10-12T23:19:31.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/181306016' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:31.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:31.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:31.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-12T23:19:31.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:31.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: Deploying daemon osd.7 on smithi088 2023-10-12T23:19:31.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: pgmap v68: 1 pgs: 1 unknown; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-12T23:19:31.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-12T23:19:31.357 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: osdmap e28: 8 total, 5 up, 8 in 2023-10-12T23:19:31.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:31.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:31.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:31.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='osd.6 [v2:172.21.15.187:6824/3813140522,v1:172.21.15.187:6825/3813140522]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:31.358 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:31.359 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:31.375 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":27,"num_osds":8,"num_up_osds":5,"osd_up_since":1697152769,"num_in_osds":8,"osd_in_since":1697152743,"num_remapped_pgs":0} 2023-10-12T23:19:31.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: mgrmap e19: smithi088.fwrfaa(active, since 105s), standbys: smithi187.cozpwf 2023-10-12T23:19:31.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/181306016' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:31.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:31.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:31.663 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2023-10-12T23:19:31.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:31.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: Deploying daemon osd.7 on smithi088 2023-10-12T23:19:31.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: pgmap v68: 1 pgs: 1 unknown; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-12T23:19:31.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2023-10-12T23:19:31.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: osdmap e28: 8 total, 5 up, 8 in 2023-10-12T23:19:31.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:31.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:31.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:31.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='osd.6 [v2:172.21.15.187:6824/3813140522,v1:172.21.15.187:6825/3813140522]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:31.665 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]: dispatch 2023-10-12T23:19:31.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:32.377 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:19:32.713 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:32.713 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:32 smithi187 ceph-mon[111815]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2023-10-12T23:19:32.714 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:32 smithi187 ceph-mon[111815]: osdmap e29: 8 total, 5 up, 8 in 2023-10-12T23:19:32.714 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:32.714 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:32.714 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:32.715 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:32.715 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:32.952 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:33.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:33.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:32 smithi088 ceph-mon[96111]: from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi187", "root=default"]}]': finished 2023-10-12T23:19:33.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:32 smithi088 ceph-mon[96111]: osdmap e29: 8 total, 5 up, 8 in 2023-10-12T23:19:33.005 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:33.006 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:33.006 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:33.006 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:33.006 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:33.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 sudo[147001]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-12T23:19:33.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 sudo[147001]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-12T23:19:33.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 sudo[147001]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T23:19:33.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 sudo[147001]: pam_unix(sudo:session): session closed for user root 2023-10-12T23:19:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 sudo[147096]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-12T23:19:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 sudo[147096]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-12T23:19:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 sudo[147096]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T23:19:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 sudo[147096]: pam_unix(sudo:session): session closed for user root 2023-10-12T23:19:33.805 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 sudo[127568]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-12T23:19:33.805 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 sudo[127568]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-12T23:19:33.805 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 sudo[127568]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T23:19:33.806 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 sudo[127568]: pam_unix(sudo:session): session closed for user root 2023-10-12T23:19:34.064 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: purged_snaps scrub starts 2023-10-12T23:19:34.064 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: purged_snaps scrub ok 2023-10-12T23:19:34.064 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:34.064 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-12T23:19:34.064 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: pgmap v71: 1 pgs: 1 unknown; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-12T23:19:34.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-12T23:19:34.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:19:34.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:19:34.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:34.065 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: osd.6 [v2:172.21.15.187:6824/3813140522,v1:172.21.15.187:6825/3813140522] boot 2023-10-12T23:19:34.066 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: osdmap e30: 8 total, 6 up, 8 in 2023-10-12T23:19:34.066 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:34.066 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:34.066 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:34.067 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:34.067 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:19:34.067 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:19:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 sudo[127571]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-12T23:19:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 sudo[127571]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-12T23:19:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 sudo[127571]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-12T23:19:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 sudo[127571]: pam_unix(sudo:session): session closed for user root 2023-10-12T23:19:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: purged_snaps scrub starts 2023-10-12T23:19:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: purged_snaps scrub ok 2023-10-12T23:19:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-12T23:19:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: pgmap v71: 1 pgs: 1 unknown; 577 KiB data, 136 MiB used, 447 GiB / 447 GiB avail 2023-10-12T23:19:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-12T23:19:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:19:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:19:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: osd.6 [v2:172.21.15.187:6824/3813140522,v1:172.21.15.187:6825/3813140522] boot 2023-10-12T23:19:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: osdmap e30: 8 total, 6 up, 8 in 2023-10-12T23:19:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2023-10-12T23:19:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:34.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:34.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-12T23:19:34.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-12T23:19:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:34 smithi088 ceph-mon[96111]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-12T23:19:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:34 smithi088 ceph-mon[96111]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-12T23:19:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:34 smithi088 ceph-mon[96111]: from='osd.5 [v2:172.21.15.88:6818/2693836291,v1:172.21.15.88:6819/2693836291]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-12T23:19:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:34 smithi187 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-12T23:19:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:34 smithi187 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-12T23:19:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:34 smithi187 ceph-mon[111815]: from='osd.5 [v2:172.21.15.88:6818/2693836291,v1:172.21.15.88:6819/2693836291]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2023-10-12T23:19:35.337 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:36.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:35 smithi088 ceph-mon[96111]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 13 KiB/s rd, 725 KiB/s wr, 46 op/s; 123 KiB/s, 0 objects/s recovering 2023-10-12T23:19:36.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:35 smithi088 ceph-mon[96111]: from='osd.5 [v2:172.21.15.88:6818/2693836291,v1:172.21.15.88:6819/2693836291]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-12T23:19:36.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:35 smithi088 ceph-mon[96111]: osdmap e31: 8 total, 6 up, 8 in 2023-10-12T23:19:36.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:35 smithi088 ceph-mon[96111]: from='osd.5 [v2:172.21.15.88:6818/2693836291,v1:172.21.15.88:6819/2693836291]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-10-12T23:19:36.023 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:36.023 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:36.023 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:35 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2418472544' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:35 smithi187 ceph-mon[111815]: pgmap v73: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 13 KiB/s rd, 725 KiB/s wr, 46 op/s; 123 KiB/s, 0 objects/s recovering 2023-10-12T23:19:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:35 smithi187 ceph-mon[111815]: from='osd.5 [v2:172.21.15.88:6818/2693836291,v1:172.21.15.88:6819/2693836291]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2023-10-12T23:19:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:35 smithi187 ceph-mon[111815]: osdmap e31: 8 total, 6 up, 8 in 2023-10-12T23:19:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:35 smithi187 ceph-mon[111815]: from='osd.5 [v2:172.21.15.88:6818/2693836291,v1:172.21.15.88:6819/2693836291]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-10-12T23:19:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:35 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2418472544' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:36.429 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1697152773,"num_in_osds":8,"osd_in_since":1697152743,"num_remapped_pgs":0} 2023-10-12T23:19:37.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:36 smithi088 ceph-mon[96111]: from='osd.5 [v2:172.21.15.88:6818/2693836291,v1:172.21.15.88:6819/2693836291]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-10-12T23:19:37.166 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:36 smithi088 ceph-mon[96111]: osdmap e32: 8 total, 6 up, 8 in 2023-10-12T23:19:37.167 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:37.167 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:37.167 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:36 smithi187 ceph-mon[111815]: from='osd.5 [v2:172.21.15.88:6818/2693836291,v1:172.21.15.88:6819/2693836291]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-10-12T23:19:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:36 smithi187 ceph-mon[111815]: osdmap e32: 8 total, 6 up, 8 in 2023-10-12T23:19:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:37.431 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:19:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:37 smithi088 ceph-mon[96111]: purged_snaps scrub starts 2023-10-12T23:19:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:37 smithi088 ceph-mon[96111]: purged_snaps scrub ok 2023-10-12T23:19:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:37 smithi088 ceph-mon[96111]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 13 KiB/s rd, 726 KiB/s wr, 46 op/s; 123 KiB/s, 0 objects/s recovering 2023-10-12T23:19:38.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:38.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:37 smithi088 ceph-mon[96111]: osd.5 [v2:172.21.15.88:6818/2693836291,v1:172.21.15.88:6819/2693836291] boot 2023-10-12T23:19:38.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:37 smithi088 ceph-mon[96111]: osdmap e33: 8 total, 7 up, 8 in 2023-10-12T23:19:38.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:38.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:38.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:38.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:37 smithi187 ceph-mon[111815]: purged_snaps scrub starts 2023-10-12T23:19:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:37 smithi187 ceph-mon[111815]: purged_snaps scrub ok 2023-10-12T23:19:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:37 smithi187 ceph-mon[111815]: pgmap v76: 1 pgs: 1 active+clean; 577 KiB data, 163 MiB used, 536 GiB / 536 GiB avail; 13 KiB/s rd, 726 KiB/s wr, 46 op/s; 123 KiB/s, 0 objects/s recovering 2023-10-12T23:19:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:37 smithi187 ceph-mon[111815]: osd.5 [v2:172.21.15.88:6818/2693836291,v1:172.21.15.88:6819/2693836291] boot 2023-10-12T23:19:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:37 smithi187 ceph-mon[111815]: osdmap e33: 8 total, 7 up, 8 in 2023-10-12T23:19:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2023-10-12T23:19:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:38.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:38.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:38.700 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:38 smithi088 ceph-mon[96111]: osdmap e34: 8 total, 7 up, 8 in 2023-10-12T23:19:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:38 smithi187 ceph-mon[111815]: osdmap e34: 8 total, 7 up, 8 in 2023-10-12T23:19:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:40.113 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:39 smithi088 ceph-mon[96111]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 190 MiB used, 626 GiB / 626 GiB avail 2023-10-12T23:19:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:39 smithi187 ceph-mon[111815]: pgmap v79: 1 pgs: 1 active+clean; 577 KiB data, 190 MiB used, 626 GiB / 626 GiB avail 2023-10-12T23:19:41.065 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:41 smithi187 ceph-mon[111815]: from='osd.7 [v2:172.21.15.88:6826/3396162715,v1:172.21.15.88:6827/3396162715]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-12T23:19:41.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:41.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:41.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:19:41.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:41 smithi187 ceph-mon[111815]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-12T23:19:41.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:41 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1885369507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:41 smithi088 ceph-mon[96111]: from='osd.7 [v2:172.21.15.88:6826/3396162715,v1:172.21.15.88:6827/3396162715]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2023-10-12T23:19:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:19:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:41 smithi088 ceph-mon[96111]: pgmap v80: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-12T23:19:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:41 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1885369507' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:41.672 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1697152776,"num_in_osds":8,"osd_in_since":1697152743,"num_remapped_pgs":0} 2023-10-12T23:19:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:42 smithi187 ceph-mon[111815]: from='osd.7 [v2:172.21.15.88:6826/3396162715,v1:172.21.15.88:6827/3396162715]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-12T23:19:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:42 smithi187 ceph-mon[111815]: osdmap e35: 8 total, 7 up, 8 in 2023-10-12T23:19:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:42 smithi187 ceph-mon[111815]: from='osd.7 [v2:172.21.15.88:6826/3396162715,v1:172.21.15.88:6827/3396162715]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-10-12T23:19:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:42 smithi088 ceph-mon[96111]: from='osd.7 [v2:172.21.15.88:6826/3396162715,v1:172.21.15.88:6827/3396162715]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2023-10-12T23:19:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:42 smithi088 ceph-mon[96111]: osdmap e35: 8 total, 7 up, 8 in 2023-10-12T23:19:42.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:42 smithi088 ceph-mon[96111]: from='osd.7 [v2:172.21.15.88:6826/3396162715,v1:172.21.15.88:6827/3396162715]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]: dispatch 2023-10-12T23:19:42.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:42.674 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd stat -f json 2023-10-12T23:19:43.141 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:43.400 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:43 smithi187 ceph-mon[111815]: from='osd.7 [v2:172.21.15.88:6826/3396162715,v1:172.21.15.88:6827/3396162715]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-10-12T23:19:43.401 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:43 smithi187 ceph-mon[111815]: osdmap e36: 8 total, 7 up, 8 in 2023-10-12T23:19:43.401 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:43.401 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:43.402 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:43.402 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:43.402 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:43 smithi187 ceph-mon[111815]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-12T23:19:43.403 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:43.488 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:43 smithi088 ceph-mon[96111]: from='osd.7 [v2:172.21.15.88:6826/3396162715,v1:172.21.15.88:6827/3396162715]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi088", "root=default"]}]': finished 2023-10-12T23:19:43.488 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:43 smithi088 ceph-mon[96111]: osdmap e36: 8 total, 7 up, 8 in 2023-10-12T23:19:43.489 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:43.489 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:43.489 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:43.489 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:43.489 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:43 smithi088 ceph-mon[96111]: pgmap v83: 1 pgs: 1 active+clean; 577 KiB data, 189 MiB used, 626 GiB / 626 GiB avail 2023-10-12T23:19:43.489 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:44.381 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:44 smithi187 ceph-mon[111815]: purged_snaps scrub starts 2023-10-12T23:19:44.382 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:44 smithi187 ceph-mon[111815]: purged_snaps scrub ok 2023-10-12T23:19:44.382 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:44 smithi187 ceph-mon[111815]: osd.7 [v2:172.21.15.88:6826/3396162715,v1:172.21.15.88:6827/3396162715] boot 2023-10-12T23:19:44.382 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:44 smithi187 ceph-mon[111815]: osdmap e37: 8 total, 8 up, 8 in 2023-10-12T23:19:44.382 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:44 smithi088 ceph-mon[96111]: purged_snaps scrub starts 2023-10-12T23:19:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:44 smithi088 ceph-mon[96111]: purged_snaps scrub ok 2023-10-12T23:19:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:44 smithi088 ceph-mon[96111]: osd.7 [v2:172.21.15.88:6826/3396162715,v1:172.21.15.88:6827/3396162715] boot 2023-10-12T23:19:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:44 smithi088 ceph-mon[96111]: osdmap e37: 8 total, 8 up, 8 in 2023-10-12T23:19:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2023-10-12T23:19:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:45 smithi187 ceph-mon[111815]: osdmap e38: 8 total, 8 up, 8 in 2023-10-12T23:19:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:45 smithi187 ceph-mon[111815]: pgmap v86: 1 pgs: 1 remapped; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:19:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:19:45.551 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:45 smithi088 ceph-mon[96111]: osdmap e38: 8 total, 8 up, 8 in 2023-10-12T23:19:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:45 smithi088 ceph-mon[96111]: pgmap v86: 1 pgs: 1 remapped; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:19:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:19:46.228 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1697152783,"num_in_osds":8,"osd_in_since":1697152743,"num_remapped_pgs":1} 2023-10-12T23:19:46.229 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-12T23:19:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:46 smithi187 ceph-mon[111815]: osdmap e39: 8 total, 8 up, 8 in 2023-10-12T23:19:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:46 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1954037264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:46 smithi088 ceph-mon[96111]: osdmap e39: 8 total, 8 up, 8 in 2023-10-12T23:19:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:46 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1954037264' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2023-10-12T23:19:46.676 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: osdmap e40: 8 total, 8 up, 8 in 2023-10-12T23:19:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: Detected new or changed devices on smithi187 2023-10-12T23:19:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:47.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:47.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi187 to 3748M 2023-10-12T23:19:47.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:47.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:47 smithi187 ceph-mon[111815]: pgmap v89: 1 pgs: 1 remapped; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:19:47.507 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: osdmap e40: 8 total, 8 up, 8 in 2023-10-12T23:19:47.507 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: Detected new or changed devices on smithi187 2023-10-12T23:19:47.507 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:47.507 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:47.507 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:47.508 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:47.508 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:47.508 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:47.508 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi187 to 3748M 2023-10-12T23:19:47.508 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:47.509 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:47 smithi088 ceph-mon[96111]: pgmap v89: 1 pgs: 1 remapped; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:19:48.245 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:48 smithi088 ceph-mon[96111]: osdmap e41: 8 total, 8 up, 8 in 2023-10-12T23:19:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:48 smithi187 ceph-mon[111815]: osdmap e41: 8 total, 8 up, 8 in 2023-10-12T23:19:49.171 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:19:49.171 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":41,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","created":"2023-10-12T23:15:35.442373+0000","modified":"2023-10-12T23:19:47.167452+0000","last_up_change":"2023-10-12T23:19:43.147240+0000","last_in_change":"2023-10-12T23:19:03.180655+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-12T23:19:25.126035+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":"c5f26dec-3a2d-486e-876e-054652ae0291","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6800","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6801","nonce":484206906}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6803","nonce":484206906}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6807","nonce":484206906}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6805","nonce":484206906}]},"public_addr":"172.21.15.187:6801/484206906","cluster_addr":"172.21.15.187:6803/484206906","heartbeat_back_addr":"172.21.15.187:6807/484206906","heartbeat_front_addr":"172.21.15.187:6805/484206906","state":["exists","up"]},{"osd":1,"uuid":"1f46bd23-e4be-4c92-b683-f5a98e51494d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6803","nonce":2155133823}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6805","nonce":2155133823}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6809","nonce":2155133823}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6807","nonce":2155133823}]},"public_addr":"172.21.15.88:6803/2155133823","cluster_addr":"172.21.15.88:6805/2155133823","heartbeat_back_addr":"172.21.15.88:6809/2155133823","heartbeat_front_addr":"172.21.15.88:6807/2155133823","state":["exists","up"]},{"osd":2,"uuid":"8aceb4ae-7f20-4bbd-a6b9-b5c31f1ec3a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6809","nonce":2835215862}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6811","nonce":2835215862}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6815","nonce":2835215862}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6813","nonce":2835215862}]},"public_addr":"172.21.15.187:6809/2835215862","cluster_addr":"172.21.15.187:6811/2835215862","heartbeat_back_addr":"172.21.15.187:6815/2835215862","heartbeat_front_addr":"172.21.15.187:6813/2835215862","state":["exists","up"]},{"osd":3,"uuid":"c21c5a13-dd77-4733-bed5-cdc927ea9fdf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6811","nonce":2683393211}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6813","nonce":2683393211}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6817","nonce":2683393211}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6815","nonce":2683393211}]},"public_addr":"172.21.15.88:6811/2683393211","cluster_addr":"172.21.15.88:6813/2683393211","heartbeat_back_addr":"172.21.15.88:6817/2683393211","heartbeat_front_addr":"172.21.15.88:6815/2683393211","state":["exists","up"]},{"osd":4,"uuid":"053b1263-533f-4801-9a6c-2d0874bc44be","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.187:6816","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6817","nonce":3869327432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6819","nonce":3869327432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6823","nonce":3869327432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6821","nonce":3869327432}]},"public_addr":"172.21.15.187:6817/3869327432","cluster_addr":"172.21.15.187:6819/3869327432","heartbeat_back_addr":"172.21.15.187:6823/3869327432","heartbeat_front_addr":"172.21.15.187:6821/3869327432","state":["exists","up"]},{"osd":5,"uuid":"a7f9c6ae-34fc-47ba-8a47-92404dc1997a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6818","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6819","nonce":2693836291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6821","nonce":2693836291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6825","nonce":2693836291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6823","nonce":2693836291}]},"public_addr":"172.21.15.88:6819/2693836291","cluster_addr":"172.21.15.88:6821/2693836291","heartbeat_back_addr":"172.21.15.88:6825/2693836291","heartbeat_front_addr":"172.21.15.88:6823/2693836291","state":["exists","up"]},{"osd":6,"uuid":"b63dbcec-d0bd-4c12-a0b6-136cfa370f85","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6824","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6825","nonce":3813140522}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6827","nonce":3813140522}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6831","nonce":3813140522}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6829","nonce":3813140522}]},"public_addr":"172.21.15.187:6825/3813140522","cluster_addr":"172.21.15.187:6827/3813140522","heartbeat_back_addr":"172.21.15.187:6831/3813140522","heartbeat_front_addr":"172.21.15.187:6829/3813140522","state":["exists","up"]},{"osd":7,"uuid":"104df2ed-26c4-41e6-bdcd-9c08c009c87d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6827","nonce":3396162715}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6829","nonce":3396162715}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6833","nonce":3396162715}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6831","nonce":3396162715}]},"public_addr":"172.21.15.88:6827/3396162715","cluster_addr":"172.21.15.88:6829/3396162715","heartbeat_back_addr":"172.21.15.88:6833/3396162715","heartbeat_front_addr":"172.21.15.88:6831/3396162715","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:16.329448+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:22.108374+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:21.241363+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:28.045941+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:26.220494+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:34.913304+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:31.204709+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:41.428238+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6800/2446556521":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/3414503593":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/1739699559":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/2465135993":"2023-10-13T23:16:31.527440+0000","172.21.15.88:6801/2446556521":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/4068215106":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/353785770":"2023-10-13T23:16:31.527440+0000","172.21.15.88:6801/3998766348":"2023-10-13T23:16:31.527440+0000","172.21.15.88:0/3249987356":"2023-10-13T23:16:01.004426+0000","172.21.15.88:6800/3380973688":"2023-10-13T23:16:01.004426+0000","172.21.15.88:6801/3380973688":"2023-10-13T23:16:01.004426+0000","172.21.15.88:0/4291515491":"2023-10-13T23:16:31.527440+0000","172.21.15.88:0/1773045767":"2023-10-13T23:16:01.004426+0000","172.21.15.88:0/559173360":"2023-10-13T23:16:01.004426+0000","172.21.15.88:6800/3998766348":"2023-10-13T23:16:31.527440+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-10-12T23:19:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:49 smithi187 ceph-mon[111815]: pgmap v91: 1 pgs: 1 remapped; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:19:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:49 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1559907641' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T23:19:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:49 smithi088 ceph-mon[96111]: pgmap v91: 1 pgs: 1 remapped; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:19:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:49 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1559907641' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T23:19:49.809 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2023-10-12T23:19:25.126035+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-10-12T23:19:49.809 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd pool get .mgr pg_num 2023-10-12T23:19:50.612 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: Detected new or changed devices on smithi088 2023-10-12T23:19:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:51.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 2980M 2023-10-12T23:19:51.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:51.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:51.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:19:51.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:51.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:19:51.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T23:19:51.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:51.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T23:19:51.713 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:51.713 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:51 smithi187 ceph-mon[111815]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-12T23:19:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: Detected new or changed devices on smithi088 2023-10-12T23:19:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:19:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 2980M 2023-10-12T23:19:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:51.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:19:51.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:19:51.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:19:51.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T23:19:51.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:51.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2023-10-12T23:19:51.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:19:51.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:51 smithi088 ceph-mon[96111]: pgmap v92: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 96 KiB/s, 0 objects/s recovering 2023-10-12T23:19:53.135 INFO:teuthology.orchestra.run.smithi088.stdout:pg_num: 1 2023-10-12T23:19:53.800 INFO:tasks.cephadm:Setting up client nodes... 2023-10-12T23:19:53.800 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-12T23:19:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:53 smithi187 ceph-mon[111815]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s, 0 objects/s recovering 2023-10-12T23:19:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:53 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/632326886' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-12T23:19:54.116 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:19:54.137 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:53 smithi088 ceph-mon[96111]: pgmap v93: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 75 KiB/s, 0 objects/s recovering 2023-10-12T23:19:54.138 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:53 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/632326886' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": ".mgr", "var": "pg_num"}]: dispatch 2023-10-12T23:19:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:55 smithi187 ceph-mon[111815]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-10-12T23:19:56.317 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:55 smithi088 ceph-mon[96111]: pgmap v94: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 67 KiB/s, 0 objects/s recovering 2023-10-12T23:19:56.522 INFO:teuthology.orchestra.run.smithi088.stdout:[client.0] 2023-10-12T23:19:56.522 INFO:teuthology.orchestra.run.smithi088.stdout: key = AQAcfyhlKc4OHxAAblQrjP0uSpi4Pw5ZcHkdXA== 2023-10-12T23:19:57.191 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:56 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2141944443' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-12T23:19:57.191 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:56 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/2141944443' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-12T23:19:57.208 DEBUG:teuthology.orchestra.run.smithi088:> set -ex 2023-10-12T23:19:57.209 DEBUG:teuthology.orchestra.run.smithi088:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2023-10-12T23:19:57.209 DEBUG:teuthology.orchestra.run.smithi088:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2023-10-12T23:19:57.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:56 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2141944443' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-12T23:19:57.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:56 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/2141944443' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-12T23:19:57.254 DEBUG:teuthology.orchestra.run.smithi187:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2023-10-12T23:19:57.701 INFO:teuthology.orchestra.run.smithi187.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi187/config 2023-10-12T23:19:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:57 smithi187 ceph-mon[111815]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-12T23:19:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:57 smithi088 ceph-mon[96111]: pgmap v95: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 58 KiB/s, 0 objects/s recovering 2023-10-12T23:19:59.803 INFO:teuthology.orchestra.run.smithi187.stdout:[client.1] 2023-10-12T23:19:59.803 INFO:teuthology.orchestra.run.smithi187.stdout: key = AQAffyhl6ziYLxAAfpm5cDUbfd6Zcc7kezYEGQ== 2023-10-12T23:20:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:59 smithi088 ceph-mon[96111]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-10-12T23:20:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:59 smithi088 ceph-mon[96111]: from='client.? 172.21.15.187:0/296192612' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-12T23:20:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:59 smithi088 ceph-mon[96111]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-12T23:20:00.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:59 smithi088 ceph-mon[96111]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-12T23:20:00.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:19:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:20:00.120 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:59 smithi187 ceph-mon[111815]: pgmap v96: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 50 KiB/s, 0 objects/s recovering 2023-10-12T23:20:00.120 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:00.121 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:00.121 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:59 smithi187 ceph-mon[111815]: from='client.? 172.21.15.187:0/296192612' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-12T23:20:00.121 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:59 smithi187 ceph-mon[111815]: from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2023-10-12T23:20:00.121 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:59 smithi187 ceph-mon[111815]: from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2023-10-12T23:20:00.121 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:19:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:20:00.448 DEBUG:teuthology.orchestra.run.smithi187:> set -ex 2023-10-12T23:20:00.449 DEBUG:teuthology.orchestra.run.smithi187:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2023-10-12T23:20:00.449 DEBUG:teuthology.orchestra.run.smithi187:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2023-10-12T23:20:00.492 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2023-10-12T23:20:00.493 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2023-10-12T23:20:00.493 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph mgr dump --format=json 2023-10-12T23:20:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-12T23:20:01.280 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-12T23:20:01.340 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:01 smithi187 ceph-mon[111815]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-12T23:20:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:01 smithi088 ceph-mon[96111]: pgmap v97: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail; 48 KiB/s, 0 objects/s recovering 2023-10-12T23:20:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:02.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:02.993 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:20:03.596 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":19,"active_gid":14219,"active_name":"smithi088.fwrfaa","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6800","nonce":4238606107},{"type":"v1","addr":"172.21.15.88:6801","nonce":4238606107}]},"active_addr":"172.21.15.88:6801/4238606107","active_change":"2023-10-12T23:17:44.793413+0000","active_mgr_features":4540138322906710015,"available":true,"standbys":[{"gid":14240,"name":"smithi187.cozpwf","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.88:8443/","prometheus":"http://172.21.15.88: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.88:0","nonce":4140259885}]},{"name":"libcephsqlite","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":1293474860}]},{"name":"rbd_support","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":3366578895}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.88:0","nonce":2202904208}]}]} 2023-10-12T23:20:03.601 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2023-10-12T23:20:03.602 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2023-10-12T23:20:03.602 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-12T23:20:03.915 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:04.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:03 smithi088 ceph-mon[96111]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:04.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:03 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1918390952' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-12T23:20:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:03 smithi187 ceph-mon[111815]: pgmap v98: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:03 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1918390952' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2023-10-12T23:20:05.483 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:20:05.483 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":41,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","created":"2023-10-12T23:15:35.442373+0000","modified":"2023-10-12T23:19:47.167452+0000","last_up_change":"2023-10-12T23:19:43.147240+0000","last_in_change":"2023-10-12T23:19:03.180655+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-12T23:19:25.126035+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":"c5f26dec-3a2d-486e-876e-054652ae0291","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6800","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6801","nonce":484206906}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6803","nonce":484206906}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6807","nonce":484206906}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6805","nonce":484206906}]},"public_addr":"172.21.15.187:6801/484206906","cluster_addr":"172.21.15.187:6803/484206906","heartbeat_back_addr":"172.21.15.187:6807/484206906","heartbeat_front_addr":"172.21.15.187:6805/484206906","state":["exists","up"]},{"osd":1,"uuid":"1f46bd23-e4be-4c92-b683-f5a98e51494d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6803","nonce":2155133823}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6805","nonce":2155133823}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6809","nonce":2155133823}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6807","nonce":2155133823}]},"public_addr":"172.21.15.88:6803/2155133823","cluster_addr":"172.21.15.88:6805/2155133823","heartbeat_back_addr":"172.21.15.88:6809/2155133823","heartbeat_front_addr":"172.21.15.88:6807/2155133823","state":["exists","up"]},{"osd":2,"uuid":"8aceb4ae-7f20-4bbd-a6b9-b5c31f1ec3a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6809","nonce":2835215862}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6811","nonce":2835215862}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6815","nonce":2835215862}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6813","nonce":2835215862}]},"public_addr":"172.21.15.187:6809/2835215862","cluster_addr":"172.21.15.187:6811/2835215862","heartbeat_back_addr":"172.21.15.187:6815/2835215862","heartbeat_front_addr":"172.21.15.187:6813/2835215862","state":["exists","up"]},{"osd":3,"uuid":"c21c5a13-dd77-4733-bed5-cdc927ea9fdf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6811","nonce":2683393211}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6813","nonce":2683393211}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6817","nonce":2683393211}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6815","nonce":2683393211}]},"public_addr":"172.21.15.88:6811/2683393211","cluster_addr":"172.21.15.88:6813/2683393211","heartbeat_back_addr":"172.21.15.88:6817/2683393211","heartbeat_front_addr":"172.21.15.88:6815/2683393211","state":["exists","up"]},{"osd":4,"uuid":"053b1263-533f-4801-9a6c-2d0874bc44be","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.187:6816","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6817","nonce":3869327432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6819","nonce":3869327432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6823","nonce":3869327432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6821","nonce":3869327432}]},"public_addr":"172.21.15.187:6817/3869327432","cluster_addr":"172.21.15.187:6819/3869327432","heartbeat_back_addr":"172.21.15.187:6823/3869327432","heartbeat_front_addr":"172.21.15.187:6821/3869327432","state":["exists","up"]},{"osd":5,"uuid":"a7f9c6ae-34fc-47ba-8a47-92404dc1997a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6818","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6819","nonce":2693836291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6821","nonce":2693836291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6825","nonce":2693836291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6823","nonce":2693836291}]},"public_addr":"172.21.15.88:6819/2693836291","cluster_addr":"172.21.15.88:6821/2693836291","heartbeat_back_addr":"172.21.15.88:6825/2693836291","heartbeat_front_addr":"172.21.15.88:6823/2693836291","state":["exists","up"]},{"osd":6,"uuid":"b63dbcec-d0bd-4c12-a0b6-136cfa370f85","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6824","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6825","nonce":3813140522}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6827","nonce":3813140522}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6831","nonce":3813140522}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6829","nonce":3813140522}]},"public_addr":"172.21.15.187:6825/3813140522","cluster_addr":"172.21.15.187:6827/3813140522","heartbeat_back_addr":"172.21.15.187:6831/3813140522","heartbeat_front_addr":"172.21.15.187:6829/3813140522","state":["exists","up"]},{"osd":7,"uuid":"104df2ed-26c4-41e6-bdcd-9c08c009c87d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6827","nonce":3396162715}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6829","nonce":3396162715}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6833","nonce":3396162715}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6831","nonce":3396162715}]},"public_addr":"172.21.15.88:6827/3396162715","cluster_addr":"172.21.15.88:6829/3396162715","heartbeat_back_addr":"172.21.15.88:6833/3396162715","heartbeat_front_addr":"172.21.15.88:6831/3396162715","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:16.329448+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:22.108374+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:21.241363+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:28.045941+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:26.220494+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:34.913304+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:31.204709+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:41.428238+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6800/2446556521":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/3414503593":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/1739699559":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/2465135993":"2023-10-13T23:16:31.527440+0000","172.21.15.88:6801/2446556521":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/4068215106":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/353785770":"2023-10-13T23:16:31.527440+0000","172.21.15.88:6801/3998766348":"2023-10-13T23:16:31.527440+0000","172.21.15.88:0/3249987356":"2023-10-13T23:16:01.004426+0000","172.21.15.88:6800/3380973688":"2023-10-13T23:16:01.004426+0000","172.21.15.88:6801/3380973688":"2023-10-13T23:16:01.004426+0000","172.21.15.88:0/4291515491":"2023-10-13T23:16:31.527440+0000","172.21.15.88:0/1773045767":"2023-10-13T23:16:01.004426+0000","172.21.15.88:0/559173360":"2023-10-13T23:16:01.004426+0000","172.21.15.88:6800/3998766348":"2023-10-13T23:16:31.527440+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-10-12T23:20:06.079 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2023-10-12T23:20:06.080 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd dump --format=json 2023-10-12T23:20:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:05 smithi187 ceph-mon[111815]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:05 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1859658663' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T23:20:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:05 smithi088 ceph-mon[96111]: pgmap v99: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:05 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1859658663' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T23:20:06.386 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:07.958 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:20:07.958 INFO:teuthology.orchestra.run.smithi088.stdout:{"epoch":41,"fsid":"1071ea9e-6955-11ee-8db6-212e2dc638e7","created":"2023-10-12T23:15:35.442373+0000","modified":"2023-10-12T23:19:47.167452+0000","last_up_change":"2023-10-12T23:19:43.147240+0000","last_in_change":"2023-10-12T23:19:03.180655+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"reef","allow_crimson":false,"pools":[{"pool":1,"pool_name":".mgr","create_time":"2023-10-12T23:19:25.126035+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":"c5f26dec-3a2d-486e-876e-054652ae0291","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":39,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6800","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6801","nonce":484206906}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6802","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6803","nonce":484206906}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6806","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6807","nonce":484206906}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6804","nonce":484206906},{"type":"v1","addr":"172.21.15.187:6805","nonce":484206906}]},"public_addr":"172.21.15.187:6801/484206906","cluster_addr":"172.21.15.187:6803/484206906","heartbeat_back_addr":"172.21.15.187:6807/484206906","heartbeat_front_addr":"172.21.15.187:6805/484206906","state":["exists","up"]},{"osd":1,"uuid":"1f46bd23-e4be-4c92-b683-f5a98e51494d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":27,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6802","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6803","nonce":2155133823}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6804","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6805","nonce":2155133823}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6808","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6809","nonce":2155133823}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6806","nonce":2155133823},{"type":"v1","addr":"172.21.15.88:6807","nonce":2155133823}]},"public_addr":"172.21.15.88:6803/2155133823","cluster_addr":"172.21.15.88:6805/2155133823","heartbeat_back_addr":"172.21.15.88:6809/2155133823","heartbeat_front_addr":"172.21.15.88:6807/2155133823","state":["exists","up"]},{"osd":2,"uuid":"8aceb4ae-7f20-4bbd-a6b9-b5c31f1ec3a2","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":23,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6808","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6809","nonce":2835215862}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6810","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6811","nonce":2835215862}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6814","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6815","nonce":2835215862}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6812","nonce":2835215862},{"type":"v1","addr":"172.21.15.187:6813","nonce":2835215862}]},"public_addr":"172.21.15.187:6809/2835215862","cluster_addr":"172.21.15.187:6811/2835215862","heartbeat_back_addr":"172.21.15.187:6815/2835215862","heartbeat_front_addr":"172.21.15.187:6813/2835215862","state":["exists","up"]},{"osd":3,"uuid":"c21c5a13-dd77-4733-bed5-cdc927ea9fdf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":26,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6810","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6811","nonce":2683393211}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6812","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6813","nonce":2683393211}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6816","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6817","nonce":2683393211}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6814","nonce":2683393211},{"type":"v1","addr":"172.21.15.88:6815","nonce":2683393211}]},"public_addr":"172.21.15.88:6811/2683393211","cluster_addr":"172.21.15.88:6813/2683393211","heartbeat_back_addr":"172.21.15.88:6817/2683393211","heartbeat_front_addr":"172.21.15.88:6815/2683393211","state":["exists","up"]},{"osd":4,"uuid":"053b1263-533f-4801-9a6c-2d0874bc44be","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.187:6816","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6817","nonce":3869327432}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6818","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6819","nonce":3869327432}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6822","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6823","nonce":3869327432}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6820","nonce":3869327432},{"type":"v1","addr":"172.21.15.187:6821","nonce":3869327432}]},"public_addr":"172.21.15.187:6817/3869327432","cluster_addr":"172.21.15.187:6819/3869327432","heartbeat_back_addr":"172.21.15.187:6823/3869327432","heartbeat_front_addr":"172.21.15.187:6821/3869327432","state":["exists","up"]},{"osd":5,"uuid":"a7f9c6ae-34fc-47ba-8a47-92404dc1997a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6818","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6819","nonce":2693836291}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6820","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6821","nonce":2693836291}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6824","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6825","nonce":2693836291}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6822","nonce":2693836291},{"type":"v1","addr":"172.21.15.88:6823","nonce":2693836291}]},"public_addr":"172.21.15.88:6819/2693836291","cluster_addr":"172.21.15.88:6821/2693836291","heartbeat_back_addr":"172.21.15.88:6825/2693836291","heartbeat_front_addr":"172.21.15.88:6823/2693836291","state":["exists","up"]},{"osd":6,"uuid":"b63dbcec-d0bd-4c12-a0b6-136cfa370f85","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":30,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6824","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6825","nonce":3813140522}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6826","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6827","nonce":3813140522}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6830","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6831","nonce":3813140522}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.187:6828","nonce":3813140522},{"type":"v1","addr":"172.21.15.187:6829","nonce":3813140522}]},"public_addr":"172.21.15.187:6825/3813140522","cluster_addr":"172.21.15.187:6827/3813140522","heartbeat_back_addr":"172.21.15.187:6831/3813140522","heartbeat_front_addr":"172.21.15.187:6829/3813140522","state":["exists","up"]},{"osd":7,"uuid":"104df2ed-26c4-41e6-bdcd-9c08c009c87d","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":40,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6826","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6827","nonce":3396162715}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6828","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6829","nonce":3396162715}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6832","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6833","nonce":3396162715}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.88:6830","nonce":3396162715},{"type":"v1","addr":"172.21.15.88:6831","nonce":3396162715}]},"public_addr":"172.21.15.88:6827/3396162715","cluster_addr":"172.21.15.88:6829/3396162715","heartbeat_back_addr":"172.21.15.88:6833/3396162715","heartbeat_front_addr":"172.21.15.88:6831/3396162715","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:16.329448+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:22.108374+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:21.241363+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:28.045941+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:26.220494+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:34.913304+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:31.204709+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138322906710015,"old_weight":0,"last_purged_snaps_scrub":"2023-10-12T23:19:41.428238+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_upmap_primaries":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.88:6800/2446556521":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/3414503593":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/1739699559":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/2465135993":"2023-10-13T23:16:31.527440+0000","172.21.15.88:6801/2446556521":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/4068215106":"2023-10-13T23:17:44.793301+0000","172.21.15.88:0/353785770":"2023-10-13T23:16:31.527440+0000","172.21.15.88:6801/3998766348":"2023-10-13T23:16:31.527440+0000","172.21.15.88:0/3249987356":"2023-10-13T23:16:01.004426+0000","172.21.15.88:6800/3380973688":"2023-10-13T23:16:01.004426+0000","172.21.15.88:6801/3380973688":"2023-10-13T23:16:01.004426+0000","172.21.15.88:0/4291515491":"2023-10-13T23:16:31.527440+0000","172.21.15.88:0/1773045767":"2023-10-13T23:16:01.004426+0000","172.21.15.88:0/559173360":"2023-10-13T23:16:01.004426+0000","172.21.15.88:6800/3998766348":"2023-10-13T23:16:31.527440+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2023-10-12T23:20:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:07 smithi187 ceph-mon[111815]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:07 smithi088 ceph-mon[96111]: pgmap v100: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:08.538 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph tell osd.0 flush_pg_stats 2023-10-12T23:20:08.538 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph tell osd.1 flush_pg_stats 2023-10-12T23:20:08.539 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph tell osd.2 flush_pg_stats 2023-10-12T23:20:08.540 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph tell osd.3 flush_pg_stats 2023-10-12T23:20:08.540 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph tell osd.4 flush_pg_stats 2023-10-12T23:20:08.541 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph tell osd.5 flush_pg_stats 2023-10-12T23:20:08.541 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph tell osd.6 flush_pg_stats 2023-10-12T23:20:08.542 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph tell osd.7 flush_pg_stats 2023-10-12T23:20:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:08 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/969160212' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T23:20:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:08 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/969160212' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2023-10-12T23:20:09.899 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:09.953 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:10.016 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:10.103 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:10.154 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:09 smithi088 ceph-mon[96111]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:10.170 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:09 smithi187 ceph-mon[111815]: pgmap v101: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:10.297 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:10.458 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:10.857 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:11 smithi088 ceph-mon[96111]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:11 smithi187 ceph-mon[111815]: pgmap v102: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:14.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:13 smithi088 ceph-mon[96111]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:13 smithi187 ceph-mon[111815]: pgmap v103: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:20:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:20:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:15 smithi187 ceph-mon[111815]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:15 smithi088 ceph-mon[96111]: pgmap v104: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:16.892 INFO:teuthology.orchestra.run.smithi088.stdout:68719476750 2023-10-12T23:20:16.893 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.0 2023-10-12T23:20:17.299 INFO:teuthology.orchestra.run.smithi088.stdout:103079215117 2023-10-12T23:20:17.300 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.4 2023-10-12T23:20:18.070 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:17 smithi088 ceph-mon[96111]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:18.113 INFO:teuthology.orchestra.run.smithi088.stdout:85899345934 2023-10-12T23:20:18.114 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.1 2023-10-12T23:20:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:17 smithi187 ceph-mon[111815]: pgmap v105: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:19.691 INFO:teuthology.orchestra.run.smithi088.stdout:85899345934 2023-10-12T23:20:19.691 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.2 2023-10-12T23:20:19.734 INFO:teuthology.orchestra.run.smithi088.stdout:141733920779 2023-10-12T23:20:19.734 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.5 2023-10-12T23:20:19.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:19 smithi088 ceph-mon[96111]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:19 smithi187 ceph-mon[111815]: pgmap v106: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:20.965 INFO:teuthology.orchestra.run.smithi088.stdout:111669149709 2023-10-12T23:20:20.965 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.3 2023-10-12T23:20:21.032 INFO:teuthology.orchestra.run.smithi088.stdout:158913789961 2023-10-12T23:20:21.033 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.7 2023-10-12T23:20:21.248 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:21 smithi088 ceph-mon[96111]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:21 smithi187 ceph-mon[111815]: pgmap v107: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:21.550 INFO:teuthology.orchestra.run.smithi088.stdout:128849018893 2023-10-12T23:20:21.554 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph osd last-stat-seq osd.6 2023-10-12T23:20:21.626 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:21.802 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:21.901 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:22.515 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:22.599 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:23.362 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:24.091 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:23 smithi088 ceph-mon[96111]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:23 smithi187 ceph-mon[111815]: pgmap v108: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:24 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/3933865931' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-12T23:20:25.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:24 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/3933865931' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2023-10-12T23:20:25.244 INFO:teuthology.orchestra.run.smithi088.stdout:68719476751 2023-10-12T23:20:26.103 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:25 smithi088 ceph-mon[96111]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:25 smithi187 ceph-mon[111815]: pgmap v109: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:26.585 INFO:teuthology.orchestra.run.smithi088.stdout:85899345936 2023-10-12T23:20:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:26 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/3349426062' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-12T23:20:27.186 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:26 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/3349426062' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2023-10-12T23:20:27.681 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476750 got 68719476751 for osd.0 2023-10-12T23:20:27.681 DEBUG:teuthology.parallel:result is None 2023-10-12T23:20:27.917 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:27 smithi088 ceph-mon[96111]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:27.933 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345936 for osd.1 2023-10-12T23:20:27.933 DEBUG:teuthology.parallel:result is None 2023-10-12T23:20:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:27 smithi187 ceph-mon[111815]: pgmap v110: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:28.334 INFO:teuthology.orchestra.run.smithi088.stdout:141733920780 2023-10-12T23:20:28.682 INFO:teuthology.orchestra.run.smithi088.stdout:103079215119 2023-10-12T23:20:28.743 INFO:teuthology.orchestra.run.smithi088.stdout:85899345936 2023-10-12T23:20:28.982 INFO:teuthology.orchestra.run.smithi088.stdout:111669149711 2023-10-12T23:20:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:28 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/4187483985' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-12T23:20:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:28 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/718766665' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-12T23:20:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:28 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/390032163' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-12T23:20:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:28 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/4187483985' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2023-10-12T23:20:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:28 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/718766665' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2023-10-12T23:20:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:28 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/390032163' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2023-10-12T23:20:29.898 INFO:tasks.cephadm.ceph_manager.ceph:need seq 103079215117 got 103079215119 for osd.4 2023-10-12T23:20:29.898 DEBUG:teuthology.parallel:result is None 2023-10-12T23:20:29.987 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:29 smithi088 ceph-mon[96111]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:29.988 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:29 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1356301580' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-12T23:20:29.988 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:20:29.989 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920779 got 141733920780 for osd.5 2023-10-12T23:20:29.989 DEBUG:teuthology.parallel:result is None 2023-10-12T23:20:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:29 smithi187 ceph-mon[111815]: pgmap v111: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:29 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1356301580' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2023-10-12T23:20:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:20:30.615 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345936 for osd.2 2023-10-12T23:20:30.615 DEBUG:teuthology.parallel:result is None 2023-10-12T23:20:30.756 INFO:teuthology.orchestra.run.smithi088.stdout:158913789963 2023-10-12T23:20:31.329 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149709 got 111669149711 for osd.3 2023-10-12T23:20:31.329 DEBUG:teuthology.parallel:result is None 2023-10-12T23:20:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:31 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/940980842' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-12T23:20:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:31 smithi187 ceph-mon[111815]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:31.526 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:31 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/940980842' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2023-10-12T23:20:31.526 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:31 smithi088 ceph-mon[96111]: pgmap v112: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:31.765 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789961 got 158913789963 for osd.7 2023-10-12T23:20:31.765 DEBUG:teuthology.parallel:result is None 2023-10-12T23:20:32.620 INFO:teuthology.orchestra.run.smithi088.stdout:128849018895 2023-10-12T23:20:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:32 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/1579570717' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-12T23:20:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:32 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/1579570717' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2023-10-12T23:20:33.249 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018893 got 128849018895 for osd.6 2023-10-12T23:20:33.249 DEBUG:teuthology.parallel:result is None 2023-10-12T23:20:33.250 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2023-10-12T23:20:33.250 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-12T23:20:33.559 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:33.933 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:33 smithi088 ceph-mon[96111]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:33 smithi187 ceph-mon[111815]: pgmap v113: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:35.208 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:20:35.210 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2023-10-12T23:20:35.774 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":114,"stamp":"2023-10-12T23:20:34.824085+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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":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":221184,"kb_used_data":4992,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707264,"statfs":{"total":767926730752,"available":767700238336,"internally_reserved":0,"allocated":5111808,"data_stored":3114199,"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.002220"},"pg_stats":[{"pgid":"1.0","version":"30'217","reported_seq":310,"reported_epoch":41,"state":"active+clean","last_fresh":"2023-10-12T23:19:47.179751+0000","last_change":"2023-10-12T23:19:47.178729+0000","last_active":"2023-10-12T23:19:47.179751+0000","last_peered":"2023-10-12T23:19:47.179751+0000","last_clean":"2023-10-12T23:19:47.179751+0000","last_became_active":"2023-10-12T23:19:47.178213+0000","last_became_peered":"2023-10-12T23:19:47.178213+0000","last_unstale":"2023-10-12T23:19:47.179751+0000","last_undegraded":"2023-10-12T23:19:47.179751+0000","last_fullsized":"2023-10-12T23:19:47.179751+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-12T23:19:25.189275+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-12T23:19:25.189275+0000","last_clean_scrub_stamp":"2023-10-12T23:19:25.189275+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-14T00:49:36.308106+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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"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":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789965,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28004,"kb_used_data":984,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713052,"statfs":{"total":95990841344,"available":95962165248,"internally_reserved":0,"allocated":1007616,"data_stored":758048,"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.45400000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33400000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53800000000000003}]},{"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.32400000000000001}]},{"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.503}]},{"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.373}]},{"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.52800000000000002}]}]},{"osd":5,"up_from":33,"seq":141733920782,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":413696,"data_stored":167680,"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.47999999999999998}]},{"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.32600000000000001}]},{"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.30599999999999999}]},{"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.64500000000000002}]},{"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.51000000000000001}]},{"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.39300000000000002}]}]},{"osd":1,"up_from":20,"seq":85899345938,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":417792,"data_stored":168011,"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 Oct 12 23:20:23 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.56100000000000005}]},{"osd":2,"last update":"Thu Oct 12 23:20:23 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.55000000000000004}]},{"osd":3,"last update":"Thu Oct 12 23:20:32 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.47399999999999998}]},{"osd":4,"last update":"Thu Oct 12 23:20:32 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.622}]},{"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.44800000000000001}]},{"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.64200000000000002}]},{"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.48799999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476754,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28012,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713044,"statfs":{"total":95990841344,"available":95962157056,"internally_reserved":0,"allocated":1011712,"data_stored":758379,"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 Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.44500000000000001}]},{"osd":2,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.379}]},{"osd":3,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.55600000000000005}]},{"osd":4,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.64400000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.624}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58999999999999997}]}]},{"osd":2,"up_from":20,"seq":85899345938,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":417792,"data_stored":168011,"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 Oct 12 23:20:25 2023","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.378}]},{"osd":1,"last update":"Thu Oct 12 23:20:25 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.55600000000000005}]},{"osd":3,"last update":"Thu Oct 12 23:20:31 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.73899999999999999}]},{"osd":4,"last update":"Thu Oct 12 23:20:28 2023","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.57199999999999995}]},{"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.67000000000000004}]},{"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.68600000000000005}]},{"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.71999999999999997}]}]},{"osd":4,"up_from":24,"seq":103079215121,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713624,"statfs":{"total":95990841344,"available":95962750976,"internally_reserved":0,"allocated":417792,"data_stored":168011,"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 Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.40899999999999997}]},{"osd":1,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.35699999999999998}]},{"osd":2,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.308},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.377}]},{"osd":3,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.59399999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.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.56399999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149712,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28012,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713044,"statfs":{"total":95990841344,"available":95962157056,"internally_reserved":0,"allocated":1011712,"data_stored":758379,"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.48399999999999999}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.28599999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39700000000000002}]},{"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.47099999999999997}]},{"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.26400000000000001}]},{"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.377}]},{"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.34999999999999998}]}]},{"osd":6,"up_from":30,"seq":128849018896,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27432,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713624,"statfs":{"total":95990841344,"available":95962750976,"internally_reserved":0,"allocated":413696,"data_stored":167680,"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.28000000000000003}]},{"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.41099999999999998}]},{"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.45000000000000001}]},{"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.48299999999999998}]},{"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.433}]},{"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.46899999999999997}]},{"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}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-12T23:20:35.776 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph pg dump --format=json 2023-10-12T23:20:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:35 smithi088 ceph-mon[96111]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:36.082 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:35 smithi187 ceph-mon[111815]: pgmap v114: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:36 smithi187 ceph-mon[111815]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:20:37.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:36 smithi088 ceph-mon[96111]: from='client.14538 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:20:37.668 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:20:37.670 INFO:teuthology.orchestra.run.smithi088.stderr:dumped all 2023-10-12T23:20:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:37 smithi088 ceph-mon[96111]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:37 smithi187 ceph-mon[111815]: pgmap v115: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:38.223 INFO:teuthology.orchestra.run.smithi088.stdout:{"pg_ready":true,"pg_map":{"version":115,"stamp":"2023-10-12T23:20:36.824468+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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":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":221184,"kb_used_data":4992,"kb_used_omap":12,"kb_used_meta":216051,"kb_avail":749707264,"statfs":{"total":767926730752,"available":767700238336,"internally_reserved":0,"allocated":5111808,"data_stored":3114199,"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.002134"},"pg_stats":[{"pgid":"1.0","version":"30'217","reported_seq":310,"reported_epoch":41,"state":"active+clean","last_fresh":"2023-10-12T23:19:47.179751+0000","last_change":"2023-10-12T23:19:47.178729+0000","last_active":"2023-10-12T23:19:47.179751+0000","last_peered":"2023-10-12T23:19:47.179751+0000","last_clean":"2023-10-12T23:19:47.179751+0000","last_became_active":"2023-10-12T23:19:47.178213+0000","last_became_peered":"2023-10-12T23:19:47.178213+0000","last_unstale":"2023-10-12T23:19:47.179751+0000","last_undegraded":"2023-10-12T23:19:47.179751+0000","last_fullsized":"2023-10-12T23:19:47.179751+0000","mapping_epoch":40,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":41,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2023-10-12T23:19:25.189275+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2023-10-12T23:19:25.189275+0000","last_clean_scrub_stamp":"2023-10-12T23:19:25.189275+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-14T00:49:36.308106+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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[7,0,3],"acting":[7,0,3],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":7,"acting_primary":7,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":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":4,"num_bytes_recovered":1180736,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":2969600,"data_stored":2951840,"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":5}],"osd_stats":[{"osd":7,"up_from":37,"seq":158913789965,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28004,"kb_used_data":984,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713052,"statfs":{"total":95990841344,"available":95962165248,"internally_reserved":0,"allocated":1007616,"data_stored":758048,"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.45400000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.33400000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53800000000000003}]},{"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.32400000000000001}]},{"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.503}]},{"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.373}]},{"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.52800000000000002}]}]},{"osd":5,"up_from":33,"seq":141733920782,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":413696,"data_stored":167680,"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.47999999999999998}]},{"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.32600000000000001}]},{"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.30599999999999999}]},{"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.64500000000000002}]},{"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.51000000000000001}]},{"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.39300000000000002}]}]},{"osd":1,"up_from":20,"seq":85899345938,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27436,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713620,"statfs":{"total":95990841344,"available":95962746880,"internally_reserved":0,"allocated":417792,"data_stored":168011,"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 Oct 12 23:20:23 2023","interfaces":[{"interface":"back","average":{"1min":0.501,"5min":0.501,"15min":0.501},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.872,"5min":0.872,"15min":0.872},"last":0.53400000000000003},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.85299999999999998,"5min":0.85299999999999998,"15min":0.85299999999999998},"last":0.56100000000000005}]},{"osd":2,"last update":"Thu Oct 12 23:20:23 2023","interfaces":[{"interface":"back","average":{"1min":0.50600000000000001,"5min":0.50600000000000001,"15min":0.50600000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.875,"5min":0.875,"15min":0.875},"last":0.60399999999999998},{"interface":"front","average":{"1min":0.51100000000000001,"5min":0.51100000000000001,"15min":0.51100000000000001},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.77900000000000003,"5min":0.77900000000000003,"15min":0.77900000000000003},"last":0.55000000000000004}]},{"osd":3,"last update":"Thu Oct 12 23:20:32 2023","interfaces":[{"interface":"back","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.59899999999999998,"5min":0.59899999999999998,"15min":0.59899999999999998},"last":0.50800000000000001},{"interface":"front","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.68799999999999994,"5min":0.68799999999999994,"15min":0.68799999999999994},"last":0.47399999999999998}]},{"osd":4,"last update":"Thu Oct 12 23:20:32 2023","interfaces":[{"interface":"back","average":{"1min":0.54200000000000004,"5min":0.54200000000000004,"15min":0.54200000000000004},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.622}]},{"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.44800000000000001}]},{"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.64200000000000002}]},{"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.48799999999999999}]}]},{"osd":0,"up_from":16,"seq":68719476754,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28012,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713044,"statfs":{"total":95990841344,"available":95962157056,"internally_reserved":0,"allocated":1011712,"data_stored":758379,"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 Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.48699999999999999},{"interface":"front","average":{"1min":0.46700000000000003,"5min":0.46700000000000003,"15min":0.46700000000000003},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.44500000000000001}]},{"osd":2,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.66800000000000004,"5min":0.66800000000000004,"15min":0.66800000000000004},"last":0.40799999999999997},{"interface":"front","average":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"min":{"1min":0.28899999999999998,"5min":0.28899999999999998,"15min":0.28899999999999998},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.379}]},{"osd":3,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.36799999999999999,"5min":0.36799999999999999,"15min":0.36799999999999999},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.57299999999999995},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.65300000000000002,"5min":0.65300000000000002,"15min":0.65300000000000002},"last":0.55600000000000005}]},{"osd":4,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.46899999999999997},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.64400000000000002}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53000000000000003}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.624}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.58999999999999997}]}]},{"osd":2,"up_from":20,"seq":85899345938,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27428,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713628,"statfs":{"total":95990841344,"available":95962755072,"internally_reserved":0,"allocated":417792,"data_stored":168011,"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 Oct 12 23:20:25 2023","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.628,"5min":0.628,"15min":0.628},"last":0.40000000000000002},{"interface":"front","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.75700000000000001,"5min":0.75700000000000001,"15min":0.75700000000000001},"last":0.378}]},{"osd":1,"last update":"Thu Oct 12 23:20:25 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"max":{"1min":0.746,"5min":0.746,"15min":0.746},"last":0.63400000000000001},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.41399999999999998,"5min":0.41399999999999998,"15min":0.41399999999999998},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.55600000000000005}]},{"osd":3,"last update":"Thu Oct 12 23:20:31 2023","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.78700000000000003,"5min":0.78700000000000003,"15min":0.78700000000000003},"last":0.59099999999999997},{"interface":"front","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.78900000000000003,"5min":0.78900000000000003,"15min":0.78900000000000003},"last":0.73899999999999999}]},{"osd":4,"last update":"Thu Oct 12 23:20:28 2023","interfaces":[{"interface":"back","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.76200000000000001,"5min":0.76200000000000001,"15min":0.76200000000000001},"last":0.57199999999999995}]},{"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.67000000000000004}]},{"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.68600000000000005}]},{"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.71999999999999997}]}]},{"osd":4,"up_from":24,"seq":103079215121,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27432,"kb_used_data":408,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713624,"statfs":{"total":95990841344,"available":95962750976,"internally_reserved":0,"allocated":417792,"data_stored":168011,"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 Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.51100000000000001},{"interface":"front","average":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.63600000000000001,"5min":0.63600000000000001,"15min":0.63600000000000001},"last":0.40899999999999997}]},{"osd":1,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.49099999999999999},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.71399999999999997,"5min":0.71399999999999997,"15min":0.71399999999999997},"last":0.35699999999999998}]},{"osd":2,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"min":{"1min":0.222,"5min":0.222,"15min":0.222},"max":{"1min":0.69999999999999996,"5min":0.69999999999999996,"15min":0.69999999999999996},"last":0.308},{"interface":"front","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.377}]},{"osd":3,"last update":"Thu Oct 12 23:20:29 2023","interfaces":[{"interface":"back","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"last":0.59399999999999997}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.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.56399999999999995}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54900000000000004}]}]},{"osd":3,"up_from":26,"seq":111669149713,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":28012,"kb_used_data":988,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713044,"statfs":{"total":95990841344,"available":95962157056,"internally_reserved":0,"allocated":1011712,"data_stored":758379,"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 Oct 12 23:20:32 2023","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.81799999999999995,"5min":0.81799999999999995,"15min":0.81799999999999995},"last":0.55500000000000005}]},{"osd":1,"last update":"Thu Oct 12 23:20:32 2023","interfaces":[{"interface":"back","average":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"min":{"1min":0.22700000000000001,"5min":0.22700000000000001,"15min":0.22700000000000001},"max":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.371,"5min":0.371,"15min":0.371},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"last":0.49299999999999999}]},{"osd":2,"last update":"Thu Oct 12 23:20:32 2023","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.68200000000000005,"5min":0.68200000000000005,"15min":0.68200000000000005},"last":0.53100000000000003},{"interface":"front","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.34200000000000003,"5min":0.34200000000000003,"15min":0.34200000000000003},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.58999999999999997}]},{"osd":4,"last update":"Thu Oct 12 23:20:32 2023","interfaces":[{"interface":"back","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.59999999999999998},{"interface":"front","average":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.75800000000000001,"5min":0.75800000000000001,"15min":0.75800000000000001},"last":0.56599999999999995}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.47299999999999998}]},{"osd":6,"last update":"Thu Oct 12 23:20:33 2023","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.78200000000000003,"5min":0.78200000000000003,"15min":0.78200000000000003},"last":0.63600000000000001},{"interface":"front","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":0.80200000000000005,"5min":0.80200000000000005,"15min":0.80200000000000005},"last":0.65900000000000003}]},{"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.58099999999999996}]}]},{"osd":6,"up_from":30,"seq":128849018896,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":27432,"kb_used_data":404,"kb_used_omap":1,"kb_used_meta":27006,"kb_avail":93713624,"statfs":{"total":95990841344,"available":95962750976,"internally_reserved":0,"allocated":413696,"data_stored":167680,"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.28000000000000003}]},{"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.41099999999999998}]},{"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.45000000000000001}]},{"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.48299999999999998}]},{"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.433}]},{"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.46899999999999997}]},{"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}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":593920,"data_stored":590368,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2023-10-12T23:20:38.225 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2023-10-12T23:20:38.225 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2023-10-12T23:20:38.225 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2023-10-12T23:20:38.225 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph health --format=json 2023-10-12T23:20:38.535 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:39.070 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:38 smithi088 ceph-mon[96111]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:20:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:38 smithi187 ceph-mon[111815]: from='client.14542 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:20:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:39 smithi088 ceph-mon[96111]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:39 smithi187 ceph-mon[111815]: pgmap v116: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:40.209 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:20:40.210 INFO:teuthology.orchestra.run.smithi088.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2023-10-12T23:20:40.796 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2023-10-12T23:20:40.797 INFO:tasks.cephadm:Setup complete, yielding 2023-10-12T23:20:40.797 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-12T23:20:40.806 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2023-10-12T23:20:40.807 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch status' 2023-10-12T23:20:41.115 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:41 smithi187 ceph-mon[111815]: from='client.? 172.21.15.88:0/3194009361' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-12T23:20:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:41 smithi187 ceph-mon[111815]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:41.498 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:41 smithi088 ceph-mon[96111]: from='client.? 172.21.15.88:0/3194009361' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2023-10-12T23:20:41.499 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:41 smithi088 ceph-mon[96111]: pgmap v117: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:42.666 INFO:teuthology.orchestra.run.smithi088.stdout:Backend: cephadm 2023-10-12T23:20:42.666 INFO:teuthology.orchestra.run.smithi088.stdout:Available: Yes 2023-10-12T23:20:42.667 INFO:teuthology.orchestra.run.smithi088.stdout:Paused: No 2023-10-12T23:20:43.255 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ps' 2023-10-12T23:20:43.562 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:43 smithi088 ceph-mon[96111]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:43 smithi088 ceph-mon[96111]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:43 smithi187 ceph-mon[111815]: from='client.14550 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:43 smithi187 ceph-mon[111815]: pgmap v118: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:20:45.127 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T23:20:45.127 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (2m) - 3m 26.7M - 0.25.0 c8568f914cd2 97baa17992d5 2023-10-12T23:20:45.127 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-exporter.smithi088 smithi088 running (3m) - 3m 7960k - 18.0.0-6452-g9a92242e 19e063225c55 ddef62ce7a5f 2023-10-12T23:20:45.128 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-exporter.smithi187 smithi187 running (2m) - 2m 8224k - 18.0.0-6452-g9a92242e 19e063225c55 d18a31447844 2023-10-12T23:20:45.128 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (3m) - 3m 7507k - 18.0.0-6452-g9a92242e 19e063225c55 c52f7568e5f5 2023-10-12T23:20:45.128 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi187 smithi187 running (2m) - 2m 7461k - 18.0.0-6452-g9a92242e 19e063225c55 d48b1eec703f 2023-10-12T23:20:45.128 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (2m) - 3m 84.4M - 9.4.7 2c41d148cca3 111de603e100 2023-10-12T23:20:45.128 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.fwrfaa smithi088 *:9283,8765,8443 running (5m) - 5m 500M - 18.0.0-6452-g9a92242e 19e063225c55 dba955fc5f37 2023-10-12T23:20:45.129 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi187.cozpwf smithi187 *:8443,9283,8765 running (2m) - 2m 451M - 18.0.0-6452-g9a92242e 19e063225c55 92e59c5760aa 2023-10-12T23:20:45.129 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (5m) - 5m 68.8M 2048M 18.0.0-6452-g9a92242e 19e063225c55 db710d50edcd 2023-10-12T23:20:45.129 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi187 smithi187 running (2m) - 2m 55.9M 2048M 18.0.0-6452-g9a92242e 19e063225c55 8bee60e3c1e7 2023-10-12T23:20:45.129 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (3m) - 3m 16.0M - 1.5.0 0da6a335fe13 983ac491647b 2023-10-12T23:20:45.129 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi187 smithi187 *:9100 running (2m) - 2m 16.6M - 1.5.0 0da6a335fe13 cb5bddc05132 2023-10-12T23:20:45.130 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi187 running (93s) - 93s 44.9M 3748M 18.0.0-6452-g9a92242e 19e063225c55 c0af007493df 2023-10-12T23:20:45.130 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (87s) - 87s 50.5M 2980M 18.0.0-6452-g9a92242e 19e063225c55 58b7c2b02a58 2023-10-12T23:20:45.130 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi187 running (88s) - 88s 46.9M 3748M 18.0.0-6452-g9a92242e 19e063225c55 3edb491f3734 2023-10-12T23:20:45.130 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (81s) - 81s 44.1M 2980M 18.0.0-6452-g9a92242e 19e063225c55 48fae7164a93 2023-10-12T23:20:45.131 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi187 running (83s) - 83s 34.2M 3748M 18.0.0-6452-g9a92242e 19e063225c55 9b029f63ba86 2023-10-12T23:20:45.131 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi088 running (74s) - 74s 34.7M 2980M 18.0.0-6452-g9a92242e 19e063225c55 5f45f5b3aec5 2023-10-12T23:20:45.131 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi187 running (78s) - 78s 32.5M 3748M 18.0.0-6452-g9a92242e 19e063225c55 4d6a4253eb05 2023-10-12T23:20:45.131 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi088 running (68s) - 67s 27.4M 2980M 18.0.0-6452-g9a92242e 19e063225c55 3907fccae66f 2023-10-12T23:20:45.131 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (2m) - 3m 39.0M - 2.43.0 a07b618ecd1d c2ce588eba47 2023-10-12T23:20:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:20:45.720 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch ls' 2023-10-12T23:20:46.028 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:45 smithi088 ceph-mon[96111]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:45 smithi187 ceph-mon[111815]: pgmap v119: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:46 smithi187 ceph-mon[111815]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:47.232 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:46 smithi088 ceph-mon[96111]: from='client.14554 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:47.624 INFO:teuthology.orchestra.run.smithi088.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2023-10-12T23:20:47.624 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager ?:9093,9094 1/1 - 4m count:1 2023-10-12T23:20:47.625 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-exporter 2/2 - 4m * 2023-10-12T23:20:47.625 INFO:teuthology.orchestra.run.smithi088.stdout:crash 2/2 - 4m * 2023-10-12T23:20:47.625 INFO:teuthology.orchestra.run.smithi088.stdout:grafana ?:3000 1/1 - 4m count:1 2023-10-12T23:20:47.625 INFO:teuthology.orchestra.run.smithi088.stdout:mgr 2/2 - 4m count:2 2023-10-12T23:20:47.625 INFO:teuthology.orchestra.run.smithi088.stdout:mon 2/2 - 3m smithi088:172.21.15.88=smithi088;smithi187:172.21.15.187=smithi187;count:2 2023-10-12T23:20:47.626 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter ?:9100 2/2 - 4m * 2023-10-12T23:20:47.626 INFO:teuthology.orchestra.run.smithi088.stdout:osd.all-available-devices 8 - 2m * 2023-10-12T23:20:47.626 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus ?:9095 1/1 - 4m count:1 2023-10-12T23:20:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:47 smithi088 ceph-mon[96111]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:48.188 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch host ls' 2023-10-12T23:20:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:47 smithi187 ceph-mon[111815]: pgmap v120: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:48.492 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:49.063 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:48 smithi088 ceph-mon[96111]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:48 smithi187 ceph-mon[111815]: from='client.14558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:49 smithi088 ceph-mon[96111]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:50.146 INFO:teuthology.orchestra.run.smithi088.stdout:HOST ADDR LABELS STATUS 2023-10-12T23:20:50.147 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 172.21.15.88 2023-10-12T23:20:50.147 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 172.21.15.187 2023-10-12T23:20:50.147 INFO:teuthology.orchestra.run.smithi088.stdout:2 hosts in cluster 2023-10-12T23:20:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:49 smithi187 ceph-mon[111815]: pgmap v121: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:50.704 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls' 2023-10-12T23:20:51.013 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:51 smithi187 ceph-mon[111815]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:51 smithi187 ceph-mon[111815]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:51 smithi088 ceph-mon[96111]: from='client.14562 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:51 smithi088 ceph-mon[96111]: pgmap v122: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:52.622 INFO:teuthology.orchestra.run.smithi088.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-12T23:20:52.674 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400XD400BGN 372G No 62s ago Has a FileSystem, LVM detected 2023-10-12T23:20:52.674 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme1n1 ssd Linux_1f7ab47ce992208c7d27 89.4G No 62s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:52.674 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme2n1 ssd Linux_e0c405da8482333fb907 89.4G No 62s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:52.675 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme3n1 ssd Linux_f6a440d1ae94a6f7c84e 89.4G No 62s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:52.675 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme4n1 ssd Linux_398d02f9f9c904ec670c 89.4G No 62s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:52.675 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500MW400BGN 372G No 66s ago Has a FileSystem, LVM detected 2023-10-12T23:20:52.675 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 /dev/nvme1n1 ssd Linux_f07cfc151df2c80b499f 89.4G No 66s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:52.675 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 /dev/nvme2n1 ssd Linux_2bb00730f4a7ad18e8d9 89.4G No 66s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:52.676 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 /dev/nvme3n1 ssd Linux_5905cfc3dd4dd7a62958 89.4G No 66s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:52.676 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 /dev/nvme4n1 ssd Linux_9a692ca4802cc58691fc 89.4G No 66s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:53.202 INFO:teuthology.run_tasks:Running task vip... 2023-10-12T23:20:53.225 INFO:tasks.vip:Allocating static IPs for each host... 2023-10-12T23:20:53.226 INFO:tasks.vip:peername 172.21.15.88 2023-10-12T23:20:53.233 INFO:tasks.vip:172.21.15.88 in 172.21.0.0/20, pos 3927 2023-10-12T23:20:53.238 INFO:tasks.vip:smithi088.front.sepia.ceph.com static 10.0.15.88, vnet 10.0.0.0/16 2023-10-12T23:20:53.238 INFO:tasks.vip:VIPs are {map(str, vips)} 2023-10-12T23:20:53.239 DEBUG:teuthology.orchestra.run.smithi088:> sudo ip route ls 2023-10-12T23:20:53.269 INFO:teuthology.orchestra.run.smithi088.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-12T23:20:53.269 INFO:teuthology.orchestra.run.smithi088.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.88 metric 100 2023-10-12T23:20:53.270 INFO:tasks.vip:Configuring 10.0.15.88 on smithi088.front.sepia.ceph.com iface enp3s0f1... 2023-10-12T23:20:53.270 DEBUG:teuthology.orchestra.run.smithi088:> sudo ip addr add 10.0.15.88/16 dev enp3s0f1 2023-10-12T23:20:53.337 INFO:tasks.vip:peername 172.21.15.187 2023-10-12T23:20:53.340 INFO:tasks.vip:172.21.15.187 in 172.21.0.0/20, pos 4026 2023-10-12T23:20:53.344 INFO:tasks.vip:smithi187.front.sepia.ceph.com static 10.0.15.187, vnet 10.0.0.0/16 2023-10-12T23:20:53.345 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip route ls 2023-10-12T23:20:53.380 INFO:teuthology.orchestra.run.smithi187.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2023-10-12T23:20:53.380 INFO:teuthology.orchestra.run.smithi187.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.187 metric 100 2023-10-12T23:20:53.381 INFO:tasks.vip:Configuring 10.0.15.187 on smithi187.front.sepia.ceph.com iface enp3s0f1... 2023-10-12T23:20:53.382 DEBUG:teuthology.orchestra.run.smithi187:> sudo ip addr add 10.0.15.187/16 dev enp3s0f1 2023-10-12T23:20:53.453 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-12T23:20:53.466 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2023-10-12T23:20:53.466 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- bash -c 'ceph orch device ls --refresh' 2023-10-12T23:20:53.772 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:54.150 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:53 smithi088 ceph-mon[96111]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:54.151 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:53 smithi088 ceph-mon[96111]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:53 smithi187 ceph-mon[111815]: from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:53 smithi187 ceph-mon[111815]: pgmap v123: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:55.358 INFO:teuthology.orchestra.run.smithi088.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2023-10-12T23:20:55.359 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620400XD400BGN 372G No 64s ago Has a FileSystem, LVM detected 2023-10-12T23:20:55.359 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme1n1 ssd Linux_1f7ab47ce992208c7d27 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:55.359 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme2n1 ssd Linux_e0c405da8482333fb907 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:55.360 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme3n1 ssd Linux_f6a440d1ae94a6f7c84e 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:55.360 INFO:teuthology.orchestra.run.smithi088.stdout:smithi088 /dev/nvme4n1 ssd Linux_398d02f9f9c904ec670c 89.4G No 64s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:55.360 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 /dev/nvme0n1 ssd INTEL_SSDPEDMD400G4_PHFT620500MW400BGN 372G No 68s ago Has a FileSystem, LVM detected 2023-10-12T23:20:55.361 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 /dev/nvme1n1 ssd Linux_f07cfc151df2c80b499f 89.4G No 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:55.361 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 /dev/nvme2n1 ssd Linux_2bb00730f4a7ad18e8d9 89.4G No 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:55.362 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 /dev/nvme3n1 ssd Linux_5905cfc3dd4dd7a62958 89.4G No 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:55.362 INFO:teuthology.orchestra.run.smithi088.stdout:smithi187 /dev/nvme4n1 ssd Linux_9a692ca4802cc58691fc 89.4G No 68s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2023-10-12T23:20:55.993 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-12T23:20:56.003 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2023-10-12T23:20:56.003 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-12T23:20:56.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ systemctl stop nfs-server 2023-10-12T23:20:56.041 INFO:tasks.vip:Running commands on role host.b host ubuntu@smithi187.front.sepia.ceph.com 2023-10-12T23:20:56.041 DEBUG:teuthology.orchestra.run.smithi187:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'systemctl stop nfs-server' 2023-10-12T23:20:56.069 INFO:teuthology.orchestra.run.smithi187.stderr:+ systemctl stop nfs-server 2023-10-12T23:20:56.076 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-12T23:20:56.085 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2023-10-12T23:20:56.086 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- bash -c 'ceph fs volume create foofs' 2023-10-12T23:20:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:55 smithi187 ceph-mon[111815]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:20:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:55 smithi088 ceph-mon[96111]: pgmap v124: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:20:56.682 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:20:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:56 smithi187 ceph-mon[111815]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:56 smithi088 ceph-mon[96111]: from='client.14570 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:20:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:57 smithi187 ceph-mon[111815]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:57 smithi088 ceph-mon[96111]: pgmap v125: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:20:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:59.246 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:20:59.246 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:59 smithi187 ceph-mon[111815]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:21:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:59 smithi187 ceph-mon[111815]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:21:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-12T23:21:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:21:00.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:00.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:20:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:59 smithi088 ceph-mon[96111]: pgmap v126: 1 pgs: 1 active+clean; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:21:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:59 smithi088 ceph-mon[96111]: from='client.14574 -' entity='client.admin' cmd=[{"prefix": "fs volume create", "name": "foofs", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:21:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]: dispatch 2023-10-12T23:21:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:21:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:20:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-12T23:21:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:00 smithi187 ceph-mon[111815]: osdmap e42: 8 total, 8 up, 8 in 2023-10-12T23:21:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-12T23:21:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "osd pool create", "pool": "cephfs.foofs.meta"}]': finished 2023-10-12T23:21:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:00 smithi088 ceph-mon[96111]: osdmap e42: 8 total, 8 up, 8 in 2023-10-12T23:21:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]: dispatch 2023-10-12T23:21:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:00 smithi088 conmon[96087]: 2023-10-12T23:21:00.927+0000 7f02b795b700 -1 log_channel(cluster) log [ERR] : Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-12T23:21:01.783 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs cluster create foo --ingress --virtual-ip 10.0.31.88/16 --port 2999' 2023-10-12T23:21:02.028 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: pgmap v128: 33 pgs: 7 creating+peering, 1 active+clean, 25 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:21:02.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-12T23:21:02.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: osdmap e43: 8 total, 8 up, 8 in 2023-10-12T23:21:02.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-12T23:21:02.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-12T23:21:02.029 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-12T23:21:02.030 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-12T23:21:02.030 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: osdmap e44: 8 total, 8 up, 8 in 2023-10-12T23:21:02.030 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: fsmap foofs:0 2023-10-12T23:21:02.030 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: Saving service mds.foofs spec with placement count:2 2023-10-12T23:21:02.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:02.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-12T23:21:02.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:02.031 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: pgmap v128: 33 pgs: 7 creating+peering, 1 active+clean, 25 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:21:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"bulk": true, "prefix": "osd pool create", "pool": "cephfs.foofs.data"}]': finished 2023-10-12T23:21:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: osdmap e43: 8 total, 8 up, 8 in 2023-10-12T23:21:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]: dispatch 2023-10-12T23:21:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: Health check failed: 1 filesystem is offline (MDS_ALL_DOWN) 2023-10-12T23:21:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: Health check failed: 1 filesystem is online with fewer MDS than max_mds (MDS_UP_LESS_THAN_MAX) 2023-10-12T23:21:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "fs new", "fs_name": "foofs", "metadata": "cephfs.foofs.meta", "data": "cephfs.foofs.data"}]': finished 2023-10-12T23:21:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: osdmap e44: 8 total, 8 up, 8 in 2023-10-12T23:21:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: fsmap foofs:0 2023-10-12T23:21:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: Saving service mds.foofs spec with placement count:2 2023-10-12T23:21:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: Health check failed: 1 pool(s) do not have an application enabled (POOL_APP_NOT_ENABLED) 2023-10-12T23:21:02.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:02.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:02.519 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:02.986 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:02 smithi088 ceph-mon[96111]: osdmap e45: 8 total, 8 up, 8 in 2023-10-12T23:21:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:02 smithi187 ceph-mon[111815]: osdmap e45: 8 total, 8 up, 8 in 2023-10-12T23:21:04.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:03 smithi088 ceph-mon[96111]: pgmap v132: 65 pgs: 7 creating+peering, 1 active+clean, 57 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:21:04.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:03 smithi088 ceph-mon[96111]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-12T23:21:04.014 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:03 smithi088 ceph-mon[96111]: osdmap e46: 8 total, 8 up, 8 in 2023-10-12T23:21:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:03 smithi187 ceph-mon[111815]: pgmap v132: 65 pgs: 7 creating+peering, 1 active+clean, 57 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:21:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:03 smithi187 ceph-mon[111815]: Health check cleared: POOL_APP_NOT_ENABLED (was: 1 pool(s) do not have an application enabled) 2023-10-12T23:21:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:03 smithi187 ceph-mon[111815]: osdmap e46: 8 total, 8 up, 8 in 2023-10-12T23:21:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-12T23:21:05.248 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]: dispatch 2023-10-12T23:21:06.047 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.88/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:21:06.047 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: pgmap v134: 65 pgs: 7 creating+peering, 53 active+clean, 5 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:21:06.047 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-12T23:21:06.048 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: osdmap e47: 8 total, 8 up, 8 in 2023-10-12T23:21:06.048 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-12T23:21:06.048 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:06.048 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:06.048 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:06.049 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:21:06.049 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:06.049 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:21:06.049 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi187.rlekka", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-12T23:21:06.050 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi187.rlekka", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-12T23:21:06.050 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='client.14578 -' entity='client.admin' cmd=[{"prefix": "nfs cluster create", "cluster_id": "foo", "ingress": true, "virtual_ip": "10.0.31.88/16", "port": 2999, "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:21:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: pgmap v134: 65 pgs: 7 creating+peering, 53 active+clean, 5 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:21:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "osd pool create", "pool": ".nfs", "yes_i_really_mean_it": true}]': finished 2023-10-12T23:21:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: osdmap e47: 8 total, 8 up, 8 in 2023-10-12T23:21:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]: dispatch 2023-10-12T23:21:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:21:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:06.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:21:06.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi187.rlekka", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-12T23:21:06.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi187.rlekka", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-12T23:21:06.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:06.559 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- bash -c 'ceph nfs export create cephfs --fsname foofs --cluster-id foo --pseudo-path /fake' 2023-10-12T23:21:06.868 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:07.280 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:06 smithi088 ceph-mon[96111]: Deploying daemon mds.foofs.smithi187.rlekka on smithi187 2023-10-12T23:21:07.280 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-12T23:21:07.280 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:06 smithi088 ceph-mon[96111]: osdmap e48: 8 total, 8 up, 8 in 2023-10-12T23:21:07.280 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:06 smithi088 ceph-mon[96111]: Saving service nfs.foo spec with placement count:1 2023-10-12T23:21:07.281 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:07.281 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:06 smithi088 ceph-mon[96111]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-12T23:21:07.281 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:07.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:06 smithi187 ceph-mon[111815]: Deploying daemon mds.foofs.smithi187.rlekka on smithi187 2023-10-12T23:21:07.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "osd pool application enable", "pool": ".nfs", "app": "nfs"}]': finished 2023-10-12T23:21:07.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:06 smithi187 ceph-mon[111815]: osdmap e48: 8 total, 8 up, 8 in 2023-10-12T23:21:07.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:06 smithi187 ceph-mon[111815]: Saving service nfs.foo spec with placement count:1 2023-10-12T23:21:07.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:07.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:06 smithi187 ceph-mon[111815]: Saving service ingress.nfs.foo spec with placement count:2 2023-10-12T23:21:07.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:08.118 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:07 smithi088 ceph-mon[96111]: pgmap v137: 97 pgs: 7 creating+peering, 65 active+clean, 25 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:21:08.119 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:07 smithi088 ceph-mon[96111]: osdmap e49: 8 total, 8 up, 8 in 2023-10-12T23:21:08.119 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:08.119 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:08.119 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:08.119 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.xqaagg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-12T23:21:08.120 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.xqaagg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-12T23:21:08.120 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:07 smithi187 ceph-mon[111815]: pgmap v137: 97 pgs: 7 creating+peering, 65 active+clean, 25 unknown; 577 KiB data, 216 MiB used, 715 GiB / 715 GiB avail 2023-10-12T23:21:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:07 smithi187 ceph-mon[111815]: osdmap e49: 8 total, 8 up, 8 in 2023-10-12T23:21:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.xqaagg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]: dispatch 2023-10-12T23:21:08.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "mds.foofs.smithi088.xqaagg", "caps": ["mon", "profile mds", "osd", "allow rw tag cephfs *=*", "mds", "allow"]}]': finished 2023-10-12T23:21:08.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:09.015 INFO:teuthology.orchestra.run.smithi088.stdout:{ 2023-10-12T23:21:09.016 INFO:teuthology.orchestra.run.smithi088.stdout: "bind": "/fake", 2023-10-12T23:21:09.016 INFO:teuthology.orchestra.run.smithi088.stdout: "cluster": "foo", 2023-10-12T23:21:09.016 INFO:teuthology.orchestra.run.smithi088.stdout: "fs": "foofs", 2023-10-12T23:21:09.016 INFO:teuthology.orchestra.run.smithi088.stdout: "mode": "RW", 2023-10-12T23:21:09.017 INFO:teuthology.orchestra.run.smithi088.stdout: "path": "/" 2023-10-12T23:21:09.017 INFO:teuthology.orchestra.run.smithi088.stdout:} 2023-10-12T23:21:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: Deploying daemon mds.foofs.smithi088.xqaagg on smithi088 2023-10-12T23:21:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032] up:boot 2023-10-12T23:21:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: daemon mds.foofs.smithi187.rlekka assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-12T23:21:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-12T23:21:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-12T23:21:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: Cluster is now healthy 2023-10-12T23:21:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: fsmap foofs:0 1 up:standby 2023-10-12T23:21:09.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi187.rlekka"}]: dispatch 2023-10-12T23:21:09.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: mgrmap e20: smithi088.fwrfaa(active, since 3m), standbys: smithi187.cozpwf 2023-10-12T23:21:09.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:creating} 2023-10-12T23:21:09.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:08 smithi088 ceph-mon[96111]: daemon mds.foofs.smithi187.rlekka is now active in filesystem foofs as rank 0 2023-10-12T23:21:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: Deploying daemon mds.foofs.smithi088.xqaagg on smithi088 2023-10-12T23:21:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032] up:boot 2023-10-12T23:21:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: daemon mds.foofs.smithi187.rlekka assigned to filesystem foofs as rank 0 (now has 1 ranks) 2023-10-12T23:21:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: Health check cleared: MDS_ALL_DOWN (was: 1 filesystem is offline) 2023-10-12T23:21:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: Health check cleared: MDS_UP_LESS_THAN_MAX (was: 1 filesystem is online with fewer MDS than max_mds) 2023-10-12T23:21:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: Cluster is now healthy 2023-10-12T23:21:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: fsmap foofs:0 1 up:standby 2023-10-12T23:21:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi187.rlekka"}]: dispatch 2023-10-12T23:21:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: mgrmap e20: smithi088.fwrfaa(active, since 3m), standbys: smithi187.cozpwf 2023-10-12T23:21:09.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:creating} 2023-10-12T23:21:09.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:08 smithi187 ceph-mon[111815]: daemon mds.foofs.smithi187.rlekka is now active in filesystem foofs as rank 0 2023-10-12T23:21:09.924 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-12T23:21:09.933 INFO:tasks.cephadm:Waiting for ceph service nfs.foo to start (timeout 300)... 2023-10-12T23:21:09.934 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:10 smithi088 ceph-mon[96111]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:21:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:10 smithi088 ceph-mon[96111]: pgmap v139: 97 pgs: 7 creating+peering, 70 active+clean, 20 unknown; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 173 B/s wr, 0 op/s 2023-10-12T23:21:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:10 smithi088 ceph-mon[96111]: mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032] up:active 2023-10-12T23:21:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:10 smithi088 ceph-mon[96111]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 2023-10-12T23:21:10.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-10-12T23:21:10.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-10-12T23:21:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:10 smithi187 ceph-mon[111815]: from='client.14588 -' entity='client.admin' cmd=[{"prefix": "nfs export create cephfs", "fsname": "foofs", "cluster_id": "foo", "pseudo_path": "/fake", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:21:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:10 smithi187 ceph-mon[111815]: pgmap v139: 97 pgs: 7 creating+peering, 70 active+clean, 20 unknown; 577 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 173 B/s wr, 0 op/s 2023-10-12T23:21:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:10 smithi187 ceph-mon[111815]: mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032] up:active 2023-10-12T23:21:10.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:10 smithi187 ceph-mon[111815]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 2023-10-12T23:21:10.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]: dispatch 2023-10-12T23:21:10.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.1", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo, allow rw tag cephfs data=foofs", "mds", "allow rw path=/"], "format": "json"}]': finished 2023-10-12T23:21:10.545 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:11 smithi088 ceph-mon[96111]: mgrmap e21: smithi088.fwrfaa(active, since 3m), standbys: smithi187.cozpwf 2023-10-12T23:21:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:11.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:21:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:11 smithi187 ceph-mon[111815]: mgrmap e21: smithi088.fwrfaa(active, since 3m), standbys: smithi187.cozpwf 2023-10-12T23:21:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:21:12.217 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:12.217 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 0, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:12 smithi088 ceph-mon[96111]: pgmap v140: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s wr, 7 op/s 2023-10-12T23:21:12.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:12 smithi088 ceph-mon[96111]: mds.? [v2:172.21.15.88:6834/485695069,v1:172.21.15.88:6835/485695069] up:boot 2023-10-12T23:21:12.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:12 smithi088 ceph-mon[96111]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:21:12.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.xqaagg"}]: dispatch 2023-10-12T23:21:12.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:12 smithi088 ceph-mon[96111]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:21:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:12 smithi187 ceph-mon[111815]: pgmap v140: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.8 KiB/s wr, 7 op/s 2023-10-12T23:21:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:12 smithi187 ceph-mon[111815]: mds.? [v2:172.21.15.88:6834/485695069,v1:172.21.15.88:6835/485695069] up:boot 2023-10-12T23:21:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:12 smithi187 ceph-mon[111815]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:21:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mds metadata", "who": "foofs.smithi088.xqaagg"}]: dispatch 2023-10-12T23:21:12.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:12 smithi187 ceph-mon[111815]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:21:12.912 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:21:13.913 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:13.939 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:13 smithi088 ceph-mon[96111]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:13.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:13.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:13 smithi088 ceph-mon[96111]: mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032] up:active 2023-10-12T23:21:13.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:13 smithi088 ceph-mon[96111]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:21:13.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:13.941 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:13 smithi088 ceph-mon[96111]: pgmap v141: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 6 op/s 2023-10-12T23:21:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:13 smithi187 ceph-mon[111815]: from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:13 smithi187 ceph-mon[111815]: mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032] up:active 2023-10-12T23:21:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:13 smithi187 ceph-mon[111815]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:21:13.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:13.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:13 smithi187 ceph-mon[111815]: pgmap v141: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 2.2 KiB/s wr, 6 op/s 2023-10-12T23:21:14.406 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:14.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:14.955 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:21:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:21:16.168 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:15 smithi088 ceph-mon[96111]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2023-10-12T23:21:16.169 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:15 smithi088 ceph-mon[96111]: mds.? [v2:172.21.15.88:6834/485695069,v1:172.21.15.88:6835/485695069] up:standby 2023-10-12T23:21:16.169 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:15 smithi088 ceph-mon[96111]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:21:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:15 smithi187 ceph-mon[111815]: pgmap v142: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.9 KiB/s wr, 5 op/s 2023-10-12T23:21:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:15 smithi187 ceph-mon[111815]: mds.? [v2:172.21.15.88:6834/485695069,v1:172.21.15.88:6835/485695069] up:standby 2023-10-12T23:21:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:15 smithi187 ceph-mon[111815]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:21:16.636 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:16.637 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:17.388 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:17.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:17.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:17.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:21:17.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:17.389 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:21:17.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:17.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: Creating key for client.nfs.foo.0.0.smithi088.nkdbjq 2023-10-12T23:21:17.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-12T23:21:17.390 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-12T23:21:17.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-12T23:21:17.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-12T23:21:17.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-12T23:21:17.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:17.391 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-12T23:21:17.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-12T23:21:17.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: Rados config object exists: conf-nfs.foo 2023-10-12T23:21:17.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: Creating key for client.nfs.foo.0.0.smithi088.nkdbjq-rgw 2023-10-12T23:21:17.392 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-12T23:21:17.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-12T23:21:17.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: Bind address in nfs.foo.0.0.smithi088.nkdbjq's ganesha conf is defaulting to empty 2023-10-12T23:21:17.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:17.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: Deploying daemon nfs.foo.0.0.smithi088.nkdbjq on smithi088 2023-10-12T23:21:17.393 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:17.394 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:17 smithi088 ceph-mon[96111]: pgmap v143: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 4 op/s 2023-10-12T23:21:17.406 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:21:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:21:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:21:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: Creating key for client.nfs.foo.0.0.smithi088.nkdbjq 2023-10-12T23:21:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-12T23:21:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-12T23:21:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-12T23:21:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-12T23:21:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-12T23:21:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-12T23:21:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-12T23:21:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: Rados config object exists: conf-nfs.foo 2023-10-12T23:21:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: Creating key for client.nfs.foo.0.0.smithi088.nkdbjq-rgw 2023-10-12T23:21:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-12T23:21:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-12T23:21:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: Bind address in nfs.foo.0.0.smithi088.nkdbjq's ganesha conf is defaulting to empty 2023-10-12T23:21:17.464 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:21:17.464 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: Deploying daemon nfs.foo.0.0.smithi088.nkdbjq on smithi088 2023-10-12T23:21:17.464 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: from='client.14614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:17.464 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:17 smithi187 ceph-mon[111815]: pgmap v143: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.7 KiB/s wr, 4 op/s 2023-10-12T23:21:18.408 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:18.772 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:19 smithi187 ceph-mon[111815]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-10-12T23:21:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.284 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:19 smithi088 ceph-mon[96111]: pgmap v144: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.4 KiB/s wr, 4 op/s 2023-10-12T23:21:20.284 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.284 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:20.692 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:20.693 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:21.039 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:20 smithi088 ceph-mon[96111]: Deploying daemon haproxy.nfs.foo.smithi088.yxhdts on smithi088 2023-10-12T23:21:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:20 smithi187 ceph-mon[111815]: Deploying daemon haproxy.nfs.foo.smithi088.yxhdts on smithi088 2023-10-12T23:21:21.824 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:21:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:21 smithi088 ceph-mon[96111]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:21 smithi088 ceph-mon[96111]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-10-12T23:21:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:21 smithi187 ceph-mon[111815]: from='client.14626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:21 smithi187 ceph-mon[111815]: pgmap v145: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 1.5 KiB/s wr, 4 op/s 2023-10-12T23:21:22.826 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:23.829 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:23 smithi187 ceph-mon[111815]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-12T23:21:24.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:23 smithi088 ceph-mon[96111]: pgmap v146: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 255 B/s rd, 170 B/s wr, 0 op/s 2023-10-12T23:21:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:25 smithi187 ceph-mon[111815]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 682 B/s wr, 2 op/s 2023-10-12T23:21:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:25 smithi088 ceph-mon[96111]: pgmap v147: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 682 B/s wr, 2 op/s 2023-10-12T23:21:27.683 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:27.684 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:27 smithi088 ceph-mon[96111]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-12T23:21:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:27 smithi187 ceph-mon[111815]: pgmap v148: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-12T23:21:28.483 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:21:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:28 smithi187 ceph-mon[111815]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:29.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:28 smithi088 ceph-mon[96111]: from='client.14634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:29.484 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:29.823 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:29 smithi187 ceph-mon[111815]: Deploying daemon haproxy.nfs.foo.smithi187.woounk on smithi187 2023-10-12T23:21:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:29 smithi187 ceph-mon[111815]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-12T23:21:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:21:30.237 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:29 smithi088 ceph-mon[96111]: Deploying daemon haproxy.nfs.foo.smithi187.woounk on smithi187 2023-10-12T23:21:30.238 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:29 smithi088 ceph-mon[96111]: pgmap v149: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-12T23:21:30.238 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:21:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:31 smithi187 ceph-mon[111815]: pgmap v150: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-12T23:21:31.538 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:31.539 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:31.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:31 smithi088 ceph-mon[96111]: pgmap v150: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.2 KiB/s rd, 938 B/s wr, 2 op/s 2023-10-12T23:21:32.143 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:21:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:32 smithi187 ceph-mon[111815]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:32 smithi088 ceph-mon[96111]: from='client.14638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:33.143 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:33.306 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:33 smithi187 ceph-mon[111815]: pgmap v151: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-10-12T23:21:33.473 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:33 smithi088 ceph-mon[96111]: pgmap v151: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 938 B/s rd, 767 B/s wr, 1 op/s 2023-10-12T23:21:35.216 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:35.217 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:35.793 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:21:36.042 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:35 smithi187 ceph-mon[111815]: pgmap v152: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-10-12T23:21:36.043 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:36.043 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:35 smithi088 ceph-mon[96111]: pgmap v152: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1023 B/s rd, 767 B/s wr, 1 op/s 2023-10-12T23:21:36.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:36.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:36.794 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:37.109 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:36 smithi187 ceph-mon[111815]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:36 smithi187 ceph-mon[111815]: 10.0.31.88 is in 10.0.0.0/16 on smithi088 interface enp3s0f1 2023-10-12T23:21:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:36 smithi187 ceph-mon[111815]: 10.0.31.88 is in 10.0.0.0/16 on smithi187 interface enp3s0f1 2023-10-12T23:21:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:36 smithi187 ceph-mon[111815]: Deploying daemon keepalived.nfs.foo.smithi088.pjkqga on smithi088 2023-10-12T23:21:37.310 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:36 smithi088 ceph-mon[96111]: from='client.14642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:37.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:37.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:37.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:36 smithi088 ceph-mon[96111]: 10.0.31.88 is in 10.0.0.0/16 on smithi088 interface enp3s0f1 2023-10-12T23:21:37.311 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:36 smithi088 ceph-mon[96111]: 10.0.31.88 is in 10.0.0.0/16 on smithi187 interface enp3s0f1 2023-10-12T23:21:37.312 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:36 smithi088 ceph-mon[96111]: Deploying daemon keepalived.nfs.foo.smithi088.pjkqga on smithi088 2023-10-12T23:21:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:37 smithi187 ceph-mon[111815]: pgmap v153: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-12T23:21:38.250 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:37 smithi088 ceph-mon[96111]: pgmap v153: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-12T23:21:38.961 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:38.962 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:39.844 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:21:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:39 smithi187 ceph-mon[111815]: pgmap v154: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:39 smithi187 ceph-mon[111815]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:39 smithi088 ceph-mon[96111]: pgmap v154: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:39 smithi088 ceph-mon[96111]: from='client.14646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:40.844 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:41 smithi187 ceph-mon[111815]: pgmap v155: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:41 smithi088 ceph-mon[96111]: pgmap v155: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:43.136 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:44.026 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:43 smithi088 ceph-mon[96111]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:43 smithi187 ceph-mon[111815]: pgmap v156: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:21:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:21:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:45 smithi187 ceph-mon[111815]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:21:46.315 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:45 smithi088 ceph-mon[96111]: pgmap v157: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:21:47.575 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:47.575 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:47 smithi187 ceph-mon[111815]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:47 smithi088 ceph-mon[96111]: pgmap v158: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:48.484 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:21:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:48 smithi187 ceph-mon[111815]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:49.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:49.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:48 smithi187 ceph-mon[111815]: 10.0.31.88 is in 10.0.0.0/16 on smithi187 interface enp3s0f1 2023-10-12T23:21:49.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:48 smithi187 ceph-mon[111815]: 10.0.31.88 is in 10.0.0.0/16 on smithi088 interface enp3s0f1 2023-10-12T23:21:49.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:48 smithi187 ceph-mon[111815]: Deploying daemon keepalived.nfs.foo.smithi187.dxhnld on smithi187 2023-10-12T23:21:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:48 smithi088 ceph-mon[96111]: from='client.14650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:48 smithi088 ceph-mon[96111]: 10.0.31.88 is in 10.0.0.0/16 on smithi187 interface enp3s0f1 2023-10-12T23:21:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:48 smithi088 ceph-mon[96111]: 10.0.31.88 is in 10.0.0.0/16 on smithi088 interface enp3s0f1 2023-10-12T23:21:49.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:48 smithi088 ceph-mon[96111]: Deploying daemon keepalived.nfs.foo.smithi187.dxhnld on smithi187 2023-10-12T23:21:49.485 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:49.828 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:49 smithi187 ceph-mon[111815]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:50.234 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:49 smithi088 ceph-mon[96111]: pgmap v159: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:51 smithi088 ceph-mon[96111]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:51.426 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:51.426 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:51 smithi187 ceph-mon[111815]: pgmap v160: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:52.065 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:21:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:52 smithi088 ceph-mon[96111]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:52 smithi187 ceph-mon[111815]: from='client.14654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:53.067 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:53.402 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:53 smithi187 ceph-mon[111815]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:53 smithi088 ceph-mon[96111]: pgmap v161: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:55.001 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:55.001 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:55.604 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:21:56.150 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:55 smithi187 ceph-mon[111815]: pgmap v162: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:21:56.150 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:55 smithi187 ceph-mon[111815]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:55 smithi088 ceph-mon[96111]: pgmap v162: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:21:56.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:55 smithi088 ceph-mon[96111]: from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:21:56.605 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:21:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:21:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:21:57.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:57 smithi088 ceph-mon[96111]: pgmap v163: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:21:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:21:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:57 smithi187 ceph-mon[111815]: pgmap v163: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:21:59.209 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:21:59.210 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 0, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 0, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:21:59.959 INFO:tasks.cephadm:nfs.foo has 0/1 2023-10-12T23:22:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:59 smithi187 ceph-mon[111815]: pgmap v164: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:21:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:22:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:59 smithi088 ceph-mon[96111]: pgmap v164: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:21:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:22:00.960 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:22:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:00 smithi187 ceph-mon[111815]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:22:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:00 smithi088 ceph-mon[96111]: from='client.14662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:22:01.409 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:22:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:01 smithi088 ceph-mon[96111]: pgmap v165: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:01 smithi187 ceph-mon[111815]: pgmap v165: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:03.473 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:22:03.474 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:22:04.081 INFO:tasks.cephadm:nfs.foo has 1/1 2023-10-12T23:22:04.081 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2023-10-12T23:22:04.092 INFO:tasks.cephadm:Waiting for ceph service ingress.nfs.foo to start (timeout 300)... 2023-10-12T23:22:04.092 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -- ceph orch ls -f json 2023-10-12T23:22:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:03 smithi187 ceph-mon[111815]: pgmap v166: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:03 smithi088 ceph-mon[96111]: pgmap v166: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:04.408 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:22:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:04 smithi187 ceph-mon[111815]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:22:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:04 smithi088 ceph-mon[96111]: from='client.14666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:22:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:06 smithi088 ceph-mon[96111]: Reconfiguring prometheus.smithi088 (dependencies changed)... 2023-10-12T23:22:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:06 smithi088 ceph-mon[96111]: Reconfiguring daemon prometheus.smithi088 on smithi088 2023-10-12T23:22:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:06 smithi088 ceph-mon[96111]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:22:06.353 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:06 smithi187 ceph-mon[111815]: Reconfiguring prometheus.smithi088 (dependencies changed)... 2023-10-12T23:22:06.353 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:06 smithi187 ceph-mon[111815]: Reconfiguring daemon prometheus.smithi088 on smithi088 2023-10-12T23:22:06.353 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:06 smithi187 ceph-mon[111815]: pgmap v167: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:22:06.783 INFO:teuthology.orchestra.run.smithi088.stdout: 2023-10-12T23:22:06.783 INFO:teuthology.orchestra.run.smithi088.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2023-10-12T23:16:20.529220Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:17:54.764065Z service:ceph-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "ceph-exporter", "service_type": "ceph-exporter", "spec": {"prio_limit": 5, "stats_period": 5}, "status": {"created": "2023-10-12T23:16:15.405846Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:17:57.546809Z service:crash [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2023-10-12T23:16:14.078989Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "spec": {"anonymous_access": true, "protocol": "https"}, "status": {"created": "2023-10-12T23:16:18.159137Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:21:05.985248Z 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.88/16"}, "status": {"created": "2023-10-12T23:21:05.980237Z", "ports": [2999, 9999], "running": 4, "size": 4, "virtual_ip": "10.0.31.88/16"}}, {"events": ["2023-10-12T23:21:00.951474Z service:mds.foofs [INFO] \"service was created\""], "placement": {"count": 2}, "service_id": "foofs", "service_name": "mds.foofs", "service_type": "mds", "status": {"created": "2023-10-12T23:21:00.941221Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:04.870113Z service:mgr [INFO] \"service was created\""], "placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2023-10-12T23:16:12.889428Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:13.923375Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi088:172.21.15.88=smithi088", "smithi187:172.21.15.187=smithi187"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2023-10-12T23:17:00.738435Z", "running": 2, "size": 2}}, {"events": ["2023-10-12T23:21:05.979144Z service:nfs.foo [INFO] \"service was created\""], "placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "spec": {"port": 12999}, "status": {"created": "2023-10-12T23:21:05.975580Z", "ports": [12999], "running": 1, "size": 1}}, {"events": ["2023-10-12T23:18:01.632009Z service:node-exporter [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2023-10-12T23:16:19.353980Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2023-10-12T23:18:22.037658Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2023-10-12T23:18:22.034055Z", "running": 8, "size": 8}}, {"events": ["2023-10-12T23:18:13.935503Z service:prometheus [INFO] \"service was created\""], "placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2023-10-12T23:16:16.663150Z", "ports": [9095], "running": 1, "size": 1}}] 2023-10-12T23:22:07.828 INFO:tasks.cephadm:ingress.nfs.foo has 4/4 2023-10-12T23:22:07.829 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-12T23:22:07.838 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2023-10-12T23:22:07.838 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mkdir /mnt/foo' 2023-10-12T23:22:07.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ mkdir /mnt/foo 2023-10-12T23:22:07.876 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'sleep 5' 2023-10-12T23:22:07.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ sleep 5 2023-10-12T23:22:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:08 smithi088 ceph-mon[96111]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:22:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:08 smithi088 ceph-mon[96111]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:08 smithi187 ceph-mon[111815]: from='client.14670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2023-10-12T23:22:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:08 smithi187 ceph-mon[111815]: pgmap v168: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:10 smithi088 ceph-mon[96111]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T23:22:10.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:10 smithi187 ceph-mon[111815]: pgmap v169: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:10.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T23:22:10.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:11 smithi088 ceph-mon[96111]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T23:22:11.406 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:11 smithi187 ceph-mon[111815]: from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2023-10-12T23:22:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:12 smithi088 ceph-mon[96111]: pgmap v170: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:12 smithi187 ceph-mon[111815]: pgmap v170: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:12.958 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'mount -t nfs 10.0.31.88:/fake /mnt/foo -o port=2999' 2023-10-12T23:22:13.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ mount -t nfs 10.0.31.88:/fake /mnt/foo -o port=2999 2023-10-12T23:22:13.502 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo test > /mnt/foo/testfile' 2023-10-12T23:22:13.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo test 2023-10-12T23:22:13.581 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c sync 2023-10-12T23:22:13.646 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:13.646 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:13.646 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:13 smithi088 ceph-mon[96111]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:13.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ sync 2023-10-12T23:22:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:13 smithi187 ceph-mon[111815]: pgmap v171: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:22:13.964 INFO:teuthology.run_tasks:Running task cephadm.shell... 2023-10-12T23:22:13.973 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2023-10-12T23:22:13.974 DEBUG:teuthology.orchestra.run.smithi088:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:9a92242e997527a07c7abe065696887f5f761546 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 -v /mnt/foo:/mnt/foo -- bash -c 'echo "Check with each haproxy down in turn..." 2023-10-12T23:22:13.974 DEBUG:teuthology.orchestra.run.smithi088:> for haproxy in `ceph orch ps | grep ^haproxy.nfs.foo. | awk '"'"'{print $1}'"'"'`; do 2023-10-12T23:22:13.974 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch daemon stop $haproxy 2023-10-12T23:22:13.974 DEBUG:teuthology.orchestra.run.smithi088:> while ! ceph orch ps | grep $haproxy | grep stopped; do sleep 1 ; done 2023-10-12T23:22:13.975 DEBUG:teuthology.orchestra.run.smithi088:> cat /mnt/foo/testfile 2023-10-12T23:22:13.975 DEBUG:teuthology.orchestra.run.smithi088:> echo $haproxy > /mnt/foo/testfile 2023-10-12T23:22:13.975 DEBUG:teuthology.orchestra.run.smithi088:> sync 2023-10-12T23:22:13.975 DEBUG:teuthology.orchestra.run.smithi088:> ceph orch daemon start $haproxy 2023-10-12T23:22:13.976 DEBUG:teuthology.orchestra.run.smithi088:> while ! ceph orch ps | grep $haproxy | grep running; do sleep 1 ; done 2023-10-12T23:22:13.976 DEBUG:teuthology.orchestra.run.smithi088:> done 2023-10-12T23:22:13.976 DEBUG:teuthology.orchestra.run.smithi088:> ' 2023-10-12T23:22:14.425 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:22:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:15.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:15.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:15.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:15 smithi088 ceph-mon[96111]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-12T23:22:15.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:22:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:15.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:15.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:15 smithi187 ceph-mon[111815]: pgmap v172: 97 pgs: 97 active+clean; 580 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-12T23:22:15.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:22:15.717 INFO:teuthology.orchestra.run.smithi088.stdout:Check with each haproxy down in turn... 2023-10-12T23:22:16.328 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled to stop haproxy.nfs.foo.smithi088.yxhdts on host 'smithi088' 2023-10-12T23:22:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:16 smithi187 ceph-mon[111815]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:16 smithi088 ceph-mon[96111]: from='client.14674 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:17 smithi187 ceph-mon[111815]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi088.yxhdts", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:17 smithi187 ceph-mon[111815]: Schedule stop daemon haproxy.nfs.foo.smithi088.yxhdts 2023-10-12T23:22:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:17 smithi187 ceph-mon[111815]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:17 smithi187 ceph-mon[111815]: pgmap v173: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-12T23:22:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:17 smithi088 ceph-mon[96111]: from='client.14678 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi088.yxhdts", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:17 smithi088 ceph-mon[96111]: Schedule stop daemon haproxy.nfs.foo.smithi088.yxhdts 2023-10-12T23:22:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:17 smithi088 ceph-mon[96111]: from='client.14682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:17 smithi088 ceph-mon[96111]: pgmap v173: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-12T23:22:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:18 smithi187 ceph-mon[111815]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:18 smithi088 ceph-mon[96111]: from='client.14686 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:19 smithi187 ceph-mon[111815]: pgmap v174: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-12T23:22:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:19 smithi088 ceph-mon[96111]: pgmap v174: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-12T23:22:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:20 smithi187 ceph-mon[111815]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:20 smithi088 ceph-mon[96111]: from='client.14690 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:21 smithi088 ceph-mon[96111]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:22.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:22.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:22.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:21 smithi088 ceph-mon[96111]: pgmap v175: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-12T23:22:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:21 smithi187 ceph-mon[111815]: from='client.14694 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:22.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:22.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:22.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:22.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:22.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:22.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:21 smithi187 ceph-mon[111815]: pgmap v175: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-12T23:22:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:22 smithi187 ceph-mon[111815]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:22 smithi088 ceph-mon[96111]: from='client.14698 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:23 smithi187 ceph-mon[111815]: pgmap v176: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-12T23:22:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:23 smithi088 ceph-mon[96111]: pgmap v176: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1023 B/s wr, 0 op/s 2023-10-12T23:22:24.841 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:24 smithi187 ceph-mon[111815]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:24 smithi088 ceph-mon[96111]: from='client.14702 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:25 smithi187 ceph-mon[111815]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:25 smithi187 ceph-mon[111815]: pgmap v177: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 1 op/s 2023-10-12T23:22:26.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:26.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:25 smithi088 ceph-mon[96111]: from='client.14706 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:25 smithi088 ceph-mon[96111]: pgmap v177: 97 pgs: 97 active+clean; 587 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1023 B/s wr, 1 op/s 2023-10-12T23:22:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:27.113 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:26 smithi187 ceph-mon[111815]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:27.114 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:27.114 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:27.114 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:27.114 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:27.115 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:27.115 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:27.115 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:27.115 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:26 smithi088 ceph-mon[96111]: from='client.14710 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:27.116 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:27.116 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:27.116 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:27.116 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:27.116 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:27.117 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:27.117 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:27.477 INFO:teuthology.orchestra.run.smithi088.stdout:haproxy.nfs.foo.smithi088.yxhdts smithi088 *:2999,9999 stopped - 59s - - 2023-10-12T23:22:27.493 INFO:teuthology.orchestra.run.smithi088.stdout:test 2023-10-12T23:22:27.991 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled to start haproxy.nfs.foo.smithi088.yxhdts on host 'smithi088' 2023-10-12T23:22:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:27 smithi187 ceph-mon[111815]: pgmap v178: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-12T23:22:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:27 smithi088 ceph-mon[96111]: pgmap v178: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-12T23:22:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:28 smithi088 ceph-mon[96111]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:28 smithi088 ceph-mon[96111]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi088.yxhdts", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:28 smithi088 ceph-mon[96111]: Schedule start daemon haproxy.nfs.foo.smithi088.yxhdts 2023-10-12T23:22:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:28 smithi187 ceph-mon[111815]: from='client.14714 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:28 smithi187 ceph-mon[111815]: from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi088.yxhdts", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:28 smithi187 ceph-mon[111815]: Schedule start daemon haproxy.nfs.foo.smithi088.yxhdts 2023-10-12T23:22:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:29 smithi088 ceph-mon[96111]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:29 smithi088 ceph-mon[96111]: pgmap v179: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-12T23:22:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:22:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:29 smithi187 ceph-mon[111815]: from='client.14722 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:29 smithi187 ceph-mon[111815]: pgmap v179: 97 pgs: 97 active+clean; 589 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 255 B/s wr, 0 op/s 2023-10-12T23:22:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:22:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:30 smithi088 ceph-mon[96111]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:30 smithi187 ceph-mon[111815]: from='client.14726 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:31 smithi088 ceph-mon[96111]: pgmap v180: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-12T23:22:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:31 smithi088 ceph-mon[96111]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:31 smithi187 ceph-mon[111815]: pgmap v180: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.3 KiB/s wr, 1 op/s 2023-10-12T23:22:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:31 smithi187 ceph-mon[111815]: from='client.14730 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:33 smithi088 ceph-mon[96111]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:33 smithi088 ceph-mon[96111]: pgmap v181: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-12T23:22:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:33.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:33 smithi187 ceph-mon[111815]: from='client.14734 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:33.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:33 smithi187 ceph-mon[111815]: pgmap v181: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-12T23:22:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:34 smithi088 ceph-mon[96111]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:34 smithi187 ceph-mon[111815]: from='client.14738 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:36.115 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:35 smithi088 ceph-mon[96111]: pgmap v182: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-12T23:22:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:35 smithi187 ceph-mon[111815]: pgmap v182: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.2 KiB/s wr, 1 op/s 2023-10-12T23:22:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:36 smithi187 ceph-mon[111815]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:36 smithi088 ceph-mon[96111]: from='client.14742 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:37 smithi187 ceph-mon[111815]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:37 smithi187 ceph-mon[111815]: pgmap v183: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-12T23:22:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:37 smithi088 ceph-mon[96111]: from='client.14746 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:37 smithi088 ceph-mon[96111]: pgmap v183: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-12T23:22:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:38 smithi088 ceph-mon[96111]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:39.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:39.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:39.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:39.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:39.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:39.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:39.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:38 smithi187 ceph-mon[111815]: from='client.14750 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:39.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:39.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:39.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:39.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:39.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:39.211 INFO:teuthology.orchestra.run.smithi088.stdout:haproxy.nfs.foo.smithi088.yxhdts smithi088 *:2999,9999 running (5s) - 70s 7004k - 2.3.17-d1c9119 e85424b0d443 0e145fb0b3a0 2023-10-12T23:22:39.522 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled to stop haproxy.nfs.foo.smithi187.woounk on host 'smithi187' 2023-10-12T23:22:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:39 smithi187 ceph-mon[111815]: pgmap v184: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-12T23:22:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:40.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:39 smithi088 ceph-mon[96111]: pgmap v184: 97 pgs: 97 active+clean; 598 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-12T23:22:40.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:40.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:40.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:40 smithi187 ceph-mon[111815]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:40 smithi187 ceph-mon[111815]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi187.woounk", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:40 smithi187 ceph-mon[111815]: Schedule stop daemon haproxy.nfs.foo.smithi187.woounk 2023-10-12T23:22:41.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:40 smithi187 ceph-mon[111815]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:40 smithi088 ceph-mon[96111]: from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:40 smithi088 ceph-mon[96111]: from='client.14758 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "stop", "name": "haproxy.nfs.foo.smithi187.woounk", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:40 smithi088 ceph-mon[96111]: Schedule stop daemon haproxy.nfs.foo.smithi187.woounk 2023-10-12T23:22:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:40 smithi088 ceph-mon[96111]: from='client.14762 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:41 smithi187 ceph-mon[111815]: pgmap v185: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-12T23:22:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:41 smithi187 ceph-mon[111815]: mgrmap e22: smithi088.fwrfaa(active, since 4m), standbys: smithi187.cozpwf 2023-10-12T23:22:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:41 smithi088 ceph-mon[96111]: pgmap v185: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.4 KiB/s wr, 1 op/s 2023-10-12T23:22:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:41 smithi088 ceph-mon[96111]: mgrmap e22: smithi088.fwrfaa(active, since 4m), standbys: smithi187.cozpwf 2023-10-12T23:22:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:42 smithi187 ceph-mon[111815]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:42 smithi088 ceph-mon[96111]: from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:43 smithi187 ceph-mon[111815]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:43 smithi187 ceph-mon[111815]: pgmap v186: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:22:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:43 smithi088 ceph-mon[96111]: from='client.14770 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:43 smithi088 ceph-mon[96111]: pgmap v186: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:22:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:44 smithi088 ceph-mon[96111]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:45.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:45.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:45.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:22:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:44 smithi187 ceph-mon[111815]: from='client.14774 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:45.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:45.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:45.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:45.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:45.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:45.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:45.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:22:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:45 smithi187 ceph-mon[111815]: pgmap v187: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:22:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:45 smithi088 ceph-mon[96111]: pgmap v187: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:22:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:46 smithi187 ceph-mon[111815]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:46 smithi088 ceph-mon[96111]: from='client.14778 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:47 smithi187 ceph-mon[111815]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:47 smithi187 ceph-mon[111815]: pgmap v188: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:22:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:47 smithi088 ceph-mon[96111]: from='client.14782 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:47 smithi088 ceph-mon[96111]: pgmap v188: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:22:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:48 smithi187 ceph-mon[111815]: from='client.24467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:49.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:49.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:49.317 INFO:teuthology.orchestra.run.smithi088.stdout:haproxy.nfs.foo.smithi187.woounk smithi187 *:2999,9999 stopped - 73s - - 2023-10-12T23:22:49.319 INFO:teuthology.orchestra.run.smithi088.stdout:haproxy.nfs.foo.smithi088.yxhdts 2023-10-12T23:22:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:48 smithi088 ceph-mon[96111]: from='client.24467 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:49.946 INFO:teuthology.orchestra.run.smithi088.stdout:Scheduled to start haproxy.nfs.foo.smithi187.woounk on host 'smithi187' 2023-10-12T23:22:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:49 smithi187 ceph-mon[111815]: pgmap v189: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:22:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:49 smithi088 ceph-mon[96111]: pgmap v189: 97 pgs: 97 active+clean; 600 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:22:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi187.woounk", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: Schedule start daemon haproxy.nfs.foo.smithi187.woounk 2023-10-12T23:22:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='client.14790 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='client.14794 -' entity='client.admin' cmd=[{"prefix": "orch daemon", "action": "start", "name": "haproxy.nfs.foo.smithi187.woounk", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: Schedule start daemon haproxy.nfs.foo.smithi187.woounk 2023-10-12T23:22:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:51.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:51.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:51.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:51.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:51 smithi187 ceph-mon[111815]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:51 smithi187 ceph-mon[111815]: pgmap v190: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-12T23:22:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:51 smithi088 ceph-mon[96111]: from='client.14798 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:51 smithi088 ceph-mon[96111]: pgmap v190: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.2 KiB/s wr, 0 op/s 2023-10-12T23:22:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:52 smithi088 ceph-mon[96111]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:52 smithi187 ceph-mon[111815]: from='client.14802 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:22:54.314 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:53 smithi187 ceph-mon[111815]: pgmap v191: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-12T23:22:54.314 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:53 smithi187 ceph-mon[111815]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:53 smithi088 ceph-mon[96111]: pgmap v191: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 938 B/s wr, 0 op/s 2023-10-12T23:22:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:53 smithi088 ceph-mon[96111]: from='client.14806 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:55.725 INFO:teuthology.orchestra.run.smithi088.stdout:haproxy.nfs.foo.smithi187.woounk smithi187 *:2999,9999 running (4s) - 79s 6953k - 2.3.17-d1c9119 e85424b0d443 a2fc2b216a24 2023-10-12T23:22:56.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:55 smithi088 ceph-mon[96111]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:56.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:55 smithi088 ceph-mon[96111]: pgmap v192: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-12T23:22:56.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:56.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:55 smithi187 ceph-mon[111815]: from='client.14810 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:55 smithi187 ceph-mon[111815]: pgmap v192: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-12T23:22:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:56.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:56.633 INFO:teuthology.run_tasks:Running task vip.exec... 2023-10-12T23:22:56.646 INFO:tasks.vip:Running commands on role host.a host ubuntu@smithi088.front.sepia.ceph.com 2023-10-12T23:22:56.646 DEBUG:teuthology.orchestra.run.smithi088:> sudo TESTDIR=/home/ubuntu/cephtest bash -ex -c 'echo "Check with $(hostname) ganesha(s) down..." 2023-10-12T23:22:56.647 DEBUG:teuthology.orchestra.run.smithi088:> for c in `systemctl | grep ceph- | grep @nfs | awk '"'"'{print $1}'"'"'`; do 2023-10-12T23:22:56.647 DEBUG:teuthology.orchestra.run.smithi088:> cid=`echo $c | sed '"'"'s/@/-/'"'"'` 2023-10-12T23:22:56.647 DEBUG:teuthology.orchestra.run.smithi088:> id=`echo $c | cut -d @ -f 2 | sed '"'"'s/.service$//'"'"'` 2023-10-12T23:22:56.647 DEBUG:teuthology.orchestra.run.smithi088:> fsid=`echo $c | cut -d @ -f 1 | cut -d - -f 2-` 2023-10-12T23:22:56.648 DEBUG:teuthology.orchestra.run.smithi088:> echo "Removing daemon $id fsid $fsid..." 2023-10-12T23:22:56.648 DEBUG:teuthology.orchestra.run.smithi088:> sudo $TESTDIR/cephadm rm-daemon --fsid $fsid --name $id 2023-10-12T23:22:56.648 DEBUG:teuthology.orchestra.run.smithi088:> 2023-10-12T23:22:56.648 DEBUG:teuthology.orchestra.run.smithi088:> echo "Waking up cephadm..." 2023-10-12T23:22:56.649 DEBUG:teuthology.orchestra.run.smithi088:> sudo $TESTDIR/cephadm shell -- ceph orch ps --refresh 2023-10-12T23:22:56.649 DEBUG:teuthology.orchestra.run.smithi088:> 2023-10-12T23:22:56.649 DEBUG:teuthology.orchestra.run.smithi088:> while ! timeout 1 cat /mnt/foo/testfile ; do true ; done 2023-10-12T23:22:56.649 DEBUG:teuthology.orchestra.run.smithi088:> echo "Mount is back!" 2023-10-12T23:22:56.650 DEBUG:teuthology.orchestra.run.smithi088:> done 2023-10-12T23:22:56.650 DEBUG:teuthology.orchestra.run.smithi088:> ' 2023-10-12T23:22:56.682 INFO:teuthology.orchestra.run.smithi088.stderr:++ hostname 2023-10-12T23:22:56.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'Check with smithi088 ganesha(s) down...' 2023-10-12T23:22:56.684 INFO:teuthology.orchestra.run.smithi088.stdout:Check with smithi088 ganesha(s) down... 2023-10-12T23:22:56.685 INFO:teuthology.orchestra.run.smithi088.stderr:++ systemctl 2023-10-12T23:22:56.685 INFO:teuthology.orchestra.run.smithi088.stderr:++ grep ceph- 2023-10-12T23:22:56.686 INFO:teuthology.orchestra.run.smithi088.stderr:++ grep @nfs 2023-10-12T23:22:56.686 INFO:teuthology.orchestra.run.smithi088.stderr:++ awk '{print $1}' 2023-10-12T23:22:56.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ for c in `systemctl | grep ceph- | grep @nfs | awk '{print $1}'` 2023-10-12T23:22:56.691 INFO:teuthology.orchestra.run.smithi088.stderr:++ echo ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@nfs.foo.0.0.smithi088.nkdbjq.service 2023-10-12T23:22:56.691 INFO:teuthology.orchestra.run.smithi088.stderr:++ sed s/@/-/ 2023-10-12T23:22:56.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ cid=ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7-nfs.foo.0.0.smithi088.nkdbjq.service 2023-10-12T23:22:56.692 INFO:teuthology.orchestra.run.smithi088.stderr:++ echo ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@nfs.foo.0.0.smithi088.nkdbjq.service 2023-10-12T23:22:56.692 INFO:teuthology.orchestra.run.smithi088.stderr:++ cut -d @ -f 2 2023-10-12T23:22:56.693 INFO:teuthology.orchestra.run.smithi088.stderr:++ sed 's/.service$//' 2023-10-12T23:22:56.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ id=nfs.foo.0.0.smithi088.nkdbjq 2023-10-12T23:22:56.694 INFO:teuthology.orchestra.run.smithi088.stderr:++ echo ceph-1071ea9e-6955-11ee-8db6-212e2dc638e7@nfs.foo.0.0.smithi088.nkdbjq.service 2023-10-12T23:22:56.694 INFO:teuthology.orchestra.run.smithi088.stderr:++ cut -d @ -f 1 2023-10-12T23:22:56.694 INFO:teuthology.orchestra.run.smithi088.stderr:++ cut -d - -f 2- 2023-10-12T23:22:56.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ fsid=1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:22:56.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'Removing daemon nfs.foo.0.0.smithi088.nkdbjq fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7...' 2023-10-12T23:22:56.695 INFO:teuthology.orchestra.run.smithi088.stdout:Removing daemon nfs.foo.0.0.smithi088.nkdbjq fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7... 2023-10-12T23:22:56.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ sudo /home/ubuntu/cephtest/cephadm rm-daemon --fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 --name nfs.foo.0.0.smithi088.nkdbjq 2023-10-12T23:22:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:56 smithi187 ceph-mon[111815]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:57.213 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:56 smithi088 ceph-mon[96111]: from='client.14814 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:22:58.189 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:57 smithi088 ceph-mon[96111]: pgmap v193: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-12T23:22:58.189 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:58.189 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:58.189 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:58.190 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:58.190 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:58.190 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:58.190 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:57 smithi187 ceph-mon[111815]: pgmap v193: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-12T23:22:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:22:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:22:58.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:58.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:22:58.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:22:58.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ echo 'Waking up cephadm...' 2023-10-12T23:22:58.325 INFO:teuthology.orchestra.run.smithi088.stdout:Waking up cephadm... 2023-10-12T23:22:58.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ sudo /home/ubuntu/cephtest/cephadm shell -- ceph orch ps --refresh 2023-10-12T23:22:58.631 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring fsid 1071ea9e-6955-11ee-8db6-212e2dc638e7 2023-10-12T23:22:58.746 INFO:teuthology.orchestra.run.smithi088.stderr:Inferring config /var/lib/ceph/1071ea9e-6955-11ee-8db6-212e2dc638e7/mon.smithi088/config 2023-10-12T23:22:58.972 INFO:teuthology.orchestra.run.smithi088.stderr:Using ceph image with id '19e063225c55' and tag '9a92242e997527a07c7abe065696887f5f761546' created on 2023-10-12 13:22:39 +0000 UTC 2023-10-12T23:22:58.972 INFO:teuthology.orchestra.run.smithi088.stderr:quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph@sha256:4473e89d7c39ca63c80cf73ad290e1415377df4c1b53dd3e4dd4f7dfdcb1d046 2023-10-12T23:23:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:59 smithi187 ceph-mon[111815]: pgmap v194: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-12T23:23:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:22:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:23:00.276 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:59 smithi088 ceph-mon[96111]: pgmap v194: 97 pgs: 97 active+clean; 609 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 1.1 KiB/s wr, 0 op/s 2023-10-12T23:23:00.276 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:22:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:23:00.715 INFO:teuthology.orchestra.run.smithi088.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2023-10-12T23:23:00.715 INFO:teuthology.orchestra.run.smithi088.stdout:alertmanager.smithi088 smithi088 *:9093,9094 running (4m) - 5m 28.8M - 0.25.0 c8568f914cd2 97baa17992d5 2023-10-12T23:23:00.715 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-exporter.smithi088 smithi088 running (6m) - 6m 8396k - 18.0.0-6452-g9a92242e 19e063225c55 ddef62ce7a5f 2023-10-12T23:23:00.715 INFO:teuthology.orchestra.run.smithi088.stdout:ceph-exporter.smithi187 smithi187 running (5m) - 5m 8833k - 18.0.0-6452-g9a92242e 19e063225c55 d18a31447844 2023-10-12T23:23:00.716 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi088 smithi088 running (6m) - 6m 7507k - 18.0.0-6452-g9a92242e 19e063225c55 c52f7568e5f5 2023-10-12T23:23:00.716 INFO:teuthology.orchestra.run.smithi088.stdout:crash.smithi187 smithi187 running (5m) - 5m 7461k - 18.0.0-6452-g9a92242e 19e063225c55 d48b1eec703f 2023-10-12T23:23:00.716 INFO:teuthology.orchestra.run.smithi088.stdout:grafana.smithi088 smithi088 *:3000 running (4m) - 5m 93.3M - 9.4.7 2c41d148cca3 111de603e100 2023-10-12T23:23:00.716 INFO:teuthology.orchestra.run.smithi088.stdout:haproxy.nfs.foo.smithi088.yxhdts smithi088 *:2999,9999 running (27s) - 92s 7377k - 2.3.17-d1c9119 e85424b0d443 0e145fb0b3a0 2023-10-12T23:23:00.716 INFO:teuthology.orchestra.run.smithi088.stdout:haproxy.nfs.foo.smithi187.woounk smithi187 *:2999,9999 running (9s) - 84s 6953k - 2.3.17-d1c9119 e85424b0d443 a2fc2b216a24 2023-10-12T23:23:00.716 INFO:teuthology.orchestra.run.smithi088.stdout:keepalived.nfs.foo.smithi088.pjkqga smithi088 running (73s) - 72s 2647k - 2.2.4 4a3a1ff181d9 66c49ccf53c3 2023-10-12T23:23:00.717 INFO:teuthology.orchestra.run.smithi088.stdout:keepalived.nfs.foo.smithi187.dxhnld smithi187 running (64s) - 64s 2637k - 2.2.4 4a3a1ff181d9 823c5e6164db 2023-10-12T23:23:00.717 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi088.xqaagg smithi088 running (110s) - 110s 15.3M - 18.0.0-6452-g9a92242e 19e063225c55 3df5e9203fc4 2023-10-12T23:23:00.717 INFO:teuthology.orchestra.run.smithi088.stdout:mds.foofs.smithi187.rlekka smithi187 running (113s) - 113s 18.1M - 18.0.0-6452-g9a92242e 19e063225c55 ba5836e56b76 2023-10-12T23:23:00.717 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi088.fwrfaa smithi088 *:9283,8765,8443 running (7m) - 7m 525M - 18.0.0-6452-g9a92242e 19e063225c55 dba955fc5f37 2023-10-12T23:23:00.717 INFO:teuthology.orchestra.run.smithi088.stdout:mgr.smithi187.cozpwf smithi187 *:8443,9283,8765 running (4m) - 4m 453M - 18.0.0-6452-g9a92242e 19e063225c55 92e59c5760aa 2023-10-12T23:23:00.717 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi088 smithi088 running (7m) - 7m 87.3M 2048M 18.0.0-6452-g9a92242e 19e063225c55 db710d50edcd 2023-10-12T23:23:00.718 INFO:teuthology.orchestra.run.smithi088.stdout:mon.smithi187 smithi187 running (4m) - 4m 59.3M 2048M 18.0.0-6452-g9a92242e 19e063225c55 8bee60e3c1e7 2023-10-12T23:23:00.718 INFO:teuthology.orchestra.run.smithi088.stdout:nfs.foo.0.0.smithi088.nkdbjq smithi088 *:12999 running (101s) - 101s 73.5M - 5.5 19e063225c55 c6fbb04eabf1 2023-10-12T23:23:00.718 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi088 smithi088 *:9100 running (6m) - 6m 17.3M - 1.5.0 0da6a335fe13 983ac491647b 2023-10-12T23:23:00.718 INFO:teuthology.orchestra.run.smithi088.stdout:node-exporter.smithi187 smithi187 *:9100 running (4m) - 4m 17.8M - 1.5.0 0da6a335fe13 cb5bddc05132 2023-10-12T23:23:00.718 INFO:teuthology.orchestra.run.smithi088.stdout:osd.0 smithi187 running (3m) - 3m 64.3M 3748M 18.0.0-6452-g9a92242e 19e063225c55 c0af007493df 2023-10-12T23:23:00.719 INFO:teuthology.orchestra.run.smithi088.stdout:osd.1 smithi088 running (3m) - 3m 66.8M 2980M 18.0.0-6452-g9a92242e 19e063225c55 58b7c2b02a58 2023-10-12T23:23:00.719 INFO:teuthology.orchestra.run.smithi088.stdout:osd.2 smithi187 running (3m) - 3m 61.0M 3748M 18.0.0-6452-g9a92242e 19e063225c55 3edb491f3734 2023-10-12T23:23:00.719 INFO:teuthology.orchestra.run.smithi088.stdout:osd.3 smithi088 running (3m) - 3m 63.2M 2980M 18.0.0-6452-g9a92242e 19e063225c55 48fae7164a93 2023-10-12T23:23:00.719 INFO:teuthology.orchestra.run.smithi088.stdout:osd.4 smithi187 running (3m) - 3m 55.5M 3748M 18.0.0-6452-g9a92242e 19e063225c55 9b029f63ba86 2023-10-12T23:23:00.719 INFO:teuthology.orchestra.run.smithi088.stdout:osd.5 smithi088 running (3m) - 3m 57.4M 2980M 18.0.0-6452-g9a92242e 19e063225c55 5f45f5b3aec5 2023-10-12T23:23:00.720 INFO:teuthology.orchestra.run.smithi088.stdout:osd.6 smithi187 running (3m) - 3m 56.5M 3748M 18.0.0-6452-g9a92242e 19e063225c55 4d6a4253eb05 2023-10-12T23:23:00.720 INFO:teuthology.orchestra.run.smithi088.stdout:osd.7 smithi088 running (3m) - 3m 57.1M 2980M 18.0.0-6452-g9a92242e 19e063225c55 3907fccae66f 2023-10-12T23:23:00.720 INFO:teuthology.orchestra.run.smithi088.stdout:prometheus.smithi088 smithi088 *:9095 running (51s) - 5m 48.2M - 2.43.0 a07b618ecd1d 0e9612295396 2023-10-12T23:23:01.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:01 smithi187 ceph-mon[111815]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:23:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:23:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:01 smithi187 ceph-mon[111815]: pgmap v195: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 1.5 KiB/s wr, 1 op/s 2023-10-12T23:23:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:01 smithi088 ceph-mon[96111]: from='client.14818 -' entity='client.admin' cmd=[{"prefix": "orch ps", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2023-10-12T23:23:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:23:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:01 smithi088 ceph-mon[96111]: pgmap v195: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 1.5 KiB/s wr, 1 op/s 2023-10-12T23:23:02.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:02.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:03.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:03.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:03 smithi187 ceph-mon[111815]: pgmap v196: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 597 B/s wr, 1 op/s 2023-10-12T23:23:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:03 smithi088 ceph-mon[96111]: pgmap v196: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 597 B/s wr, 1 op/s 2023-10-12T23:23:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:04.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:04.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:05.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:05.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: pgmap v197: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 597 B/s wr, 1 op/s 2023-10-12T23:23:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:23:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:23:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:23:06.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:06.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq"}]: dispatch 2023-10-12T23:23:06.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq"}]': finished 2023-10-12T23:23:06.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:06.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.nskhyy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-12T23:23:06.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.nskhyy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-12T23:23:06.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-12T23:23:06.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-12T23:23:06.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:23:06.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-12T23:23:06.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-12T23:23:06.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.nskhyy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-12T23:23:06.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.nskhyy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-12T23:23:06.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:23:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: pgmap v197: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 597 B/s wr, 1 op/s 2023-10-12T23:23:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:23:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:23:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:23:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq"}]: dispatch 2023-10-12T23:23:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth rm", "entity": "client.nfs.foo.0.0.smithi088.nkdbjq"}]': finished 2023-10-12T23:23:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.nskhyy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]: dispatch 2023-10-12T23:23:06.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.nskhyy", "caps": ["mon", "allow r", "osd", "allow rw pool=.nfs namespace=foo"]}]': finished 2023-10-12T23:23:06.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]: dispatch 2023-10-12T23:23:06.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.mgr.nfs.grace.nfs.foo", "caps": ["mon", "allow r", "osd", "allow rwx pool .nfs"]}]': finished 2023-10-12T23:23:06.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:23:06.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]: dispatch 2023-10-12T23:23:06.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth rm", "entity": "client.mgr.nfs.grace.nfs.foo"}]': finished 2023-10-12T23:23:06.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.nskhyy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2023-10-12T23:23:06.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd='[{"prefix": "auth get-or-create", "entity": "client.nfs.foo.0.1.smithi088.nskhyy-rgw", "caps": ["mon", "allow r", "osd", "allow rwx tag rgw *=*"]}]': finished 2023-10-12T23:23:06.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:23:06.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:06.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:06 smithi088 ceph-mon[96111]: Fencing old nfs.foo.0.0.smithi088.nkdbjq 2023-10-12T23:23:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:06 smithi088 ceph-mon[96111]: Creating key for client.nfs.foo.0.1.smithi088.nskhyy 2023-10-12T23:23:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:06 smithi088 ceph-mon[96111]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-12T23:23:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:06 smithi088 ceph-mon[96111]: Rados config object exists: conf-nfs.foo 2023-10-12T23:23:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:06 smithi088 ceph-mon[96111]: Creating key for client.nfs.foo.0.1.smithi088.nskhyy-rgw 2023-10-12T23:23:07.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:06 smithi088 ceph-mon[96111]: Bind address in nfs.foo.0.1.smithi088.nskhyy's ganesha conf is defaulting to empty 2023-10-12T23:23:07.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:06 smithi088 ceph-mon[96111]: Deploying daemon nfs.foo.0.1.smithi088.nskhyy on smithi088 2023-10-12T23:23:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:06 smithi187 ceph-mon[111815]: Fencing old nfs.foo.0.0.smithi088.nkdbjq 2023-10-12T23:23:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:06 smithi187 ceph-mon[111815]: Creating key for client.nfs.foo.0.1.smithi088.nskhyy 2023-10-12T23:23:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:06 smithi187 ceph-mon[111815]: Ensuring nfs.foo.0 is in the ganesha grace table 2023-10-12T23:23:07.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:06 smithi187 ceph-mon[111815]: Rados config object exists: conf-nfs.foo 2023-10-12T23:23:07.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:06 smithi187 ceph-mon[111815]: Creating key for client.nfs.foo.0.1.smithi088.nskhyy-rgw 2023-10-12T23:23:07.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:06 smithi187 ceph-mon[111815]: Bind address in nfs.foo.0.1.smithi088.nskhyy's ganesha conf is defaulting to empty 2023-10-12T23:23:07.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:06 smithi187 ceph-mon[111815]: Deploying daemon nfs.foo.0.1.smithi088.nskhyy on smithi088 2023-10-12T23:23:07.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:07.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:07 smithi187 ceph-mon[111815]: pgmap v198: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-10-12T23:23:08.236 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:07 smithi088 ceph-mon[96111]: pgmap v198: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-10-12T23:23:08.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:08.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:08 smithi187 ceph-mon[111815]: Evicting (and blocklisting) client session 14630 (172.21.15.88:0/1025385898) 2023-10-12T23:23:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:08 smithi187 ceph-mon[111815]: from='mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032]' entity='mds.foofs.smithi187.rlekka' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/1025385898"}]: dispatch 2023-10-12T23:23:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:08 smithi187 ceph-mon[111815]: from='mds.? ' entity='mds.foofs.smithi187.rlekka' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/1025385898"}]: dispatch 2023-10-12T23:23:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:23:09.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:08 smithi088 ceph-mon[96111]: Evicting (and blocklisting) client session 14630 (172.21.15.88:0/1025385898) 2023-10-12T23:23:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:08 smithi088 ceph-mon[96111]: from='mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032]' entity='mds.foofs.smithi187.rlekka' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/1025385898"}]: dispatch 2023-10-12T23:23:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:08 smithi088 ceph-mon[96111]: from='mds.? ' entity='mds.foofs.smithi187.rlekka' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/1025385898"}]: dispatch 2023-10-12T23:23:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:09.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:09.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:23:09.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:09.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:09.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:09 smithi187 ceph-mon[111815]: pgmap v199: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-10-12T23:23:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:09 smithi187 ceph-mon[111815]: from='mds.? ' entity='mds.foofs.smithi187.rlekka' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/1025385898"}]': finished 2023-10-12T23:23:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:09 smithi187 ceph-mon[111815]: osdmap e50: 8 total, 8 up, 8 in 2023-10-12T23:23:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:09 smithi088 ceph-mon[96111]: pgmap v199: 97 pgs: 97 active+clean; 611 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-10-12T23:23:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:09 smithi088 ceph-mon[96111]: from='mds.? ' entity='mds.foofs.smithi187.rlekka' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/1025385898"}]': finished 2023-10-12T23:23:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:09 smithi088 ceph-mon[96111]: osdmap e50: 8 total, 8 up, 8 in 2023-10-12T23:23:10.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:10.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:11.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:11.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:11 smithi187 ceph-mon[111815]: pgmap v201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 614 B/s wr, 1 op/s 2023-10-12T23:23:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:11 smithi088 ceph-mon[96111]: pgmap v201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 614 B/s wr, 1 op/s 2023-10-12T23:23:12.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:12.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:13.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:13.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:13 smithi187 ceph-mon[111815]: pgmap v202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 614 B/s wr, 1 op/s 2023-10-12T23:23:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:23:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:23:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:23:14.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:14.239 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:13 smithi088 ceph-mon[96111]: pgmap v202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 614 B/s wr, 1 op/s 2023-10-12T23:23:14.239 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:14.239 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:14.239 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:23:14.240 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:23:14.240 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:14.240 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:23:14.240 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:14.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:14.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:15.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:14 smithi088 ceph-mon[96111]: Reconfiguring haproxy.nfs.foo.smithi088.yxhdts (dependencies changed)... 2023-10-12T23:23:15.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:14 smithi088 ceph-mon[96111]: Reconfiguring daemon haproxy.nfs.foo.smithi088.yxhdts on smithi088 2023-10-12T23:23:15.061 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:23:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:14 smithi187 ceph-mon[111815]: Reconfiguring haproxy.nfs.foo.smithi088.yxhdts (dependencies changed)... 2023-10-12T23:23:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:14 smithi187 ceph-mon[111815]: Reconfiguring daemon haproxy.nfs.foo.smithi088.yxhdts on smithi088 2023-10-12T23:23:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:23:15.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:15.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:16.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:15 smithi088 ceph-mon[96111]: pgmap v203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2023-10-12T23:23:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:15 smithi187 ceph-mon[111815]: pgmap v203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2023-10-12T23:23:16.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:16.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:17.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:17.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:17 smithi187 ceph-mon[111815]: Reconfiguring haproxy.nfs.foo.smithi187.woounk (dependencies changed)... 2023-10-12T23:23:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:17 smithi187 ceph-mon[111815]: Reconfiguring daemon haproxy.nfs.foo.smithi187.woounk on smithi187 2023-10-12T23:23:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:17 smithi187 ceph-mon[111815]: pgmap v204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2023-10-12T23:23:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:17 smithi088 ceph-mon[96111]: Reconfiguring haproxy.nfs.foo.smithi187.woounk (dependencies changed)... 2023-10-12T23:23:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:17 smithi088 ceph-mon[96111]: Reconfiguring daemon haproxy.nfs.foo.smithi187.woounk on smithi187 2023-10-12T23:23:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:17 smithi088 ceph-mon[96111]: pgmap v204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2023-10-12T23:23:18.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:18.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:19.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:19.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:19 smithi187 ceph-mon[111815]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2023-10-12T23:23:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:20.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:20.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:23:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:19 smithi088 ceph-mon[96111]: pgmap v205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.1 KiB/s rd, 819 B/s wr, 2 op/s 2023-10-12T23:23:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:23:20.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:20.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:21.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:21.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:21.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:21 smithi187 ceph-mon[111815]: pgmap v206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 944 B/s wr, 2 op/s 2023-10-12T23:23:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:21 smithi088 ceph-mon[96111]: pgmap v206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 1.3 KiB/s rd, 944 B/s wr, 2 op/s 2023-10-12T23:23:22.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:22.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:23.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:23.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:23 smithi088 ceph-mon[96111]: pgmap v207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-10-12T23:23:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:23 smithi187 ceph-mon[111815]: pgmap v207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 341 B/s rd, 426 B/s wr, 0 op/s 2023-10-12T23:23:24.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:24.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:23:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:23:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:23:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:23:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:23:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:23:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:23:25.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:25.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:26 smithi088 ceph-mon[96111]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2023-10-12T23:23:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:26 smithi187 ceph-mon[111815]: pgmap v208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 511 B/s wr, 1 op/s 2023-10-12T23:23:26.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:26.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:27.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:27.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:28 smithi088 ceph-mon[96111]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:23:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:28 smithi187 ceph-mon[111815]: pgmap v209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:23:28.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:28.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:29.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:29.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:30 smithi088 ceph-mon[96111]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:23:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:23:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:30 smithi187 ceph-mon[111815]: pgmap v210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 426 B/s rd, 341 B/s wr, 0 op/s 2023-10-12T23:23:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:23:30.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:30.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:31 smithi187 ceph-mon[111815]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-10-12T23:23:31.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:31.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:31 smithi088 ceph-mon[96111]: pgmap v211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 511 B/s rd, 341 B/s wr, 1 op/s 2023-10-12T23:23:32.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:32.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:33.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:33.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:33 smithi187 ceph-mon[111815]: pgmap v212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-12T23:23:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:33 smithi088 ceph-mon[96111]: pgmap v212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-12T23:23:34.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:34.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:35.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:35.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:35 smithi088 ceph-mon[96111]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-12T23:23:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:35 smithi187 ceph-mon[111815]: pgmap v213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 85 B/s wr, 0 op/s 2023-10-12T23:23:36.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:36.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:37.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:37.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:37 smithi187 ceph-mon[111815]: pgmap v214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:37 smithi088 ceph-mon[96111]: pgmap v214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:38.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:38.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:39.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:39.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:39 smithi187 ceph-mon[111815]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:39 smithi088 ceph-mon[96111]: pgmap v215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:40.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:40.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:41.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:41.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:41 smithi088 ceph-mon[96111]: pgmap v216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:23:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:41 smithi187 ceph-mon[111815]: pgmap v216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:23:42.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:42.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:43.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:43.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:43 smithi187 ceph-mon[111815]: 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-10-12T23:23:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:43 smithi088 ceph-mon[96111]: 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-10-12T23:23:44.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:44.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:23:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:23:45.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:45.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:45 smithi187 ceph-mon[111815]: pgmap v218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:45 smithi088 ceph-mon[96111]: pgmap v218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:46.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:46.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:47.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:47.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:47 smithi187 ceph-mon[111815]: pgmap v219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:47 smithi088 ceph-mon[96111]: pgmap v219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:48.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:48.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:49.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:49.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:49 smithi187 ceph-mon[111815]: pgmap v220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:49 smithi088 ceph-mon[96111]: pgmap v220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:50.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:50.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:51.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:51.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:51 smithi088 ceph-mon[96111]: pgmap v221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:23:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:51 smithi187 ceph-mon[111815]: pgmap v221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:23:52.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:52.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:53.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:53.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:53 smithi187 ceph-mon[111815]: pgmap v222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:53 smithi088 ceph-mon[96111]: pgmap v222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:54.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:54.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:55.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:55.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:55 smithi187 ceph-mon[111815]: pgmap v223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:55 smithi088 ceph-mon[96111]: pgmap v223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:56.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:56.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:57.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:57.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:57 smithi187 ceph-mon[111815]: pgmap v224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:57 smithi088 ceph-mon[96111]: pgmap v224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:23:58.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:58.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:23:59.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:23:59.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:59 smithi187 ceph-mon[111815]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:23:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:24:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:59 smithi088 ceph-mon[96111]: pgmap v225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:23:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:24:00.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:00.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:01 smithi088 ceph-mon[96111]: pgmap v226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:01.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:01.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:01 smithi187 ceph-mon[111815]: pgmap v226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:02.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:02.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:03.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:03.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:03 smithi187 ceph-mon[111815]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:03 smithi088 ceph-mon[96111]: pgmap v227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:04.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:04.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:05.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:05.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:05 smithi187 ceph-mon[111815]: pgmap v228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:05 smithi088 ceph-mon[96111]: pgmap v228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:06.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:06.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:07.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:07.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:07 smithi187 ceph-mon[111815]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:07 smithi088 ceph-mon[96111]: pgmap v229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:08.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:08.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:09.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:09.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:09 smithi187 ceph-mon[111815]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:09 smithi088 ceph-mon[96111]: pgmap v230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:10.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:10.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:11.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:11.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:11 smithi088 ceph-mon[96111]: pgmap v231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:11 smithi187 ceph-mon[111815]: pgmap v231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:12.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:12.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:13.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:13.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:13 smithi187 ceph-mon[111815]: pgmap v232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:13 smithi088 ceph-mon[96111]: pgmap v232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:14.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:14.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:24:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:24:15.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:15.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:15 smithi187 ceph-mon[111815]: pgmap v233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:15 smithi088 ceph-mon[96111]: pgmap v233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:16.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:16.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:17.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:17.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:17 smithi187 ceph-mon[111815]: pgmap v234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:17 smithi088 ceph-mon[96111]: pgmap v234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:18.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:18.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:19.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:19.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:19 smithi187 ceph-mon[111815]: pgmap v235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:19 smithi088 ceph-mon[96111]: pgmap v235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:20.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:20.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:21.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:21.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:21 smithi088 ceph-mon[96111]: pgmap v236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:21 smithi187 ceph-mon[111815]: pgmap v236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:22.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:22.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:23.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:23.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:23 smithi187 ceph-mon[111815]: pgmap v237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:23 smithi088 ceph-mon[96111]: pgmap v237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:24.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:24.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:24:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:24:25.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:25.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:25 smithi187 ceph-mon[111815]: pgmap v238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:26.282 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:25 smithi088 ceph-mon[96111]: pgmap v238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:26.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:26.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:27.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:27.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:27 smithi187 ceph-mon[111815]: pgmap v239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:27 smithi088 ceph-mon[96111]: pgmap v239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:28.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:28.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:29.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:29.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:24:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:24:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:29 smithi187 ceph-mon[111815]: pgmap v240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:24:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:24:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:24:30.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:24:30.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:24:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:24:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:24:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:29 smithi088 ceph-mon[96111]: pgmap v240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:24:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:24:30.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:24:30.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:24:30.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:24:30.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:30.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:24:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:24:31.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:31.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:31 smithi187 ceph-mon[111815]: pgmap v241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:31 smithi088 ceph-mon[96111]: pgmap v241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:32.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:32.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:33.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:33.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:33 smithi187 ceph-mon[111815]: pgmap v242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:33 smithi088 ceph-mon[96111]: pgmap v242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:34.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:34.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:35.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:35.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:35 smithi187 ceph-mon[111815]: pgmap v243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:35 smithi088 ceph-mon[96111]: pgmap v243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:36.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:36.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:37.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:37.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:37 smithi187 ceph-mon[111815]: pgmap v244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:37 smithi088 ceph-mon[96111]: pgmap v244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:38.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:38.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:39.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:39.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:39 smithi187 ceph-mon[111815]: pgmap v245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:40.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:39 smithi088 ceph-mon[96111]: pgmap v245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:40.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:40.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:41 smithi088 ceph-mon[96111]: pgmap v246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:41.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:41.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:41 smithi187 ceph-mon[111815]: pgmap v246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:42.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:42.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:43.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:43.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:43 smithi187 ceph-mon[111815]: pgmap v247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:43 smithi088 ceph-mon[96111]: pgmap v247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:44.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:44.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:24:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:24:45.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:45.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:45 smithi187 ceph-mon[111815]: pgmap v248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:45 smithi088 ceph-mon[96111]: pgmap v248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:46.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:46.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:47.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:47.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:47 smithi187 ceph-mon[111815]: pgmap v249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:47 smithi088 ceph-mon[96111]: pgmap v249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:48.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:48.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:49.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:49.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:49 smithi187 ceph-mon[111815]: pgmap v250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:49 smithi088 ceph-mon[96111]: pgmap v250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:50.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:50.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:51.526 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:51 smithi088 ceph-mon[96111]: pgmap v251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:51.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:51.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:51 smithi187 ceph-mon[111815]: pgmap v251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:24:52.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:52.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:53.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:53.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:53 smithi187 ceph-mon[111815]: pgmap v252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:53 smithi088 ceph-mon[96111]: pgmap v252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:54.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:54.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:55.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:55.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:55 smithi187 ceph-mon[111815]: pgmap v253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:55 smithi088 ceph-mon[96111]: pgmap v253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:56.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:56.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:57.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:57.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:57 smithi187 ceph-mon[111815]: pgmap v254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:57 smithi088 ceph-mon[96111]: pgmap v254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:24:58.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:58.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:24:59.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:24:59.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:59 smithi187 ceph-mon[111815]: pgmap v255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:24:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:25:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:59 smithi088 ceph-mon[96111]: pgmap v255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:24:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:25:00.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:00.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:01 smithi088 ceph-mon[96111]: pgmap v256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:01.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:01.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:01 smithi187 ceph-mon[111815]: pgmap v256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:02.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:02.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:03.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:03.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:03 smithi187 ceph-mon[111815]: pgmap v257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:03 smithi088 ceph-mon[96111]: pgmap v257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:04.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:04.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:05.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:05.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:05 smithi187 ceph-mon[111815]: pgmap v258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:05 smithi088 ceph-mon[96111]: pgmap v258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:06.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:06.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:07.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:07.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:07 smithi187 ceph-mon[111815]: pgmap v259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:07 smithi088 ceph-mon[96111]: pgmap v259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:08.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:08.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:09.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:09.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:09 smithi187 ceph-mon[111815]: pgmap v260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:09 smithi088 ceph-mon[96111]: pgmap v260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:10.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:10.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:11 smithi088 ceph-mon[96111]: pgmap v261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:11.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:11.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:11 smithi187 ceph-mon[111815]: pgmap v261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:12.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:12.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:13.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:13.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:13 smithi187 ceph-mon[111815]: pgmap v262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:13 smithi088 ceph-mon[96111]: pgmap v262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:14.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:14.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:25:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:25:15.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:15.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:15 smithi187 ceph-mon[111815]: pgmap v263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:15 smithi088 ceph-mon[96111]: pgmap v263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:16.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:16.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:17.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:17.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:17 smithi088 ceph-mon[96111]: pgmap v264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:18.347 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:17 smithi187 ceph-mon[111815]: pgmap v264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:18.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:18.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:19.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:19.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:19 smithi088 ceph-mon[96111]: pgmap v265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:19 smithi187 ceph-mon[111815]: pgmap v265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:20.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:20.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:21 smithi088 ceph-mon[96111]: pgmap v266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:21.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:21.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:21 smithi187 ceph-mon[111815]: pgmap v266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:22.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:22.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:23.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:23.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:23 smithi187 ceph-mon[111815]: pgmap v267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:23 smithi088 ceph-mon[96111]: pgmap v267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:24.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:24.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:25.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:25.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:25 smithi187 ceph-mon[111815]: pgmap v268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:25 smithi088 ceph-mon[96111]: pgmap v268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:26.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:26.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:27.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:27.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:27 smithi187 ceph-mon[111815]: pgmap v269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:27 smithi088 ceph-mon[96111]: pgmap v269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:28.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:28.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:29.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:29.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:29 smithi088 ceph-mon[96111]: pgmap v270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:25:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:25:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:25:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:25:30.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:25:30.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:25:30.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:25:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:29 smithi187 ceph-mon[111815]: pgmap v270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:25:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:25:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:25:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:25:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:25:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:25:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:25:30.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:30.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:31 smithi088 ceph-mon[96111]: pgmap v271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:31.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:31.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:31 smithi187 ceph-mon[111815]: pgmap v271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:32.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:32.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:33.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:33.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:33 smithi187 ceph-mon[111815]: pgmap v272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:33 smithi088 ceph-mon[96111]: pgmap v272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:34.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:34.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:35.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:35.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:35 smithi187 ceph-mon[111815]: pgmap v273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:35 smithi088 ceph-mon[96111]: pgmap v273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:36.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:36.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:37.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:37.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:37 smithi088 ceph-mon[96111]: pgmap v274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:37 smithi187 ceph-mon[111815]: pgmap v274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:38.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:38.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:39.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:39.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:39 smithi088 ceph-mon[96111]: pgmap v275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:39 smithi187 ceph-mon[111815]: pgmap v275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:40.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:40.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:41 smithi088 ceph-mon[96111]: pgmap v276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:41.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:41.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:41 smithi187 ceph-mon[111815]: pgmap v276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:42.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:42.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:43.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:43.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:43 smithi187 ceph-mon[111815]: pgmap v277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:43 smithi088 ceph-mon[96111]: pgmap v277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:44.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:44.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:25:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:25:45.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:45.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:45 smithi088 ceph-mon[96111]: pgmap v278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:45 smithi187 ceph-mon[111815]: pgmap v278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:46.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:46.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:47.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:47.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:47 smithi088 ceph-mon[96111]: pgmap v279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:47 smithi187 ceph-mon[111815]: pgmap v279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:48.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:48.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:49.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:49.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:50.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:49 smithi088 ceph-mon[96111]: pgmap v280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:49 smithi187 ceph-mon[111815]: pgmap v280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:50.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:50.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:51 smithi088 ceph-mon[96111]: pgmap v281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:51.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:51.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:51 smithi187 ceph-mon[111815]: pgmap v281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:25:52.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:52.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:53.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:53.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:53 smithi187 ceph-mon[111815]: pgmap v282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:53 smithi088 ceph-mon[96111]: pgmap v282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:54.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:54.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:55.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:55.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:55 smithi088 ceph-mon[96111]: pgmap v283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:55 smithi187 ceph-mon[111815]: pgmap v283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:56.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:56.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:57.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:57.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:57 smithi088 ceph-mon[96111]: pgmap v284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:57 smithi187 ceph-mon[111815]: pgmap v284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:25:58.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:58.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:25:59.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:25:59.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:59 smithi088 ceph-mon[96111]: pgmap v285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:25:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:26:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:59 smithi187 ceph-mon[111815]: pgmap v285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:25:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:26:00.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:00.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:01 smithi088 ceph-mon[96111]: pgmap v286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:01 smithi187 ceph-mon[111815]: pgmap v286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:01.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:01.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:02.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:02.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:03.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:03.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:03 smithi187 ceph-mon[111815]: pgmap v287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:03 smithi088 ceph-mon[96111]: pgmap v287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:04.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:04.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:05.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:05.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:05 smithi088 ceph-mon[96111]: pgmap v288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:05 smithi187 ceph-mon[111815]: pgmap v288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:06.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:06.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:07.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:07.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:07 smithi088 ceph-mon[96111]: pgmap v289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:07 smithi187 ceph-mon[111815]: pgmap v289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:08.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:08.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:09.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:09.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:09 smithi088 ceph-mon[96111]: pgmap v290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:09 smithi187 ceph-mon[111815]: pgmap v290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:10.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:10.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:11 smithi088 ceph-mon[96111]: pgmap v291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:11 smithi187 ceph-mon[111815]: pgmap v291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:11.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:11.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:12.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:12.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:13.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:13.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:13 smithi187 ceph-mon[111815]: pgmap v292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:13 smithi088 ceph-mon[96111]: pgmap v292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:14.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:14.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:26:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:26:15.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:15.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:15 smithi088 ceph-mon[96111]: pgmap v293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:15 smithi187 ceph-mon[111815]: pgmap v293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:16.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:16.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:17.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:17.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:17 smithi088 ceph-mon[96111]: pgmap v294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:17 smithi187 ceph-mon[111815]: pgmap v294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:18.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:18.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:19.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:19.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:19 smithi088 ceph-mon[96111]: pgmap v295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:19 smithi187 ceph-mon[111815]: pgmap v295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:20.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:20.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:21 smithi088 ceph-mon[96111]: pgmap v296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:21 smithi187 ceph-mon[111815]: pgmap v296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:21.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:21.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:22.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:22.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:23.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:23.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:23 smithi088 ceph-mon[96111]: pgmap v297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:23 smithi187 ceph-mon[111815]: pgmap v297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:24.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:24.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:25.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:25.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:25 smithi088 ceph-mon[96111]: pgmap v298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:25 smithi187 ceph-mon[111815]: pgmap v298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:26.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:26.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:27.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:27.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:27 smithi088 ceph-mon[96111]: pgmap v299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:27 smithi187 ceph-mon[111815]: pgmap v299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:28.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:28.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:29.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:29.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:29 smithi088 ceph-mon[96111]: pgmap v300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:26:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:26:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:29 smithi187 ceph-mon[111815]: pgmap v300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:26:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:26:30.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:30.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:31.530 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:26:31.530 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:26:31.530 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:26:31.531 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:26:31.531 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:26:31.531 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:26:31.531 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:26:31.532 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:31 smithi088 ceph-mon[96111]: pgmap v301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:26:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:26:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:26:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:26:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:26:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:26:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:26:31.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:31 smithi187 ceph-mon[111815]: pgmap v301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:31.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:31.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:32.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:32.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:33.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:33.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:33 smithi088 ceph-mon[96111]: pgmap v302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:33 smithi187 ceph-mon[111815]: pgmap v302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:34.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:34.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:35.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:35.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:35 smithi088 ceph-mon[96111]: pgmap v303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:35 smithi187 ceph-mon[111815]: pgmap v303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:36.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:36.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:37.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:37.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:37 smithi088 ceph-mon[96111]: pgmap v304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:37 smithi187 ceph-mon[111815]: pgmap v304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:38.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:38.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:39.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:39.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:39 smithi088 ceph-mon[96111]: pgmap v305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:39 smithi187 ceph-mon[111815]: pgmap v305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:40.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:40.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:41 smithi088 ceph-mon[96111]: pgmap v306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:41 smithi187 ceph-mon[111815]: pgmap v306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:41.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:41.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:42.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:42.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:43.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:43.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:44.244 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:43 smithi187 ceph-mon[111815]: pgmap v307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:43 smithi088 ceph-mon[96111]: pgmap v307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:44.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:44.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:26:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:26:45.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:45.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:45 smithi088 ceph-mon[96111]: pgmap v308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:45 smithi187 ceph-mon[111815]: pgmap v308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:46.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:46.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:47.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:47.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:47 smithi088 ceph-mon[96111]: pgmap v309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:47 smithi187 ceph-mon[111815]: pgmap v309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:48.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:48.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:49.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:49.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:49 smithi088 ceph-mon[96111]: pgmap v310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:49 smithi187 ceph-mon[111815]: pgmap v310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:50.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:50.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:51 smithi088 ceph-mon[96111]: pgmap v311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:51 smithi187 ceph-mon[111815]: pgmap v311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:26:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:52.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:52.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:53.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:53.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:53 smithi088 ceph-mon[96111]: pgmap v312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:54.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:53 smithi187 ceph-mon[111815]: pgmap v312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:54.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:54.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:55.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:55.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:55 smithi088 ceph-mon[96111]: pgmap v313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:55 smithi187 ceph-mon[111815]: pgmap v313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:56.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:56.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:57.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:57.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:57 smithi088 ceph-mon[96111]: pgmap v314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:57 smithi187 ceph-mon[111815]: pgmap v314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:26:58.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:58.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:26:59.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:26:59.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:59 smithi088 ceph-mon[96111]: pgmap v315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:26:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:27:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:59 smithi187 ceph-mon[111815]: pgmap v315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:26:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:27:00.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:00.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:01 smithi088 ceph-mon[96111]: pgmap v316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:01 smithi187 ceph-mon[111815]: pgmap v316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:01.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:01.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:02.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:02.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:03.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:03.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:03 smithi088 ceph-mon[96111]: pgmap v317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:04.455 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:03 smithi187 ceph-mon[111815]: pgmap v317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:04.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:04.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:05.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:05.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:05 smithi088 ceph-mon[96111]: pgmap v318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:05 smithi187 ceph-mon[111815]: pgmap v318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:06.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:06.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:07.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:07.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:07 smithi088 ceph-mon[96111]: pgmap v319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:07 smithi187 ceph-mon[111815]: pgmap v319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:08.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:08.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:09.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:09.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:09 smithi088 ceph-mon[96111]: pgmap v320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:09 smithi187 ceph-mon[111815]: pgmap v320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:10.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:10.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:11 smithi088 ceph-mon[96111]: pgmap v321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:11 smithi187 ceph-mon[111815]: pgmap v321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:11.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:11.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:12.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:12.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:13.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:13.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:13 smithi088 ceph-mon[96111]: pgmap v322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:13 smithi187 ceph-mon[111815]: pgmap v322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:14.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:14.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:27:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:27:15.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:15.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:15 smithi088 ceph-mon[96111]: pgmap v323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:15 smithi187 ceph-mon[111815]: pgmap v323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:16.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:16.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:17.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:17.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:17 smithi088 ceph-mon[96111]: pgmap v324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:17 smithi187 ceph-mon[111815]: pgmap v324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:18.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:18.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:19.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:19.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:19 smithi088 ceph-mon[96111]: pgmap v325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:19 smithi187 ceph-mon[111815]: pgmap v325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:20.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:20.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:21 smithi088 ceph-mon[96111]: pgmap v326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:21 smithi187 ceph-mon[111815]: pgmap v326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:21.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:21.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:22.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:22.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:23.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:23.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:23 smithi088 ceph-mon[96111]: pgmap v327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:23 smithi187 ceph-mon[111815]: pgmap v327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:24.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:24.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:25.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:25.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:25 smithi088 ceph-mon[96111]: pgmap v328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:25 smithi187 ceph-mon[111815]: pgmap v328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:26.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:26.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:27.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:27.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:27 smithi088 ceph-mon[96111]: pgmap v329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:27 smithi187 ceph-mon[111815]: pgmap v329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:28.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:28.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:29.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:29.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:29 smithi088 ceph-mon[96111]: pgmap v330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:27:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:29 smithi187 ceph-mon[111815]: pgmap v330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:27:30.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:30.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:27:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:31 smithi088 ceph-mon[96111]: pgmap v331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:27:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:27:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:27:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:27:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:27:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:27:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:31 smithi187 ceph-mon[111815]: pgmap v331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:27:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:27:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:27:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:27:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:27:31.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:31.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:32.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:32.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:33.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:33.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:33 smithi088 ceph-mon[96111]: pgmap v332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:33 smithi187 ceph-mon[111815]: pgmap v332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:34.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:34.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:35.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:35.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:35 smithi088 ceph-mon[96111]: pgmap v333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:35 smithi187 ceph-mon[111815]: pgmap v333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:36.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:36.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:37.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:37.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:37 smithi088 ceph-mon[96111]: pgmap v334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:37 smithi187 ceph-mon[111815]: pgmap v334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:38.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:38.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:39.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:39.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:40 smithi187 ceph-mon[111815]: pgmap v335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:39 smithi088 ceph-mon[96111]: pgmap v335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:40.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:40.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:41 smithi088 ceph-mon[96111]: pgmap v336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:41 smithi187 ceph-mon[111815]: pgmap v336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:41.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:41.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:42.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:42.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:43.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:43.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:43 smithi088 ceph-mon[96111]: pgmap v337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:43 smithi187 ceph-mon[111815]: pgmap v337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:44.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:44.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:27:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:27:45.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:45.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:45 smithi088 ceph-mon[96111]: pgmap v338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:46 smithi187 ceph-mon[111815]: pgmap v338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:46.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:46.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:47.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:47.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:48.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:48 smithi088 ceph-mon[96111]: pgmap v339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:48 smithi187 ceph-mon[111815]: pgmap v339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:48.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:48.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:49.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:49.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:50 smithi187 ceph-mon[111815]: pgmap v340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:50 smithi088 ceph-mon[96111]: pgmap v340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:50.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:50.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:51 smithi088 ceph-mon[96111]: pgmap v341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:51 smithi187 ceph-mon[111815]: pgmap v341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:27:51.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:51.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:52.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:52.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:53.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:53.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:53 smithi088 ceph-mon[96111]: pgmap v342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:53 smithi187 ceph-mon[111815]: pgmap v342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:54.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:54.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:55.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:55.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:55 smithi088 ceph-mon[96111]: pgmap v343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:56 smithi187 ceph-mon[111815]: pgmap v343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:56.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:56.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:57.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:57.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:27:58 smithi088 ceph-mon[96111]: pgmap v344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:27:58 smithi187 ceph-mon[111815]: pgmap v344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:27:58.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:58.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:27:59.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:27:59.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:00 smithi088 ceph-mon[96111]: pgmap v345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:28:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:00 smithi187 ceph-mon[111815]: pgmap v345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:28:00.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:00.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:01 smithi088 ceph-mon[96111]: pgmap v346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:28:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:01 smithi187 ceph-mon[111815]: pgmap v346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:28:01.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:01.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:02.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:02.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:03.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:03.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:04 smithi088 ceph-mon[96111]: pgmap v347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:04 smithi187 ceph-mon[111815]: pgmap v347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:04.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:04.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:05.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:05.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:06 smithi088 ceph-mon[96111]: pgmap v348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:06 smithi187 ceph-mon[111815]: pgmap v348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:06.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:06.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:07.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:07.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:08 smithi088 ceph-mon[96111]: pgmap v349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:08 smithi187 ceph-mon[111815]: pgmap v349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:08.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:08.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:09.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:09.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:10 smithi088 ceph-mon[96111]: pgmap v350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:10 smithi187 ceph-mon[111815]: pgmap v350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:10.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:10.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:11 smithi088 ceph-mon[96111]: pgmap v351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:28:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:11 smithi187 ceph-mon[111815]: pgmap v351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:28:11.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:11.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:12.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:12.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:13.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:13.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:14 smithi088 ceph-mon[96111]: pgmap v352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:14 smithi187 ceph-mon[111815]: pgmap v352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:14.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:14.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:28:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:28:15.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:15.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:16 smithi088 ceph-mon[96111]: pgmap v353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:16 smithi187 ceph-mon[111815]: pgmap v353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:16.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:16.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:17.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:17.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:18 smithi088 ceph-mon[96111]: pgmap v354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:18 smithi187 ceph-mon[111815]: pgmap v354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:18.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:18.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:19.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:19.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:20 smithi088 ceph-mon[96111]: 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-10-12T23:28:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:20 smithi187 ceph-mon[111815]: 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-10-12T23:28:20.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:20.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:21 smithi088 ceph-mon[96111]: 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-10-12T23:28:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:21 smithi187 ceph-mon[111815]: 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-10-12T23:28:21.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:21.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:22.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:22.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:22 smithi187 ceph-mon[111815]: from='mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032]' entity='mds.foofs.smithi187.rlekka' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/853966303"}]: dispatch 2023-10-12T23:28:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:22 smithi187 ceph-mon[111815]: from='mds.? ' entity='mds.foofs.smithi187.rlekka' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/853966303"}]: dispatch 2023-10-12T23:28:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:22 smithi088 ceph-mon[96111]: from='mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032]' entity='mds.foofs.smithi187.rlekka' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/853966303"}]: dispatch 2023-10-12T23:28:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:22 smithi088 ceph-mon[96111]: from='mds.? ' entity='mds.foofs.smithi187.rlekka' cmd=[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/853966303"}]: dispatch 2023-10-12T23:28:23.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:23.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:23 smithi187 ceph-mon[111815]: evicting unresponsive client smithi088:nfs.foo.1 (14840), after 313.704 seconds 2023-10-12T23:28:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:23 smithi187 ceph-mon[111815]: Evicting (and blocklisting) client session 14840 (172.21.15.88:0/853966303) 2023-10-12T23:28:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:23 smithi187 ceph-mon[111815]: from='mds.? ' entity='mds.foofs.smithi187.rlekka' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/853966303"}]': finished 2023-10-12T23:28:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:23 smithi187 ceph-mon[111815]: osdmap e51: 8 total, 8 up, 8 in 2023-10-12T23:28:23.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:23 smithi187 ceph-mon[111815]: pgmap v358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-12T23:28:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:23 smithi088 ceph-mon[96111]: evicting unresponsive client smithi088:nfs.foo.1 (14840), after 313.704 seconds 2023-10-12T23:28:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:23 smithi088 ceph-mon[96111]: Evicting (and blocklisting) client session 14840 (172.21.15.88:0/853966303) 2023-10-12T23:28:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:23 smithi088 ceph-mon[96111]: from='mds.? ' entity='mds.foofs.smithi187.rlekka' cmd='[{"prefix":"osd blocklist", "blocklistop":"add","addr":"172.21.15.88:0/853966303"}]': finished 2023-10-12T23:28:24.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:23 smithi088 ceph-mon[96111]: osdmap e51: 8 total, 8 up, 8 in 2023-10-12T23:28:24.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:23 smithi088 ceph-mon[96111]: pgmap v358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-12T23:28:24.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:24.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:24 smithi088 ceph-mon[96111]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-10-12T23:28:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:24 smithi088 ceph-mon[96111]: mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032] up:active 2023-10-12T23:28:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:24 smithi088 ceph-mon[96111]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:28:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:24 smithi187 ceph-mon[111815]: Health check failed: 1 client(s) laggy due to laggy OSDs (MDS_CLIENTS_LAGGY) 2023-10-12T23:28:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:24 smithi187 ceph-mon[111815]: mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032] up:active 2023-10-12T23:28:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:24 smithi187 ceph-mon[111815]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:28:25.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:25.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:25 smithi088 ceph-mon[96111]: pgmap v359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-12T23:28:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:25 smithi187 ceph-mon[111815]: pgmap v359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-12T23:28:26.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:26.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:27.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:27.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:28 smithi088 ceph-mon[96111]: pgmap v360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-12T23:28:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:28 smithi187 ceph-mon[111815]: pgmap v360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-12T23:28:28.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:28.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:29 smithi088 ceph-mon[96111]: MDS health message cleared (mds.?): Client 14840 is laggy; not evicted because some OSD(s) is/are laggy 2023-10-12T23:28:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:29 smithi187 ceph-mon[111815]: MDS health message cleared (mds.?): Client 14840 is laggy; not evicted because some OSD(s) is/are laggy 2023-10-12T23:28:29.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:29.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:30 smithi088 ceph-mon[96111]: pgmap v361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-12T23:28:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:30 smithi088 ceph-mon[96111]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-10-12T23:28:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:30 smithi088 ceph-mon[96111]: Cluster is now healthy 2023-10-12T23:28:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:30 smithi088 ceph-mon[96111]: mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032] up:active 2023-10-12T23:28:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:30 smithi088 ceph-mon[96111]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:28:30.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:28:30.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:30 smithi187 ceph-mon[111815]: pgmap v361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-12T23:28:30.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:30 smithi187 ceph-mon[111815]: Health check cleared: MDS_CLIENTS_LAGGY (was: 1 client(s) laggy due to laggy OSDs) 2023-10-12T23:28:30.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:30 smithi187 ceph-mon[111815]: Cluster is now healthy 2023-10-12T23:28:30.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:30 smithi187 ceph-mon[111815]: mds.? [v2:172.21.15.187:6832/2692495032,v1:172.21.15.187:6833/2692495032] up:active 2023-10-12T23:28:30.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:30 smithi187 ceph-mon[111815]: fsmap foofs:1 {0=foofs.smithi187.rlekka=up:active} 1 up:standby 2023-10-12T23:28:30.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:28:30.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:30.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:31 smithi088 ceph-mon[96111]: pgmap v362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-12T23:28:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:31 smithi187 ceph-mon[111815]: pgmap v362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 204 B/s wr, 0 op/s 2023-10-12T23:28:31.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:31.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:28:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:28:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:28:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:28:32.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:28:32.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:28:32.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:28:32.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:28:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:28:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:28:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:28:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:28:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:28:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:28:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:28:32.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:28:32.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:32.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:33 smithi088 ceph-mon[96111]: pgmap v363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 99 B/s rd, 199 B/s wr, 0 op/s 2023-10-12T23:28:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:33 smithi187 ceph-mon[111815]: pgmap v363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 99 B/s rd, 199 B/s wr, 0 op/s 2023-10-12T23:28:33.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:33.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:34.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:34.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:35.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:35.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:36 smithi088 ceph-mon[96111]: pgmap v364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-12T23:28:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:36 smithi187 ceph-mon[111815]: pgmap v364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-12T23:28:36.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:36.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:37.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:37.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:38 smithi088 ceph-mon[96111]: pgmap v365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-12T23:28:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:38 smithi187 ceph-mon[111815]: pgmap v365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 170 B/s wr, 0 op/s 2023-10-12T23:28:38.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:38.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:39.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:39.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:40 smithi088 ceph-mon[96111]: pgmap v366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-10-12T23:28:40.456 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:40 smithi187 ceph-mon[111815]: pgmap v366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 B/s wr, 0 op/s 2023-10-12T23:28:40.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:40.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:41 smithi088 ceph-mon[96111]: pgmap v367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-10-12T23:28:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:41 smithi187 ceph-mon[111815]: pgmap v367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 B/s wr, 0 op/s 2023-10-12T23:28:41.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:41.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:42.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:42.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:43.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:43.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:44 smithi088 ceph-mon[96111]: 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-10-12T23:28:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:44 smithi187 ceph-mon[111815]: 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-10-12T23:28:44.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:44.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:28:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:28:45.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:45.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:46 smithi088 ceph-mon[96111]: pgmap v369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:46 smithi187 ceph-mon[111815]: pgmap v369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:46.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:46.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:47.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:47.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:48 smithi088 ceph-mon[96111]: pgmap v370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:48 smithi187 ceph-mon[111815]: pgmap v370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:48.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:48.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:49.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:49.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:50 smithi088 ceph-mon[96111]: pgmap v371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:50 smithi187 ceph-mon[111815]: pgmap v371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:50.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:50.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:51 smithi088 ceph-mon[96111]: pgmap v372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:28:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:51 smithi187 ceph-mon[111815]: pgmap v372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:28:51.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:51.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:52.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:52.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:53.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:53.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:54 smithi088 ceph-mon[96111]: pgmap v373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:54 smithi187 ceph-mon[111815]: pgmap v373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:54.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:54.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:55.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:55.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:56 smithi088 ceph-mon[96111]: pgmap v374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:56 smithi187 ceph-mon[111815]: pgmap v374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:56.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:56.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:57.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:57.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:28:58 smithi088 ceph-mon[96111]: pgmap v375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:28:58 smithi187 ceph-mon[111815]: pgmap v375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:28:58.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:58.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:28:59.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:28:59.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:00 smithi088 ceph-mon[96111]: pgmap v376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:29:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:00 smithi187 ceph-mon[111815]: pgmap v376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:29:01.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:01.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:01 smithi088 ceph-mon[96111]: pgmap v377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:01 smithi187 ceph-mon[111815]: pgmap v377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:02.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:02.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:03.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:03.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:04.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:04.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:04 smithi088 ceph-mon[96111]: pgmap v378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:04 smithi187 ceph-mon[111815]: pgmap v378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:05.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:05.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:06.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:06.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:06 smithi088 ceph-mon[96111]: pgmap v379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:06 smithi187 ceph-mon[111815]: pgmap v379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:07.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:07.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:08.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:08.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:08 smithi088 ceph-mon[96111]: pgmap v380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:08 smithi187 ceph-mon[111815]: pgmap v380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:09.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:09.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:10.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:10.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:10 smithi088 ceph-mon[96111]: pgmap v381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:10 smithi187 ceph-mon[111815]: pgmap v381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:11.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:11.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:11 smithi088 ceph-mon[96111]: pgmap v382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:11 smithi187 ceph-mon[111815]: pgmap v382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:12.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:12.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:13.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:13.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:14.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:14.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:14 smithi088 ceph-mon[96111]: pgmap v383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:14 smithi187 ceph-mon[111815]: pgmap v383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:15.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:15.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:29:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:29:16.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:16.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:16 smithi187 ceph-mon[111815]: pgmap v384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:16 smithi088 ceph-mon[96111]: pgmap v384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:17.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:17.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:18.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:18.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:18 smithi088 ceph-mon[96111]: pgmap v385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:18 smithi187 ceph-mon[111815]: pgmap v385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:19.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:19.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:20.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:20.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:20 smithi088 ceph-mon[96111]: pgmap v386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:20 smithi187 ceph-mon[111815]: pgmap v386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:21.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:21.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:21 smithi088 ceph-mon[96111]: pgmap v387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:21 smithi187 ceph-mon[111815]: pgmap v387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:22.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:22.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:23.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:23.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:24.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:24.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:24 smithi088 ceph-mon[96111]: pgmap v388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:24 smithi187 ceph-mon[111815]: pgmap v388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:25.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:25.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:26.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:26.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:26 smithi187 ceph-mon[111815]: pgmap v389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:26 smithi088 ceph-mon[96111]: pgmap v389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:27.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:27.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:28.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:28.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:28 smithi088 ceph-mon[96111]: pgmap v390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:28 smithi187 ceph-mon[111815]: pgmap v390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:29.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:29.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:30.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:30.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:30 smithi088 ceph-mon[96111]: pgmap v391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:29:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:30 smithi187 ceph-mon[111815]: pgmap v391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:29:31.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:31.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:31 smithi088 ceph-mon[96111]: pgmap v392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:31 smithi187 ceph-mon[111815]: pgmap v392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:32.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:32.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:29:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:29:33.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:33.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:29:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:29:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:29:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:29:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:29:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:33 smithi088 ceph-mon[96111]: pgmap v393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:29:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:29:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:29:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:29:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:29:33.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:33 smithi187 ceph-mon[111815]: pgmap v393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:34.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:34.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:35.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:35.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:36.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:36.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:36 smithi088 ceph-mon[96111]: pgmap v394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:36 smithi187 ceph-mon[111815]: pgmap v394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:37.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:37.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:38.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:38.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:38 smithi088 ceph-mon[96111]: pgmap v395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:38 smithi187 ceph-mon[111815]: pgmap v395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:39.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:39.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:40.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:40.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:40 smithi088 ceph-mon[96111]: pgmap v396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:40 smithi187 ceph-mon[111815]: pgmap v396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:41.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:41.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:41 smithi187 ceph-mon[111815]: pgmap v397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:41 smithi088 ceph-mon[96111]: pgmap v397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:42.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:42.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:43.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:43.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:44.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:44.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:44 smithi088 ceph-mon[96111]: pgmap v398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:44 smithi187 ceph-mon[111815]: pgmap v398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:45.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:45.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:29:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:29:46.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:46.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:46 smithi088 ceph-mon[96111]: pgmap v399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:46 smithi187 ceph-mon[111815]: pgmap v399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:47.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:47.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:48.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:48.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:48 smithi088 ceph-mon[96111]: pgmap v400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:48 smithi187 ceph-mon[111815]: pgmap v400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:49.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:49.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:50.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:50.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:50 smithi088 ceph-mon[96111]: pgmap v401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:50 smithi187 ceph-mon[111815]: pgmap v401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:51.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:51.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:51.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:51 smithi187 ceph-mon[111815]: pgmap v402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:51 smithi088 ceph-mon[96111]: pgmap v402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:29:52.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:52.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:53.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:53.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:54.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:54.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:54 smithi088 ceph-mon[96111]: pgmap v403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:54 smithi187 ceph-mon[111815]: pgmap v403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:55.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:55.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:56.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:56.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:56 smithi088 ceph-mon[96111]: pgmap v404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:56 smithi187 ceph-mon[111815]: pgmap v404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:57.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:57.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:58.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:58.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:29:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:29:58 smithi088 ceph-mon[96111]: pgmap v405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:29:58 smithi187 ceph-mon[111815]: pgmap v405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:29:59.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:29:59.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:00.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:00.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:00 smithi088 ceph-mon[96111]: pgmap v406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:30:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-12T23:30:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:00 smithi187 ceph-mon[111815]: pgmap v406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:30:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-12T23:30:01.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:01.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:01 smithi088 ceph-mon[96111]: pgmap v407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:01 smithi187 ceph-mon[111815]: pgmap v407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:02.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:02.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:03.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:03.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:04.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:04.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:04 smithi088 ceph-mon[96111]: pgmap v408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:04 smithi187 ceph-mon[111815]: pgmap v408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:05.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:05.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:06.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:06.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:06 smithi088 ceph-mon[96111]: pgmap v409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:06.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:06 smithi187 ceph-mon[111815]: pgmap v409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:07.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:07.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:08.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:08.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:08 smithi088 ceph-mon[96111]: pgmap v410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:08 smithi187 ceph-mon[111815]: pgmap v410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:09.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:09.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:10.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:10.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:10 smithi088 ceph-mon[96111]: pgmap v411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:10 smithi187 ceph-mon[111815]: pgmap v411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:11.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:11.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:11 smithi088 ceph-mon[96111]: pgmap v412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:11 smithi187 ceph-mon[111815]: pgmap v412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:12.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:12.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:13.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:13.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:14.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:14.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:14 smithi088 ceph-mon[96111]: pgmap v413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:14 smithi187 ceph-mon[111815]: pgmap v413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:15.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:15.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:30:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:30:16.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:16.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:16 smithi088 ceph-mon[96111]: pgmap v414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:16.453 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:16 smithi187 ceph-mon[111815]: pgmap v414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:17.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:17.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:18.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:18.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:18 smithi088 ceph-mon[96111]: pgmap v415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:18 smithi187 ceph-mon[111815]: pgmap v415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:19.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:19.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:20.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:20.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:20 smithi088 ceph-mon[96111]: pgmap v416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:20 smithi187 ceph-mon[111815]: pgmap v416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:21.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:21.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:21 smithi088 ceph-mon[96111]: pgmap v417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:21 smithi187 ceph-mon[111815]: pgmap v417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:22.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:22.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:23.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:23.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:24.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:24.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:24 smithi088 ceph-mon[96111]: pgmap v418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:24 smithi187 ceph-mon[111815]: pgmap v418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:25.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:25.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:26.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:26.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:26 smithi088 ceph-mon[96111]: pgmap v419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:26 smithi187 ceph-mon[111815]: pgmap v419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:27.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:27.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:28.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:28.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:28 smithi088 ceph-mon[96111]: pgmap v420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:28 smithi187 ceph-mon[111815]: pgmap v420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:29.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:29.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:30.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:30.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:30 smithi088 ceph-mon[96111]: pgmap v421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:30:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:30 smithi187 ceph-mon[111815]: pgmap v421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:30:31.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:31.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:31 smithi088 ceph-mon[96111]: pgmap v422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:31.609 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:31 smithi187 ceph-mon[111815]: pgmap v422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:32.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:32.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:30:33.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:33.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:30:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: pgmap v423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi187 to 2660M 2023-10-12T23:30:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1636M 2023-10-12T23:30:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:30:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:30:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:30:34.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:30:34.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:30:34.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:30:34.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:30:34.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:34.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: pgmap v423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-12T23:30:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi187 to 2660M 2023-10-12T23:30:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1636M 2023-10-12T23:30:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:30:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:30:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:30:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:30:34.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:30:34.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:30:34.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:30:35.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:35.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:36.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:36.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:36 smithi088 ceph-mon[96111]: pgmap v424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:36 smithi187 ceph-mon[111815]: pgmap v424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:37.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:37.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:38.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:38.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:38 smithi088 ceph-mon[96111]: pgmap v425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:38 smithi187 ceph-mon[111815]: pgmap v425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:39.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:39.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:40.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:40.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:40 smithi088 ceph-mon[96111]: pgmap v426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:40 smithi187 ceph-mon[111815]: pgmap v426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:41.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:41.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:41 smithi088 ceph-mon[96111]: pgmap v427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:41 smithi187 ceph-mon[111815]: pgmap v427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:42.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:42.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:43.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:43.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:44.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:44 smithi088 ceph-mon[96111]: pgmap v428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:44 smithi187 ceph-mon[111815]: pgmap v428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:45.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:45.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:30:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:30:46.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:46.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:46 smithi088 ceph-mon[96111]: pgmap v429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:46 smithi187 ceph-mon[111815]: pgmap v429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:47.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:47.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:48.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:48.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:48 smithi088 ceph-mon[96111]: pgmap v430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:48 smithi187 ceph-mon[111815]: pgmap v430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:49.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:49.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:50.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:50.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:50 smithi088 ceph-mon[96111]: pgmap v431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:50 smithi187 ceph-mon[111815]: pgmap v431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:51.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:51.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:51 smithi088 ceph-mon[96111]: pgmap v432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:51 smithi187 ceph-mon[111815]: pgmap v432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:30:52.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:52.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:53.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:53.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:54.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:54.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:54 smithi088 ceph-mon[96111]: pgmap v433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:54 smithi187 ceph-mon[111815]: pgmap v433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:55.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:55.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:56.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:56.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:56 smithi088 ceph-mon[96111]: pgmap v434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:56 smithi187 ceph-mon[111815]: pgmap v434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:57.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:57.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:58.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:58.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:30:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:30:58 smithi088 ceph-mon[96111]: pgmap v435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:30:58 smithi187 ceph-mon[111815]: pgmap v435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:30:59.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:30:59.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:00.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:00.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:00 smithi088 ceph-mon[96111]: pgmap v436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:31:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:00 smithi187 ceph-mon[111815]: pgmap v436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:31:01.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:01.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:01 smithi088 ceph-mon[96111]: pgmap v437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:01 smithi187 ceph-mon[111815]: pgmap v437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:02.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:02.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:03.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:03.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:04.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:04.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:04 smithi088 ceph-mon[96111]: pgmap v438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:04 smithi187 ceph-mon[111815]: pgmap v438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:05.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:05.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:06.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:06.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:06 smithi088 ceph-mon[96111]: pgmap v439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:06 smithi187 ceph-mon[111815]: pgmap v439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:07.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:07.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:08.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:08.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:08 smithi088 ceph-mon[96111]: pgmap v440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:08 smithi187 ceph-mon[111815]: pgmap v440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:09.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:09.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:10.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:10.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:10 smithi088 ceph-mon[96111]: pgmap v441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:10 smithi187 ceph-mon[111815]: pgmap v441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:11.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:11.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:11 smithi088 ceph-mon[96111]: pgmap v442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:11 smithi187 ceph-mon[111815]: pgmap v442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:12.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:12.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:13.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:13.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:14.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:14.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:14 smithi088 ceph-mon[96111]: pgmap v443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:14 smithi187 ceph-mon[111815]: pgmap v443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:15.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:15.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:31:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:31:16.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:16.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:16 smithi088 ceph-mon[96111]: pgmap v444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:16 smithi187 ceph-mon[111815]: pgmap v444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:17.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:17.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:18.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:18.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:18 smithi088 ceph-mon[96111]: pgmap v445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:18 smithi187 ceph-mon[111815]: pgmap v445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:19.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:19.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:20.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:20.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:20.318 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:20 smithi088 ceph-mon[96111]: pgmap v446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:20 smithi187 ceph-mon[111815]: pgmap v446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:21.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:21.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:21 smithi088 ceph-mon[96111]: pgmap v447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:21 smithi187 ceph-mon[111815]: pgmap v447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:22.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:22.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:23.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:23.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:24.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:24.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:24 smithi088 ceph-mon[96111]: pgmap v448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:24 smithi187 ceph-mon[111815]: pgmap v448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:25.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:25.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:26.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:26.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:26 smithi088 ceph-mon[96111]: pgmap v449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:26 smithi187 ceph-mon[111815]: pgmap v449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:27.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:27.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:28.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:28.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:28 smithi088 ceph-mon[96111]: pgmap v450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:28 smithi187 ceph-mon[111815]: pgmap v450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:29.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:29.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:30.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:30.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:30 smithi088 ceph-mon[96111]: pgmap v451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:31:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:30 smithi187 ceph-mon[111815]: pgmap v451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:31:31.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:31.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:31 smithi088 ceph-mon[96111]: pgmap v452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:31 smithi187 ceph-mon[111815]: pgmap v452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:32.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:32.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:33.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:33.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:34.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:34.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:34 smithi088 ceph-mon[96111]: pgmap v453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:31:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:31:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:31:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:31:34.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:31:34.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:31:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:34 smithi187 ceph-mon[111815]: pgmap v453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:31:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:31:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:31:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:31:34.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:31:34.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:31:35.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:35.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:36.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:36.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:36 smithi088 ceph-mon[96111]: pgmap v454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:36 smithi187 ceph-mon[111815]: pgmap v454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:37.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:37.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:38.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:38.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:38 smithi088 ceph-mon[96111]: pgmap v455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:38 smithi187 ceph-mon[111815]: pgmap v455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:39.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:39.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:40.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:40.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:40 smithi088 ceph-mon[96111]: pgmap v456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:40 smithi187 ceph-mon[111815]: pgmap v456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:41.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:41.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:41 smithi088 ceph-mon[96111]: pgmap v457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:41 smithi187 ceph-mon[111815]: pgmap v457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:42.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:42.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:43.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:43.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:44.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:44.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:44 smithi088 ceph-mon[96111]: pgmap v458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:44 smithi187 ceph-mon[111815]: pgmap v458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:45.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:45.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:31:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:31:46.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:46.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:46 smithi088 ceph-mon[96111]: pgmap v459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:46 smithi187 ceph-mon[111815]: pgmap v459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:47.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:47.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:48.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:48.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:48 smithi187 ceph-mon[111815]: pgmap v460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:48 smithi088 ceph-mon[96111]: pgmap v460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:49.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:49.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:50.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:50.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:50 smithi187 ceph-mon[111815]: pgmap v461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:50 smithi088 ceph-mon[96111]: pgmap v461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:51.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:51.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:51 smithi088 ceph-mon[96111]: pgmap v462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:51 smithi187 ceph-mon[111815]: pgmap v462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:31:52.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:52.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:53.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:53.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:54.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:54.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:54 smithi088 ceph-mon[96111]: pgmap v463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:54 smithi187 ceph-mon[111815]: pgmap v463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:55.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:55.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:56.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:56.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:56 smithi088 ceph-mon[96111]: pgmap v464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:56 smithi187 ceph-mon[111815]: pgmap v464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:57.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:57.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:58.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:58.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:31:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:31:58 smithi187 ceph-mon[111815]: pgmap v465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:31:58 smithi088 ceph-mon[96111]: pgmap v465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:31:59.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:31:59.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:00.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:00.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:00 smithi187 ceph-mon[111815]: pgmap v466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:32:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:00 smithi088 ceph-mon[96111]: pgmap v466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:32:01.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:01.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:01 smithi088 ceph-mon[96111]: pgmap v467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:01 smithi187 ceph-mon[111815]: pgmap v467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:02.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:02.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:03.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:03.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:04.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:04.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:04 smithi088 ceph-mon[96111]: pgmap v468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:04 smithi187 ceph-mon[111815]: pgmap v468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:05.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:05.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:06.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:06.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:06 smithi088 ceph-mon[96111]: pgmap v469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:06 smithi187 ceph-mon[111815]: pgmap v469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:07.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:07.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:08.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:08.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:08 smithi187 ceph-mon[111815]: pgmap v470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:08 smithi088 ceph-mon[96111]: pgmap v470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:09.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:09.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:10.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:10.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:10 smithi187 ceph-mon[111815]: pgmap v471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:10 smithi088 ceph-mon[96111]: pgmap v471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:11.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:11.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:11 smithi187 ceph-mon[111815]: pgmap v472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:11 smithi088 ceph-mon[96111]: pgmap v472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:12.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:12.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:13.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:13.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:14.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:14.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:14 smithi088 ceph-mon[96111]: pgmap v473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:14 smithi187 ceph-mon[111815]: pgmap v473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:15.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:15.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:32:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:32:16.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:16.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:16 smithi088 ceph-mon[96111]: pgmap v474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:16 smithi187 ceph-mon[111815]: pgmap v474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:17.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:17.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:18.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:18.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:18 smithi187 ceph-mon[111815]: pgmap v475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:18 smithi088 ceph-mon[96111]: pgmap v475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:19.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:19.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:20.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:20.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:20 smithi187 ceph-mon[111815]: pgmap v476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:20 smithi088 ceph-mon[96111]: pgmap v476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:21.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:21.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:21 smithi187 ceph-mon[111815]: pgmap v477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:21 smithi088 ceph-mon[96111]: pgmap v477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:22.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:22.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:23.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:23.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:24.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:24.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:24 smithi187 ceph-mon[111815]: pgmap v478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:24 smithi088 ceph-mon[96111]: pgmap v478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:25.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:25.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:26 smithi088 ceph-mon[96111]: pgmap v479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:26.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:26.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:26 smithi187 ceph-mon[111815]: pgmap v479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:27.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:27.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:28.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:28.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:28 smithi187 ceph-mon[111815]: pgmap v480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:28 smithi088 ceph-mon[96111]: pgmap v480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:29.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:29.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:30.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:30.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:30 smithi187 ceph-mon[111815]: pgmap v481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:32:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:30 smithi088 ceph-mon[96111]: pgmap v481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:32:31.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:31.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:31 smithi187 ceph-mon[111815]: pgmap v482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:31 smithi088 ceph-mon[96111]: pgmap v482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:32.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:32.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:33.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:33.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:34.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:34.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:34 smithi187 ceph-mon[111815]: pgmap v483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:32:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:34 smithi088 ceph-mon[96111]: pgmap v483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:32:35.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:35.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:32:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:32:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:32:35.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:32:35.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:32:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:32:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:32:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:32:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:32:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:32:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:36 smithi088 ceph-mon[96111]: pgmap v484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:36.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:36.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:36 smithi187 ceph-mon[111815]: pgmap v484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:37.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:37.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:38 smithi187 ceph-mon[111815]: pgmap v485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:38.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:38.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:38 smithi088 ceph-mon[96111]: pgmap v485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:39.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:39.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:40.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:40.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:40 smithi187 ceph-mon[111815]: pgmap v486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:40 smithi088 ceph-mon[96111]: pgmap v486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:41.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:41.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:41 smithi088 ceph-mon[96111]: pgmap v487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:41 smithi187 ceph-mon[111815]: pgmap v487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:42.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:42.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:43.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:43.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:44.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:44.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:44 smithi187 ceph-mon[111815]: pgmap v488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:44 smithi088 ceph-mon[96111]: pgmap v488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:45.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:45.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:32:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:32:46.161 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:46 smithi088 ceph-mon[96111]: pgmap v489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:46.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:46.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:46 smithi187 ceph-mon[111815]: pgmap v489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:47.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:47.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:48.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:48.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:48 smithi187 ceph-mon[111815]: pgmap v490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:48 smithi088 ceph-mon[96111]: pgmap v490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:49.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:49.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:50.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:50.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:50 smithi187 ceph-mon[111815]: pgmap v491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:50 smithi088 ceph-mon[96111]: pgmap v491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:51.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:51.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:51 smithi088 ceph-mon[96111]: pgmap v492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:51 smithi187 ceph-mon[111815]: pgmap v492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:32:52.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:52.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:53.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:53.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:54.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:54.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:54 smithi187 ceph-mon[111815]: pgmap v493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:54 smithi088 ceph-mon[96111]: pgmap v493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:55.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:55.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:56.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:56.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:56 smithi187 ceph-mon[111815]: pgmap v494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:56 smithi088 ceph-mon[96111]: pgmap v494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:57.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:57.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:58.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:58.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:32:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:32:58 smithi187 ceph-mon[111815]: pgmap v495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:32:58 smithi088 ceph-mon[96111]: pgmap v495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:32:59.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:32:59.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:00 smithi088 ceph-mon[96111]: pgmap v496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:33:00.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:00.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:00 smithi187 ceph-mon[111815]: pgmap v496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:33:01.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:01.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:01 smithi088 ceph-mon[96111]: pgmap v497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:01 smithi187 ceph-mon[111815]: pgmap v497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:02.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:02.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:03.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:03.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:04.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:04.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:04 smithi187 ceph-mon[111815]: pgmap v498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:04 smithi088 ceph-mon[96111]: pgmap v498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:05.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:05.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:06.345 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:06 smithi088 ceph-mon[96111]: pgmap v499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:06.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:06.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:06 smithi187 ceph-mon[111815]: pgmap v499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:07.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:07.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:08.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:08.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:08 smithi187 ceph-mon[111815]: pgmap v500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:08 smithi088 ceph-mon[96111]: pgmap v500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:09.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:09.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:10.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:10.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:10 smithi187 ceph-mon[111815]: pgmap v501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:10 smithi088 ceph-mon[96111]: pgmap v501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:11.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:11.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:11 smithi187 ceph-mon[111815]: pgmap v502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:11 smithi088 ceph-mon[96111]: pgmap v502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:12.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:12.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:13.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:13.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:14.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:14.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:14 smithi187 ceph-mon[111815]: pgmap v503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:14 smithi088 ceph-mon[96111]: pgmap v503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:15.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:15.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:33:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:33:16.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:16.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:16.444 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:16 smithi088 ceph-mon[96111]: pgmap v504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:16 smithi187 ceph-mon[111815]: pgmap v504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:17.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:17.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:18.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:18.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:18 smithi187 ceph-mon[111815]: pgmap v505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:18 smithi088 ceph-mon[96111]: pgmap v505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:19.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:19.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:20.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:20.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:20 smithi187 ceph-mon[111815]: pgmap v506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:20 smithi088 ceph-mon[96111]: pgmap v506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:21.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:21.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:21 smithi187 ceph-mon[111815]: pgmap v507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:21 smithi088 ceph-mon[96111]: pgmap v507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:22.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:22.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:23.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:23.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:24.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:24.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:24 smithi187 ceph-mon[111815]: pgmap v508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:24 smithi088 ceph-mon[96111]: pgmap v508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:25.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:25.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:26.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:26.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:26 smithi187 ceph-mon[111815]: pgmap v509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:26.543 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:26 smithi088 ceph-mon[96111]: pgmap v509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:27.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:27.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:28.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:28.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:28.456 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:28 smithi187 ceph-mon[111815]: pgmap v510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:28 smithi088 ceph-mon[96111]: pgmap v510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:29.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:29.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:30.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:30.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:30 smithi187 ceph-mon[111815]: pgmap v511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:33:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:30 smithi088 ceph-mon[96111]: pgmap v511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:33:31.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:31.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:31.592 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:31 smithi088 ceph-mon[96111]: pgmap v512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:31 smithi187 ceph-mon[111815]: pgmap v512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:32.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:32.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:33.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:33.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:34.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:34.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:34 smithi187 ceph-mon[111815]: pgmap v513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:34 smithi088 ceph-mon[96111]: pgmap v513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:35.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:35.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:35.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:33:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:33:36.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:36.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:36 smithi187 ceph-mon[111815]: pgmap v514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:36 smithi088 ceph-mon[96111]: pgmap v514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:37.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:37.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:38.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:38.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:38 smithi187 ceph-mon[111815]: pgmap v515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:33:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:33:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:33:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:33:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:33:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:33:38.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:33:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:38 smithi088 ceph-mon[96111]: pgmap v515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:33:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:33:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:33:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:33:38.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:33:38.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:33:38.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:33:39.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:39.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:40.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:40.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:40 smithi187 ceph-mon[111815]: pgmap v516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:40 smithi088 ceph-mon[96111]: pgmap v516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:41.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:41.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:41.690 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:41 smithi088 ceph-mon[96111]: pgmap v517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:41 smithi187 ceph-mon[111815]: pgmap v517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:42.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:42.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:43.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:43.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:44.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:44.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:44 smithi187 ceph-mon[111815]: pgmap v518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:44 smithi088 ceph-mon[96111]: pgmap v518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:45.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:45.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:33:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:33:46.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:46.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:46 smithi187 ceph-mon[111815]: pgmap v519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:46 smithi088 ceph-mon[96111]: pgmap v519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:47.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:47.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:48.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:48.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:48 smithi187 ceph-mon[111815]: pgmap v520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:48 smithi088 ceph-mon[96111]: pgmap v520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:49.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:49.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:50.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:50.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:50 smithi187 ceph-mon[111815]: pgmap v521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:50 smithi088 ceph-mon[96111]: pgmap v521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:51.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:51.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:51 smithi187 ceph-mon[111815]: pgmap v522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:51.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:51 smithi088 ceph-mon[96111]: pgmap v522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:33:52.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:52.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:53.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:53.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:54 smithi187 ceph-mon[111815]: pgmap v523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:54.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:54.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:54 smithi088 ceph-mon[96111]: pgmap v523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:55.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:55.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:56 smithi187 ceph-mon[111815]: pgmap v524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:56.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:56.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:56 smithi088 ceph-mon[96111]: pgmap v524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:57.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:57.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:33:58 smithi187 ceph-mon[111815]: pgmap v525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:58.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:58.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:33:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:33:58 smithi088 ceph-mon[96111]: pgmap v525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:33:59.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:33:59.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:00 smithi187 ceph-mon[111815]: pgmap v526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:34:00.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:00.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:00 smithi088 ceph-mon[96111]: pgmap v526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:34:01.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:01.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:01 smithi187 ceph-mon[111815]: pgmap v527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:01 smithi088 ceph-mon[96111]: pgmap v527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:02.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:02.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:03.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:03.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:04 smithi187 ceph-mon[111815]: pgmap v528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:04.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:04.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:04 smithi088 ceph-mon[96111]: pgmap v528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:05.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:05.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:06 smithi187 ceph-mon[111815]: pgmap v529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:06.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:06.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:06 smithi088 ceph-mon[96111]: pgmap v529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:07.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:07.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:08 smithi187 ceph-mon[111815]: pgmap v530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:08.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:08.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:08 smithi088 ceph-mon[96111]: pgmap v530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:09.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:09.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:10 smithi187 ceph-mon[111815]: pgmap v531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:10.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:10.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:10 smithi088 ceph-mon[96111]: pgmap v531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:11.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:11.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:11 smithi187 ceph-mon[111815]: pgmap v532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:11 smithi088 ceph-mon[96111]: pgmap v532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:12.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:12.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:13.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:13.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:14 smithi187 ceph-mon[111815]: pgmap v533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:14.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:14.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:14 smithi088 ceph-mon[96111]: pgmap v533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:34:15.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:15.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:34:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:16 smithi187 ceph-mon[111815]: pgmap v534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:16.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:16.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:16 smithi088 ceph-mon[96111]: pgmap v534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:17.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:17.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:18 smithi187 ceph-mon[111815]: pgmap v535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:18.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:18.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:18 smithi088 ceph-mon[96111]: pgmap v535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:19.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:19.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:20 smithi187 ceph-mon[111815]: pgmap v536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:20.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:20.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:20 smithi088 ceph-mon[96111]: pgmap v536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:21.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:21.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:21 smithi187 ceph-mon[111815]: pgmap v537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:21 smithi088 ceph-mon[96111]: pgmap v537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:22.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:22.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:23.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:23.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:24 smithi187 ceph-mon[111815]: pgmap v538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:24.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:24.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:24 smithi088 ceph-mon[96111]: pgmap v538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:25.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:25.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:26 smithi187 ceph-mon[111815]: pgmap v539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:26.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:26.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:26 smithi088 ceph-mon[96111]: pgmap v539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:27.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:27.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:28 smithi187 ceph-mon[111815]: pgmap v540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:28.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:28.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:28 smithi088 ceph-mon[96111]: pgmap v540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:29.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:29.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:30 smithi187 ceph-mon[111815]: pgmap v541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:34:30.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:30.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:30 smithi088 ceph-mon[96111]: pgmap v541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:34:31.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:31.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:31 smithi187 ceph-mon[111815]: pgmap v542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:31 smithi088 ceph-mon[96111]: pgmap v542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:32.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:32.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:33.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:33.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:34 smithi187 ceph-mon[111815]: pgmap v543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:34.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:34.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:34 smithi088 ceph-mon[96111]: pgmap v543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:35.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:35.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:36 smithi187 ceph-mon[111815]: pgmap v544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:36.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:36.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:36 smithi088 ceph-mon[96111]: pgmap v544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:37.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:37.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:38 smithi187 ceph-mon[111815]: pgmap v545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:34:38.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:38.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:38 smithi088 ceph-mon[96111]: pgmap v545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:34:39.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:39.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:40 smithi187 ceph-mon[111815]: pgmap v546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:40.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:40.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:40 smithi088 ceph-mon[96111]: pgmap v546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:41.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:41.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:41 smithi187 ceph-mon[111815]: pgmap v547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:41 smithi088 ceph-mon[96111]: pgmap v547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:42.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:42.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:43.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:43.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:34:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:34:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:34:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:34:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:34:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:34:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:34:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:43 smithi088 ceph-mon[96111]: pgmap v548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:34:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:34:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:34:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:34:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:34:43.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:34:43.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:34:43.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:43 smithi187 ceph-mon[111815]: pgmap v548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:44.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:44.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:34:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:34:45.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:45.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:45 smithi187 ceph-mon[111815]: pgmap v549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:45 smithi088 ceph-mon[96111]: pgmap v549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:46.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:46.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:47.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:47.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:48 smithi187 ceph-mon[111815]: pgmap v550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:48.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:48.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:48 smithi088 ceph-mon[96111]: pgmap v550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:49.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:49.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:50 smithi187 ceph-mon[111815]: pgmap v551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:50.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:50.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:50 smithi088 ceph-mon[96111]: pgmap v551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:51.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:51.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:51 smithi187 ceph-mon[111815]: pgmap v552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:51 smithi088 ceph-mon[96111]: pgmap v552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:34:52.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:52.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:53.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:53.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:54 smithi187 ceph-mon[111815]: pgmap v553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:54.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:54.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:54 smithi088 ceph-mon[96111]: pgmap v553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:55.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:55.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:56 smithi187 ceph-mon[111815]: pgmap v554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:56.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:56.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:56 smithi088 ceph-mon[96111]: pgmap v554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:57.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:57.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:34:58 smithi187 ceph-mon[111815]: pgmap v555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:58.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:58.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:34:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:34:58 smithi088 ceph-mon[96111]: pgmap v555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:34:59.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:34:59.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:00 smithi187 ceph-mon[111815]: pgmap v556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:35:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:00 smithi088 ceph-mon[96111]: pgmap v556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:35:00.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:00.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:01.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:01.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:01 smithi187 ceph-mon[111815]: pgmap v557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:01 smithi088 ceph-mon[96111]: pgmap v557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:02.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:02.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:03.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:03.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:04 smithi187 ceph-mon[111815]: pgmap v558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:04 smithi088 ceph-mon[96111]: pgmap v558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:04.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:04.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:05.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:05.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:06 smithi187 ceph-mon[111815]: pgmap v559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:06 smithi088 ceph-mon[96111]: pgmap v559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:06.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:06.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:08 smithi187 ceph-mon[111815]: pgmap v560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:08 smithi088 ceph-mon[96111]: pgmap v560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:08.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:08.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:09.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:09.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:10 smithi187 ceph-mon[111815]: pgmap v561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:10 smithi088 ceph-mon[96111]: pgmap v561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:10.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:10.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:11.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:11.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:11 smithi187 ceph-mon[111815]: pgmap v562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:11 smithi088 ceph-mon[96111]: pgmap v562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:12.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:12.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:13.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:13.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:14 smithi187 ceph-mon[111815]: pgmap v563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:14 smithi088 ceph-mon[96111]: pgmap v563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:14.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:14.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:35:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:35:15.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:15.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:16 smithi187 ceph-mon[111815]: pgmap v564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:16 smithi088 ceph-mon[96111]: pgmap v564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:16.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:16.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:17.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:17.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:18 smithi187 ceph-mon[111815]: pgmap v565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:18 smithi088 ceph-mon[96111]: pgmap v565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:18.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:18.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:19.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:19.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:20 smithi187 ceph-mon[111815]: pgmap v566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:20 smithi088 ceph-mon[96111]: pgmap v566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:20.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:20.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:21.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:21.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:21 smithi187 ceph-mon[111815]: pgmap v567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:21 smithi088 ceph-mon[96111]: pgmap v567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:22.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:22.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:23.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:23.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:24 smithi187 ceph-mon[111815]: pgmap v568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:24 smithi088 ceph-mon[96111]: pgmap v568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:24.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:24.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:25.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:25.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:26 smithi187 ceph-mon[111815]: pgmap v569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:26 smithi088 ceph-mon[96111]: pgmap v569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:26.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:26.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:27.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:27.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:28 smithi187 ceph-mon[111815]: pgmap v570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:28 smithi088 ceph-mon[96111]: pgmap v570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:28.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:28.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:29.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:29.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:30 smithi187 ceph-mon[111815]: pgmap v571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:35:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:30 smithi088 ceph-mon[96111]: pgmap v571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:35:30.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:30.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:31.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:31.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:31 smithi187 ceph-mon[111815]: pgmap v572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:31 smithi088 ceph-mon[96111]: pgmap v572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:32.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:32.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:33.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:33.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:34 smithi187 ceph-mon[111815]: pgmap v573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:34 smithi088 ceph-mon[96111]: pgmap v573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:34.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:34.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:35.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:35.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:36 smithi187 ceph-mon[111815]: pgmap v574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:36 smithi088 ceph-mon[96111]: pgmap v574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:36.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:36.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:37.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:37.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:38 smithi187 ceph-mon[111815]: pgmap v575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:38 smithi088 ceph-mon[96111]: pgmap v575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:38.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:38.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:39.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:39.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:40 smithi187 ceph-mon[111815]: pgmap v576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:40 smithi088 ceph-mon[96111]: pgmap v576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:40.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:40.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:41.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:41.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:41 smithi187 ceph-mon[111815]: pgmap v577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:41 smithi088 ceph-mon[96111]: pgmap v577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:42.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:42.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:35:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:35:43.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:43.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:44 smithi187 ceph-mon[111815]: pgmap v578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:35:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:35:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:35:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:35:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:35:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:44 smithi088 ceph-mon[96111]: pgmap v578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:35:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:35:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:35:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:35:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:35:44.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:44.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:35:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:35:45.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:45.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:46 smithi187 ceph-mon[111815]: pgmap v579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:46 smithi088 ceph-mon[96111]: pgmap v579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:46.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:46.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:47.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:47.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:48 smithi088 ceph-mon[96111]: pgmap v580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:48 smithi187 ceph-mon[111815]: pgmap v580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:48.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:48.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:49.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:49.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:50 smithi187 ceph-mon[111815]: pgmap v581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:50 smithi088 ceph-mon[96111]: pgmap v581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:50.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:50.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:51.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:51.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:51 smithi187 ceph-mon[111815]: pgmap v582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:51 smithi088 ceph-mon[96111]: pgmap v582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:35:52.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:52.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:53.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:53.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:54 smithi187 ceph-mon[111815]: pgmap v583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:54 smithi088 ceph-mon[96111]: pgmap v583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:54.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:54.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:55.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:55.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:56 smithi187 ceph-mon[111815]: pgmap v584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:56 smithi088 ceph-mon[96111]: pgmap v584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:56.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:56.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:57.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:57.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:35:58 smithi088 ceph-mon[96111]: pgmap v585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:35:58 smithi187 ceph-mon[111815]: pgmap v585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:35:58.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:58.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:35:59.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:35:59.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:00 smithi187 ceph-mon[111815]: pgmap v586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:36:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:00 smithi088 ceph-mon[96111]: pgmap v586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:36:00.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:00.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:01.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:01.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:01 smithi187 ceph-mon[111815]: pgmap v587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:01 smithi088 ceph-mon[96111]: pgmap v587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:02.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:02.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:03.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:03.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:04 smithi187 ceph-mon[111815]: pgmap v588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:04 smithi088 ceph-mon[96111]: pgmap v588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:04.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:04.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:05.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:05.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:06 smithi187 ceph-mon[111815]: pgmap v589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:06 smithi088 ceph-mon[96111]: pgmap v589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:06.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:06.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:07.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:07.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:08 smithi187 ceph-mon[111815]: pgmap v590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:08 smithi088 ceph-mon[96111]: pgmap v590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:08.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:08.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:09.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:09.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:10 smithi187 ceph-mon[111815]: pgmap v591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:10 smithi088 ceph-mon[96111]: pgmap v591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:10.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:10.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:11.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:11.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:11 smithi187 ceph-mon[111815]: pgmap v592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:11 smithi088 ceph-mon[96111]: pgmap v592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:12.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:12.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:13.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:13.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:14 smithi187 ceph-mon[111815]: pgmap v593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:14 smithi088 ceph-mon[96111]: pgmap v593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:14.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:14.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:36:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:36:15.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:15.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:16 smithi187 ceph-mon[111815]: pgmap v594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:16 smithi088 ceph-mon[96111]: pgmap v594: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:16.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:16.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:17.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:17.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:18 smithi187 ceph-mon[111815]: pgmap v595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:18 smithi088 ceph-mon[96111]: pgmap v595: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:18.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:18.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:19.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:19.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:20 smithi187 ceph-mon[111815]: pgmap v596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:20 smithi088 ceph-mon[96111]: pgmap v596: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:20.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:20.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:21.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:21.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:21 smithi187 ceph-mon[111815]: pgmap v597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:21 smithi088 ceph-mon[96111]: pgmap v597: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:22.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:22.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:23.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:23.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:24 smithi187 ceph-mon[111815]: pgmap v598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:24 smithi088 ceph-mon[96111]: pgmap v598: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:24.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:24.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:25.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:25.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:26 smithi187 ceph-mon[111815]: pgmap v599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:26 smithi088 ceph-mon[96111]: pgmap v599: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:26.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:26.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:27.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:27.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:28 smithi187 ceph-mon[111815]: pgmap v600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:28 smithi088 ceph-mon[96111]: pgmap v600: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:28.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:28.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:29.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:29.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:30 smithi187 ceph-mon[111815]: pgmap v601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:36:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:30 smithi088 ceph-mon[96111]: pgmap v601: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:36:30.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:30.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:31 smithi187 ceph-mon[111815]: pgmap v602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:31.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:31.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:31 smithi088 ceph-mon[96111]: pgmap v602: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:32.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:32.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:33.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:33.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:34 smithi187 ceph-mon[111815]: pgmap v603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:34 smithi088 ceph-mon[96111]: pgmap v603: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:34.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:34.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:35.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:35.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:36 smithi187 ceph-mon[111815]: pgmap v604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:36 smithi088 ceph-mon[96111]: pgmap v604: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:36.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:36.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:37.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:37.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:38.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:38 smithi088 ceph-mon[96111]: pgmap v605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:38 smithi187 ceph-mon[111815]: pgmap v605: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:38.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:38.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:39.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:39.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:40 smithi187 ceph-mon[111815]: pgmap v606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:40 smithi088 ceph-mon[96111]: pgmap v606: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:40.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:40.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:41 smithi187 ceph-mon[111815]: pgmap v607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:41.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:41.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:41 smithi088 ceph-mon[96111]: pgmap v607: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:42.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:42.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:43.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:43.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:44 smithi187 ceph-mon[111815]: pgmap v608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:36:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:36:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:36:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:44 smithi088 ceph-mon[96111]: pgmap v608: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:36:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:36:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:36:44.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:44.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:36:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:36:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:36:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:36:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:36:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:36:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:36:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:36:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:36:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:36:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:36:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:36:45.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:45.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:46 smithi187 ceph-mon[111815]: pgmap v609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:46 smithi088 ceph-mon[96111]: pgmap v609: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:46.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:46.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:47.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:47.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:48 smithi187 ceph-mon[111815]: pgmap v610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:48.510 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:48 smithi088 ceph-mon[96111]: pgmap v610: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:48.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:48.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:49.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:49.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:50 smithi187 ceph-mon[111815]: pgmap v611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:50 smithi088 ceph-mon[96111]: pgmap v611: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:50.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:50.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:51 smithi187 ceph-mon[111815]: pgmap v612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:51.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:51.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:51 smithi088 ceph-mon[96111]: pgmap v612: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:36:52.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:52.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:53.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:53.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:54 smithi187 ceph-mon[111815]: pgmap v613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:54 smithi088 ceph-mon[96111]: pgmap v613: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:54.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:54.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:55.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:55.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:56 smithi187 ceph-mon[111815]: pgmap v614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:56 smithi088 ceph-mon[96111]: pgmap v614: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:56.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:56.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:57.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:57.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:36:58 smithi187 ceph-mon[111815]: pgmap v615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:36:58 smithi088 ceph-mon[96111]: pgmap v615: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:36:58.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:58.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:36:59.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:36:59.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:00 smithi187 ceph-mon[111815]: pgmap v616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:37:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:00 smithi088 ceph-mon[96111]: pgmap v616: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:37:00.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:00.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:01 smithi187 ceph-mon[111815]: pgmap v617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:01.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:01.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:01 smithi088 ceph-mon[96111]: pgmap v617: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:02.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:02.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:03.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:03.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:04 smithi187 ceph-mon[111815]: pgmap v618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:04 smithi088 ceph-mon[96111]: pgmap v618: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:04.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:04.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:05.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:05.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:06 smithi187 ceph-mon[111815]: pgmap v619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:06 smithi088 ceph-mon[96111]: pgmap v619: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:06.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:06.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:07.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:07.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:08 smithi187 ceph-mon[111815]: pgmap v620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:08 smithi088 ceph-mon[96111]: pgmap v620: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:08.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:08.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:09.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:09.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:10 smithi187 ceph-mon[111815]: pgmap v621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:10 smithi088 ceph-mon[96111]: pgmap v621: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:10.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:10.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:11 smithi187 ceph-mon[111815]: pgmap v622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:11.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:11.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:11 smithi088 ceph-mon[96111]: pgmap v622: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:12.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:12.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:13.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:13.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:14 smithi187 ceph-mon[111815]: pgmap v623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:14 smithi088 ceph-mon[96111]: pgmap v623: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:14.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:14.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:37:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:37:15.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:15.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:16 smithi187 ceph-mon[111815]: pgmap v624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:16 smithi088 ceph-mon[96111]: pgmap v624: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:16.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:16.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:17.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:17.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:18 smithi187 ceph-mon[111815]: pgmap v625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:18 smithi088 ceph-mon[96111]: pgmap v625: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:18.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:18.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:19.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:19.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:20 smithi187 ceph-mon[111815]: pgmap v626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:20 smithi088 ceph-mon[96111]: pgmap v626: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:20.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:20.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:21 smithi187 ceph-mon[111815]: pgmap v627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:21.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:21.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:21 smithi088 ceph-mon[96111]: pgmap v627: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:22.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:22.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:23.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:23.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:24 smithi187 ceph-mon[111815]: pgmap v628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:24 smithi088 ceph-mon[96111]: pgmap v628: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:24.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:24.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:25.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:25.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:26 smithi187 ceph-mon[111815]: pgmap v629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:26 smithi088 ceph-mon[96111]: pgmap v629: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:26.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:26.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:27.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:27.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:28 smithi187 ceph-mon[111815]: pgmap v630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:28 smithi088 ceph-mon[96111]: pgmap v630: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:28.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:28.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:29.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:29.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:30 smithi187 ceph-mon[111815]: pgmap v631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:37:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:30 smithi088 ceph-mon[96111]: pgmap v631: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:37:30.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:30.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:31 smithi187 ceph-mon[111815]: pgmap v632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:31.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:31.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:31 smithi088 ceph-mon[96111]: pgmap v632: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:32.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:32.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:33.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:33.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:34 smithi088 ceph-mon[96111]: pgmap v633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:34 smithi187 ceph-mon[111815]: pgmap v633: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:34.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:34.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:35.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:35.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:36 smithi187 ceph-mon[111815]: pgmap v634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:36 smithi088 ceph-mon[96111]: pgmap v634: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:36.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:36.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:37.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:37.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:38 smithi187 ceph-mon[111815]: pgmap v635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:38 smithi088 ceph-mon[96111]: pgmap v635: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:38.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:38.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:39.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:39.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:40 smithi187 ceph-mon[111815]: pgmap v636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:40 smithi088 ceph-mon[96111]: pgmap v636: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:40.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:40.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:41 smithi187 ceph-mon[111815]: pgmap v637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:41 smithi088 ceph-mon[96111]: pgmap v637: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:41.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:41.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:42.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:42.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:43.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:43.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:44 smithi088 ceph-mon[96111]: pgmap v638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:44 smithi187 ceph-mon[111815]: pgmap v638: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:44.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:44.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:37:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:37:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:37:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:37:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:37:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:37:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:37:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:37:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:37:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:37:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:37:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:37:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:37:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:37:45.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:45.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:46 smithi187 ceph-mon[111815]: pgmap v639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:46 smithi088 ceph-mon[96111]: pgmap v639: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:46.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:46.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:47.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:47.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:48 smithi187 ceph-mon[111815]: pgmap v640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:48 smithi088 ceph-mon[96111]: pgmap v640: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:48.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:48.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:49.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:49.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:50 smithi187 ceph-mon[111815]: pgmap v641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:50 smithi088 ceph-mon[96111]: pgmap v641: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:50.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:50.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:51.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:51 smithi187 ceph-mon[111815]: pgmap v642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:51 smithi088 ceph-mon[96111]: pgmap v642: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:37:51.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:51.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:52.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:52.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:53.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:53.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:54 smithi187 ceph-mon[111815]: pgmap v643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:54 smithi088 ceph-mon[96111]: pgmap v643: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:54.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:54.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:55.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:55.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:56 smithi187 ceph-mon[111815]: pgmap v644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:56 smithi088 ceph-mon[96111]: pgmap v644: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:56.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:56.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:57.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:57.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:37:58 smithi187 ceph-mon[111815]: pgmap v645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:37:58 smithi088 ceph-mon[96111]: pgmap v645: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:37:58.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:58.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:37:59.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:37:59.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:00 smithi187 ceph-mon[111815]: pgmap v646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:38:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:00 smithi088 ceph-mon[96111]: pgmap v646: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:38:00.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:00.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:01 smithi187 ceph-mon[111815]: pgmap v647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:01 smithi088 ceph-mon[96111]: pgmap v647: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:01.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:01.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:02.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:02.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:03.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:03.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:04 smithi187 ceph-mon[111815]: pgmap v648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:04 smithi088 ceph-mon[96111]: pgmap v648: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:04.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:04.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:05.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:05.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:06 smithi187 ceph-mon[111815]: pgmap v649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:06 smithi088 ceph-mon[96111]: pgmap v649: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:06.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:06.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:07.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:07.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:08 smithi187 ceph-mon[111815]: pgmap v650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:08 smithi088 ceph-mon[96111]: pgmap v650: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:08.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:08.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:09.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:09.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:10 smithi187 ceph-mon[111815]: pgmap v651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:10 smithi088 ceph-mon[96111]: pgmap v651: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:10.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:10.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:11 smithi187 ceph-mon[111815]: pgmap v652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:11 smithi088 ceph-mon[96111]: pgmap v652: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:11.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:11.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:12.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:12.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:13.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:13.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:14 smithi187 ceph-mon[111815]: pgmap v653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:14 smithi088 ceph-mon[96111]: pgmap v653: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:14.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:14.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:38:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:38:15.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:15.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:16.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:16 smithi187 ceph-mon[111815]: pgmap v654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:16 smithi088 ceph-mon[96111]: pgmap v654: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:16.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:16.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:17.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:17.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:18 smithi187 ceph-mon[111815]: pgmap v655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:18 smithi088 ceph-mon[96111]: pgmap v655: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:18.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:18.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:19.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:19.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:20 smithi187 ceph-mon[111815]: pgmap v656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:20 smithi088 ceph-mon[96111]: pgmap v656: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:20.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:20.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:21 smithi187 ceph-mon[111815]: pgmap v657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:21 smithi088 ceph-mon[96111]: pgmap v657: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:21.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:21.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:22.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:22.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:23.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:23.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:24.448 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:24 smithi088 ceph-mon[96111]: pgmap v658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:24 smithi187 ceph-mon[111815]: pgmap v658: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:24.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:24.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:25.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:25.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:26 smithi187 ceph-mon[111815]: pgmap v659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:26 smithi088 ceph-mon[96111]: pgmap v659: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:26.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:26.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:27.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:27.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:28 smithi187 ceph-mon[111815]: pgmap v660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:28 smithi088 ceph-mon[96111]: pgmap v660: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:28.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:28.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:29.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:29.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:30 smithi187 ceph-mon[111815]: pgmap v661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:38:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:30 smithi088 ceph-mon[96111]: pgmap v661: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:38:30.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:30.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:31 smithi187 ceph-mon[111815]: pgmap v662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:31 smithi088 ceph-mon[96111]: pgmap v662: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:31.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:31.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:32.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:32.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:33.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:33.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:34 smithi187 ceph-mon[111815]: pgmap v663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:34.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:34 smithi088 ceph-mon[96111]: pgmap v663: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:34.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:34.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:35.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:35.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:36 smithi187 ceph-mon[111815]: pgmap v664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:36 smithi088 ceph-mon[96111]: pgmap v664: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:36.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:36.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:37.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:37.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:38 smithi187 ceph-mon[111815]: pgmap v665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:38 smithi088 ceph-mon[96111]: pgmap v665: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:38.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:38.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:39.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:39.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:40 smithi187 ceph-mon[111815]: pgmap v666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:40 smithi088 ceph-mon[96111]: pgmap v666: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:40.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:40.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:41.706 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:41 smithi187 ceph-mon[111815]: pgmap v667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:41 smithi088 ceph-mon[96111]: pgmap v667: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:41.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:41.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:42.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:42.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:43.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:43.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:44 smithi187 ceph-mon[111815]: pgmap v668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:44 smithi088 ceph-mon[96111]: pgmap v668: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:44.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:44.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:38:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:38:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:38:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:38:45.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:45.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:46 smithi187 ceph-mon[111815]: pgmap v669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:38:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:38:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:38:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:38:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:38:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:38:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:38:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:46 smithi088 ceph-mon[96111]: pgmap v669: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:38:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:38:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:38:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:38:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:38:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:38:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:38:46.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:46.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:47.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:47.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:48 smithi187 ceph-mon[111815]: pgmap v670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:48 smithi088 ceph-mon[96111]: pgmap v670: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:48.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:48.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:49.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:49.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:50 smithi187 ceph-mon[111815]: pgmap v671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:50 smithi088 ceph-mon[96111]: pgmap v671: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:50.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:50.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:51 smithi187 ceph-mon[111815]: pgmap v672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:51 smithi088 ceph-mon[96111]: pgmap v672: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:38:51.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:51.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:52.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:52.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:53.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:53.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:54 smithi187 ceph-mon[111815]: pgmap v673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:54 smithi088 ceph-mon[96111]: pgmap v673: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:54.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:54.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:55.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:55.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:56 smithi187 ceph-mon[111815]: pgmap v674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:56 smithi088 ceph-mon[96111]: pgmap v674: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:56.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:56.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:57.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:57.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:38:58 smithi187 ceph-mon[111815]: pgmap v675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:38:58 smithi088 ceph-mon[96111]: pgmap v675: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:38:58.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:58.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:38:59.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:38:59.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:00 smithi187 ceph-mon[111815]: pgmap v676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:39:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:00 smithi088 ceph-mon[96111]: pgmap v676: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:39:00.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:00.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:01 smithi187 ceph-mon[111815]: pgmap v677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:01 smithi088 ceph-mon[96111]: pgmap v677: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:01.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:01.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:02.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:02.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:03.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:03.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:04 smithi187 ceph-mon[111815]: pgmap v678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:04 smithi088 ceph-mon[96111]: pgmap v678: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:04.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:04.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:05.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:05.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:06 smithi187 ceph-mon[111815]: pgmap v679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:06 smithi088 ceph-mon[96111]: pgmap v679: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:06.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:06.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:07.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:07.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:08 smithi187 ceph-mon[111815]: pgmap v680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:08 smithi088 ceph-mon[96111]: pgmap v680: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:08.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:08.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:09.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:09.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:10 smithi088 ceph-mon[96111]: pgmap v681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:10 smithi187 ceph-mon[111815]: pgmap v681: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:10.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:10.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:11 smithi187 ceph-mon[111815]: pgmap v682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:11 smithi088 ceph-mon[96111]: pgmap v682: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:11.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:11.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:12.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:12.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:13.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:13.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:14 smithi187 ceph-mon[111815]: pgmap v683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:14 smithi088 ceph-mon[96111]: pgmap v683: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:14.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:14.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:39:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:39:15.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:15.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:16 smithi088 ceph-mon[96111]: pgmap v684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:16 smithi187 ceph-mon[111815]: pgmap v684: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:16.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:16.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:17.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:17.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:18 smithi088 ceph-mon[96111]: pgmap v685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:18 smithi187 ceph-mon[111815]: pgmap v685: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:18.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:18.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:19.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:19.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:20 smithi088 ceph-mon[96111]: pgmap v686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:20 smithi187 ceph-mon[111815]: pgmap v686: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:20.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:20.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:21 smithi187 ceph-mon[111815]: pgmap v687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:21 smithi088 ceph-mon[96111]: pgmap v687: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:21.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:21.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:22.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:23.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:24.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:24.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:24 smithi187 ceph-mon[111815]: pgmap v688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:24 smithi088 ceph-mon[96111]: pgmap v688: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:25.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:25.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:26.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:26.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:26 smithi088 ceph-mon[96111]: pgmap v689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:26 smithi187 ceph-mon[111815]: pgmap v689: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:27.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:27.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:28.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:28.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:28 smithi088 ceph-mon[96111]: pgmap v690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:28 smithi187 ceph-mon[111815]: pgmap v690: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:29.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:29.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:30.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:30.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:30 smithi088 ceph-mon[96111]: pgmap v691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:39:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:30 smithi187 ceph-mon[111815]: pgmap v691: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:39:31.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:31.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:31 smithi187 ceph-mon[111815]: pgmap v692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:31 smithi088 ceph-mon[96111]: pgmap v692: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:32.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:32.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:33.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:33.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:34.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:34.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:34 smithi088 ceph-mon[96111]: pgmap v693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:34 smithi187 ceph-mon[111815]: pgmap v693: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:35.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:35.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:36.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:36.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:36 smithi088 ceph-mon[96111]: pgmap v694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:36 smithi187 ceph-mon[111815]: pgmap v694: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:37.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:37.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:38.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:38.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:38 smithi088 ceph-mon[96111]: pgmap v695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:38 smithi187 ceph-mon[111815]: pgmap v695: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:39.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:39.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:40.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:40.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:40 smithi088 ceph-mon[96111]: pgmap v696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:40 smithi187 ceph-mon[111815]: pgmap v696: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:41.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:41.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:41 smithi187 ceph-mon[111815]: pgmap v697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:41 smithi088 ceph-mon[96111]: pgmap v697: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:42.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:42.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:43.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:43.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:44.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:44.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:44 smithi088 ceph-mon[96111]: pgmap v698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:44 smithi187 ceph-mon[111815]: pgmap v698: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:45.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:45.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:39:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:39:46.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:46.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:46 smithi088 ceph-mon[96111]: pgmap v699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:39:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:46 smithi187 ceph-mon[111815]: pgmap v699: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:39:47.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:47.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:39:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:39:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:39:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:39:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:39:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:39:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:39:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:39:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:39:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:39:48.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:48.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:48 smithi088 ceph-mon[96111]: pgmap v700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:48 smithi187 ceph-mon[111815]: pgmap v700: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:49.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:49.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:50.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:50.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:50 smithi088 ceph-mon[96111]: pgmap v701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:50 smithi187 ceph-mon[111815]: pgmap v701: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:51.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:51.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:51 smithi187 ceph-mon[111815]: pgmap v702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:51 smithi088 ceph-mon[96111]: pgmap v702: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:39:52.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:52.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:53.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:53.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:54.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:54.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:54 smithi088 ceph-mon[96111]: pgmap v703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:54 smithi187 ceph-mon[111815]: pgmap v703: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:55.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:55.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:56.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:56.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:56 smithi088 ceph-mon[96111]: pgmap v704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:56 smithi187 ceph-mon[111815]: pgmap v704: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:57.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:57.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:58.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:58.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:39:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:39:58 smithi088 ceph-mon[96111]: pgmap v705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:39:58 smithi187 ceph-mon[111815]: pgmap v705: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:39:59.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:39:59.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:00.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:00.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:00 smithi088 ceph-mon[96111]: pgmap v706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:40:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-12T23:40:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:00 smithi187 ceph-mon[111815]: pgmap v706: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:40:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-12T23:40:01.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:01.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:01 smithi187 ceph-mon[111815]: pgmap v707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:01 smithi088 ceph-mon[96111]: pgmap v707: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:02.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:02.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:03.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:03.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:04.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:04.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:04 smithi088 ceph-mon[96111]: pgmap v708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:04 smithi187 ceph-mon[111815]: pgmap v708: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:05.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:05.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:06.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:06.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:06 smithi088 ceph-mon[96111]: pgmap v709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:06 smithi187 ceph-mon[111815]: pgmap v709: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:07.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:07.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:08.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:08.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:08 smithi088 ceph-mon[96111]: pgmap v710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:08 smithi187 ceph-mon[111815]: pgmap v710: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:09.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:09.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:10.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:10.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:10.478 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:10 smithi088 ceph-mon[96111]: pgmap v711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:10 smithi187 ceph-mon[111815]: pgmap v711: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:11.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:11.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:11 smithi187 ceph-mon[111815]: pgmap v712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:11 smithi088 ceph-mon[96111]: pgmap v712: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:12.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:12.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:13.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:13.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:14.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:14.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:14 smithi088 ceph-mon[96111]: pgmap v713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:14 smithi187 ceph-mon[111815]: pgmap v713: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:15.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:15.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:15.527 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:40:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:40:16.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:16.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:16 smithi088 ceph-mon[96111]: pgmap v714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:16 smithi187 ceph-mon[111815]: pgmap v714: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:17.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:17.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:18.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:18.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:18 smithi088 ceph-mon[96111]: pgmap v715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:18 smithi187 ceph-mon[111815]: pgmap v715: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:19.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:19.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:20.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:20.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:20 smithi088 ceph-mon[96111]: pgmap v716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:20 smithi187 ceph-mon[111815]: pgmap v716: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:21.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:21.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:21 smithi187 ceph-mon[111815]: pgmap v717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:21 smithi088 ceph-mon[96111]: pgmap v717: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:22.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:22.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:23.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:23.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:24.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:24.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:24 smithi088 ceph-mon[96111]: pgmap v718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:24 smithi187 ceph-mon[111815]: pgmap v718: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:25.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:25.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:26.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:26.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:26 smithi088 ceph-mon[96111]: pgmap v719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:26 smithi187 ceph-mon[111815]: pgmap v719: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:27.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:27.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:28.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:28.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:28 smithi088 ceph-mon[96111]: pgmap v720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:28 smithi187 ceph-mon[111815]: pgmap v720: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:29.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:29.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:30.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:30.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:30 smithi088 ceph-mon[96111]: pgmap v721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:40:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:30 smithi187 ceph-mon[111815]: pgmap v721: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:40:31.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:31.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:31 smithi187 ceph-mon[111815]: pgmap v722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:31 smithi088 ceph-mon[96111]: pgmap v722: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:32.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:32.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:33.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:33.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:34.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:34.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:34 smithi088 ceph-mon[96111]: pgmap v723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:34 smithi187 ceph-mon[111815]: pgmap v723: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:35.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:35.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:36.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:36.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:36 smithi088 ceph-mon[96111]: pgmap v724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:36 smithi187 ceph-mon[111815]: pgmap v724: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:37.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:37.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:38.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:38.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:38 smithi088 ceph-mon[96111]: pgmap v725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:38 smithi187 ceph-mon[111815]: pgmap v725: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:39.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:39.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:40.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:40.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:40 smithi088 ceph-mon[96111]: pgmap v726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:40 smithi187 ceph-mon[111815]: pgmap v726: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:41.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:41.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:41 smithi187 ceph-mon[111815]: pgmap v727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:41 smithi088 ceph-mon[96111]: pgmap v727: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:42.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:42.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:43.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:43.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:44.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:44.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:44 smithi088 ceph-mon[96111]: pgmap v728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:44 smithi187 ceph-mon[111815]: pgmap v728: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:45.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:45.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:40:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:40:46.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:46.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:46 smithi088 ceph-mon[96111]: pgmap v729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:46 smithi187 ceph-mon[111815]: pgmap v729: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:47.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:47.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:40:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:40:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:40:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:40:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:40:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:40:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:40:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:40:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:40:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:40:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:40:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:40:48.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:48.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:48 smithi187 ceph-mon[111815]: pgmap v730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:48 smithi088 ceph-mon[96111]: pgmap v730: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:49.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:49.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:50.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:50.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:50 smithi088 ceph-mon[96111]: pgmap v731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:50 smithi187 ceph-mon[111815]: pgmap v731: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:51.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:51.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:51 smithi187 ceph-mon[111815]: pgmap v732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:51 smithi088 ceph-mon[96111]: pgmap v732: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:40:52.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:52.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:53.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:53.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:54.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:54.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:54 smithi088 ceph-mon[96111]: pgmap v733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:54 smithi187 ceph-mon[111815]: pgmap v733: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:55.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:55.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:56.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:56.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:56 smithi088 ceph-mon[96111]: pgmap v734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:56 smithi187 ceph-mon[111815]: pgmap v734: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:57.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:57.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:58.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:58.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:40:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:40:58 smithi187 ceph-mon[111815]: pgmap v735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:40:58 smithi088 ceph-mon[96111]: pgmap v735: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:40:59.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:40:59.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:00.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:00.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:00 smithi088 ceph-mon[96111]: pgmap v736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:41:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:00 smithi187 ceph-mon[111815]: pgmap v736: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:41:01.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:01.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:01 smithi187 ceph-mon[111815]: pgmap v737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:01 smithi088 ceph-mon[96111]: pgmap v737: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:02.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:02.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:03.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:03.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:04.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:04.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:04 smithi088 ceph-mon[96111]: pgmap v738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:04 smithi187 ceph-mon[111815]: pgmap v738: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:05.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:05.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:06.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:06.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:06 smithi088 ceph-mon[96111]: pgmap v739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:06 smithi187 ceph-mon[111815]: pgmap v739: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:07.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:07.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:08.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:08.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:08 smithi088 ceph-mon[96111]: pgmap v740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:08 smithi187 ceph-mon[111815]: pgmap v740: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:09.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:09.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:10.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:10.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:10 smithi088 ceph-mon[96111]: pgmap v741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:10 smithi187 ceph-mon[111815]: pgmap v741: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:11.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:11.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:11 smithi187 ceph-mon[111815]: pgmap v742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:11 smithi088 ceph-mon[96111]: pgmap v742: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:12.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:12.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:13.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:13.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:14.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:14.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:14 smithi088 ceph-mon[96111]: pgmap v743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:14 smithi187 ceph-mon[111815]: pgmap v743: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:15.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:15.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:41:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:41:16.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:16.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:16 smithi088 ceph-mon[96111]: pgmap v744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:16 smithi187 ceph-mon[111815]: pgmap v744: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:17.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:17.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:18.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:18.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:18 smithi088 ceph-mon[96111]: pgmap v745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:18 smithi187 ceph-mon[111815]: pgmap v745: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:19.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:19.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:20.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:20.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:20 smithi088 ceph-mon[96111]: pgmap v746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:20 smithi187 ceph-mon[111815]: pgmap v746: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:21.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:21.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:21 smithi187 ceph-mon[111815]: pgmap v747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:21 smithi088 ceph-mon[96111]: pgmap v747: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:22.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:22.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:23.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:23.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:24.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:24.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:24 smithi088 ceph-mon[96111]: pgmap v748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:24 smithi187 ceph-mon[111815]: pgmap v748: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:25.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:25.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:26.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:26.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:26 smithi088 ceph-mon[96111]: pgmap v749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:26 smithi187 ceph-mon[111815]: pgmap v749: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:27.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:27.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:28.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:28.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:28 smithi088 ceph-mon[96111]: pgmap v750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:28 smithi187 ceph-mon[111815]: pgmap v750: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:30.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:30.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:30 smithi088 ceph-mon[96111]: pgmap v751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:41:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:30 smithi187 ceph-mon[111815]: pgmap v751: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:41:31.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:31.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:31 smithi088 ceph-mon[96111]: pgmap v752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:31 smithi187 ceph-mon[111815]: pgmap v752: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:32.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:32.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:33.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:33.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:34.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:34.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:34 smithi088 ceph-mon[96111]: pgmap v753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:34 smithi187 ceph-mon[111815]: pgmap v753: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:35.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:35.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:36.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:36.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:36 smithi088 ceph-mon[96111]: pgmap v754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:36 smithi187 ceph-mon[111815]: pgmap v754: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:37.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:37.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:38.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:38.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:38.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:38 smithi187 ceph-mon[111815]: pgmap v755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:38 smithi088 ceph-mon[96111]: pgmap v755: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:39.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:39.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:40.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:40.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:40 smithi088 ceph-mon[96111]: pgmap v756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:40 smithi187 ceph-mon[111815]: pgmap v756: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:41.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:41.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:41 smithi187 ceph-mon[111815]: pgmap v757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:41 smithi088 ceph-mon[96111]: pgmap v757: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:42.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:42.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:43.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:43.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:44.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:44.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:44 smithi088 ceph-mon[96111]: pgmap v758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:44 smithi187 ceph-mon[111815]: pgmap v758: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:45.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:45.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:45.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:41:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:41:46.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:46.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:46 smithi088 ceph-mon[96111]: pgmap v759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:46 smithi187 ceph-mon[111815]: pgmap v759: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:47.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:47.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:41:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:41:48.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:48.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:48 smithi088 ceph-mon[96111]: pgmap v760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:41:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:41:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:41:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:41:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:41:48.640 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:48 smithi187 ceph-mon[111815]: pgmap v760: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:48.640 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:41:48.640 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:41:48.640 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:41:48.641 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:41:48.641 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:41:49.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:49.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:50.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:50.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:50 smithi088 ceph-mon[96111]: pgmap v761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:50 smithi187 ceph-mon[111815]: pgmap v761: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:51.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:51.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:51 smithi187 ceph-mon[111815]: pgmap v762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:51 smithi088 ceph-mon[96111]: pgmap v762: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:41:52.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:52.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:53.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:53.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:54.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:54.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:54 smithi088 ceph-mon[96111]: pgmap v763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:54 smithi187 ceph-mon[111815]: pgmap v763: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:55.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:55.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:56.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:56.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:56.513 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:56 smithi088 ceph-mon[96111]: pgmap v764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:56 smithi187 ceph-mon[111815]: pgmap v764: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:57.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:57.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:58.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:58.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:41:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:41:58 smithi088 ceph-mon[96111]: pgmap v765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:41:58 smithi187 ceph-mon[111815]: pgmap v765: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:41:59.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:41:59.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:00.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:00.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:00 smithi088 ceph-mon[96111]: pgmap v766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:42:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:00 smithi187 ceph-mon[111815]: pgmap v766: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:42:01.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:01.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:01 smithi187 ceph-mon[111815]: pgmap v767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:01 smithi088 ceph-mon[96111]: pgmap v767: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:02.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:02.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:03.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:03.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:04.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:04.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:04 smithi088 ceph-mon[96111]: pgmap v768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:04 smithi187 ceph-mon[111815]: pgmap v768: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:05.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:05.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:06.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:06.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:06 smithi088 ceph-mon[96111]: pgmap v769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:06 smithi187 ceph-mon[111815]: pgmap v769: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:07.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:07.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:08.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:08.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:08 smithi088 ceph-mon[96111]: pgmap v770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:08 smithi187 ceph-mon[111815]: pgmap v770: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:09.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:09.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:10.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:10.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:10 smithi088 ceph-mon[96111]: pgmap v771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:10 smithi187 ceph-mon[111815]: pgmap v771: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:11.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:11.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:11 smithi187 ceph-mon[111815]: pgmap v772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:11 smithi088 ceph-mon[96111]: pgmap v772: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:12.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:12.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:13.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:13.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:14.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:14.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:14 smithi088 ceph-mon[96111]: pgmap v773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:14 smithi187 ceph-mon[111815]: pgmap v773: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:15.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:15.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:42:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:42:16.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:16.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:16 smithi088 ceph-mon[96111]: pgmap v774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:16 smithi187 ceph-mon[111815]: pgmap v774: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:17.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:17.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:18.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:18.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:18 smithi088 ceph-mon[96111]: pgmap v775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:18 smithi187 ceph-mon[111815]: pgmap v775: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:19.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:19.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:20.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:20.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:20 smithi088 ceph-mon[96111]: pgmap v776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:20 smithi187 ceph-mon[111815]: pgmap v776: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:21.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:21.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:21 smithi187 ceph-mon[111815]: pgmap v777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:21.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:21 smithi088 ceph-mon[96111]: pgmap v777: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:22.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:22.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:23.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:23.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:24.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:24.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:24 smithi088 ceph-mon[96111]: pgmap v778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:24 smithi187 ceph-mon[111815]: pgmap v778: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:25.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:25.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:26.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:26.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:26 smithi088 ceph-mon[96111]: pgmap v779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:26 smithi187 ceph-mon[111815]: pgmap v779: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:27.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:27.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:28.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:28.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:28 smithi088 ceph-mon[96111]: pgmap v780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:28 smithi187 ceph-mon[111815]: pgmap v780: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:29.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:29.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:30.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:30.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:30 smithi088 ceph-mon[96111]: pgmap v781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:42:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:30 smithi187 ceph-mon[111815]: pgmap v781: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:42:31.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:31.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:31 smithi187 ceph-mon[111815]: pgmap v782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:31 smithi088 ceph-mon[96111]: pgmap v782: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:32.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:32.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:33.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:33.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:34.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:34.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:34 smithi187 ceph-mon[111815]: pgmap v783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:34 smithi088 ceph-mon[96111]: pgmap v783: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:35.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:35.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:36.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:36.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:36 smithi088 ceph-mon[96111]: pgmap v784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:36 smithi187 ceph-mon[111815]: pgmap v784: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:37.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:37.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:38.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:38.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:38 smithi088 ceph-mon[96111]: pgmap v785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:38 smithi187 ceph-mon[111815]: pgmap v785: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:39.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:39.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:40.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:40.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:40.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:40 smithi088 ceph-mon[96111]: pgmap v786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:40 smithi187 ceph-mon[111815]: pgmap v786: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:41.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:41.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:41 smithi187 ceph-mon[111815]: pgmap v787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:41.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:41 smithi088 ceph-mon[96111]: pgmap v787: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:42.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:42.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:43.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:43.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:44.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:44.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:44 smithi088 ceph-mon[96111]: pgmap v788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:44 smithi187 ceph-mon[111815]: pgmap v788: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:45.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:45.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:42:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:42:46.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:46.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:46 smithi088 ceph-mon[96111]: pgmap v789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:46 smithi187 ceph-mon[111815]: pgmap v789: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:47.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:47.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:48.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:48.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:48 smithi088 ceph-mon[96111]: pgmap v790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:42:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:42:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:42:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:42:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:42:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:42:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:48 smithi187 ceph-mon[111815]: pgmap v790: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:42:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:42:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:42:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:42:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:42:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:42:49.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:49.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:50.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:50.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:50 smithi088 ceph-mon[96111]: pgmap v791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:50 smithi187 ceph-mon[111815]: pgmap v791: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:51.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:51.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:51 smithi088 ceph-mon[96111]: pgmap v792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:51 smithi187 ceph-mon[111815]: pgmap v792: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:42:52.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:52.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:53.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:53.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:54.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:54.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:54 smithi088 ceph-mon[96111]: pgmap v793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:54 smithi187 ceph-mon[111815]: pgmap v793: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:55.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:55.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:56.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:56.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:56 smithi088 ceph-mon[96111]: pgmap v794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:56 smithi187 ceph-mon[111815]: pgmap v794: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:57.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:57.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:58.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:58.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:42:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:42:58 smithi088 ceph-mon[96111]: pgmap v795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:42:58 smithi187 ceph-mon[111815]: pgmap v795: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:42:59.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:42:59.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:00.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:00.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:00 smithi088 ceph-mon[96111]: pgmap v796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:43:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:00 smithi187 ceph-mon[111815]: pgmap v796: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:43:01.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:01.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:01 smithi088 ceph-mon[96111]: pgmap v797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:01 smithi187 ceph-mon[111815]: pgmap v797: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:02.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:02.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:03.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:03.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:04.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:04.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:04 smithi088 ceph-mon[96111]: pgmap v798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:04 smithi187 ceph-mon[111815]: pgmap v798: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:05.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:05.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:06.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:06.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:06 smithi088 ceph-mon[96111]: pgmap v799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:06 smithi187 ceph-mon[111815]: pgmap v799: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:07.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:07.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:08.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:08.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:08 smithi088 ceph-mon[96111]: pgmap v800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:08 smithi187 ceph-mon[111815]: pgmap v800: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:09.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:09.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:10.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:10.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:10 smithi088 ceph-mon[96111]: pgmap v801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:10 smithi187 ceph-mon[111815]: pgmap v801: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:11.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:11.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:11 smithi088 ceph-mon[96111]: pgmap v802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:11 smithi187 ceph-mon[111815]: pgmap v802: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:12.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:12.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:13.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:13.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:14.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:14.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:14.525 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:14 smithi187 ceph-mon[111815]: pgmap v803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:14 smithi088 ceph-mon[96111]: pgmap v803: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:15.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:15.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:43:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:43:16.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:16.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:16 smithi088 ceph-mon[96111]: pgmap v804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:16 smithi187 ceph-mon[111815]: pgmap v804: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:17.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:17.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:18.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:18.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:18 smithi088 ceph-mon[96111]: pgmap v805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:18 smithi187 ceph-mon[111815]: pgmap v805: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:19.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:19.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:20.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:20.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:20 smithi088 ceph-mon[96111]: pgmap v806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:20 smithi187 ceph-mon[111815]: pgmap v806: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:21.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:21.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:21 smithi088 ceph-mon[96111]: pgmap v807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:21 smithi187 ceph-mon[111815]: pgmap v807: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:22.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:22.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:23.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:23.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:24.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:24.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:24 smithi088 ceph-mon[96111]: pgmap v808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:24.628 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:24 smithi187 ceph-mon[111815]: pgmap v808: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:25.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:25.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:26.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:26.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:26 smithi088 ceph-mon[96111]: pgmap v809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:26 smithi187 ceph-mon[111815]: pgmap v809: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:27.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:27.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:28.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:28.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:28 smithi088 ceph-mon[96111]: pgmap v810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:28 smithi187 ceph-mon[111815]: pgmap v810: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:29.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:29.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:30.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:30.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:30 smithi088 ceph-mon[96111]: pgmap v811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:43:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:30 smithi187 ceph-mon[111815]: pgmap v811: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:43:31.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:31.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:31 smithi088 ceph-mon[96111]: pgmap v812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:31 smithi187 ceph-mon[111815]: pgmap v812: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:32.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:32.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:33.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:33.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:34.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:34.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:34 smithi088 ceph-mon[96111]: pgmap v813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:34 smithi187 ceph-mon[111815]: pgmap v813: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:35.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:35.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:36.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:36.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:36 smithi088 ceph-mon[96111]: pgmap v814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:36 smithi187 ceph-mon[111815]: pgmap v814: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:37.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:37.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:38.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:38.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:38 smithi088 ceph-mon[96111]: pgmap v815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:38 smithi187 ceph-mon[111815]: pgmap v815: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:39.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:39.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:40.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:40.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:40 smithi088 ceph-mon[96111]: pgmap v816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:40 smithi187 ceph-mon[111815]: pgmap v816: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:41.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:41.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:41 smithi088 ceph-mon[96111]: pgmap v817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:41 smithi187 ceph-mon[111815]: pgmap v817: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:42.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:42.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:43.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:43.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:44.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:44.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:44 smithi088 ceph-mon[96111]: pgmap v818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:44 smithi187 ceph-mon[111815]: pgmap v818: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:45.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:45.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:43:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:43:46.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:46.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:46 smithi088 ceph-mon[96111]: pgmap v819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:46 smithi187 ceph-mon[111815]: pgmap v819: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:47.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:47.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:48.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:48.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:48 smithi088 ceph-mon[96111]: pgmap v820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:43:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:48 smithi187 ceph-mon[111815]: pgmap v820: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:43:49.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:49.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:50.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:50.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:50 smithi088 ceph-mon[96111]: pgmap v821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:50 smithi187 ceph-mon[111815]: pgmap v821: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:51.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:51.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:43:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:43:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:43:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:43:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:43:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:43:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:51 smithi187 ceph-mon[111815]: pgmap v822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:43:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:43:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:43:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:43:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:43:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:43:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:43:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:51 smithi088 ceph-mon[96111]: pgmap v822: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:43:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:43:52.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:52.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:53.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:53.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:54.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:54.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:54 smithi088 ceph-mon[96111]: pgmap v823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:54 smithi187 ceph-mon[111815]: pgmap v823: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:55.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:55.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:56.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:56.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:56 smithi088 ceph-mon[96111]: pgmap v824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:56 smithi187 ceph-mon[111815]: pgmap v824: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:57.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:57.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:58.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:58.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:43:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:43:58 smithi088 ceph-mon[96111]: pgmap v825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:43:58 smithi187 ceph-mon[111815]: pgmap v825: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:43:59.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:43:59.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:00.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:00.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:00 smithi088 ceph-mon[96111]: pgmap v826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:44:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:00 smithi187 ceph-mon[111815]: pgmap v826: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:44:01.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:01.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:01 smithi088 ceph-mon[96111]: pgmap v827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:01 smithi187 ceph-mon[111815]: pgmap v827: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:02.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:02.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:03.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:03.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:04.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:04.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:04 smithi088 ceph-mon[96111]: pgmap v828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:04 smithi187 ceph-mon[111815]: pgmap v828: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:05.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:05.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:06.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:06.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:06 smithi088 ceph-mon[96111]: pgmap v829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:06 smithi187 ceph-mon[111815]: pgmap v829: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:07.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:07.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:08.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:08.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:08 smithi088 ceph-mon[96111]: pgmap v830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:08 smithi187 ceph-mon[111815]: pgmap v830: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:09.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:09.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:10 smithi187 ceph-mon[111815]: pgmap v831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:10.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:10 smithi088 ceph-mon[96111]: pgmap v831: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:11.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:11.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:11 smithi088 ceph-mon[96111]: pgmap v832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:11 smithi187 ceph-mon[111815]: pgmap v832: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:12.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:12.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:13.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:13.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:14.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:14.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:14 smithi088 ceph-mon[96111]: pgmap v833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:14 smithi187 ceph-mon[111815]: pgmap v833: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:44:15.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:15.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:44:16.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:16.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:16 smithi088 ceph-mon[96111]: pgmap v834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:16 smithi187 ceph-mon[111815]: pgmap v834: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:17.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:17.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:18.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:18.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:18 smithi088 ceph-mon[96111]: pgmap v835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:18 smithi187 ceph-mon[111815]: pgmap v835: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:19.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:19.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:20 smithi187 ceph-mon[111815]: pgmap v836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:20.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:20.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:20 smithi088 ceph-mon[96111]: pgmap v836: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:21.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:21.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:21 smithi088 ceph-mon[96111]: pgmap v837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:21 smithi187 ceph-mon[111815]: pgmap v837: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:22.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:22.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:23.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:23.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:24.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:24.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:24 smithi088 ceph-mon[96111]: pgmap v838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:24 smithi187 ceph-mon[111815]: pgmap v838: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:25.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:25.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:26.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:26.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:26 smithi088 ceph-mon[96111]: pgmap v839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:26 smithi187 ceph-mon[111815]: pgmap v839: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:27.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:27.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:28.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:28.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:28 smithi088 ceph-mon[96111]: pgmap v840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:28 smithi187 ceph-mon[111815]: pgmap v840: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:29.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:29.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:30.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:30.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:30 smithi088 ceph-mon[96111]: pgmap v841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:44:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:30 smithi187 ceph-mon[111815]: pgmap v841: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:44:31.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:31.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:31 smithi088 ceph-mon[96111]: pgmap v842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:31 smithi187 ceph-mon[111815]: pgmap v842: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:32.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:32.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:33.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:33.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:34.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:34.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:34.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:34 smithi088 ceph-mon[96111]: pgmap v843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:34 smithi187 ceph-mon[111815]: pgmap v843: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:35.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:35.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:36.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:36.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:36 smithi088 ceph-mon[96111]: pgmap v844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:36 smithi187 ceph-mon[111815]: pgmap v844: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:37.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:37.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:38.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:38.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:38 smithi088 ceph-mon[96111]: pgmap v845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:38 smithi187 ceph-mon[111815]: pgmap v845: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:39.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:39.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:40.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:40.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:40 smithi088 ceph-mon[96111]: pgmap v846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:40 smithi187 ceph-mon[111815]: pgmap v846: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:41.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:41.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:41 smithi088 ceph-mon[96111]: pgmap v847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:41 smithi187 ceph-mon[111815]: pgmap v847: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:42.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:42.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:43.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:43.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:44.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:44.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:44.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:44 smithi088 ceph-mon[96111]: pgmap v848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:44 smithi187 ceph-mon[111815]: pgmap v848: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:45.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:45.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:44:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:44:46.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:46.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:46 smithi088 ceph-mon[96111]: pgmap v849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:46 smithi187 ceph-mon[111815]: pgmap v849: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:47.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:47.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:48.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:48.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:48.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:48 smithi088 ceph-mon[96111]: pgmap v850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:48 smithi187 ceph-mon[111815]: pgmap v850: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:49.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:49.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:50.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:50.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:50 smithi088 ceph-mon[96111]: pgmap v851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:50 smithi187 ceph-mon[111815]: pgmap v851: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:51.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:51.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:51 smithi088 ceph-mon[96111]: pgmap v852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:44:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:51 smithi187 ceph-mon[111815]: pgmap v852: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:44:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:44:52.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:52.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:53.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:53.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:54.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:54.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:54.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:54 smithi088 ceph-mon[96111]: pgmap v853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:54 smithi187 ceph-mon[111815]: pgmap v853: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:55.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:55.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:56.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:56.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:56 smithi088 ceph-mon[96111]: pgmap v854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:44:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:44:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:56 smithi187 ceph-mon[111815]: pgmap v854: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:44:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:44:57.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:57.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:44:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:44:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:44:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:44:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:44:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:44:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:44:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:44:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:44:57.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:44:58.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:58.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:44:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:44:58 smithi088 ceph-mon[96111]: pgmap v855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:44:58 smithi187 ceph-mon[111815]: pgmap v855: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:44:59.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:44:59.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:00.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:00.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:00.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:00 smithi088 ceph-mon[96111]: pgmap v856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:45:00.629 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:00 smithi187 ceph-mon[111815]: pgmap v856: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:00.629 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:45:01.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:01.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:01 smithi088 ceph-mon[96111]: pgmap v857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:01 smithi187 ceph-mon[111815]: pgmap v857: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:02.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:02.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:03.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:03.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:04.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:04.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:04 smithi088 ceph-mon[96111]: pgmap v858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:04 smithi187 ceph-mon[111815]: pgmap v858: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:05.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:05.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:06.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:06.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:06.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:06 smithi088 ceph-mon[96111]: pgmap v859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:06 smithi187 ceph-mon[111815]: pgmap v859: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:07.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:07.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:08.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:08.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:08 smithi088 ceph-mon[96111]: pgmap v860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:08 smithi187 ceph-mon[111815]: pgmap v860: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:09.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:09.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:10.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:10.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:10.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:10 smithi088 ceph-mon[96111]: pgmap v861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:10 smithi187 ceph-mon[111815]: pgmap v861: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:11.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:11.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:11 smithi088 ceph-mon[96111]: pgmap v862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:11 smithi187 ceph-mon[111815]: pgmap v862: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:12.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:12.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:13.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:13.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:14.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:14.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:14.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:14 smithi088 ceph-mon[96111]: pgmap v863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:14 smithi187 ceph-mon[111815]: pgmap v863: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:45:15.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:15.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:45:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:16 smithi088 ceph-mon[96111]: pgmap v864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:16.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:16.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:16 smithi187 ceph-mon[111815]: pgmap v864: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:17.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:17.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:18 smithi088 ceph-mon[96111]: pgmap v865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:18.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:18.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:18 smithi187 ceph-mon[111815]: pgmap v865: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:19.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:19.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:20.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:20.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:20 smithi187 ceph-mon[111815]: pgmap v866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:20 smithi088 ceph-mon[96111]: pgmap v866: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:21.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:21.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:21 smithi088 ceph-mon[96111]: pgmap v867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:21 smithi187 ceph-mon[111815]: pgmap v867: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:22.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:22.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:23.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:23.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:24 smithi088 ceph-mon[96111]: pgmap v868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:24.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:24.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:24 smithi187 ceph-mon[111815]: pgmap v868: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:25.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:25.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:26 smithi088 ceph-mon[96111]: pgmap v869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:26.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:26.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:26 smithi187 ceph-mon[111815]: pgmap v869: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:27.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:27.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:28 smithi088 ceph-mon[96111]: pgmap v870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:28.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:28.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:28 smithi187 ceph-mon[111815]: pgmap v870: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:29.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:29.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:30.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:30.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:30 smithi187 ceph-mon[111815]: pgmap v871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:45:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:30 smithi088 ceph-mon[96111]: pgmap v871: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:45:31.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:31.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:31 smithi088 ceph-mon[96111]: pgmap v872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:31 smithi187 ceph-mon[111815]: pgmap v872: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:32.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:32.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:33.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:33.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:34 smithi088 ceph-mon[96111]: pgmap v873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:34.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:34.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:34 smithi187 ceph-mon[111815]: pgmap v873: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:35.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:35.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:36 smithi088 ceph-mon[96111]: pgmap v874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:36.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:36.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:36 smithi187 ceph-mon[111815]: pgmap v874: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:37.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:37.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:38 smithi088 ceph-mon[96111]: pgmap v875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:38.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:38.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:38 smithi187 ceph-mon[111815]: pgmap v875: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:39.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:39.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:40.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:40.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:40 smithi187 ceph-mon[111815]: pgmap v876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:40 smithi088 ceph-mon[96111]: pgmap v876: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:41.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:41.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:41 smithi088 ceph-mon[96111]: pgmap v877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:41 smithi187 ceph-mon[111815]: pgmap v877: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:42.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:42.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:43.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:43.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:44 smithi088 ceph-mon[96111]: pgmap v878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:44.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:44.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:44 smithi187 ceph-mon[111815]: pgmap v878: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:45.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:45.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:45:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:45:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:46 smithi187 ceph-mon[111815]: pgmap v879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:46.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:46.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:46 smithi088 ceph-mon[96111]: pgmap v879: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:47.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:47.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:48.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:48.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:48 smithi187 ceph-mon[111815]: pgmap v880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:48.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:48 smithi088 ceph-mon[96111]: pgmap v880: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:49.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:49.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:50.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:50.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:50 smithi187 ceph-mon[111815]: pgmap v881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:50 smithi088 ceph-mon[96111]: pgmap v881: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:51.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:51.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:51 smithi088 ceph-mon[96111]: pgmap v882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:51 smithi187 ceph-mon[111815]: pgmap v882: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:45:52.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:52.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:53.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:53.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:54.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:54.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:54 smithi088 ceph-mon[96111]: pgmap v883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:54 smithi187 ceph-mon[111815]: pgmap v883: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:55.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:55.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:56.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:56.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:56 smithi187 ceph-mon[111815]: pgmap v884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:56.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:56 smithi088 ceph-mon[96111]: pgmap v884: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:57.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:57.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:45:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:45:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:45:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:45:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:45:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:45:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:45:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:45:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:45:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:45:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:45:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:45:58.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:58.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:45:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:45:58 smithi187 ceph-mon[111815]: pgmap v885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:45:58 smithi088 ceph-mon[96111]: pgmap v885: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:45:59.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:45:59.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:00.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:00.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:00 smithi187 ceph-mon[111815]: pgmap v886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:46:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:00 smithi088 ceph-mon[96111]: pgmap v886: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:46:01.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:01.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:01 smithi187 ceph-mon[111815]: pgmap v887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:01 smithi088 ceph-mon[96111]: pgmap v887: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:02.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:02.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:03.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:03.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:04.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:04.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:04 smithi088 ceph-mon[96111]: pgmap v888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:04 smithi187 ceph-mon[111815]: pgmap v888: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:05.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:05.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:06.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:06.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:06.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:06 smithi187 ceph-mon[111815]: pgmap v889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:06 smithi088 ceph-mon[96111]: pgmap v889: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:07.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:07.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:08.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:08.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:08 smithi187 ceph-mon[111815]: pgmap v890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:08 smithi088 ceph-mon[96111]: pgmap v890: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:09.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:09.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:10.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:10.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:10 smithi187 ceph-mon[111815]: pgmap v891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:10 smithi088 ceph-mon[96111]: pgmap v891: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:11.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:11.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:11 smithi187 ceph-mon[111815]: pgmap v892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:11 smithi088 ceph-mon[96111]: pgmap v892: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:12.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:12.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:13.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:13.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:14.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:14.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:14.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:14 smithi088 ceph-mon[96111]: pgmap v893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:14 smithi187 ceph-mon[111815]: pgmap v893: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:15.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:15.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:46:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:46:16.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:16.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:16 smithi187 ceph-mon[111815]: pgmap v894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:16 smithi088 ceph-mon[96111]: pgmap v894: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:17.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:17.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:18.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:18.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:18 smithi187 ceph-mon[111815]: pgmap v895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:18.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:18 smithi088 ceph-mon[96111]: pgmap v895: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:19.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:19.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:20.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:20.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:20 smithi187 ceph-mon[111815]: pgmap v896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:20 smithi088 ceph-mon[96111]: pgmap v896: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:21.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:21.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:21 smithi088 ceph-mon[96111]: pgmap v897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:21 smithi187 ceph-mon[111815]: pgmap v897: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:22.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:22.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:23.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:23.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:24 smithi088 ceph-mon[96111]: pgmap v898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:24.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:24.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:24 smithi187 ceph-mon[111815]: pgmap v898: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:25.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:25.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:26.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:26.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:26 smithi187 ceph-mon[111815]: pgmap v899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:26 smithi088 ceph-mon[96111]: pgmap v899: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:27.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:27.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:28.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:28.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:28 smithi187 ceph-mon[111815]: pgmap v900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:28.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:28 smithi088 ceph-mon[96111]: pgmap v900: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:29.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:29.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:30.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:30.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:30 smithi187 ceph-mon[111815]: pgmap v901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:46:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:30 smithi088 ceph-mon[96111]: pgmap v901: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:46:31.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:31.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:31 smithi088 ceph-mon[96111]: pgmap v902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:31 smithi187 ceph-mon[111815]: pgmap v902: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:32.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:32.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:33.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:33.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:34 smithi088 ceph-mon[96111]: pgmap v903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:34.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:34.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:34 smithi187 ceph-mon[111815]: pgmap v903: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:35.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:35.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:36.631 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:36 smithi187 ceph-mon[111815]: pgmap v904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:36.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:36.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:36 smithi088 ceph-mon[96111]: pgmap v904: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:37.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:37.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:38.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:38.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:38 smithi187 ceph-mon[111815]: pgmap v905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:38 smithi088 ceph-mon[96111]: pgmap v905: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:39.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:39.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:40 smithi187 ceph-mon[111815]: pgmap v906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:40.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:40.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:40 smithi088 ceph-mon[96111]: pgmap v906: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:41.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:41.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:41 smithi088 ceph-mon[96111]: pgmap v907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:41 smithi187 ceph-mon[111815]: pgmap v907: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:42.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:42.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:43.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:43.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:44 smithi088 ceph-mon[96111]: pgmap v908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:44 smithi187 ceph-mon[111815]: pgmap v908: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:44.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:44.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:46:45.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:45.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:46:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:46 smithi187 ceph-mon[111815]: pgmap v909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:46.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:46.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:46.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:46 smithi088 ceph-mon[96111]: pgmap v909: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:47.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:47.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:48 smithi187 ceph-mon[111815]: pgmap v910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:48.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:48.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:48 smithi088 ceph-mon[96111]: pgmap v910: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:49.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:49.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:50.688 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:50 smithi088 ceph-mon[96111]: pgmap v911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:50 smithi187 ceph-mon[111815]: pgmap v911: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:50.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:50.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:51.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:51.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:51.790 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:51 smithi187 ceph-mon[111815]: pgmap v912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:51 smithi088 ceph-mon[96111]: pgmap v912: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:46:52.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:52.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:53.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:53.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:54 smithi088 ceph-mon[96111]: pgmap v913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:54 smithi187 ceph-mon[111815]: pgmap v913: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:54.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:54.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:55.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:55.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:56 smithi187 ceph-mon[111815]: pgmap v914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:56.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:56.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:56.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:56 smithi088 ceph-mon[96111]: pgmap v914: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:46:57.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:57.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:46:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:58 smithi187 ceph-mon[111815]: pgmap v915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:46:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:46:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:46:58.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:46:58.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:46:58.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:46:58.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:46:58.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:58.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:58 smithi088 ceph-mon[96111]: pgmap v915: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:46:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:46:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:46:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:46:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:46:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:46:58.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:46:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:46:59 smithi187 ceph-mon[111815]: pgmap v916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:46:59.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:46:59.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:46:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:46:59 smithi088 ceph-mon[96111]: pgmap v916: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:47:00.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:00.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:47:01.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:01.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:01 smithi088 ceph-mon[96111]: pgmap v917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:01.896 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:01 smithi187 ceph-mon[111815]: pgmap v917: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:02.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:02.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:03.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:03.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:04 smithi088 ceph-mon[96111]: pgmap v918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:04 smithi187 ceph-mon[111815]: pgmap v918: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:04.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:04.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:05.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:05.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:06 smithi187 ceph-mon[111815]: pgmap v919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:06.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:06.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:06.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:06 smithi088 ceph-mon[96111]: pgmap v919: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:07.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:07.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:08 smithi187 ceph-mon[111815]: pgmap v920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:08.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:08.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:08.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:08 smithi088 ceph-mon[96111]: pgmap v920: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:09.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:09.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:10 smithi187 ceph-mon[111815]: pgmap v921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:10.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:10.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:10.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:10 smithi088 ceph-mon[96111]: pgmap v921: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:11.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:11.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:11 smithi088 ceph-mon[96111]: pgmap v922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:11 smithi187 ceph-mon[111815]: pgmap v922: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:12.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:12.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:13.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:13.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:14.621 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:14 smithi088 ceph-mon[96111]: pgmap v923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:14 smithi187 ceph-mon[111815]: pgmap v923: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:14.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:14.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:47:15.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:15.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:47:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:16 smithi187 ceph-mon[111815]: pgmap v924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:16.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:16.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:16.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:16 smithi088 ceph-mon[96111]: pgmap v924: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:17.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:17.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:18 smithi187 ceph-mon[111815]: pgmap v925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:18.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:18.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:18 smithi088 ceph-mon[96111]: pgmap v925: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:19.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:19.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:20 smithi187 ceph-mon[111815]: pgmap v926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:20.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:20.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:20.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:20 smithi088 ceph-mon[96111]: pgmap v926: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:21.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:21.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:21.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:21 smithi088 ceph-mon[96111]: pgmap v927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:21 smithi187 ceph-mon[111815]: pgmap v927: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:22.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:22.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:23.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:23.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:24 smithi088 ceph-mon[96111]: pgmap v928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:24 smithi187 ceph-mon[111815]: pgmap v928: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:24.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:24.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:25.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:25.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:26 smithi187 ceph-mon[111815]: pgmap v929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:26.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:26.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:26.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:26 smithi088 ceph-mon[96111]: pgmap v929: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:27.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:27.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:28 smithi187 ceph-mon[111815]: pgmap v930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:28.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:28.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:28 smithi088 ceph-mon[96111]: pgmap v930: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:29.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:29.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:30 smithi187 ceph-mon[111815]: pgmap v931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:47:30.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:30.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:30 smithi088 ceph-mon[96111]: pgmap v931: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:47:31.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:31.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:31 smithi088 ceph-mon[96111]: pgmap v932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:31 smithi187 ceph-mon[111815]: pgmap v932: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:32.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:32.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:33.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:33.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:34 smithi088 ceph-mon[96111]: pgmap v933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:34 smithi187 ceph-mon[111815]: pgmap v933: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:34.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:34.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:35.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:35.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:36 smithi187 ceph-mon[111815]: pgmap v934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:36.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:36.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:36.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:36 smithi088 ceph-mon[96111]: pgmap v934: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:37.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:37.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:38 smithi187 ceph-mon[111815]: pgmap v935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:38.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:38.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:38.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:38 smithi088 ceph-mon[96111]: pgmap v935: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:39.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:39.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:40 smithi187 ceph-mon[111815]: pgmap v936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:40.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:40.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:40.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:40 smithi088 ceph-mon[96111]: pgmap v936: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:41.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:41.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:41.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:41 smithi088 ceph-mon[96111]: pgmap v937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:41 smithi187 ceph-mon[111815]: pgmap v937: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:42.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:42.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:43.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:43.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:44 smithi088 ceph-mon[96111]: pgmap v938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:44 smithi187 ceph-mon[111815]: pgmap v938: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:44.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:44.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:47:45.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:45.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:47:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:46 smithi187 ceph-mon[111815]: pgmap v939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:46.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:46.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:46.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:46 smithi088 ceph-mon[96111]: pgmap v939: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:47.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:47.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:48 smithi187 ceph-mon[111815]: pgmap v940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:48 smithi088 ceph-mon[96111]: pgmap v940: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:48.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:48.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:49.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:49.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:50 smithi187 ceph-mon[111815]: pgmap v941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:50 smithi088 ceph-mon[96111]: pgmap v941: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:50.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:50.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:51 smithi088 ceph-mon[96111]: pgmap v942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:51.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:51.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:51 smithi187 ceph-mon[111815]: pgmap v942: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:47:52.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:52.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:53.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:53.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:54 smithi088 ceph-mon[96111]: pgmap v943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:54 smithi187 ceph-mon[111815]: pgmap v943: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:54.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:54.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:55.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:55.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:56 smithi187 ceph-mon[111815]: pgmap v944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:56 smithi088 ceph-mon[96111]: pgmap v944: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:56.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:56.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:57.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:57.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:58 smithi187 ceph-mon[111815]: pgmap v945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:47:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:47:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:47:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:47:58.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:58 smithi088 ceph-mon[96111]: pgmap v945: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:47:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:47:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:47:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:47:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:47:58.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:58.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:47:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:47:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:47:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:47:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:47:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:47:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:47:59.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:47:59.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:00 smithi187 ceph-mon[111815]: pgmap v946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:48:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:00 smithi088 ceph-mon[96111]: pgmap v946: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:48:00.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:00.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:01 smithi088 ceph-mon[96111]: pgmap v947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:01.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:01.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:01 smithi187 ceph-mon[111815]: pgmap v947: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:02.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:02.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:03.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:03.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:04 smithi088 ceph-mon[96111]: pgmap v948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:04 smithi187 ceph-mon[111815]: pgmap v948: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:04.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:04.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:05.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:05.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:06 smithi187 ceph-mon[111815]: pgmap v949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:06 smithi088 ceph-mon[96111]: pgmap v949: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:06.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:06.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:07.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:07.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:08 smithi187 ceph-mon[111815]: pgmap v950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:08 smithi088 ceph-mon[96111]: pgmap v950: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:08.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:08.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:09.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:09.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:10 smithi088 ceph-mon[96111]: pgmap v951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:10 smithi187 ceph-mon[111815]: pgmap v951: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:10.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:10.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:11 smithi088 ceph-mon[96111]: pgmap v952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:11.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:11.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:11 smithi187 ceph-mon[111815]: pgmap v952: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:12.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:12.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:13.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:13.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:14 smithi088 ceph-mon[96111]: pgmap v953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:14 smithi187 ceph-mon[111815]: pgmap v953: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:14.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:14.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:48:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:48:15.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:15.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:16 smithi187 ceph-mon[111815]: pgmap v954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:16 smithi088 ceph-mon[96111]: pgmap v954: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:16.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:16.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:17.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:17.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:18 smithi187 ceph-mon[111815]: pgmap v955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:18 smithi088 ceph-mon[96111]: pgmap v955: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:18.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:18.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:19.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:19.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:20 smithi088 ceph-mon[96111]: pgmap v956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:20 smithi187 ceph-mon[111815]: pgmap v956: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:20.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:20.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:21 smithi088 ceph-mon[96111]: pgmap v957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:21.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:21.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:21 smithi187 ceph-mon[111815]: pgmap v957: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:22.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:22.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:23.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:23.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:24 smithi088 ceph-mon[96111]: pgmap v958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:24 smithi187 ceph-mon[111815]: pgmap v958: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:24.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:24.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:25.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:25.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:26 smithi187 ceph-mon[111815]: pgmap v959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:26 smithi088 ceph-mon[96111]: pgmap v959: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:26.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:26.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:27.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:27.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:28 smithi187 ceph-mon[111815]: pgmap v960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:28.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:28 smithi088 ceph-mon[96111]: pgmap v960: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:28.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:28.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:29.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:29.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:30 smithi187 ceph-mon[111815]: pgmap v961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:48:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:30 smithi088 ceph-mon[96111]: pgmap v961: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:48:30.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:30.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:31 smithi088 ceph-mon[96111]: pgmap v962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:31.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:31.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:31 smithi187 ceph-mon[111815]: pgmap v962: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:32.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:32.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:33.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:33.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:34 smithi088 ceph-mon[96111]: pgmap v963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:34 smithi187 ceph-mon[111815]: pgmap v963: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:34.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:34.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:35.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:35.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:36 smithi187 ceph-mon[111815]: pgmap v964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:36.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:36 smithi088 ceph-mon[96111]: pgmap v964: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:36.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:36.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:37.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:37.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:38 smithi187 ceph-mon[111815]: pgmap v965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:38 smithi088 ceph-mon[96111]: pgmap v965: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:38.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:38.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:39.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:39.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:40 smithi187 ceph-mon[111815]: pgmap v966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:40 smithi088 ceph-mon[96111]: pgmap v966: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:40.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:40.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:41 smithi088 ceph-mon[96111]: pgmap v967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:41.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:41.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:41 smithi187 ceph-mon[111815]: pgmap v967: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:42.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:42.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:43.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:43.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:44 smithi088 ceph-mon[96111]: pgmap v968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:44 smithi187 ceph-mon[111815]: pgmap v968: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:44.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:44.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:48:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:48:45.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:45.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:46 smithi187 ceph-mon[111815]: pgmap v969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:46 smithi088 ceph-mon[96111]: pgmap v969: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:46.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:46.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:47.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:47.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:48 smithi187 ceph-mon[111815]: pgmap v970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:48 smithi088 ceph-mon[96111]: pgmap v970: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:48.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:48.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:49.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:49.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:50 smithi187 ceph-mon[111815]: pgmap v971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:50.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:50 smithi088 ceph-mon[96111]: pgmap v971: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:50.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:50.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:51 smithi088 ceph-mon[96111]: pgmap v972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:51.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:51.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:51 smithi187 ceph-mon[111815]: pgmap v972: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:48:52.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:52.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:53.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:53.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:54 smithi088 ceph-mon[96111]: pgmap v973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:54 smithi187 ceph-mon[111815]: pgmap v973: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:54.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:54.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:55.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:55.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:56 smithi187 ceph-mon[111815]: pgmap v974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:56 smithi088 ceph-mon[96111]: pgmap v974: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:56.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:56.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:57.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:57.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:58 smithi187 ceph-mon[111815]: pgmap v975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:58 smithi088 ceph-mon[96111]: pgmap v975: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:48:58.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:58.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:48:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:48:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:48:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:48:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:48:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:48:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:48:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:48:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:48:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:48:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:48:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:48:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:48:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:48:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:48:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:48:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:48:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:48:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:48:59.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:48:59.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:00.657 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:00 smithi088 ceph-mon[96111]: pgmap v976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:00.658 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:49:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:00 smithi187 ceph-mon[111815]: pgmap v976: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:49:00.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:00.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:01 smithi088 ceph-mon[96111]: pgmap v977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:01.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:01.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:01 smithi187 ceph-mon[111815]: pgmap v977: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:02.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:02.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:03.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:03.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:04 smithi088 ceph-mon[96111]: pgmap v978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:04 smithi187 ceph-mon[111815]: pgmap v978: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:04.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:04.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:05.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:05.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:06 smithi187 ceph-mon[111815]: pgmap v979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:06 smithi088 ceph-mon[96111]: pgmap v979: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:06.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:06.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:07.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:07.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:08 smithi187 ceph-mon[111815]: pgmap v980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:08 smithi088 ceph-mon[96111]: pgmap v980: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:08.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:08.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:09.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:09.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:10 smithi187 ceph-mon[111815]: pgmap v981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:10.755 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:10 smithi088 ceph-mon[96111]: pgmap v981: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:10.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:10.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:11 smithi088 ceph-mon[96111]: pgmap v982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:11.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:11.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:11 smithi187 ceph-mon[111815]: pgmap v982: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:12.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:12.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:13.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:13.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:14.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:14 smithi088 ceph-mon[96111]: pgmap v983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:14 smithi187 ceph-mon[111815]: pgmap v983: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:14.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:14.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:49:15.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:49:15.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:15.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:16 smithi187 ceph-mon[111815]: pgmap v984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:16 smithi088 ceph-mon[96111]: pgmap v984: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:16.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:16.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:17.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:17.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:18 smithi187 ceph-mon[111815]: pgmap v985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:18.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:18 smithi088 ceph-mon[96111]: pgmap v985: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:18.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:18.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:19.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:19.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:20 smithi187 ceph-mon[111815]: pgmap v986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:20 smithi088 ceph-mon[96111]: pgmap v986: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:20.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:20.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:21 smithi088 ceph-mon[96111]: pgmap v987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:21 smithi187 ceph-mon[111815]: pgmap v987: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:21.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:21.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:22.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:22.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:23.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:23.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:24 smithi088 ceph-mon[96111]: pgmap v988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:24 smithi187 ceph-mon[111815]: pgmap v988: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:24.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:24.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:25.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:25.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:26 smithi187 ceph-mon[111815]: pgmap v989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:26 smithi088 ceph-mon[96111]: pgmap v989: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:26.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:26.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:27.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:27.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:28 smithi187 ceph-mon[111815]: pgmap v990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:28 smithi088 ceph-mon[96111]: pgmap v990: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:28.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:28.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:29.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:29.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:30 smithi187 ceph-mon[111815]: pgmap v991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:49:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:30 smithi088 ceph-mon[96111]: pgmap v991: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:49:30.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:30.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:31 smithi088 ceph-mon[96111]: pgmap v992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:31 smithi187 ceph-mon[111815]: pgmap v992: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:31.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:31.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:32.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:32.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:33.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:33.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:34 smithi088 ceph-mon[96111]: pgmap v993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:34 smithi187 ceph-mon[111815]: pgmap v993: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:34.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:34.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:35.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:35.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:36 smithi187 ceph-mon[111815]: pgmap v994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:36.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:36 smithi088 ceph-mon[96111]: pgmap v994: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:36.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:36.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:37.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:37.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:38 smithi187 ceph-mon[111815]: pgmap v995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:38 smithi088 ceph-mon[96111]: pgmap v995: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:39.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:39.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:40.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:40.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:40 smithi187 ceph-mon[111815]: pgmap v996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:40 smithi088 ceph-mon[96111]: pgmap v996: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:41.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:41.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:41 smithi088 ceph-mon[96111]: pgmap v997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:41 smithi187 ceph-mon[111815]: pgmap v997: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:42.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:42.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:43.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:43.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:44.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:44.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:44 smithi088 ceph-mon[96111]: pgmap v998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:44 smithi187 ceph-mon[111815]: pgmap v998: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:45.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:45.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:49:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:49:46.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:46.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:46 smithi187 ceph-mon[111815]: pgmap v999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:46.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:46 smithi088 ceph-mon[96111]: pgmap v999: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:47.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:47.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:48.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:48.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:48 smithi187 ceph-mon[111815]: pgmap v1000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:48 smithi088 ceph-mon[96111]: pgmap v1000: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:49.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:49.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:50.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:50.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:50 smithi187 ceph-mon[111815]: pgmap v1001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:50 smithi088 ceph-mon[96111]: pgmap v1001: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:49:51.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:51.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:51.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:51 smithi088 ceph-mon[96111]: pgmap v1002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:51 smithi187 ceph-mon[111815]: pgmap v1002: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:52.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:52.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:53.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:53.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:54.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:54.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:54 smithi088 ceph-mon[96111]: pgmap v1003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:54 smithi187 ceph-mon[111815]: pgmap v1003: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:55.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:55.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:56.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:56.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:56 smithi088 ceph-mon[96111]: pgmap v1004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:56 smithi187 ceph-mon[111815]: pgmap v1004: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:57.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:57.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:58.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:58.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:58 smithi187 ceph-mon[111815]: pgmap v1005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:58 smithi088 ceph-mon[96111]: pgmap v1005: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:49:59.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:49:59.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:49:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:49:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:49:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:49:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:50:00.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:00.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:00 smithi187 ceph-mon[111815]: pgmap v1006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:50:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:50:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:50:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:50:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:50:00.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:50:00.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-12T23:50:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:00 smithi088 ceph-mon[96111]: pgmap v1006: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:50:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:50:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:50:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:50:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:50:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:50:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-12T23:50:01.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:01.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:01 smithi088 ceph-mon[96111]: pgmap v1007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:01 smithi187 ceph-mon[111815]: pgmap v1007: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:02.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:02.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:03.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:03.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:04.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:04.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:04 smithi088 ceph-mon[96111]: pgmap v1008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:04 smithi187 ceph-mon[111815]: pgmap v1008: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:05.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:05.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:06.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:06.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:06 smithi088 ceph-mon[96111]: pgmap v1009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:06 smithi187 ceph-mon[111815]: pgmap v1009: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:07.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:07.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:08.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:08.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:08 smithi187 ceph-mon[111815]: pgmap v1010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:08.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:08 smithi088 ceph-mon[96111]: pgmap v1010: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:09.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:09.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:10.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:10.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:10 smithi187 ceph-mon[111815]: pgmap v1011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:10.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:10 smithi088 ceph-mon[96111]: pgmap v1011: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:11.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:11.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:11 smithi088 ceph-mon[96111]: pgmap v1012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:11 smithi187 ceph-mon[111815]: pgmap v1012: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:12.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:12.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:13.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:13.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:14.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:14.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:14 smithi088 ceph-mon[96111]: pgmap v1013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:14 smithi187 ceph-mon[111815]: pgmap v1013: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:15.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:15.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:50:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:50:16.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:16.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:16 smithi187 ceph-mon[111815]: pgmap v1014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:16.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:16 smithi088 ceph-mon[96111]: pgmap v1014: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:17.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:17.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:18.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:18.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:18 smithi187 ceph-mon[111815]: pgmap v1015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:18 smithi088 ceph-mon[96111]: pgmap v1015: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:19.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:19.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:20.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:20.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:20 smithi187 ceph-mon[111815]: pgmap v1016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:20 smithi088 ceph-mon[96111]: pgmap v1016: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:21.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:21.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:21 smithi088 ceph-mon[96111]: pgmap v1017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:21 smithi187 ceph-mon[111815]: pgmap v1017: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:22.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:22.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:23.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:23.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:24.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:24.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:24 smithi088 ceph-mon[96111]: pgmap v1018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:24 smithi187 ceph-mon[111815]: pgmap v1018: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:25.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:25.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:26.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:26.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:26 smithi187 ceph-mon[111815]: pgmap v1019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:26 smithi088 ceph-mon[96111]: pgmap v1019: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:27.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:27.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:28.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:28.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:28 smithi187 ceph-mon[111815]: pgmap v1020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:28 smithi088 ceph-mon[96111]: pgmap v1020: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:29.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:29.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:30.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:30.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:30 smithi187 ceph-mon[111815]: pgmap v1021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:50:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:30 smithi088 ceph-mon[96111]: pgmap v1021: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:50:31.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:31.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:31 smithi088 ceph-mon[96111]: pgmap v1022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:31 smithi187 ceph-mon[111815]: pgmap v1022: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:32.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:32.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:33.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:33.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:34.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:34.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:34 smithi088 ceph-mon[96111]: pgmap v1023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:34 smithi187 ceph-mon[111815]: pgmap v1023: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:35.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:35.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:36.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:36.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:36 smithi187 ceph-mon[111815]: pgmap v1024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:36 smithi088 ceph-mon[96111]: pgmap v1024: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:37.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:37.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:38.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:38.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:38 smithi187 ceph-mon[111815]: pgmap v1025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:38.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:38 smithi088 ceph-mon[96111]: pgmap v1025: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:39.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:39.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:40.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:40.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:40 smithi187 ceph-mon[111815]: pgmap v1026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:40 smithi088 ceph-mon[96111]: pgmap v1026: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:41.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:41.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:41 smithi088 ceph-mon[96111]: pgmap v1027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:41 smithi187 ceph-mon[111815]: pgmap v1027: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:42.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:42.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:43.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:43.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:44.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:44.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:44 smithi088 ceph-mon[96111]: pgmap v1028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:44 smithi187 ceph-mon[111815]: pgmap v1028: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:45.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:45.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:50:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:50:46.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:46.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:46.689 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:46 smithi088 ceph-mon[96111]: pgmap v1029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:46 smithi187 ceph-mon[111815]: pgmap v1029: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:47.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:47.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:48.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:48.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:48 smithi187 ceph-mon[111815]: pgmap v1030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:48 smithi088 ceph-mon[96111]: pgmap v1030: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:49.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:49.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:49 smithi187 ceph-mon[111815]: pgmap v1031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:49 smithi088 ceph-mon[96111]: pgmap v1031: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:50:50.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:50.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:51.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:51.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:51 smithi088 ceph-mon[96111]: pgmap v1032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:51 smithi187 ceph-mon[111815]: pgmap v1032: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:52.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:52.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:53.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:53.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:54.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:54.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:54 smithi088 ceph-mon[96111]: pgmap v1033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:54 smithi187 ceph-mon[111815]: pgmap v1033: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:55.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:55.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:56.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:56.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:56 smithi187 ceph-mon[111815]: pgmap v1034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:56.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:56 smithi088 ceph-mon[96111]: pgmap v1034: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:57.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:58.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:58.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:50:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:50:58 smithi187 ceph-mon[111815]: pgmap v1035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:50:58 smithi088 ceph-mon[96111]: pgmap v1035: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:50:59.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:50:59.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:00.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:00.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:00 smithi187 ceph-mon[111815]: pgmap v1036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:51:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:51:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:00 smithi088 ceph-mon[96111]: pgmap v1036: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:51:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:51:01.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:01.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:01.837 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:51:01.837 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:51:01.837 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:51:01.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:51:01.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:51:01.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:51:01.838 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:51:01.839 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:01 smithi088 ceph-mon[96111]: pgmap v1037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:51:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:51:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:51:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:51:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:51:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:51:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:51:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:01 smithi187 ceph-mon[111815]: pgmap v1037: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:02.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:02.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:03.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:03.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:04.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:04.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:04 smithi088 ceph-mon[96111]: pgmap v1038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:04 smithi187 ceph-mon[111815]: pgmap v1038: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:05.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:05.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:06.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:06.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:06 smithi187 ceph-mon[111815]: pgmap v1039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:06 smithi088 ceph-mon[96111]: pgmap v1039: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:07.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:07.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:08.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:08.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:08 smithi187 ceph-mon[111815]: pgmap v1040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:08.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:08 smithi088 ceph-mon[96111]: pgmap v1040: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:09.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:09.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:09 smithi088 ceph-mon[96111]: pgmap v1041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:09 smithi187 ceph-mon[111815]: pgmap v1041: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:10.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:10.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:11.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:11.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:11 smithi088 ceph-mon[96111]: pgmap v1042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:11 smithi187 ceph-mon[111815]: pgmap v1042: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:12.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:12.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:13.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:13.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:14.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:14.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:14.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:14 smithi088 ceph-mon[96111]: pgmap v1043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:14 smithi187 ceph-mon[111815]: pgmap v1043: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:15.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:15.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:51:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:51:16.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:16.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:16 smithi187 ceph-mon[111815]: pgmap v1044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:16 smithi088 ceph-mon[96111]: pgmap v1044: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:17.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:17.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:17 smithi187 ceph-mon[111815]: pgmap v1045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:17 smithi088 ceph-mon[96111]: pgmap v1045: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:18.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:18.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:19.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:19.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:20.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:20.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:20 smithi187 ceph-mon[111815]: pgmap v1046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:20 smithi088 ceph-mon[96111]: pgmap v1046: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:21.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:21.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:21 smithi088 ceph-mon[96111]: pgmap v1047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:21 smithi187 ceph-mon[111815]: pgmap v1047: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:22.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:22.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:23.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:23.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:24.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:24.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:24 smithi088 ceph-mon[96111]: pgmap v1048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:24 smithi187 ceph-mon[111815]: pgmap v1048: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:25.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:25.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:26.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:26.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:26 smithi187 ceph-mon[111815]: pgmap v1049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:26.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:26 smithi088 ceph-mon[96111]: pgmap v1049: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:27.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:27.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:27 smithi088 ceph-mon[96111]: pgmap v1050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:27 smithi187 ceph-mon[111815]: pgmap v1050: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:28.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:28.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:29.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:29.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:30.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:30.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:30 smithi187 ceph-mon[111815]: pgmap v1051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:51:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:30 smithi088 ceph-mon[96111]: pgmap v1051: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:51:31.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:31.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:31 smithi187 ceph-mon[111815]: pgmap v1052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:31 smithi088 ceph-mon[96111]: pgmap v1052: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:32.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:32.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:33.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:33.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:34.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:34.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:34 smithi088 ceph-mon[96111]: pgmap v1053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:34 smithi187 ceph-mon[111815]: pgmap v1053: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:35.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:35.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:36.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:36.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:36 smithi187 ceph-mon[111815]: pgmap v1054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:36 smithi088 ceph-mon[96111]: pgmap v1054: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:37.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:37.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:37 smithi088 ceph-mon[96111]: pgmap v1055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:37 smithi187 ceph-mon[111815]: pgmap v1055: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:38.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:38.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:39.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:39.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:40.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:40.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:40 smithi187 ceph-mon[111815]: pgmap v1056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:40 smithi088 ceph-mon[96111]: pgmap v1056: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:41.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:41.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:41 smithi187 ceph-mon[111815]: pgmap v1057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:41 smithi088 ceph-mon[96111]: pgmap v1057: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:42.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:42.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:43.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:43.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:44.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:44.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:44 smithi088 ceph-mon[96111]: pgmap v1058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:44 smithi187 ceph-mon[111815]: pgmap v1058: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:45.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:45.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:51:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:51:46.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:46.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:46 smithi187 ceph-mon[111815]: pgmap v1059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:46 smithi088 ceph-mon[96111]: pgmap v1059: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:47.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:47.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:47 smithi088 ceph-mon[96111]: pgmap v1060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:47 smithi187 ceph-mon[111815]: pgmap v1060: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:48.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:48.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:49.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:49.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:50.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:50.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:50 smithi187 ceph-mon[111815]: pgmap v1061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:50 smithi088 ceph-mon[96111]: pgmap v1061: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:51.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:51.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:51 smithi187 ceph-mon[111815]: pgmap v1062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:52.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:51 smithi088 ceph-mon[96111]: pgmap v1062: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:52.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:52.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:53.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:53.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:54.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:54.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:54 smithi088 ceph-mon[96111]: pgmap v1063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:54 smithi187 ceph-mon[111815]: pgmap v1063: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:55.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:55.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:55 smithi187 ceph-mon[111815]: pgmap v1064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:55 smithi088 ceph-mon[96111]: pgmap v1064: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:56.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:56.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:57.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:57.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:57 smithi088 ceph-mon[96111]: pgmap v1065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:57 smithi187 ceph-mon[111815]: pgmap v1065: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:51:58.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:58.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:59.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:51:59.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:51:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:51:59 smithi088 ceph-mon[96111]: pgmap v1066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:51:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:51:59 smithi187 ceph-mon[111815]: pgmap v1066: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:00.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:00.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:52:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:52:01.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:01.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:01.885 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:52:01.886 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:01 smithi187 ceph-mon[111815]: pgmap v1067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:01.886 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:01.886 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:01.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:52:01.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:01 smithi088 ceph-mon[96111]: pgmap v1067: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:01.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:01.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:02.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:02.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:03.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:03.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:03 smithi088 ceph-mon[96111]: pgmap v1068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:03 smithi187 ceph-mon[111815]: pgmap v1068: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:04.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:04.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:05.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:05.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:05 smithi088 ceph-mon[96111]: pgmap v1069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:52:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:52:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:52:06.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:05 smithi187 ceph-mon[111815]: pgmap v1069: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:52:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:52:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:52:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:52:06.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:06.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:07.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:07.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:07 smithi088 ceph-mon[96111]: pgmap v1070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:07 smithi187 ceph-mon[111815]: pgmap v1070: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:08.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:08.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:09.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:09.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:09 smithi088 ceph-mon[96111]: pgmap v1071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:09 smithi187 ceph-mon[111815]: pgmap v1071: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:10.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:10.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:11.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:11.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:11 smithi187 ceph-mon[111815]: pgmap v1072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:12.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:11 smithi088 ceph-mon[96111]: pgmap v1072: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:12.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:12.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:13.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:13.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:13 smithi088 ceph-mon[96111]: pgmap v1073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:13 smithi187 ceph-mon[111815]: pgmap v1073: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:14.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:14.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:52:15.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:15.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:52:16.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:16.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:15 smithi088 ceph-mon[96111]: pgmap v1074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:15 smithi187 ceph-mon[111815]: pgmap v1074: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:17.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:17.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:17 smithi088 ceph-mon[96111]: pgmap v1075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:17 smithi187 ceph-mon[111815]: pgmap v1075: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:18.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:18.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:19.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:19.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:19 smithi088 ceph-mon[96111]: pgmap v1076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:19 smithi187 ceph-mon[111815]: pgmap v1076: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:20.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:20.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:21.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:21.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:21 smithi187 ceph-mon[111815]: pgmap v1077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:21 smithi088 ceph-mon[96111]: pgmap v1077: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:22.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:22.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:23.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:23.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:23 smithi088 ceph-mon[96111]: pgmap v1078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:23 smithi187 ceph-mon[111815]: pgmap v1078: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:24.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:24.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:25.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:25.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:25 smithi187 ceph-mon[111815]: pgmap v1079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:25 smithi088 ceph-mon[96111]: pgmap v1079: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:26.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:26.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:27.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:27.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:27 smithi088 ceph-mon[96111]: pgmap v1080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:27 smithi187 ceph-mon[111815]: pgmap v1080: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:28.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:28.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:29.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:29.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:29.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:29 smithi088 ceph-mon[96111]: pgmap v1081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:29 smithi187 ceph-mon[111815]: pgmap v1081: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:30.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:30.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:52:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:52:31.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:31.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:31 smithi187 ceph-mon[111815]: pgmap v1082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:31 smithi088 ceph-mon[96111]: pgmap v1082: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:32.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:32.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:33.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:33.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:33 smithi088 ceph-mon[96111]: pgmap v1083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:33 smithi187 ceph-mon[111815]: pgmap v1083: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:34.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:34.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:35.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:35.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:35 smithi187 ceph-mon[111815]: pgmap v1084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:35 smithi088 ceph-mon[96111]: pgmap v1084: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:36.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:36.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:37.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:37.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:37.772 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:37 smithi088 ceph-mon[96111]: pgmap v1085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:37 smithi187 ceph-mon[111815]: pgmap v1085: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:38.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:38.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:39.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:39.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:39 smithi088 ceph-mon[96111]: pgmap v1086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:39 smithi187 ceph-mon[111815]: pgmap v1086: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:40.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:40.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:41.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:41.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:41 smithi187 ceph-mon[111815]: pgmap v1087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:41 smithi088 ceph-mon[96111]: pgmap v1087: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:42.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:42.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:43.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:43.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:43 smithi088 ceph-mon[96111]: pgmap v1088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:43 smithi187 ceph-mon[111815]: pgmap v1088: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:44.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:44.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:52:45.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:45.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:45.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:52:46.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:46.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:45 smithi088 ceph-mon[96111]: pgmap v1089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:45 smithi187 ceph-mon[111815]: pgmap v1089: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:47.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:47.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:47 smithi088 ceph-mon[96111]: pgmap v1090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:47 smithi187 ceph-mon[111815]: pgmap v1090: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:48.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:48.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:49.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:49.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:49 smithi088 ceph-mon[96111]: pgmap v1091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:49 smithi187 ceph-mon[111815]: pgmap v1091: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:50.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:50.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:51.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:51.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:51 smithi187 ceph-mon[111815]: pgmap v1092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:51 smithi088 ceph-mon[96111]: pgmap v1092: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:52.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:52.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:53.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:53.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:53.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:53 smithi088 ceph-mon[96111]: pgmap v1093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:53 smithi187 ceph-mon[111815]: pgmap v1093: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:54.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:54.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:55.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:55.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:55 smithi088 ceph-mon[96111]: pgmap v1094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:55 smithi187 ceph-mon[111815]: pgmap v1094: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:56.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:56.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:57.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:57.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:57 smithi088 ceph-mon[96111]: pgmap v1095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:57 smithi187 ceph-mon[111815]: pgmap v1095: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:52:58.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:58.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:59.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:52:59.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:52:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:52:59 smithi088 ceph-mon[96111]: pgmap v1096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:52:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:52:59 smithi187 ceph-mon[111815]: pgmap v1096: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:00.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:00.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:53:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:53:01.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:01.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:01 smithi187 ceph-mon[111815]: pgmap v1097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:01 smithi088 ceph-mon[96111]: pgmap v1097: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:02.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:02.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:03.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:03.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:03 smithi088 ceph-mon[96111]: pgmap v1098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:03 smithi187 ceph-mon[111815]: pgmap v1098: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:04.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:04.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:05.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:05.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:05 smithi088 ceph-mon[96111]: pgmap v1099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:05 smithi187 ceph-mon[111815]: pgmap v1099: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:06.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:06.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:53:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:53:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:53:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:53:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:53:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:53:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:53:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:53:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:53:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:53:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:53:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:53:07.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:07.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:07 smithi187 ceph-mon[111815]: pgmap v1100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:08.069 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:07 smithi088 ceph-mon[96111]: pgmap v1100: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:08.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:08.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:09.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:09.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:09 smithi088 ceph-mon[96111]: pgmap v1101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:09 smithi187 ceph-mon[111815]: pgmap v1101: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:10.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:10.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:11.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:11.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:11 smithi187 ceph-mon[111815]: pgmap v1102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:11 smithi088 ceph-mon[96111]: pgmap v1102: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:12.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:12.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:13.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:13.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:13 smithi088 ceph-mon[96111]: pgmap v1103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:13 smithi187 ceph-mon[111815]: pgmap v1103: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:14.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:14.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:53:15.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:53:15.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:15.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:15 smithi187 ceph-mon[111815]: pgmap v1104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:15 smithi088 ceph-mon[96111]: pgmap v1104: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:16.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:16.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:17.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:17.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:17 smithi088 ceph-mon[96111]: pgmap v1105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:17 smithi187 ceph-mon[111815]: pgmap v1105: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:18.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:18.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:19.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:19.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:19 smithi088 ceph-mon[96111]: pgmap v1106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:19 smithi187 ceph-mon[111815]: pgmap v1106: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:20.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:20.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:21.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:21.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:21 smithi187 ceph-mon[111815]: pgmap v1107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:21 smithi088 ceph-mon[96111]: pgmap v1107: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:22.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:22.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:23.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:23.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:23 smithi088 ceph-mon[96111]: pgmap v1108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:23 smithi187 ceph-mon[111815]: pgmap v1108: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:24.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:24.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:25.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:25.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:25.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:25 smithi088 ceph-mon[96111]: pgmap v1109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:25.909 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:25 smithi187 ceph-mon[111815]: pgmap v1109: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:26.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:26.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:27.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:27.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:27 smithi088 ceph-mon[96111]: pgmap v1110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:27 smithi187 ceph-mon[111815]: pgmap v1110: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:28.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:28.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:29.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:29.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:29 smithi088 ceph-mon[96111]: pgmap v1111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:29 smithi187 ceph-mon[111815]: pgmap v1111: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:30.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:30.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:53:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:53:31.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:31.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:31 smithi187 ceph-mon[111815]: pgmap v1112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:31 smithi088 ceph-mon[96111]: pgmap v1112: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:32.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:32.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:33.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:33.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:33.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:33 smithi088 ceph-mon[96111]: pgmap v1113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:33 smithi187 ceph-mon[111815]: pgmap v1113: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:34.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:34.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:35.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:35.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:35 smithi088 ceph-mon[96111]: pgmap v1114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:35 smithi187 ceph-mon[111815]: pgmap v1114: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:36.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:36.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:37.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:37.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:37 smithi088 ceph-mon[96111]: pgmap v1115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:37 smithi187 ceph-mon[111815]: pgmap v1115: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:38.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:38.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:39.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:39.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:39 smithi088 ceph-mon[96111]: pgmap v1116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:39 smithi187 ceph-mon[111815]: pgmap v1116: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:40.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:40.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:41.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:41.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:41 smithi187 ceph-mon[111815]: pgmap v1117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:41 smithi088 ceph-mon[96111]: pgmap v1117: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:42.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:42.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:43.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:43.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:43 smithi088 ceph-mon[96111]: pgmap v1118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:43 smithi187 ceph-mon[111815]: pgmap v1118: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:44.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:44.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:53:45.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:53:45.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:45.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:45 smithi088 ceph-mon[96111]: pgmap v1119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:46.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:46.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:45 smithi187 ceph-mon[111815]: pgmap v1119: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:47.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:47.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:47 smithi088 ceph-mon[96111]: pgmap v1120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:47 smithi187 ceph-mon[111815]: pgmap v1120: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:48.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:48.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:49.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:49.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:49 smithi088 ceph-mon[96111]: pgmap v1121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:49 smithi187 ceph-mon[111815]: pgmap v1121: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:50.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:50.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:51.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:51.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:51 smithi187 ceph-mon[111815]: pgmap v1122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:52.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:51 smithi088 ceph-mon[96111]: pgmap v1122: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:52.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:52.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:53.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:53.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:53 smithi088 ceph-mon[96111]: pgmap v1123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:53 smithi187 ceph-mon[111815]: pgmap v1123: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:54.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:54.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:55.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:55.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:55.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:55 smithi088 ceph-mon[96111]: pgmap v1124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:55 smithi187 ceph-mon[111815]: pgmap v1124: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:56.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:56.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:57.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:57.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:57 smithi088 ceph-mon[96111]: pgmap v1125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:57 smithi187 ceph-mon[111815]: pgmap v1125: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:53:58.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:58.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:59.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:53:59.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:53:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:53:59 smithi088 ceph-mon[96111]: pgmap v1126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:53:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:53:59 smithi187 ceph-mon[111815]: pgmap v1126: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:00.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:00.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:54:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:54:01.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:01.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:01 smithi187 ceph-mon[111815]: pgmap v1127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:01 smithi088 ceph-mon[96111]: pgmap v1127: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:02.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:02.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:03.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:03.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:03 smithi088 ceph-mon[96111]: pgmap v1128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:03 smithi187 ceph-mon[111815]: pgmap v1128: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:04.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:04.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:05.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:05.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:05 smithi088 ceph-mon[96111]: pgmap v1129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:05 smithi187 ceph-mon[111815]: pgmap v1129: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:06.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:06.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:54:07.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:54:07.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:07.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:07 smithi187 ceph-mon[111815]: pgmap v1130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:08.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:07 smithi088 ceph-mon[96111]: pgmap v1130: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:08.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:08.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:09.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:09.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:10.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:10.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:54:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:54:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:10 smithi187 ceph-mon[111815]: pgmap v1131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:54:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:54:10.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:54:10.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:54:10.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:54:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:54:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:54:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:10 smithi088 ceph-mon[96111]: pgmap v1131: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:54:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:54:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:54:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:54:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:54:11.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:11.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:11 smithi187 ceph-mon[111815]: pgmap v1132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:11 smithi088 ceph-mon[96111]: pgmap v1132: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:12.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:12.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:13.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:13.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:13 smithi088 ceph-mon[96111]: pgmap v1133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:13 smithi187 ceph-mon[111815]: pgmap v1133: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:14.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:14.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:54:15.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:15.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:54:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:15 smithi088 ceph-mon[96111]: pgmap v1134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:16.439 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:15 smithi187 ceph-mon[111815]: pgmap v1134: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:16.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:16.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:17.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:17.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:17 smithi088 ceph-mon[96111]: pgmap v1135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:17 smithi187 ceph-mon[111815]: pgmap v1135: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:18.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:18.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:19.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:19.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:19 smithi088 ceph-mon[96111]: pgmap v1136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:19 smithi187 ceph-mon[111815]: pgmap v1136: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:20.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:20.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:21.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:21.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:21.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:21 smithi187 ceph-mon[111815]: pgmap v1137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:21 smithi088 ceph-mon[96111]: pgmap v1137: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:22.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:22.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:23.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:23.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:23.800 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:23 smithi088 ceph-mon[96111]: pgmap v1138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:23 smithi187 ceph-mon[111815]: pgmap v1138: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:24.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:24.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:25.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:25.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:25 smithi088 ceph-mon[96111]: pgmap v1139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:25 smithi187 ceph-mon[111815]: pgmap v1139: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:26.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:26.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:27.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:27.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:27 smithi088 ceph-mon[96111]: pgmap v1140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:27 smithi187 ceph-mon[111815]: pgmap v1140: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:28.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:28.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:29.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:29.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:29 smithi088 ceph-mon[96111]: pgmap v1141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:29 smithi187 ceph-mon[111815]: pgmap v1141: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:30.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:30.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:54:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:54:31.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:31.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:31 smithi187 ceph-mon[111815]: pgmap v1142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:31 smithi088 ceph-mon[96111]: pgmap v1142: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:32.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:32.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:33.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:33.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:33 smithi088 ceph-mon[96111]: pgmap v1143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:33 smithi187 ceph-mon[111815]: pgmap v1143: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:34.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:34.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:35.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:35.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:35 smithi088 ceph-mon[96111]: pgmap v1144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:35 smithi187 ceph-mon[111815]: pgmap v1144: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:36.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:37.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:37.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:37 smithi088 ceph-mon[96111]: pgmap v1145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:37 smithi187 ceph-mon[111815]: pgmap v1145: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:38.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:38.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:39.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:39.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:39 smithi088 ceph-mon[96111]: pgmap v1146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:39 smithi187 ceph-mon[111815]: pgmap v1146: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:40.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:40.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:41.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:41.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:41 smithi187 ceph-mon[111815]: pgmap v1147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:41 smithi088 ceph-mon[96111]: pgmap v1147: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:42.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:42.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:43.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:43.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:43.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:43 smithi088 ceph-mon[96111]: pgmap v1148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:43 smithi187 ceph-mon[111815]: pgmap v1148: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:44.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:44.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:54:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:54:45.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:45.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:45 smithi088 ceph-mon[96111]: pgmap v1149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:45 smithi187 ceph-mon[111815]: pgmap v1149: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:46.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:46.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:47.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:47.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:47 smithi088 ceph-mon[96111]: pgmap v1150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:47.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:47 smithi187 ceph-mon[111815]: pgmap v1150: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:48.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:48.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:49.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:49.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:49 smithi088 ceph-mon[96111]: pgmap v1151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:49 smithi187 ceph-mon[111815]: pgmap v1151: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:50.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:50.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:51.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:51.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:51 smithi187 ceph-mon[111815]: pgmap v1152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:51 smithi088 ceph-mon[96111]: pgmap v1152: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:52.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:52.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:53.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:53.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:53 smithi088 ceph-mon[96111]: pgmap v1153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:53 smithi187 ceph-mon[111815]: pgmap v1153: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:54.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:54.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:55.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:55.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:55 smithi088 ceph-mon[96111]: pgmap v1154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:55 smithi187 ceph-mon[111815]: pgmap v1154: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:56.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:56.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:57.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:57.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:57 smithi088 ceph-mon[96111]: pgmap v1155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:57 smithi187 ceph-mon[111815]: pgmap v1155: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:54:58.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:58.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:59.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:54:59.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:54:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:54:59 smithi088 ceph-mon[96111]: pgmap v1156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:54:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:54:59 smithi187 ceph-mon[111815]: pgmap v1156: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:00.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:00.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:55:00.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:55:01.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:01.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:01.911 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:01 smithi187 ceph-mon[111815]: pgmap v1157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:01 smithi088 ceph-mon[96111]: pgmap v1157: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:02.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:02.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:03.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:03.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:03 smithi088 ceph-mon[96111]: pgmap v1158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:03 smithi187 ceph-mon[111815]: pgmap v1158: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:04.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:04.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:05.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:05.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:05 smithi088 ceph-mon[96111]: pgmap v1159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:05 smithi187 ceph-mon[111815]: pgmap v1159: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:06.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:06.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:07.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:07.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:07 smithi088 ceph-mon[96111]: pgmap v1160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:07 smithi187 ceph-mon[111815]: pgmap v1160: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:08.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:08.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:09.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:09.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:09 smithi088 ceph-mon[96111]: pgmap v1161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:09 smithi187 ceph-mon[111815]: pgmap v1161: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:10.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:10.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:10.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:55:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:55:11.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:11.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:11 smithi187 ceph-mon[111815]: pgmap v1162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:12.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:11 smithi088 ceph-mon[96111]: pgmap v1162: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:12.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:12.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:13.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:13.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:13 smithi088 ceph-mon[96111]: pgmap v1163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:13 smithi187 ceph-mon[111815]: pgmap v1163: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:14.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:14.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:15.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:15.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:55:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:55:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:55:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:55:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:55:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:55:15.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:55:15.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:55:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:55:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:55:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:55:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:55:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:55:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:55:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:55:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:55:16.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:16.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:16 smithi088 ceph-mon[96111]: pgmap v1164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:16 smithi187 ceph-mon[111815]: pgmap v1164: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:17.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:17.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:17 smithi088 ceph-mon[96111]: pgmap v1165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:17.964 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:17 smithi187 ceph-mon[111815]: pgmap v1165: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:18.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:18.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:19.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:19.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:19 smithi088 ceph-mon[96111]: pgmap v1166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:19 smithi187 ceph-mon[111815]: pgmap v1166: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:20.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:20.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:21.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:21.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:21 smithi187 ceph-mon[111815]: pgmap v1167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:21 smithi088 ceph-mon[96111]: pgmap v1167: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:22.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:22.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:23.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:23.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:23 smithi088 ceph-mon[96111]: pgmap v1168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:23 smithi187 ceph-mon[111815]: pgmap v1168: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:24.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:24.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:25.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:25.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:25 smithi088 ceph-mon[96111]: pgmap v1169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:25 smithi187 ceph-mon[111815]: pgmap v1169: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:26.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:26.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:27.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:27.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:27 smithi088 ceph-mon[96111]: pgmap v1170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:27 smithi187 ceph-mon[111815]: pgmap v1170: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:28.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:28.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:29.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:29.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:29 smithi088 ceph-mon[96111]: pgmap v1171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:29 smithi187 ceph-mon[111815]: pgmap v1171: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:30.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:30.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:55:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:55:31.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:31.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:31 smithi187 ceph-mon[111815]: pgmap v1172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:31 smithi088 ceph-mon[96111]: pgmap v1172: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:32.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:32.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:33.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:33.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:33 smithi088 ceph-mon[96111]: pgmap v1173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:33 smithi187 ceph-mon[111815]: pgmap v1173: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:34.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:34.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:35.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:35.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:35 smithi088 ceph-mon[96111]: pgmap v1174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:35 smithi187 ceph-mon[111815]: pgmap v1174: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:36.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:36.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:37.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:37.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:37 smithi187 ceph-mon[111815]: pgmap v1175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:37 smithi088 ceph-mon[96111]: pgmap v1175: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:38.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:38.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:39.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:39.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:39 smithi088 ceph-mon[96111]: pgmap v1176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:39 smithi187 ceph-mon[111815]: pgmap v1176: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:40.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:40.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:41.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:41.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:41.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:41 smithi187 ceph-mon[111815]: pgmap v1177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:41 smithi088 ceph-mon[96111]: pgmap v1177: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:42.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:42.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:43.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:43.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:43 smithi088 ceph-mon[96111]: pgmap v1178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:43 smithi187 ceph-mon[111815]: pgmap v1178: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:44.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:44.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:55:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:55:45.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:45.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:45 smithi088 ceph-mon[96111]: pgmap v1179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:45 smithi187 ceph-mon[111815]: pgmap v1179: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:46.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:46.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:47.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:47.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:47.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:47 smithi187 ceph-mon[111815]: pgmap v1180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:47 smithi088 ceph-mon[96111]: pgmap v1180: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:48.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:48.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:49.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:49.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:49 smithi088 ceph-mon[96111]: pgmap v1181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:49 smithi187 ceph-mon[111815]: pgmap v1181: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:50.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:50.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:51.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:51.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:51 smithi187 ceph-mon[111815]: pgmap v1182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:51 smithi088 ceph-mon[96111]: pgmap v1182: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:52.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:52.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:53.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:53.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:53 smithi088 ceph-mon[96111]: pgmap v1183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:53.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:53 smithi187 ceph-mon[111815]: pgmap v1183: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:54.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:54.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:55.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:55.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:55 smithi088 ceph-mon[96111]: pgmap v1184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:55 smithi187 ceph-mon[111815]: pgmap v1184: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:56.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:56.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:57.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:57.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:57 smithi088 ceph-mon[96111]: pgmap v1185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:57 smithi187 ceph-mon[111815]: pgmap v1185: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:55:58.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:58.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:59.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:55:59.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:55:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:55:59 smithi088 ceph-mon[96111]: pgmap v1186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:55:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:55:59 smithi187 ceph-mon[111815]: pgmap v1186: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:00.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:00.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:56:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:56:01.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:01.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:01 smithi187 ceph-mon[111815]: pgmap v1187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:01 smithi088 ceph-mon[96111]: pgmap v1187: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:02.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:02.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:03.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:03.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:03 smithi088 ceph-mon[96111]: pgmap v1188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:03 smithi187 ceph-mon[111815]: pgmap v1188: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:04.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:04.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:05.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:05.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:05 smithi088 ceph-mon[96111]: pgmap v1189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:05 smithi187 ceph-mon[111815]: pgmap v1189: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:06.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:06.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:07.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:07.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:07 smithi088 ceph-mon[96111]: pgmap v1190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:07 smithi187 ceph-mon[111815]: pgmap v1190: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:08.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:08.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:09.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:09.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:09 smithi088 ceph-mon[96111]: pgmap v1191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:09 smithi187 ceph-mon[111815]: pgmap v1191: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:10.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:10.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:11.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:11.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:11 smithi187 ceph-mon[111815]: pgmap v1192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:11 smithi088 ceph-mon[96111]: pgmap v1192: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:12.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:12.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:13.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:13.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:13 smithi088 ceph-mon[96111]: pgmap v1193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:13 smithi187 ceph-mon[111815]: pgmap v1193: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:14.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:14.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:56:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:56:15.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:15.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:56:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:56:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:56:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:56:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:56:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:56:16.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:15 smithi187 ceph-mon[111815]: pgmap v1194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:56:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:56:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:56:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:56:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:56:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:56:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:15 smithi088 ceph-mon[96111]: pgmap v1194: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:16.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:16.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:17.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:17.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:17 smithi088 ceph-mon[96111]: pgmap v1195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:17 smithi187 ceph-mon[111815]: pgmap v1195: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:18.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:18.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:19.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:19.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:19 smithi088 ceph-mon[96111]: pgmap v1196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:19 smithi187 ceph-mon[111815]: pgmap v1196: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:20.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:20.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:21.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:21.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:21 smithi187 ceph-mon[111815]: pgmap v1197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:21 smithi088 ceph-mon[96111]: pgmap v1197: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:22.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:22.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:23.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:23.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:23 smithi088 ceph-mon[96111]: pgmap v1198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:23.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:23 smithi187 ceph-mon[111815]: pgmap v1198: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:24.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:24.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:25.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:25.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:25 smithi088 ceph-mon[96111]: pgmap v1199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:25 smithi187 ceph-mon[111815]: pgmap v1199: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:26.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:26.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:27.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:27.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:27.808 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:27 smithi187 ceph-mon[111815]: pgmap v1200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:27 smithi088 ceph-mon[96111]: pgmap v1200: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:28.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:28.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:29.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:29.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:29.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:29 smithi088 ceph-mon[96111]: pgmap v1201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:29 smithi187 ceph-mon[111815]: pgmap v1201: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:30.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:30.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:56:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:56:31.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:31.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:31 smithi187 ceph-mon[111815]: pgmap v1202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:31 smithi088 ceph-mon[96111]: pgmap v1202: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:32.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:32.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:33.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:33.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:33 smithi088 ceph-mon[96111]: pgmap v1203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:33 smithi187 ceph-mon[111815]: pgmap v1203: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:34.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:34.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:35.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:35.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:35 smithi088 ceph-mon[96111]: pgmap v1204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:35.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:35 smithi187 ceph-mon[111815]: pgmap v1204: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:36.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:36.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:37.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:37.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:37 smithi088 ceph-mon[96111]: pgmap v1205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:37.913 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:37 smithi187 ceph-mon[111815]: pgmap v1205: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:38.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:38.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:39.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:39.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:39 smithi088 ceph-mon[96111]: pgmap v1206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:39 smithi187 ceph-mon[111815]: pgmap v1206: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:40.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:40.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:41.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:41.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:41 smithi187 ceph-mon[111815]: pgmap v1207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:41 smithi088 ceph-mon[96111]: pgmap v1207: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:42.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:42.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:43.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:43.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:43 smithi088 ceph-mon[96111]: pgmap v1208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:43 smithi187 ceph-mon[111815]: pgmap v1208: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:44.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:44.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:56:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:56:45.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:45.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:45 smithi088 ceph-mon[96111]: pgmap v1209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:45 smithi187 ceph-mon[111815]: pgmap v1209: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:46.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:46.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:47.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:47.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:47 smithi088 ceph-mon[96111]: pgmap v1210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:47 smithi187 ceph-mon[111815]: pgmap v1210: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:48.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:48.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:49.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:49.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:49 smithi088 ceph-mon[96111]: pgmap v1211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:49 smithi187 ceph-mon[111815]: pgmap v1211: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:50.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:50.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:51.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:51.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:51 smithi187 ceph-mon[111815]: pgmap v1212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:51 smithi088 ceph-mon[96111]: pgmap v1212: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:52.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:52.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:53.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:53.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:53 smithi088 ceph-mon[96111]: pgmap v1213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:53 smithi187 ceph-mon[111815]: pgmap v1213: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:54.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:54.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:55.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:55.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:55 smithi088 ceph-mon[96111]: pgmap v1214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:55.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:55 smithi187 ceph-mon[111815]: pgmap v1214: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:56.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:56.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:57.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:57.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:57 smithi088 ceph-mon[96111]: pgmap v1215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:57 smithi187 ceph-mon[111815]: pgmap v1215: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:56:58.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:58.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:59.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:56:59.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:56:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:56:59 smithi088 ceph-mon[96111]: pgmap v1216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:56:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:56:59 smithi187 ceph-mon[111815]: pgmap v1216: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:00.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:00.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:57:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:57:01.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:01.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:01 smithi187 ceph-mon[111815]: pgmap v1217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:01 smithi088 ceph-mon[96111]: pgmap v1217: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:02.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:02.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:03.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:03.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:03 smithi088 ceph-mon[96111]: pgmap v1218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:03 smithi187 ceph-mon[111815]: pgmap v1218: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:04.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:04.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:05.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:05.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:05 smithi088 ceph-mon[96111]: pgmap v1219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:05 smithi187 ceph-mon[111815]: pgmap v1219: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:06.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:06.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:07.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:07.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:07 smithi088 ceph-mon[96111]: pgmap v1220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:07 smithi187 ceph-mon[111815]: pgmap v1220: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:08.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:08.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:09.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:09.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:09 smithi088 ceph-mon[96111]: pgmap v1221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:09 smithi187 ceph-mon[111815]: pgmap v1221: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:10.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:10.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:11.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:11.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:11.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:11 smithi187 ceph-mon[111815]: pgmap v1222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:12.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:11 smithi088 ceph-mon[96111]: pgmap v1222: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:12.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:12.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:13.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:13.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:13 smithi088 ceph-mon[96111]: pgmap v1223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:13.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:13 smithi187 ceph-mon[111815]: pgmap v1223: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:14.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:14.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:57:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:57:15.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:15.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:16.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:57:16.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:15 smithi088 ceph-mon[96111]: pgmap v1224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:16.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:57:16.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:57:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:57:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:15 smithi187 ceph-mon[111815]: pgmap v1224: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:57:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:57:16.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:16.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:57:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:57:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:57:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:57:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:57:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:57:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:57:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:57:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:57:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:57:17.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:17.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:17 smithi088 ceph-mon[96111]: pgmap v1225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:18.332 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:17 smithi187 ceph-mon[111815]: pgmap v1225: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:18.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:18.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:19.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:19.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:19 smithi088 ceph-mon[96111]: pgmap v1226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:19 smithi187 ceph-mon[111815]: pgmap v1226: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:20.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:20.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:21.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:21.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:21.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:21 smithi187 ceph-mon[111815]: pgmap v1227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:22.078 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:21 smithi088 ceph-mon[96111]: pgmap v1227: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:22.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:22.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:23 smithi187 ceph-mon[111815]: pgmap v1228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:23.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:23.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:23 smithi088 ceph-mon[96111]: pgmap v1228: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:24.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:24.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:25.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:25.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:25.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:25 smithi088 ceph-mon[96111]: pgmap v1229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:25 smithi187 ceph-mon[111815]: pgmap v1229: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:26.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:26.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:27.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:27.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:27 smithi088 ceph-mon[96111]: pgmap v1230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:27 smithi187 ceph-mon[111815]: pgmap v1230: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:28.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:28.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:29.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:29.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:29 smithi088 ceph-mon[96111]: pgmap v1231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:29 smithi187 ceph-mon[111815]: pgmap v1231: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:30.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:30.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:30.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:57:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:57:31.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:31.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:31 smithi187 ceph-mon[111815]: pgmap v1232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:31 smithi088 ceph-mon[96111]: pgmap v1232: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:32.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:32.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:33.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:33.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:33 smithi088 ceph-mon[96111]: pgmap v1233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:33 smithi187 ceph-mon[111815]: pgmap v1233: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:34.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:34.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:35.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:35.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:35 smithi088 ceph-mon[96111]: pgmap v1234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:35 smithi187 ceph-mon[111815]: pgmap v1234: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:36.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:36.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:37.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:37.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:37 smithi088 ceph-mon[96111]: pgmap v1235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:37 smithi187 ceph-mon[111815]: pgmap v1235: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:38.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:38.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:39.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:39.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:39 smithi088 ceph-mon[96111]: pgmap v1236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:39 smithi187 ceph-mon[111815]: pgmap v1236: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:40.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:40.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:41.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:41.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:41 smithi187 ceph-mon[111815]: pgmap v1237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:41 smithi088 ceph-mon[96111]: pgmap v1237: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:42.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:42.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:43.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:43.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:43 smithi088 ceph-mon[96111]: pgmap v1238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:43 smithi187 ceph-mon[111815]: pgmap v1238: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:44.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:44.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:57:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:57:45.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:45.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:45 smithi088 ceph-mon[96111]: pgmap v1239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:45 smithi187 ceph-mon[111815]: pgmap v1239: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:46.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:46.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:47.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:47.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:47 smithi088 ceph-mon[96111]: pgmap v1240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:47 smithi187 ceph-mon[111815]: pgmap v1240: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:48.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:48.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:49.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:49.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:49 smithi088 ceph-mon[96111]: pgmap v1241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:49 smithi187 ceph-mon[111815]: pgmap v1241: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:50.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:50.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:51.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:51.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:51 smithi187 ceph-mon[111815]: pgmap v1242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:51 smithi088 ceph-mon[96111]: pgmap v1242: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:52.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:52.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:53.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:53.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:53 smithi088 ceph-mon[96111]: pgmap v1243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:53 smithi187 ceph-mon[111815]: pgmap v1243: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:54.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:54.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:55.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:55.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:55.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:55 smithi088 ceph-mon[96111]: pgmap v1244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:55 smithi187 ceph-mon[111815]: pgmap v1244: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:56.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:56.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:57.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:57.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:57.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:57 smithi088 ceph-mon[96111]: pgmap v1245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:57.837 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:57 smithi187 ceph-mon[111815]: pgmap v1245: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:57:58.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:58.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:59.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:57:59.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:57:59.832 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:57:59 smithi088 ceph-mon[96111]: pgmap v1246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:57:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:57:59 smithi187 ceph-mon[111815]: pgmap v1246: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:00.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:00.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:58:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:58:01.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:01.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:01.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:01 smithi187 ceph-mon[111815]: pgmap v1247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:01 smithi088 ceph-mon[96111]: pgmap v1247: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:02.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:02.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:03.804 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:03 smithi187 ceph-mon[111815]: pgmap v1248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:03.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:03.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:03 smithi088 ceph-mon[96111]: pgmap v1248: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:04.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:04.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:05 smithi088 ceph-mon[96111]: pgmap v1249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:05.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:05.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:05 smithi187 ceph-mon[111815]: pgmap v1249: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:06.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:06.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:07 smithi088 ceph-mon[96111]: pgmap v1250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:07.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:07.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:07 smithi187 ceph-mon[111815]: pgmap v1250: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:08.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:08.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:09 smithi088 ceph-mon[96111]: pgmap v1251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:09.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:09.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:09.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:09 smithi187 ceph-mon[111815]: pgmap v1251: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:10.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:10.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:11.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:11.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:11 smithi187 ceph-mon[111815]: pgmap v1252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:11 smithi088 ceph-mon[96111]: pgmap v1252: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:12.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:12.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:13 smithi088 ceph-mon[96111]: pgmap v1253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:13.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:13.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:13.908 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:13 smithi187 ceph-mon[111815]: pgmap v1253: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:14.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:14.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:15.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:58:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:58:15.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:15.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:15 smithi088 ceph-mon[96111]: pgmap v1254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:15 smithi187 ceph-mon[111815]: pgmap v1254: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:16.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:16.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:58:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:58:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:58:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:58:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:58:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:58:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:58:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:58:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:58:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:58:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:58:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:58:17.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:17.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:17 smithi088 ceph-mon[96111]: pgmap v1255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:17 smithi187 ceph-mon[111815]: pgmap v1255: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:18.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:18.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:19 smithi088 ceph-mon[96111]: pgmap v1256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:19.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:19.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:19 smithi187 ceph-mon[111815]: pgmap v1256: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:20.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:20.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:21.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:21.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:21 smithi187 ceph-mon[111815]: pgmap v1257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:21 smithi088 ceph-mon[96111]: pgmap v1257: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:22.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:22.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:23 smithi088 ceph-mon[96111]: pgmap v1258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:23.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:23.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:23.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:23 smithi187 ceph-mon[111815]: pgmap v1258: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:24.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:24.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:25 smithi088 ceph-mon[96111]: pgmap v1259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:25.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:25.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:25 smithi187 ceph-mon[111815]: pgmap v1259: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:26.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:26.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:27 smithi088 ceph-mon[96111]: pgmap v1260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:27.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:27.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:27.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:27 smithi187 ceph-mon[111815]: pgmap v1260: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:28.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:28.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:29 smithi088 ceph-mon[96111]: pgmap v1261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:29.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:29.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:29 smithi187 ceph-mon[111815]: pgmap v1261: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:58:30.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:30.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:58:31.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:31.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:31 smithi187 ceph-mon[111815]: pgmap v1262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:31 smithi088 ceph-mon[96111]: pgmap v1262: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:32.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:32.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:33 smithi088 ceph-mon[96111]: pgmap v1263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:33.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:33.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:33.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:33 smithi187 ceph-mon[111815]: pgmap v1263: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:34.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:34.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:35 smithi088 ceph-mon[96111]: pgmap v1264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:35.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:35.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:35 smithi187 ceph-mon[111815]: pgmap v1264: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:36.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:36.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:37.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:37 smithi088 ceph-mon[96111]: pgmap v1265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:37.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:37.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:37 smithi187 ceph-mon[111815]: pgmap v1265: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:38.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:38.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:39 smithi088 ceph-mon[96111]: pgmap v1266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:39.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:39.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:39 smithi187 ceph-mon[111815]: pgmap v1266: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:40.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:40.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:41.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:41.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:42.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:42.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:42 smithi187 ceph-mon[111815]: pgmap v1267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:42 smithi088 ceph-mon[96111]: pgmap v1267: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:43.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:43.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:44.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:44.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:44 smithi187 ceph-mon[111815]: pgmap v1268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:45.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:44 smithi088 ceph-mon[96111]: pgmap v1268: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:45.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:45.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:58:46.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:58:46.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:46.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:46 smithi187 ceph-mon[111815]: pgmap v1269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:46 smithi088 ceph-mon[96111]: pgmap v1269: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:47.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:47.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:48.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:48.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:48 smithi187 ceph-mon[111815]: pgmap v1270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:48 smithi088 ceph-mon[96111]: pgmap v1270: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:49.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:49.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:50.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:50.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:50 smithi187 ceph-mon[111815]: pgmap v1271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:50 smithi088 ceph-mon[96111]: pgmap v1271: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:58:51.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:51.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:52.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:52.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:52.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:52 smithi187 ceph-mon[111815]: pgmap v1272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:52 smithi088 ceph-mon[96111]: pgmap v1272: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:53.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:53.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:54.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:54.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:54 smithi187 ceph-mon[111815]: pgmap v1273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:54 smithi088 ceph-mon[96111]: pgmap v1273: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:55.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:55.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:56.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:56 smithi088 ceph-mon[96111]: pgmap v1274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:56.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:56.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:56 smithi187 ceph-mon[111815]: pgmap v1274: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:57.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:57.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:58.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:58.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:58:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:58:58 smithi187 ceph-mon[111815]: pgmap v1275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:58:58 smithi088 ceph-mon[96111]: pgmap v1275: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:58:59.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:58:59.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:00.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:00.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:00 smithi187 ceph-mon[111815]: pgmap v1276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:59:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:00 smithi088 ceph-mon[96111]: pgmap v1276: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:59:01.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:01.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:02.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:02.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:02 smithi187 ceph-mon[111815]: pgmap v1277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:02 smithi088 ceph-mon[96111]: pgmap v1277: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:03.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:03.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:04.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:04.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:04 smithi187 ceph-mon[111815]: pgmap v1278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:04 smithi088 ceph-mon[96111]: pgmap v1278: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:05.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:05.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:06 smithi088 ceph-mon[96111]: pgmap v1279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:06.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:06.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:06 smithi187 ceph-mon[111815]: pgmap v1279: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:07.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:07.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:08.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:08.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:08.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:08 smithi187 ceph-mon[111815]: pgmap v1280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:08 smithi088 ceph-mon[96111]: pgmap v1280: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:09.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:09.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:10.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:10.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:10 smithi088 ceph-mon[96111]: pgmap v1281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:10 smithi187 ceph-mon[111815]: pgmap v1281: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:11.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:11.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:12.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:12.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:12 smithi088 ceph-mon[96111]: pgmap v1282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:12 smithi187 ceph-mon[111815]: pgmap v1282: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:13.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:13.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:14.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:14.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:14 smithi187 ceph-mon[111815]: pgmap v1283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:14 smithi088 ceph-mon[96111]: pgmap v1283: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:15.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:15.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:59:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:59:16.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:16.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:16 smithi088 ceph-mon[96111]: pgmap v1284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:16 smithi187 ceph-mon[111815]: pgmap v1284: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:17.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:17.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:59:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:59:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:59:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:59:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:59:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:59:18.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:59:18.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:59:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-12T23:59:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:59:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:59:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-12T23:59:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-12T23:59:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:59:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-12T23:59:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-12T23:59:18.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:18.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:19 smithi088 ceph-mon[96111]: pgmap v1285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:19.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:19.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:19 smithi187 ceph-mon[111815]: pgmap v1285: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:20.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:20.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:21 smithi088 ceph-mon[96111]: pgmap v1286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:21.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:21.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:21 smithi187 ceph-mon[111815]: pgmap v1286: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:22.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:22.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:23 smithi088 ceph-mon[96111]: pgmap v1287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:23.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:23.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:23 smithi187 ceph-mon[111815]: pgmap v1287: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:24 smithi088 ceph-mon[96111]: pgmap v1288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:24.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:24.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:24.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:24 smithi187 ceph-mon[111815]: pgmap v1288: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:25.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:25.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:26.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:26.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:26 smithi187 ceph-mon[111815]: pgmap v1289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:26 smithi088 ceph-mon[96111]: pgmap v1289: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:27.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:27.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:28.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:28.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:28 smithi187 ceph-mon[111815]: pgmap v1290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:28 smithi088 ceph-mon[96111]: pgmap v1290: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:29.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:29.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:30 smithi187 ceph-mon[111815]: pgmap v1291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:59:30.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:30.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:30 smithi088 ceph-mon[96111]: pgmap v1291: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:59:31.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:31.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:32 smithi187 ceph-mon[111815]: pgmap v1292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:32.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:32.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:33.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:32 smithi088 ceph-mon[96111]: pgmap v1292: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:33.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:33.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:34 smithi187 ceph-mon[111815]: pgmap v1293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:34.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:34.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:34 smithi088 ceph-mon[96111]: pgmap v1293: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:35.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:35.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:36 smithi187 ceph-mon[111815]: pgmap v1294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:36.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:36.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:36 smithi088 ceph-mon[96111]: pgmap v1294: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:37.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:37.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:38 smithi187 ceph-mon[111815]: pgmap v1295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:38.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:38.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:38 smithi088 ceph-mon[96111]: pgmap v1295: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:39.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:39.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:40.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:40 smithi187 ceph-mon[111815]: pgmap v1296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:40.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:40.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:40 smithi088 ceph-mon[96111]: pgmap v1296: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:41.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:41.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:42 smithi187 ceph-mon[111815]: pgmap v1297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:42.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:42.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:43.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:42 smithi088 ceph-mon[96111]: pgmap v1297: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:43.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:43.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:44 smithi187 ceph-mon[111815]: pgmap v1298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:44.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:44.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:44 smithi088 ceph-mon[96111]: pgmap v1298: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:59:45.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:45.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-12T23:59:46.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:46.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:46 smithi088 ceph-mon[96111]: pgmap v1299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:46 smithi187 ceph-mon[111815]: pgmap v1299: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:47.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:47.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:48.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:48.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:48 smithi088 ceph-mon[96111]: pgmap v1300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:48 smithi187 ceph-mon[111815]: pgmap v1300: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:49.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:49.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:50.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:50.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:50 smithi088 ceph-mon[96111]: pgmap v1301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:50 smithi187 ceph-mon[111815]: pgmap v1301: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-12T23:59:51.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:51.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:52.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:52.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:52 smithi088 ceph-mon[96111]: pgmap v1302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:52 smithi187 ceph-mon[111815]: pgmap v1302: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:53.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:53.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:54.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:55.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:54 smithi088 ceph-mon[96111]: pgmap v1303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:54 smithi187 ceph-mon[111815]: pgmap v1303: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:56.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:56.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:57.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:57.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:57.048 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:56 smithi088 ceph-mon[96111]: pgmap v1304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:56 smithi187 ceph-mon[111815]: pgmap v1304: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:58.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:58.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:59.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-12T23:59:59.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-12T23:59:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 12 23:59:58 smithi088 ceph-mon[96111]: pgmap v1305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-12T23:59:59.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 12 23:59:58 smithi187 ceph-mon[111815]: pgmap v1305: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:00.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:00.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:01.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:01.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:00 smithi088 ceph-mon[96111]: pgmap v1306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:00:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T00:00:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:00 smithi187 ceph-mon[111815]: pgmap v1306: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:00:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T00:00:02.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:02.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:03.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:03.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:02 smithi088 ceph-mon[96111]: pgmap v1307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:02 smithi187 ceph-mon[111815]: pgmap v1307: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:04.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:04.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:05.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:05.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:05.068 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:04 smithi187 ceph-mon[111815]: pgmap v1308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:04 smithi088 ceph-mon[96111]: pgmap v1308: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:06.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:06.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:07.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:07.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:06 smithi088 ceph-mon[96111]: pgmap v1309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:06 smithi187 ceph-mon[111815]: pgmap v1309: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:08.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:08.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:09.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:09.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:08 smithi088 ceph-mon[96111]: pgmap v1310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:08 smithi187 ceph-mon[111815]: pgmap v1310: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:10.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:10.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:11.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:11.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:10 smithi088 ceph-mon[96111]: pgmap v1311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:10 smithi187 ceph-mon[111815]: pgmap v1311: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:12.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:12.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:13.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:13.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:12 smithi088 ceph-mon[96111]: pgmap v1312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:12 smithi187 ceph-mon[111815]: pgmap v1312: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:14.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:14.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:15.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:15.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:15.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:14 smithi088 ceph-mon[96111]: pgmap v1313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:15.177 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:14 smithi187 ceph-mon[111815]: pgmap v1313: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:16.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:16.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:00:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:00:17.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:17.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:16 smithi088 ceph-mon[96111]: pgmap v1314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:16 smithi187 ceph-mon[111815]: pgmap v1314: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:18.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:18.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:00:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:00:19.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:19.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:18 smithi088 ceph-mon[96111]: pgmap v1315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:19.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:00:19.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:00:19.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:00:19.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:00:19.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:00:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:18 smithi187 ceph-mon[111815]: pgmap v1315: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:00:19.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:00:19.214 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:00:19.214 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:00:19.214 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:00:20.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:20.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:21.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:21.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:20 smithi088 ceph-mon[96111]: pgmap v1316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:20 smithi187 ceph-mon[111815]: pgmap v1316: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:22.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:22.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:23.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:23.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:23.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:22 smithi088 ceph-mon[96111]: pgmap v1317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:22 smithi187 ceph-mon[111815]: pgmap v1317: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:24.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:24.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:25.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:25.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:24 smithi088 ceph-mon[96111]: pgmap v1318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:24 smithi187 ceph-mon[111815]: pgmap v1318: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:26.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:26.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:27.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:27.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:26 smithi088 ceph-mon[96111]: pgmap v1319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:26 smithi187 ceph-mon[111815]: pgmap v1319: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:28.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:28.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:29.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:29.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:28 smithi088 ceph-mon[96111]: pgmap v1320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:28 smithi187 ceph-mon[111815]: pgmap v1320: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:30.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:30.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:31.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:31.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:30 smithi088 ceph-mon[96111]: pgmap v1321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:00:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:30 smithi187 ceph-mon[111815]: pgmap v1321: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:00:32.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:32.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:33.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:33.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:32 smithi088 ceph-mon[96111]: pgmap v1322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:32 smithi187 ceph-mon[111815]: pgmap v1322: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:34.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:34.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:35.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:35.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:34 smithi088 ceph-mon[96111]: pgmap v1323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:34 smithi187 ceph-mon[111815]: pgmap v1323: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:36.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:36.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:37.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:37.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:36 smithi088 ceph-mon[96111]: pgmap v1324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:36 smithi187 ceph-mon[111815]: pgmap v1324: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:38.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:38.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:39.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:39.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:38 smithi088 ceph-mon[96111]: pgmap v1325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:39.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:38 smithi187 ceph-mon[111815]: pgmap v1325: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:40.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:40.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:40 smithi088 ceph-mon[96111]: pgmap v1326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:41.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:41.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:40 smithi187 ceph-mon[111815]: pgmap v1326: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:42.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:42.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:42 smithi088 ceph-mon[96111]: pgmap v1327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:43.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:43.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:42 smithi187 ceph-mon[111815]: pgmap v1327: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:44.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:44.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:44 smithi088 ceph-mon[96111]: pgmap v1328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:45.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:45.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:44 smithi187 ceph-mon[111815]: pgmap v1328: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:46.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:46.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:00:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:00:47.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:47.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:46 smithi187 ceph-mon[111815]: pgmap v1329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:46 smithi088 ceph-mon[96111]: pgmap v1329: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:48.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:48.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:49.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:49.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:48 smithi187 ceph-mon[111815]: pgmap v1330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:48 smithi088 ceph-mon[96111]: pgmap v1330: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:50.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:50.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:51.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:51.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:50 smithi187 ceph-mon[111815]: pgmap v1331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:50 smithi088 ceph-mon[96111]: pgmap v1331: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:00:52.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:52.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:53.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:53.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:52 smithi187 ceph-mon[111815]: pgmap v1332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:53.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:52 smithi088 ceph-mon[96111]: pgmap v1332: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:54.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:54.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:54 smithi088 ceph-mon[96111]: pgmap v1333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:55.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:55.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:54 smithi187 ceph-mon[111815]: pgmap v1333: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:56.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:56.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:57.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:57.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:56 smithi187 ceph-mon[111815]: pgmap v1334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:56 smithi088 ceph-mon[96111]: pgmap v1334: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:58.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:58.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:59.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:00:59.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:00:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:00:58 smithi187 ceph-mon[111815]: pgmap v1335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:00:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:00:58 smithi088 ceph-mon[96111]: pgmap v1335: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:00.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:00.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:00 smithi187 ceph-mon[111815]: pgmap v1336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:01:01.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:01.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:00 smithi088 ceph-mon[96111]: pgmap v1336: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:01:02.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:02.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:02 smithi088 ceph-mon[96111]: pgmap v1337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:03.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:03.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:02 smithi187 ceph-mon[111815]: pgmap v1337: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:04.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:04.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:04 smithi088 ceph-mon[96111]: pgmap v1338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:05.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:05.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:04 smithi187 ceph-mon[111815]: pgmap v1338: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:06.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:06.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:07.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:07.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:06 smithi187 ceph-mon[111815]: pgmap v1339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:06 smithi088 ceph-mon[96111]: pgmap v1339: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:08.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:08.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:09.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:09.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:08 smithi187 ceph-mon[111815]: pgmap v1340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:08 smithi088 ceph-mon[96111]: pgmap v1340: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:10.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:10.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:11.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:11.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:10 smithi187 ceph-mon[111815]: pgmap v1341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:10 smithi088 ceph-mon[96111]: pgmap v1341: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:12.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:12.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:12 smithi088 ceph-mon[96111]: pgmap v1342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:13.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:13.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:12 smithi187 ceph-mon[111815]: pgmap v1342: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:14.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:14.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:14 smithi088 ceph-mon[96111]: pgmap v1343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:15.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:15.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:14 smithi187 ceph-mon[111815]: pgmap v1343: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:16.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:16.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:01:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:01:17.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:17.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:16 smithi187 ceph-mon[111815]: pgmap v1344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:16 smithi088 ceph-mon[96111]: pgmap v1344: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:18.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:18.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:19.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:19.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:18 smithi187 ceph-mon[111815]: pgmap v1345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:01:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:01:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:01:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:01:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:01:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:01:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:18 smithi088 ceph-mon[96111]: pgmap v1345: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:01:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:01:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:01:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:01:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:01:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:01:20.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:20.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:21.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:21.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:20 smithi187 ceph-mon[111815]: pgmap v1346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:20 smithi088 ceph-mon[96111]: pgmap v1346: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:22.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:22.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:23.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:23.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:22 smithi187 ceph-mon[111815]: pgmap v1347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:22 smithi088 ceph-mon[96111]: pgmap v1347: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:24.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:24.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:24 smithi088 ceph-mon[96111]: pgmap v1348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:25.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:25.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:24 smithi187 ceph-mon[111815]: pgmap v1348: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:26.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:26.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:27.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:27.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:26 smithi187 ceph-mon[111815]: pgmap v1349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:26 smithi088 ceph-mon[96111]: pgmap v1349: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:28.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:28.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:29.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:29.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:28 smithi187 ceph-mon[111815]: pgmap v1350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:28 smithi088 ceph-mon[96111]: pgmap v1350: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:30.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:30.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:31.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:31.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:30 smithi187 ceph-mon[111815]: pgmap v1351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:01:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:30 smithi088 ceph-mon[96111]: pgmap v1351: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:01:32.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:32.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:33.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:33.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:32 smithi187 ceph-mon[111815]: pgmap v1352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:32 smithi088 ceph-mon[96111]: pgmap v1352: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:34.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:34.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:34 smithi088 ceph-mon[96111]: pgmap v1353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:35.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:35.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:34 smithi187 ceph-mon[111815]: pgmap v1353: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:36.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:36.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:37.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:37.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:36 smithi187 ceph-mon[111815]: pgmap v1354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:36 smithi088 ceph-mon[96111]: pgmap v1354: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:38.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:38.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:39.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:39.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:38 smithi187 ceph-mon[111815]: pgmap v1355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:38 smithi088 ceph-mon[96111]: pgmap v1355: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:40.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:40.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:41.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:41.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:40 smithi187 ceph-mon[111815]: pgmap v1356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:40 smithi088 ceph-mon[96111]: pgmap v1356: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:42.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:42.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:43.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:43.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:42 smithi187 ceph-mon[111815]: pgmap v1357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:42 smithi088 ceph-mon[96111]: pgmap v1357: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:44.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:44.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:44 smithi088 ceph-mon[96111]: pgmap v1358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:01:45.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:45.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:44 smithi187 ceph-mon[111815]: pgmap v1358: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:01:46.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:46.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:47.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:47.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:46 smithi187 ceph-mon[111815]: pgmap v1359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:46 smithi088 ceph-mon[96111]: pgmap v1359: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:48.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:48.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:49.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:49.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:48 smithi187 ceph-mon[111815]: pgmap v1360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:48 smithi088 ceph-mon[96111]: pgmap v1360: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:50.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:50.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:51.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:51.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:50 smithi187 ceph-mon[111815]: pgmap v1361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:50 smithi088 ceph-mon[96111]: pgmap v1361: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:01:52.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:52.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:53.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:53.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:52 smithi187 ceph-mon[111815]: pgmap v1362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:52 smithi088 ceph-mon[96111]: pgmap v1362: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:54.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:54.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:55.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:55.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:54 smithi187 ceph-mon[111815]: pgmap v1363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:54 smithi088 ceph-mon[96111]: pgmap v1363: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:56.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:56.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:57.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:57.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:57.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:56 smithi187 ceph-mon[111815]: pgmap v1364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:56 smithi088 ceph-mon[96111]: pgmap v1364: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:58.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:58.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:59.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:01:59.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:01:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:58 smithi187 ceph-mon[111815]: pgmap v1365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:01:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:58 smithi088 ceph-mon[96111]: pgmap v1365: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:00.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:00.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:01:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:02:00.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:01:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:02:01.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:01.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:01.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:00 smithi187 ceph-mon[111815]: pgmap v1366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:00 smithi088 ceph-mon[96111]: pgmap v1366: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:02.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:02.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:03.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:03.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:03.284 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:02 smithi088 ceph-mon[96111]: pgmap v1367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:02 smithi187 ceph-mon[111815]: pgmap v1367: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:04.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:04.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:05.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:05.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:04 smithi088 ceph-mon[96111]: pgmap v1368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:04 smithi187 ceph-mon[111815]: pgmap v1368: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:06.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:06.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:07.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:07.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:06 smithi088 ceph-mon[96111]: pgmap v1369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:06 smithi187 ceph-mon[111815]: pgmap v1369: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:08.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:08.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:09.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:09.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:08 smithi088 ceph-mon[96111]: pgmap v1370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:08 smithi187 ceph-mon[111815]: pgmap v1370: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:10.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:10.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:11.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:11.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:10 smithi088 ceph-mon[96111]: pgmap v1371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:11.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:10 smithi187 ceph-mon[111815]: pgmap v1371: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:12.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:12.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:13.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:13.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:12 smithi088 ceph-mon[96111]: pgmap v1372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:12 smithi187 ceph-mon[111815]: pgmap v1372: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:14.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:14.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:15.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:15.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:14 smithi088 ceph-mon[96111]: pgmap v1373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:02:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:14 smithi187 ceph-mon[111815]: pgmap v1373: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:02:16.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:16.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:17.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:17.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:16 smithi088 ceph-mon[96111]: pgmap v1374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:16 smithi187 ceph-mon[111815]: pgmap v1374: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:18.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:18.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:19.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:19.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:18 smithi088 ceph-mon[96111]: pgmap v1375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:02:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:18 smithi187 ceph-mon[111815]: pgmap v1375: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:02:20.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:20.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:02:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:02:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:02:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:02:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:02:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:02:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:02:20.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:02:20.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:02:20.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:02:21.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:21.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:21 smithi187 ceph-mon[111815]: pgmap v1376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:21 smithi088 ceph-mon[96111]: pgmap v1376: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:22.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:22.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:23.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:23.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:23 smithi187 ceph-mon[111815]: pgmap v1377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:23.481 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:23 smithi088 ceph-mon[96111]: pgmap v1377: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:24.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:24.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:25.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:25.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:25 smithi187 ceph-mon[111815]: pgmap v1378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:25 smithi088 ceph-mon[96111]: pgmap v1378: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:26.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:26.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:27.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:27.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:27 smithi187 ceph-mon[111815]: pgmap v1379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:27 smithi088 ceph-mon[96111]: pgmap v1379: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:28.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:28.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:29.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:29.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:29 smithi187 ceph-mon[111815]: pgmap v1380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:29 smithi088 ceph-mon[96111]: pgmap v1380: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:30.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:30.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:02:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:02:31.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:31.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:31 smithi088 ceph-mon[96111]: pgmap v1381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:31.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:31 smithi187 ceph-mon[111815]: pgmap v1381: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:32.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:32.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:33.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:33.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:33 smithi088 ceph-mon[96111]: pgmap v1382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:33 smithi187 ceph-mon[111815]: pgmap v1382: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:34.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:34.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:35.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:35.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:35 smithi088 ceph-mon[96111]: pgmap v1383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:35 smithi187 ceph-mon[111815]: pgmap v1383: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:36.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:36.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:37.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:37.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:37 smithi088 ceph-mon[96111]: pgmap v1384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:37 smithi187 ceph-mon[111815]: pgmap v1384: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:38.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:38.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:39.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:39.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:39 smithi088 ceph-mon[96111]: pgmap v1385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:39 smithi187 ceph-mon[111815]: pgmap v1385: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:40.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:40.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:41.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:41.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:41 smithi088 ceph-mon[96111]: pgmap v1386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:41.705 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:41 smithi187 ceph-mon[111815]: pgmap v1386: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:42.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:42.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:43.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:43.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:43 smithi088 ceph-mon[96111]: pgmap v1387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:43 smithi187 ceph-mon[111815]: pgmap v1387: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:44.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:44.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:45.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:45.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:45 smithi088 ceph-mon[96111]: pgmap v1388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:02:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:45 smithi187 ceph-mon[111815]: pgmap v1388: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:02:46.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:46.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:47.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:47.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:47 smithi088 ceph-mon[96111]: pgmap v1389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:47 smithi187 ceph-mon[111815]: pgmap v1389: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:48.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:48.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:49.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:49.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:49 smithi088 ceph-mon[96111]: pgmap v1390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:49 smithi187 ceph-mon[111815]: pgmap v1390: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:50.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:50.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:51.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:51.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:51 smithi088 ceph-mon[96111]: pgmap v1391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:51 smithi187 ceph-mon[111815]: pgmap v1391: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:02:52.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:52.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:53.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:53.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:53 smithi088 ceph-mon[96111]: pgmap v1392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:53 smithi187 ceph-mon[111815]: pgmap v1392: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:54.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:54.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:55.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:55.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:55 smithi088 ceph-mon[96111]: pgmap v1393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:55 smithi187 ceph-mon[111815]: pgmap v1393: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:56.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:56.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:57.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:57.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:57 smithi088 ceph-mon[96111]: pgmap v1394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:57 smithi187 ceph-mon[111815]: pgmap v1394: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:58.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:58.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:59.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:02:59.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:02:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:02:59 smithi088 ceph-mon[96111]: pgmap v1395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:02:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:02:59 smithi187 ceph-mon[111815]: pgmap v1395: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:00.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:00.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:03:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:03:01.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:01.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:01 smithi088 ceph-mon[96111]: pgmap v1396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:01 smithi187 ceph-mon[111815]: pgmap v1396: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:02.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:02.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:03.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:03.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:03 smithi088 ceph-mon[96111]: pgmap v1397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:03 smithi187 ceph-mon[111815]: pgmap v1397: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:04.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:04.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:05.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:05.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:05 smithi088 ceph-mon[96111]: pgmap v1398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:05 smithi187 ceph-mon[111815]: pgmap v1398: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:06.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:06.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:07.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:07.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:07 smithi088 ceph-mon[96111]: pgmap v1399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:07 smithi187 ceph-mon[111815]: pgmap v1399: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:08.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:08.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:09.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:09.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:09 smithi088 ceph-mon[96111]: pgmap v1400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:09 smithi187 ceph-mon[111815]: pgmap v1400: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:10.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:10.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:11.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:11.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:11 smithi088 ceph-mon[96111]: pgmap v1401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:11 smithi187 ceph-mon[111815]: pgmap v1401: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:12.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:12.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:13.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:13.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:13 smithi088 ceph-mon[96111]: pgmap v1402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:13 smithi187 ceph-mon[111815]: pgmap v1402: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:14.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:14.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:15.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:15.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:15 smithi088 ceph-mon[96111]: pgmap v1403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:03:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:15 smithi187 ceph-mon[111815]: pgmap v1403: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:03:16.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:16.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:17.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:17.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:17 smithi187 ceph-mon[111815]: pgmap v1404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:17 smithi088 ceph-mon[96111]: pgmap v1404: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:18.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:18.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:19.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:19.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:19 smithi088 ceph-mon[96111]: pgmap v1405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:03:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:19 smithi187 ceph-mon[111815]: pgmap v1405: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:03:20.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:20.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:03:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:03:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:03:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:03:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:03:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:03:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:03:20.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:03:20.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:03:20.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:03:21.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:21.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:21 smithi088 ceph-mon[96111]: pgmap v1406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:21 smithi187 ceph-mon[111815]: pgmap v1406: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:22.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:22.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:23.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:23.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:23 smithi088 ceph-mon[96111]: pgmap v1407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:23 smithi187 ceph-mon[111815]: pgmap v1407: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:24.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:24.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:25.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:25.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:25 smithi088 ceph-mon[96111]: pgmap v1408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:25 smithi187 ceph-mon[111815]: pgmap v1408: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:26.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:26.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:27.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:27.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:27 smithi187 ceph-mon[111815]: pgmap v1409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:27 smithi088 ceph-mon[96111]: pgmap v1409: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:28.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:28.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:29.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:29.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:29 smithi088 ceph-mon[96111]: pgmap v1410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:29 smithi187 ceph-mon[111815]: pgmap v1410: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:30.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:30.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:30.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:03:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:03:31.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:31.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:31 smithi088 ceph-mon[96111]: pgmap v1411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:31 smithi187 ceph-mon[111815]: pgmap v1411: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:32.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:32.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:33.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:33.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:33 smithi088 ceph-mon[96111]: pgmap v1412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:33 smithi187 ceph-mon[111815]: pgmap v1412: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:34.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:34.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:35.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:35.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:35 smithi088 ceph-mon[96111]: pgmap v1413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:35 smithi187 ceph-mon[111815]: pgmap v1413: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:36.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:36.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:37.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:37.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:37 smithi088 ceph-mon[96111]: pgmap v1414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:37 smithi187 ceph-mon[111815]: pgmap v1414: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:38.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:38.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:39.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:39.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:39 smithi088 ceph-mon[96111]: pgmap v1415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:39 smithi187 ceph-mon[111815]: pgmap v1415: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:40.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:40.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:41.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:41.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:41 smithi187 ceph-mon[111815]: pgmap v1416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:41 smithi088 ceph-mon[96111]: pgmap v1416: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:42.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:42.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:43.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:43.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:43 smithi187 ceph-mon[111815]: pgmap v1417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:43 smithi088 ceph-mon[96111]: pgmap v1417: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:44.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:44.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:45.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:45.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:45 smithi187 ceph-mon[111815]: pgmap v1418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:03:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:45 smithi088 ceph-mon[96111]: pgmap v1418: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:03:46.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:46.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:47.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:47.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:47 smithi187 ceph-mon[111815]: pgmap v1419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:47 smithi088 ceph-mon[96111]: pgmap v1419: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:48.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:48.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:49.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:49.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:49 smithi187 ceph-mon[111815]: pgmap v1420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:49 smithi088 ceph-mon[96111]: pgmap v1420: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:50.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:50.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:51.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:51.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:51 smithi187 ceph-mon[111815]: pgmap v1421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:51 smithi088 ceph-mon[96111]: pgmap v1421: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:03:52.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:52.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:53.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:53.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:53 smithi187 ceph-mon[111815]: pgmap v1422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:53 smithi088 ceph-mon[96111]: pgmap v1422: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:54.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:54.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:55.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:55.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:55 smithi187 ceph-mon[111815]: pgmap v1423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:55 smithi088 ceph-mon[96111]: pgmap v1423: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:56.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:56.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:57.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:57.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:57 smithi187 ceph-mon[111815]: pgmap v1424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:57 smithi088 ceph-mon[96111]: pgmap v1424: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:58.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:58.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:59.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:03:59.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:03:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:03:59 smithi187 ceph-mon[111815]: pgmap v1425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:03:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:03:59 smithi088 ceph-mon[96111]: pgmap v1425: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:00.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:00.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:04:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:04:01.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:01.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:01 smithi187 ceph-mon[111815]: pgmap v1426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:04:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:01 smithi088 ceph-mon[96111]: pgmap v1426: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:04:02.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:02.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:03.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:03.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:03 smithi187 ceph-mon[111815]: pgmap v1427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:03 smithi088 ceph-mon[96111]: pgmap v1427: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:04.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:04.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:05.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:05.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:05 smithi187 ceph-mon[111815]: pgmap v1428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:05 smithi088 ceph-mon[96111]: pgmap v1428: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:06.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:06.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:07.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:07.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:07 smithi187 ceph-mon[111815]: pgmap v1429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:07 smithi088 ceph-mon[96111]: pgmap v1429: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:08.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:08.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:09.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:09.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:09 smithi187 ceph-mon[111815]: pgmap v1430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:09 smithi088 ceph-mon[96111]: pgmap v1430: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:10.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:10.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:11.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:11.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:11 smithi187 ceph-mon[111815]: pgmap v1431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:04:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:11 smithi088 ceph-mon[96111]: pgmap v1431: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:04:12.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:12.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:13.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:13.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:13 smithi187 ceph-mon[111815]: pgmap v1432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:13 smithi088 ceph-mon[96111]: pgmap v1432: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:14.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:14.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:15.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:15.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:15 smithi187 ceph-mon[111815]: pgmap v1433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:04:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:15 smithi088 ceph-mon[96111]: pgmap v1433: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:04:16.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:16.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:17.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:17.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:17.701 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:17 smithi187 ceph-mon[111815]: pgmap v1434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:17 smithi088 ceph-mon[96111]: pgmap v1434: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:18.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:18.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:19.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:19.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:19 smithi187 ceph-mon[111815]: pgmap v1435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:19 smithi088 ceph-mon[96111]: pgmap v1435: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:20.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:20.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:04:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:04:21.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:21.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:21 smithi187 ceph-mon[111815]: pgmap v1436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:04:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:21 smithi088 ceph-mon[96111]: pgmap v1436: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:04:22.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:22.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:23.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:23.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:23 smithi187 ceph-mon[111815]: pgmap v1437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:04:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:04:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:04:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:04:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:04:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:04:23.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:04:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:23 smithi088 ceph-mon[96111]: pgmap v1437: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:04:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:04:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:04:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:04:23.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:04:23.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:04:23.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:04:24.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:24.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:25.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:25.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:25 smithi187 ceph-mon[111815]: pgmap v1438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:25 smithi088 ceph-mon[96111]: pgmap v1438: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:26.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:26.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:27.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:27.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:27 smithi187 ceph-mon[111815]: pgmap v1439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:27 smithi088 ceph-mon[96111]: pgmap v1439: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:28.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:28.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:29.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:29.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:29 smithi187 ceph-mon[111815]: pgmap v1440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:29.722 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:29 smithi088 ceph-mon[96111]: pgmap v1440: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:30.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:30.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:04:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:04:31.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:31.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:31 smithi187 ceph-mon[111815]: pgmap v1441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:04:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:31 smithi088 ceph-mon[96111]: pgmap v1441: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:04:32.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:32.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:33.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:33.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:33 smithi187 ceph-mon[111815]: pgmap v1442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:33 smithi088 ceph-mon[96111]: pgmap v1442: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:34.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:34.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:35.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:35.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:35 smithi187 ceph-mon[111815]: pgmap v1443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:35 smithi088 ceph-mon[96111]: pgmap v1443: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:36.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:36.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:37.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:37.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:37 smithi187 ceph-mon[111815]: pgmap v1444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:37 smithi088 ceph-mon[96111]: pgmap v1444: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:38.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:38.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:39.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:39.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:39 smithi187 ceph-mon[111815]: pgmap v1445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:39.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:39 smithi088 ceph-mon[96111]: pgmap v1445: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:40.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:40.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:41.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:41.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:41 smithi187 ceph-mon[111815]: pgmap v1446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:41 smithi088 ceph-mon[96111]: pgmap v1446: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:42.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:42.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:43.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:43.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:43 smithi187 ceph-mon[111815]: pgmap v1447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-13T00:04:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:43 smithi088 ceph-mon[96111]: pgmap v1447: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-13T00:04:44.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:44.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:45.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:45.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:45 smithi187 ceph-mon[111815]: pgmap v1448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-13T00:04:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:04:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:45 smithi088 ceph-mon[96111]: pgmap v1448: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail 2023-10-13T00:04:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:04:46.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:46.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:47.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:47.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:47 smithi187 ceph-mon[111815]: pgmap v1449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:47 smithi088 ceph-mon[96111]: pgmap v1449: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:48.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:48.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:49.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:49.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:49 smithi187 ceph-mon[111815]: pgmap v1450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:49 smithi088 ceph-mon[96111]: pgmap v1450: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:50.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:50.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:51.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:51.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:51 smithi187 ceph-mon[111815]: pgmap v1451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:51 smithi088 ceph-mon[96111]: pgmap v1451: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:52.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:52.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:53.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:53.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:53 smithi187 ceph-mon[111815]: pgmap v1452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:53 smithi088 ceph-mon[96111]: pgmap v1452: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:54.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:54.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:55.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:55.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:55 smithi187 ceph-mon[111815]: pgmap v1453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:55 smithi088 ceph-mon[96111]: pgmap v1453: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:56.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:56.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:57.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:57.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:57 smithi088 ceph-mon[96111]: pgmap v1454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:04:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:57 smithi187 ceph-mon[111815]: pgmap v1454: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:04:58.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:58.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:59.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:04:59.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:04:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:04:59 smithi088 ceph-mon[96111]: pgmap v1455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:04:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:04:59 smithi187 ceph-mon[111815]: pgmap v1455: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:00.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:00.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:05:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:05:01.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:01.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:01 smithi088 ceph-mon[96111]: pgmap v1456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:01 smithi187 ceph-mon[111815]: pgmap v1456: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:02.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:02.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:03.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:03.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:03 smithi088 ceph-mon[96111]: pgmap v1457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:03 smithi187 ceph-mon[111815]: pgmap v1457: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:04.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:04.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:05.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:05.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:05 smithi088 ceph-mon[96111]: pgmap v1458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:05 smithi187 ceph-mon[111815]: pgmap v1458: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:06.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:06.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:07.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:07.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:07 smithi088 ceph-mon[96111]: pgmap v1459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:07 smithi187 ceph-mon[111815]: pgmap v1459: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:08.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:08.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:09.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:09.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:09 smithi088 ceph-mon[96111]: pgmap v1460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:09 smithi187 ceph-mon[111815]: pgmap v1460: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:10.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:10.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:11.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:11.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:11 smithi088 ceph-mon[96111]: pgmap v1461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:11 smithi187 ceph-mon[111815]: pgmap v1461: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:12.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:12.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:13.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:13.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:13 smithi187 ceph-mon[111815]: pgmap v1462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:13 smithi088 ceph-mon[96111]: pgmap v1462: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:14.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:14.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:15.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:15.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:15 smithi088 ceph-mon[96111]: pgmap v1463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:05:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:15 smithi187 ceph-mon[111815]: pgmap v1463: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:05:16.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:16.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:17.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:17.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:17 smithi088 ceph-mon[96111]: pgmap v1464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:17 smithi187 ceph-mon[111815]: pgmap v1464: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:18.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:18.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:19.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:19.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:19 smithi088 ceph-mon[96111]: pgmap v1465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:19 smithi187 ceph-mon[111815]: pgmap v1465: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:20.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:20.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:21.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:21.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:21 smithi088 ceph-mon[96111]: pgmap v1466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:21 smithi187 ceph-mon[111815]: pgmap v1466: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:22.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:22.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:23.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:23.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:23 smithi187 ceph-mon[111815]: pgmap v1467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:05:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:23 smithi088 ceph-mon[96111]: pgmap v1467: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:05:24.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:24.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:25.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:25.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:25 smithi088 ceph-mon[96111]: pgmap v1468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:25 smithi187 ceph-mon[111815]: pgmap v1468: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:26.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:26.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:27.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:27.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:27 smithi088 ceph-mon[96111]: pgmap v1469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:27 smithi187 ceph-mon[111815]: pgmap v1469: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:28.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:28.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:28 smithi088 ceph-mon[96111]: pgmap v1470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:05:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:05:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:05:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:05:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:05:29.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:05:29.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:05:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:28 smithi187 ceph-mon[111815]: pgmap v1470: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:05:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:05:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:05:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:05:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:05:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:05:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:05:29.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:29.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:30.318 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:05:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:05:30.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:30.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:30 smithi088 ceph-mon[96111]: pgmap v1471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:30 smithi187 ceph-mon[111815]: pgmap v1471: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:31.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:31.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:32.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:32.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:32 smithi088 ceph-mon[96111]: pgmap v1472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:32 smithi187 ceph-mon[111815]: pgmap v1472: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:33.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:33.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:34.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:34.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:34 smithi088 ceph-mon[96111]: pgmap v1473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:34 smithi187 ceph-mon[111815]: pgmap v1473: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:35.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:35.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:36.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:36.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:37 smithi088 ceph-mon[96111]: pgmap v1474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:37 smithi187 ceph-mon[111815]: pgmap v1474: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:37.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:37.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:38.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:38.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:39 smithi088 ceph-mon[96111]: pgmap v1475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:39 smithi187 ceph-mon[111815]: pgmap v1475: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:39.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:39.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:40.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:40.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:41 smithi088 ceph-mon[96111]: pgmap v1476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:41 smithi187 ceph-mon[111815]: pgmap v1476: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:41.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:41.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:42.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:42.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:43 smithi088 ceph-mon[96111]: pgmap v1477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:43 smithi187 ceph-mon[111815]: pgmap v1477: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:43.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:43.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:44.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:44.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:45 smithi088 ceph-mon[96111]: pgmap v1478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:05:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:45 smithi187 ceph-mon[111815]: pgmap v1478: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:05:45.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:45.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:46.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:46.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:47 smithi088 ceph-mon[96111]: pgmap v1479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:47 smithi187 ceph-mon[111815]: pgmap v1479: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:47.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:47.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:48.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:48.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:49 smithi088 ceph-mon[96111]: pgmap v1480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:49 smithi187 ceph-mon[111815]: pgmap v1480: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:49.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:49.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:50.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:50.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:51 smithi088 ceph-mon[96111]: pgmap v1481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:51 smithi187 ceph-mon[111815]: pgmap v1481: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:51.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:51.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:52.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:52.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:53 smithi088 ceph-mon[96111]: pgmap v1482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:53 smithi187 ceph-mon[111815]: pgmap v1482: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:53.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:53.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:54.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:54.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:55 smithi088 ceph-mon[96111]: pgmap v1483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:55 smithi187 ceph-mon[111815]: pgmap v1483: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:55.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:55.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:56.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:56.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:57 smithi088 ceph-mon[96111]: pgmap v1484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:57 smithi187 ceph-mon[111815]: pgmap v1484: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:05:57.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:57.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:58.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:58.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:05:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:05:59 smithi088 ceph-mon[96111]: pgmap v1485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:05:59 smithi187 ceph-mon[111815]: pgmap v1485: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:05:59.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:05:59.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:06:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:06:00.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:00.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:01 smithi088 ceph-mon[96111]: pgmap v1486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:01 smithi187 ceph-mon[111815]: pgmap v1486: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:01.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:01.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:02.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:02.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:03 smithi088 ceph-mon[96111]: pgmap v1487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:03 smithi187 ceph-mon[111815]: pgmap v1487: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:03.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:03.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:04.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:04.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:05 smithi088 ceph-mon[96111]: pgmap v1488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:05 smithi187 ceph-mon[111815]: pgmap v1488: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:05.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:05.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:06.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:06.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:07 smithi088 ceph-mon[96111]: pgmap v1489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:07 smithi187 ceph-mon[111815]: pgmap v1489: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:07.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:07.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:08.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:08.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:09 smithi187 ceph-mon[111815]: pgmap v1490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:09 smithi088 ceph-mon[96111]: pgmap v1490: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:09.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:09.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:10.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:10.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:11 smithi088 ceph-mon[96111]: pgmap v1491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:11 smithi187 ceph-mon[111815]: pgmap v1491: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:11.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:11.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:12.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:12.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:13 smithi088 ceph-mon[96111]: pgmap v1492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:13 smithi187 ceph-mon[111815]: pgmap v1492: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:13.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:13.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:14.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:14.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:15 smithi088 ceph-mon[96111]: pgmap v1493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:06:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:15 smithi187 ceph-mon[111815]: pgmap v1493: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:06:15.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:15.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:16.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:16.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:17 smithi088 ceph-mon[96111]: pgmap v1494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:17 smithi187 ceph-mon[111815]: pgmap v1494: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:17.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:17.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:18.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:18.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:19 smithi187 ceph-mon[111815]: pgmap v1495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:19 smithi088 ceph-mon[96111]: pgmap v1495: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:19.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:19.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:20.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:20.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:21 smithi187 ceph-mon[111815]: pgmap v1496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:21 smithi088 ceph-mon[96111]: pgmap v1496: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:21.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:21.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:22.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:22.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:23 smithi187 ceph-mon[111815]: pgmap v1497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:23 smithi088 ceph-mon[96111]: pgmap v1497: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:23.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:23.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:24.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:24.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:25 smithi187 ceph-mon[111815]: pgmap v1498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:25 smithi088 ceph-mon[96111]: pgmap v1498: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:25.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:25.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:26.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:26.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:27 smithi187 ceph-mon[111815]: pgmap v1499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:27 smithi088 ceph-mon[96111]: pgmap v1499: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:27.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:27.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:28.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:28.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:29 smithi187 ceph-mon[111815]: pgmap v1500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:06:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:06:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:06:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:06:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:06:29.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:06:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:29 smithi088 ceph-mon[96111]: pgmap v1500: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:06:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:06:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:06:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:06:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:06:29.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:06:29.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:29.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:06:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:06:30.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:30.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:31 smithi088 ceph-mon[96111]: pgmap v1501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:31 smithi187 ceph-mon[111815]: pgmap v1501: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:31.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:31.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:32.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:32.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:33 smithi187 ceph-mon[111815]: pgmap v1502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:33 smithi088 ceph-mon[96111]: pgmap v1502: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:33.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:33.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:34.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:34.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:35 smithi187 ceph-mon[111815]: pgmap v1503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:35 smithi088 ceph-mon[96111]: pgmap v1503: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:35.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:35.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:36.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:36.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:37 smithi187 ceph-mon[111815]: pgmap v1504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:37 smithi088 ceph-mon[96111]: pgmap v1504: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:37.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:37.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:38.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:38.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:39 smithi187 ceph-mon[111815]: pgmap v1505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:39 smithi088 ceph-mon[96111]: pgmap v1505: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:39.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:39.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:40.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:40.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:41 smithi088 ceph-mon[96111]: pgmap v1506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:41 smithi187 ceph-mon[111815]: pgmap v1506: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:41.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:41.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:42.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:42.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:43 smithi187 ceph-mon[111815]: pgmap v1507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:43 smithi088 ceph-mon[96111]: pgmap v1507: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:43.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:43.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:44.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:44.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:45 smithi187 ceph-mon[111815]: pgmap v1508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:06:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:45 smithi088 ceph-mon[96111]: pgmap v1508: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:06:45.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:45.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:46.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:46.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:47 smithi187 ceph-mon[111815]: pgmap v1509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:47 smithi088 ceph-mon[96111]: pgmap v1509: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:47.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:47.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:48.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:48.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:49 smithi187 ceph-mon[111815]: pgmap v1510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:49 smithi088 ceph-mon[96111]: pgmap v1510: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:49.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:49.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:50.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:50.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:51 smithi187 ceph-mon[111815]: pgmap v1511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:51 smithi088 ceph-mon[96111]: pgmap v1511: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:51.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:51.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:52.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:52.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:53 smithi187 ceph-mon[111815]: pgmap v1512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:53 smithi088 ceph-mon[96111]: pgmap v1512: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:53.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:53.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:54.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:54.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:55 smithi187 ceph-mon[111815]: pgmap v1513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:55 smithi088 ceph-mon[96111]: pgmap v1513: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:55.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:55.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:56.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:56.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:57 smithi187 ceph-mon[111815]: pgmap v1514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:57 smithi088 ceph-mon[96111]: pgmap v1514: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:06:57.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:57.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:58.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:58.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:06:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:06:59 smithi187 ceph-mon[111815]: pgmap v1515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:06:59 smithi088 ceph-mon[96111]: pgmap v1515: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:06:59.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:06:59.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:07:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:07:00.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:00.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:01 smithi187 ceph-mon[111815]: pgmap v1516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:01 smithi088 ceph-mon[96111]: pgmap v1516: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:01.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:01.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:02.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:02.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:03 smithi187 ceph-mon[111815]: pgmap v1517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:03 smithi088 ceph-mon[96111]: pgmap v1517: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:03.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:03.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:04.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:04.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:05 smithi187 ceph-mon[111815]: pgmap v1518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:05 smithi088 ceph-mon[96111]: pgmap v1518: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:05.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:05.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:06.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:06.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:07 smithi187 ceph-mon[111815]: pgmap v1519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:07 smithi088 ceph-mon[96111]: pgmap v1519: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:07.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:07.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:08.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:08.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:09 smithi187 ceph-mon[111815]: pgmap v1520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:09 smithi088 ceph-mon[96111]: pgmap v1520: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:09.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:09.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:10.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:10.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:11 smithi187 ceph-mon[111815]: pgmap v1521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:11 smithi088 ceph-mon[96111]: pgmap v1521: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:11.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:11.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:12.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:12.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:13 smithi187 ceph-mon[111815]: pgmap v1522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:13 smithi088 ceph-mon[96111]: pgmap v1522: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:13.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:13.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:14.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:14.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:15 smithi187 ceph-mon[111815]: pgmap v1523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:07:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:15 smithi088 ceph-mon[96111]: pgmap v1523: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:07:15.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:15.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:16.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:16.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:17 smithi187 ceph-mon[111815]: pgmap v1524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:17 smithi088 ceph-mon[96111]: pgmap v1524: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:17.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:17.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:18.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:18.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:19 smithi187 ceph-mon[111815]: pgmap v1525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:19 smithi088 ceph-mon[96111]: pgmap v1525: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:19.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:19.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:20.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:20.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:21 smithi187 ceph-mon[111815]: pgmap v1526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:21 smithi088 ceph-mon[96111]: pgmap v1526: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:21.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:21.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:22.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:22.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:23 smithi187 ceph-mon[111815]: pgmap v1527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:23 smithi088 ceph-mon[96111]: pgmap v1527: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:23.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:23.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:24.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:24.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:25 smithi187 ceph-mon[111815]: pgmap v1528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:25 smithi088 ceph-mon[96111]: pgmap v1528: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:25.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:25.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:26.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:26.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:27 smithi187 ceph-mon[111815]: pgmap v1529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:27 smithi088 ceph-mon[96111]: pgmap v1529: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:27.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:27.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:28.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:28.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:29 smithi088 ceph-mon[96111]: pgmap v1530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:07:29.689 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:29 smithi187 ceph-mon[111815]: pgmap v1530: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:29.689 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:07:29.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:29.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:07:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:07:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:07:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:07:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:07:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:07:30.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:07:30.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:07:30.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:30.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:07:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:07:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:07:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:07:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:07:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:07:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:07:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:07:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:31 smithi187 ceph-mon[111815]: pgmap v1531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:31.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:31.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:31 smithi088 ceph-mon[96111]: pgmap v1531: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:32.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:32.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:33 smithi187 ceph-mon[111815]: pgmap v1532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:33.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:33.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:33 smithi088 ceph-mon[96111]: pgmap v1532: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:34.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:34.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:35 smithi187 ceph-mon[111815]: pgmap v1533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:35.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:35.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:35 smithi088 ceph-mon[96111]: pgmap v1533: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:36.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:36.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:37 smithi187 ceph-mon[111815]: pgmap v1534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:37.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:37.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:37 smithi088 ceph-mon[96111]: pgmap v1534: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:38.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:38.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:39 smithi187 ceph-mon[111815]: pgmap v1535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:39.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:39.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:39 smithi088 ceph-mon[96111]: pgmap v1535: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:40.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:40.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:41 smithi187 ceph-mon[111815]: pgmap v1536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:41.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:41.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:41 smithi088 ceph-mon[96111]: pgmap v1536: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:42.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:42.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:43 smithi187 ceph-mon[111815]: pgmap v1537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:43.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:43.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:43 smithi088 ceph-mon[96111]: pgmap v1537: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:44.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:44.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:45 smithi187 ceph-mon[111815]: pgmap v1538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:07:45.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:45.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:45 smithi088 ceph-mon[96111]: pgmap v1538: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:07:46.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:46.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:47 smithi187 ceph-mon[111815]: pgmap v1539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:47.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:47.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:47 smithi088 ceph-mon[96111]: pgmap v1539: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:48.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:48.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:49 smithi187 ceph-mon[111815]: pgmap v1540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:49.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:49.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:49 smithi088 ceph-mon[96111]: pgmap v1540: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:50.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:50.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:51.691 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:51 smithi088 ceph-mon[96111]: pgmap v1541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:51 smithi187 ceph-mon[111815]: pgmap v1541: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:51.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:51.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:52.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:52.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:53 smithi187 ceph-mon[111815]: pgmap v1542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:53.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:53.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:53 smithi088 ceph-mon[96111]: pgmap v1542: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:54.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:54.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:55 smithi187 ceph-mon[111815]: pgmap v1543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:55.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:55.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:55 smithi088 ceph-mon[96111]: pgmap v1543: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:56.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:56.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:57 smithi187 ceph-mon[111815]: pgmap v1544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:57.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:57.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:57 smithi088 ceph-mon[96111]: pgmap v1544: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:07:58.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:58.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:07:59 smithi187 ceph-mon[111815]: pgmap v1545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:07:59.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:07:59.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:07:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:07:59 smithi088 ceph-mon[96111]: pgmap v1545: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:08:00.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:00.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:08:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:01 smithi187 ceph-mon[111815]: pgmap v1546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:01.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:01 smithi088 ceph-mon[96111]: pgmap v1546: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:01.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:01.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:02.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:02.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:03 smithi187 ceph-mon[111815]: pgmap v1547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:03.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:03.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:03 smithi088 ceph-mon[96111]: pgmap v1547: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:04.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:04.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:05 smithi187 ceph-mon[111815]: pgmap v1548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:05.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:05.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:05 smithi088 ceph-mon[96111]: pgmap v1548: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:06.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:06.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:07 smithi187 ceph-mon[111815]: pgmap v1549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:07.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:07.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:07 smithi088 ceph-mon[96111]: pgmap v1549: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:08.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:08.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:09 smithi187 ceph-mon[111815]: pgmap v1550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:09.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:09.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:09 smithi088 ceph-mon[96111]: pgmap v1550: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:10.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:10.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:11 smithi187 ceph-mon[111815]: pgmap v1551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:11.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:11.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:11 smithi088 ceph-mon[96111]: pgmap v1551: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:12.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:12.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:13 smithi187 ceph-mon[111815]: pgmap v1552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:13.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:13.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:13 smithi088 ceph-mon[96111]: pgmap v1552: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:14.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:14.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:15 smithi187 ceph-mon[111815]: pgmap v1553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:08:15.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:15.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:15 smithi088 ceph-mon[96111]: pgmap v1553: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:08:16.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:16.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:17 smithi187 ceph-mon[111815]: pgmap v1554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:17.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:17.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:17 smithi088 ceph-mon[96111]: pgmap v1554: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:18.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:18.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:19 smithi187 ceph-mon[111815]: pgmap v1555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:19.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:19.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:19 smithi088 ceph-mon[96111]: pgmap v1555: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:20.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:20.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:21 smithi187 ceph-mon[111815]: pgmap v1556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:21 smithi088 ceph-mon[96111]: pgmap v1556: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:21.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:21.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:22.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:22.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:23 smithi187 ceph-mon[111815]: pgmap v1557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:23 smithi088 ceph-mon[96111]: pgmap v1557: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:23.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:23.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:24.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:24.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:25 smithi187 ceph-mon[111815]: pgmap v1558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:25 smithi088 ceph-mon[96111]: pgmap v1558: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:25.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:25.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:26.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:26.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:27 smithi187 ceph-mon[111815]: pgmap v1559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:27 smithi088 ceph-mon[96111]: pgmap v1559: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:27.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:27.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:28.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:28.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:29 smithi187 ceph-mon[111815]: pgmap v1560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:29 smithi088 ceph-mon[96111]: pgmap v1560: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:29.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:29.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:08:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:08:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:08:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:08:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:08:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:08:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:08:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:08:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:08:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:08:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:08:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:08:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:08:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:08:30.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:30.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:31 smithi088 ceph-mon[96111]: pgmap v1561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:31.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:31.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:31 smithi187 ceph-mon[111815]: pgmap v1561: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:32.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:32.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:33.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:33 smithi088 ceph-mon[96111]: pgmap v1562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:33.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:33.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:33 smithi187 ceph-mon[111815]: pgmap v1562: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:34.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:34.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:35 smithi187 ceph-mon[111815]: pgmap v1563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:35 smithi088 ceph-mon[96111]: pgmap v1563: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:35.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:35.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:36.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:36.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:37 smithi088 ceph-mon[96111]: pgmap v1564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:37.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:37.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:37 smithi187 ceph-mon[111815]: pgmap v1564: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:38.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:38.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:39 smithi088 ceph-mon[96111]: pgmap v1565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:39.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:39.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:39 smithi187 ceph-mon[111815]: pgmap v1565: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:40.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:40.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:41 smithi088 ceph-mon[96111]: pgmap v1566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:41.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:41.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:41 smithi187 ceph-mon[111815]: pgmap v1566: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:42.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:42.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:43 smithi088 ceph-mon[96111]: pgmap v1567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:43.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:43.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:43 smithi187 ceph-mon[111815]: pgmap v1567: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:44.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:44.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:45 smithi088 ceph-mon[96111]: pgmap v1568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:08:45.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:45.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:45 smithi187 ceph-mon[111815]: pgmap v1568: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:08:46.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:46.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:47 smithi088 ceph-mon[96111]: pgmap v1569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:47.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:47.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:47 smithi187 ceph-mon[111815]: pgmap v1569: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:48.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:48.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:49 smithi088 ceph-mon[96111]: pgmap v1570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:49.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:49.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:49 smithi187 ceph-mon[111815]: pgmap v1570: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:50.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:50.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:51 smithi088 ceph-mon[96111]: pgmap v1571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:51.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:51.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:51 smithi187 ceph-mon[111815]: pgmap v1571: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:52.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:52.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:53 smithi088 ceph-mon[96111]: pgmap v1572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:53.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:53.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:53 smithi187 ceph-mon[111815]: pgmap v1572: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:54.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:54.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:55 smithi088 ceph-mon[96111]: pgmap v1573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:55.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:55.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:55 smithi187 ceph-mon[111815]: pgmap v1573: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:56.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:56.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:57 smithi088 ceph-mon[96111]: pgmap v1574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:57.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:57.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:57 smithi187 ceph-mon[111815]: pgmap v1574: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:08:58.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:58.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:08:59 smithi088 ceph-mon[96111]: pgmap v1575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:08:59.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:08:59.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:08:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:08:59 smithi187 ceph-mon[111815]: pgmap v1575: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:09:00.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:00.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:09:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:01 smithi088 ceph-mon[96111]: pgmap v1576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:01.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:01.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:01 smithi187 ceph-mon[111815]: pgmap v1576: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:02.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:02.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:03 smithi088 ceph-mon[96111]: pgmap v1577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:03.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:03.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:03 smithi187 ceph-mon[111815]: pgmap v1577: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:04.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:04.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:05 smithi088 ceph-mon[96111]: pgmap v1578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:05.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:05.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:05 smithi187 ceph-mon[111815]: pgmap v1578: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:06.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:06.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:07 smithi088 ceph-mon[96111]: pgmap v1579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:09:07.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:07.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:07 smithi187 ceph-mon[111815]: pgmap v1579: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:09:08.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:08.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:09 smithi088 ceph-mon[96111]: pgmap v1580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:09.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:09.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:09 smithi187 ceph-mon[111815]: pgmap v1580: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:10.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:10.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:11 smithi088 ceph-mon[96111]: pgmap v1581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:11.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:11.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:11 smithi187 ceph-mon[111815]: pgmap v1581: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:12.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:12.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:13 smithi088 ceph-mon[96111]: pgmap v1582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:13.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:13.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:13 smithi187 ceph-mon[111815]: pgmap v1582: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:14.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:14.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:15.800 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:15 smithi187 ceph-mon[111815]: pgmap v1583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:15.800 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:09:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:15 smithi088 ceph-mon[96111]: pgmap v1583: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:09:15.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:15.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:16.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:16.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:17 smithi088 ceph-mon[96111]: pgmap v1584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:09:17.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:17.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:17 smithi187 ceph-mon[111815]: pgmap v1584: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:09:18.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:18.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:19 smithi088 ceph-mon[96111]: pgmap v1585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:19.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:19.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:19 smithi187 ceph-mon[111815]: pgmap v1585: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:20.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:20.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:21 smithi088 ceph-mon[96111]: pgmap v1586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:21.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:21.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:21 smithi187 ceph-mon[111815]: pgmap v1586: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:22.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:22.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:23 smithi088 ceph-mon[96111]: pgmap v1587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:23.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:23.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:23 smithi187 ceph-mon[111815]: pgmap v1587: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:24.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:24.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:25 smithi088 ceph-mon[96111]: pgmap v1588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:25.907 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:25 smithi187 ceph-mon[111815]: pgmap v1588: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:25.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:25.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:26.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:26.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:27 smithi088 ceph-mon[96111]: pgmap v1589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:09:27.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:27.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:27 smithi187 ceph-mon[111815]: pgmap v1589: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:09:28.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:28.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:29 smithi088 ceph-mon[96111]: pgmap v1590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:29.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:29.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:29 smithi187 ceph-mon[111815]: pgmap v1590: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:09:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:09:30.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:30.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:09:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:09:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:31 smithi088 ceph-mon[96111]: pgmap v1591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:09:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:09:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:09:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:31.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:31.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:31 smithi187 ceph-mon[111815]: pgmap v1591: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:09:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:09:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:09:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:32.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:32.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:33 smithi088 ceph-mon[96111]: pgmap v1592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:33.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:33.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:33 smithi187 ceph-mon[111815]: pgmap v1592: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:34.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:34.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:35.404 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:35 smithi187 ceph-mon[111815]: pgmap v1593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:35.405 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:35.405 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:35.667 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:35 smithi088 ceph-mon[96111]: pgmap v1593: 97 pgs: 97 active+clean; 612 KiB data, 217 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:35.667 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:35.667 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:35.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:35.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:36.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:36.697 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:36.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:36.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:37.465 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:37 smithi187 ceph-mon[111815]: pgmap v1594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:09:37.466 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:37.466 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:37.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:37 smithi088 ceph-mon[96111]: pgmap v1594: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:09:37.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:37.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:37.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:37.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:38.517 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 sudo[258173]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T00:09:38.517 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 sudo[258173]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T00:09:38.517 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 sudo[258173]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T00:09:38.517 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 sudo[258173]: pam_unix(sudo:session): session closed for user root 2023-10-13T00:09:38.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:38.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:38.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:38 smithi187 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T00:09:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 sudo[258176]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T00:09:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 sudo[258176]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T00:09:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 sudo[258176]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T00:09:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 sudo[258176]: pam_unix(sudo:session): session closed for user root 2023-10-13T00:09:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:38 smithi088 ceph-mon[96111]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T00:09:38.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:38.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:39.034 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:38 smithi187 sudo[191761]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/smartctl -x --json=o /dev/nvme0n1 2023-10-13T00:09:39.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:38 smithi187 sudo[191761]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T00:09:39.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:38 smithi187 sudo[191761]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T00:09:39.035 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:38 smithi187 sudo[191761]: pam_unix(sudo:session): session closed for user root 2023-10-13T00:09:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 sudo[191764]: ceph : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/sbin/nvme intel smart-log-add --json /dev/nvme0n1 2023-10-13T00:09:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 sudo[191764]: pam_systemd(sudo:session): Failed to connect to system bus: No such file or directory 2023-10-13T00:09:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 sudo[191764]: pam_unix(sudo:session): session opened for user root by (uid=0) 2023-10-13T00:09:39.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 sudo[191764]: pam_unix(sudo:session): session closed for user root 2023-10-13T00:09:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:39 smithi088 ceph-mon[96111]: pgmap v1595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:39 smithi088 ceph-mon[96111]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T00:09:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-13T00:09:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-13T00:09:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:39 smithi088 ceph-mon[96111]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T00:09:39.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-13T00:09:39.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-13T00:09:39.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:39 smithi088 ceph-mon[96111]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T00:09:39.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:39.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:39.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 ceph-mon[111815]: pgmap v1595: 97 pgs: 97 active+clean; 612 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T00:09:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-13T00:09:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-13T00:09:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2023-10-13T00:09:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi088"}]: dispatch 2023-10-13T00:09:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "mon metadata", "id": "smithi187"}]: dispatch 2023-10-13T00:09:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 ceph-mon[111815]: from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2023-10-13T00:09:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:09:40.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:40.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:41 smithi187 ceph-mon[111815]: pgmap v1596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 392 KiB/s wr, 26 op/s 2023-10-13T00:09:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:41 smithi088 ceph-mon[96111]: pgmap v1596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 8.3 KiB/s rd, 392 KiB/s wr, 26 op/s 2023-10-13T00:09:41.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:41.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:42.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:42.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:43 smithi088 ceph-mon[96111]: pgmap v1597: 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-13T00:09:43.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:43.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:43 smithi187 ceph-mon[111815]: pgmap v1597: 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-13T00:09:44.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:44.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:45 smithi088 ceph-mon[96111]: pgmap v1598: 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-13T00:09:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:09:45.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:45.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:45 smithi187 ceph-mon[111815]: pgmap v1598: 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-13T00:09:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:09:46.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:46.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:47 smithi088 ceph-mon[96111]: pgmap v1599: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 392 KiB/s wr, 26 op/s 2023-10-13T00:09:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:47 smithi187 ceph-mon[111815]: pgmap v1599: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 8.4 KiB/s rd, 392 KiB/s wr, 26 op/s 2023-10-13T00:09:47.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:47.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:48.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:48.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:49 smithi088 ceph-mon[96111]: pgmap v1600: 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-13T00:09:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:49 smithi187 ceph-mon[111815]: pgmap v1600: 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-13T00:09:49.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:49.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:50.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:50.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:51 smithi088 ceph-mon[96111]: pgmap v1601: 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-13T00:09:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:51 smithi187 ceph-mon[111815]: pgmap v1601: 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-13T00:09:51.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:51.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:52.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:52.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:53 smithi088 ceph-mon[96111]: pgmap v1602: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:53 smithi187 ceph-mon[111815]: pgmap v1602: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:53.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:53.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:54.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:54.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:55 smithi088 ceph-mon[96111]: pgmap v1603: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:55 smithi187 ceph-mon[111815]: pgmap v1603: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:55.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:55.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:56.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:56.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:57.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:57 smithi088 ceph-mon[96111]: pgmap v1604: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:09:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:57 smithi187 ceph-mon[111815]: pgmap v1604: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:09:57.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:57.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:58.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:58.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:09:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:09:59 smithi088 ceph-mon[96111]: pgmap v1605: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:09:59 smithi187 ceph-mon[111815]: pgmap v1605: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:09:59.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:09:59.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:10:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T00:10:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:10:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T00:10:00.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:00.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:01 smithi088 ceph-mon[96111]: pgmap v1606: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:01 smithi187 ceph-mon[111815]: pgmap v1606: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:01.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:01.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:02.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:02.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:03 smithi088 ceph-mon[96111]: pgmap v1607: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:03 smithi187 ceph-mon[111815]: pgmap v1607: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:03.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:03.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:04.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:04.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:05 smithi187 ceph-mon[111815]: pgmap v1608: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:05.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:05.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:05 smithi088 ceph-mon[96111]: pgmap v1608: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:06.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:06.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:07 smithi187 ceph-mon[111815]: pgmap v1609: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:07.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:07.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:07 smithi088 ceph-mon[96111]: pgmap v1609: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:08.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:08.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:09 smithi187 ceph-mon[111815]: pgmap v1610: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:09.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:09.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:09 smithi088 ceph-mon[96111]: pgmap v1610: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:10.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:10.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:11 smithi187 ceph-mon[111815]: pgmap v1611: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:12.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:12.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:11 smithi088 ceph-mon[96111]: pgmap v1611: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:13.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:13.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:13 smithi187 ceph-mon[111815]: pgmap v1612: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:14.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:14.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:13 smithi088 ceph-mon[96111]: pgmap v1612: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:15.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:15.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:15 smithi187 ceph-mon[111815]: pgmap v1613: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:10:16.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:16.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:15 smithi088 ceph-mon[96111]: pgmap v1613: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:10:17.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:17.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:17 smithi187 ceph-mon[111815]: pgmap v1614: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:18.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:18.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:17 smithi088 ceph-mon[96111]: pgmap v1614: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:19.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:19.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:19 smithi187 ceph-mon[111815]: pgmap v1615: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:20.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:20.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:19 smithi088 ceph-mon[96111]: pgmap v1615: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:21.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:21.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:21.884 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:21 smithi187 ceph-mon[111815]: pgmap v1616: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:22.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:22.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:21 smithi088 ceph-mon[96111]: pgmap v1616: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:23.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:23.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:23 smithi088 ceph-mon[96111]: pgmap v1617: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:23 smithi187 ceph-mon[111815]: pgmap v1617: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:24.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:24.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:25.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:25.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:25 smithi187 ceph-mon[111815]: pgmap v1618: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:26.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:26.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:25 smithi088 ceph-mon[96111]: pgmap v1618: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:27.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:27.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:27 smithi187 ceph-mon[111815]: pgmap v1619: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:28.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:28.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:27 smithi088 ceph-mon[96111]: pgmap v1619: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:29.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:29.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:29 smithi187 ceph-mon[111815]: pgmap v1620: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:30.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:30.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:29 smithi088 ceph-mon[96111]: pgmap v1620: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:10:31.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:31.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:10:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:31 smithi187 ceph-mon[111815]: pgmap v1621: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:10:32.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:32.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:31 smithi088 ceph-mon[96111]: pgmap v1621: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:10:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:32 smithi187 ceph-mon[111815]: pgmap v1622: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:10:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:10:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:10:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:10:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:10:33.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:33.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:32 smithi088 ceph-mon[96111]: pgmap v1622: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:10:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:10:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:10:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:10:33.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:10:34.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:34.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:35.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:35.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:34 smithi088 ceph-mon[96111]: pgmap v1623: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:34 smithi187 ceph-mon[111815]: pgmap v1623: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:36.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:36.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:37.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:37.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:36 smithi088 ceph-mon[96111]: pgmap v1624: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:36 smithi187 ceph-mon[111815]: pgmap v1624: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:38.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:38.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:39.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:39.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:38 smithi187 ceph-mon[111815]: pgmap v1625: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:38 smithi088 ceph-mon[96111]: pgmap v1625: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:40.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:40.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:41.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:41.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:40 smithi187 ceph-mon[111815]: pgmap v1626: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:40 smithi088 ceph-mon[96111]: pgmap v1626: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:42.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:42.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:43.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:43.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:42 smithi187 ceph-mon[111815]: pgmap v1627: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:42 smithi088 ceph-mon[96111]: pgmap v1627: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:44.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:44.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:45.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:45.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:44 smithi088 ceph-mon[96111]: pgmap v1628: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:44 smithi187 ceph-mon[111815]: pgmap v1628: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:46.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:46.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:10:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:10:47.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:47.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:47.145 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:46 smithi187 ceph-mon[111815]: pgmap v1629: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:46 smithi088 ceph-mon[96111]: pgmap v1629: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:48.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:48.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:49.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:49.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:48 smithi088 ceph-mon[96111]: pgmap v1630: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:48 smithi187 ceph-mon[111815]: pgmap v1630: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:50.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:50.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:51.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:51.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:50 smithi187 ceph-mon[111815]: pgmap v1631: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:50 smithi088 ceph-mon[96111]: pgmap v1631: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:52.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:52.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:53.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:53.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:52 smithi187 ceph-mon[111815]: pgmap v1632: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:52 smithi088 ceph-mon[96111]: pgmap v1632: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:54.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:54.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:54 smithi088 ceph-mon[96111]: pgmap v1633: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:55.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:55.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:54 smithi187 ceph-mon[111815]: pgmap v1633: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:56.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:56.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:57.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:57.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:56 smithi187 ceph-mon[111815]: pgmap v1634: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:56 smithi088 ceph-mon[96111]: pgmap v1634: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:10:58.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:58.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:10:58 smithi088 ceph-mon[96111]: pgmap v1635: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:10:59.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:10:59.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:10:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:10:58 smithi187 ceph-mon[111815]: pgmap v1635: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:00.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:00.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:01.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:01.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:00 smithi187 ceph-mon[111815]: pgmap v1636: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:11:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:00 smithi088 ceph-mon[96111]: pgmap v1636: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:11:02.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:02.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:03.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:03.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:02 smithi187 ceph-mon[111815]: pgmap v1637: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:02 smithi088 ceph-mon[96111]: pgmap v1637: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:04.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:04.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:04 smithi088 ceph-mon[96111]: pgmap v1638: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:05.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:05.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:04 smithi187 ceph-mon[111815]: pgmap v1638: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:06.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:06.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:07.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:07.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:06 smithi187 ceph-mon[111815]: pgmap v1639: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:06 smithi088 ceph-mon[96111]: pgmap v1639: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:08.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:08.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:09.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:09.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:08 smithi187 ceph-mon[111815]: pgmap v1640: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:08 smithi088 ceph-mon[96111]: pgmap v1640: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:10.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:10.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:11.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:11.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:10 smithi187 ceph-mon[111815]: pgmap v1641: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:10 smithi088 ceph-mon[96111]: pgmap v1641: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:12.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:12.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:13.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:13.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:12 smithi187 ceph-mon[111815]: pgmap v1642: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:12 smithi088 ceph-mon[96111]: pgmap v1642: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:14.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:14.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:14 smithi088 ceph-mon[96111]: pgmap v1643: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:15.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:15.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:14 smithi187 ceph-mon[111815]: pgmap v1643: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:16.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:16.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:11:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:11:17.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:17.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:16 smithi187 ceph-mon[111815]: pgmap v1644: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:16 smithi088 ceph-mon[96111]: pgmap v1644: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:18.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:18.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:19.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:19.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:18 smithi187 ceph-mon[111815]: pgmap v1645: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:18 smithi088 ceph-mon[96111]: pgmap v1645: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:20.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:20.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:21.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:21.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:20 smithi187 ceph-mon[111815]: pgmap v1646: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:20 smithi088 ceph-mon[96111]: pgmap v1646: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:22.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:22.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:23.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:23.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:22 smithi187 ceph-mon[111815]: pgmap v1647: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:22 smithi088 ceph-mon[96111]: pgmap v1647: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:24.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:24.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:24 smithi088 ceph-mon[96111]: pgmap v1648: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:25.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:25.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:24 smithi187 ceph-mon[111815]: pgmap v1648: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:26.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:26.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:27.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:27.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:26 smithi187 ceph-mon[111815]: pgmap v1649: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:26 smithi088 ceph-mon[96111]: pgmap v1649: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:28.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:28.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:29.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:29.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:28 smithi187 ceph-mon[111815]: pgmap v1650: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:28 smithi088 ceph-mon[96111]: pgmap v1650: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:30.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:30.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:31.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:31.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:30 smithi187 ceph-mon[111815]: pgmap v1651: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:11:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:30 smithi088 ceph-mon[96111]: pgmap v1651: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:11:32.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:32.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:11:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:11:33.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:33.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:32 smithi187 ceph-mon[111815]: pgmap v1652: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:11:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:11:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:11:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:11:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:11:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:32 smithi088 ceph-mon[96111]: pgmap v1652: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:11:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:11:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:11:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:11:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:11:34.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:34.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:34 smithi088 ceph-mon[96111]: pgmap v1653: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:35.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:35.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:34 smithi187 ceph-mon[111815]: pgmap v1653: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:36.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:36.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:37.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:37.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:36 smithi187 ceph-mon[111815]: pgmap v1654: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:36 smithi088 ceph-mon[96111]: pgmap v1654: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:38.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:38.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:39.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:39.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:38 smithi187 ceph-mon[111815]: pgmap v1655: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:38 smithi088 ceph-mon[96111]: pgmap v1655: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:40.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:40.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:41.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:41.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:40 smithi187 ceph-mon[111815]: pgmap v1656: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:40 smithi088 ceph-mon[96111]: pgmap v1656: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:42.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:42.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:43.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:43.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:42 smithi187 ceph-mon[111815]: pgmap v1657: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:42 smithi088 ceph-mon[96111]: pgmap v1657: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:44.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:44.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:45.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:45.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:44 smithi187 ceph-mon[111815]: pgmap v1658: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:11:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:44 smithi088 ceph-mon[96111]: pgmap v1658: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:11:46.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:46.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:47.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:47.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:46 smithi187 ceph-mon[111815]: pgmap v1659: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:46 smithi088 ceph-mon[96111]: pgmap v1659: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:48.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:48.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:49.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:49.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:48 smithi187 ceph-mon[111815]: pgmap v1660: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:49.248 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:48 smithi088 ceph-mon[96111]: pgmap v1660: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:50.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:50.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:51.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:51.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:50 smithi187 ceph-mon[111815]: pgmap v1661: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:50 smithi088 ceph-mon[96111]: pgmap v1661: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:52.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:52.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:53.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:53.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:52 smithi187 ceph-mon[111815]: pgmap v1662: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:52 smithi088 ceph-mon[96111]: pgmap v1662: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:54.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:54.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:55.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:55.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:54 smithi088 ceph-mon[96111]: pgmap v1663: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:54 smithi187 ceph-mon[111815]: pgmap v1663: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:56.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:56.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:57.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:57.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:56 smithi088 ceph-mon[96111]: pgmap v1664: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:56 smithi187 ceph-mon[111815]: pgmap v1664: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:11:58.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:58.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:59.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:11:59.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:11:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:58 smithi088 ceph-mon[96111]: pgmap v1665: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:11:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:58 smithi187 ceph-mon[111815]: pgmap v1665: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:00.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:00.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:11:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:12:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:11:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:12:01.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:01.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:00 smithi088 ceph-mon[96111]: pgmap v1666: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:00 smithi187 ceph-mon[111815]: pgmap v1666: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:02.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:02.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:03.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:03.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:02 smithi187 ceph-mon[111815]: pgmap v1667: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:02 smithi088 ceph-mon[96111]: pgmap v1667: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:04.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:04.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:05.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:05.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:04 smithi088 ceph-mon[96111]: pgmap v1668: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:04 smithi187 ceph-mon[111815]: pgmap v1668: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:06.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:06.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:07.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:07.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:06 smithi088 ceph-mon[96111]: pgmap v1669: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:06 smithi187 ceph-mon[111815]: pgmap v1669: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:08.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:08.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:09.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:09.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:08 smithi088 ceph-mon[96111]: pgmap v1670: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:08 smithi187 ceph-mon[111815]: pgmap v1670: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:10.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:10.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:11.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:11.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:10 smithi088 ceph-mon[96111]: pgmap v1671: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:10 smithi187 ceph-mon[111815]: pgmap v1671: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:12.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:12.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:13.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:13.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:12 smithi088 ceph-mon[96111]: pgmap v1672: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:12 smithi187 ceph-mon[111815]: pgmap v1672: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:14.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:14.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:15.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:15.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:14 smithi088 ceph-mon[96111]: pgmap v1673: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:12:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:14 smithi187 ceph-mon[111815]: pgmap v1673: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:12:16.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:16.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:17.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:17.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:16 smithi088 ceph-mon[96111]: pgmap v1674: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:16 smithi187 ceph-mon[111815]: pgmap v1674: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:18.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:18.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:19.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:19.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:19 smithi088 ceph-mon[96111]: pgmap v1675: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:19 smithi187 ceph-mon[111815]: pgmap v1675: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:20.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:20.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:21.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:21.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:21 smithi088 ceph-mon[96111]: pgmap v1676: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:21 smithi187 ceph-mon[111815]: pgmap v1676: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:22.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:22.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:23.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:23.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:23 smithi088 ceph-mon[96111]: pgmap v1677: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:23 smithi187 ceph-mon[111815]: pgmap v1677: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:24.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:24.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:25.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:25.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:25 smithi088 ceph-mon[96111]: pgmap v1678: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:25 smithi187 ceph-mon[111815]: pgmap v1678: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:26.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:26.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:27.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:27.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:27 smithi088 ceph-mon[96111]: pgmap v1679: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:27 smithi187 ceph-mon[111815]: pgmap v1679: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:28.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:28.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:29.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:29.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:29 smithi088 ceph-mon[96111]: pgmap v1680: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:29 smithi187 ceph-mon[111815]: pgmap v1680: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:30.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:30.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:12:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:12:31.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:31.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:31 smithi088 ceph-mon[96111]: pgmap v1681: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:31 smithi187 ceph-mon[111815]: pgmap v1681: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:32.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:32.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:33.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:33.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:33 smithi088 ceph-mon[96111]: pgmap v1682: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:12:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:12:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:12:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:12:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:12:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:12:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:33 smithi187 ceph-mon[111815]: pgmap v1682: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:12:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:12:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:12:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:12:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:12:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:12:34.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:34.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:35.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:35.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:35 smithi088 ceph-mon[96111]: pgmap v1683: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:35.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:35 smithi187 ceph-mon[111815]: pgmap v1683: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:36.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:36.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:37.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:37.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:37 smithi088 ceph-mon[96111]: pgmap v1684: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:37 smithi187 ceph-mon[111815]: pgmap v1684: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:38.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:38.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:39.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:39.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:39 smithi088 ceph-mon[96111]: pgmap v1685: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:39 smithi187 ceph-mon[111815]: pgmap v1685: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:40.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:40.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:41.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:41.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:41 smithi088 ceph-mon[96111]: pgmap v1686: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:41 smithi187 ceph-mon[111815]: pgmap v1686: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:42.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:42.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:43.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:43.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:43 smithi088 ceph-mon[96111]: pgmap v1687: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:43.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:43 smithi187 ceph-mon[111815]: pgmap v1687: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:44.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:44.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:45.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:45.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:45 smithi088 ceph-mon[96111]: pgmap v1688: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:12:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:45 smithi187 ceph-mon[111815]: pgmap v1688: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:12:46.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:46.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:47.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:47.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:47 smithi088 ceph-mon[96111]: pgmap v1689: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:47 smithi187 ceph-mon[111815]: pgmap v1689: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:48.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:48.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:49.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:49.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:49 smithi088 ceph-mon[96111]: pgmap v1690: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:49 smithi187 ceph-mon[111815]: pgmap v1690: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:50.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:50.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:51.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:51.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:51 smithi088 ceph-mon[96111]: pgmap v1691: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:51 smithi187 ceph-mon[111815]: pgmap v1691: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:52.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:52.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:53.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:53.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:53 smithi088 ceph-mon[96111]: pgmap v1692: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:53.457 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:53 smithi187 ceph-mon[111815]: pgmap v1692: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:54.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:54.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:55.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:55.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:55 smithi088 ceph-mon[96111]: pgmap v1693: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:55 smithi187 ceph-mon[111815]: pgmap v1693: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:56.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:56.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:57.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:57.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:57 smithi088 ceph-mon[96111]: pgmap v1694: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:57 smithi187 ceph-mon[111815]: pgmap v1694: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:12:58.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:58.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:59.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:12:59.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:12:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:12:59 smithi088 ceph-mon[96111]: pgmap v1695: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:12:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:12:59 smithi187 ceph-mon[111815]: pgmap v1695: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:00.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:00.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:13:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:13:01.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:01.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:01 smithi187 ceph-mon[111815]: pgmap v1696: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:01 smithi088 ceph-mon[96111]: pgmap v1696: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:02.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:02.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:03.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:03.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:03 smithi187 ceph-mon[111815]: pgmap v1697: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:03 smithi088 ceph-mon[96111]: pgmap v1697: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:04.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:04.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:05.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:05.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:05 smithi088 ceph-mon[96111]: pgmap v1698: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:05 smithi187 ceph-mon[111815]: pgmap v1698: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:06.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:06.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:07.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:07.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:07 smithi187 ceph-mon[111815]: pgmap v1699: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:07 smithi088 ceph-mon[96111]: pgmap v1699: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:08.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:08.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:09.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:09.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:09 smithi187 ceph-mon[111815]: pgmap v1700: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:09 smithi088 ceph-mon[96111]: pgmap v1700: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:10.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:10.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:11.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:11.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:11 smithi187 ceph-mon[111815]: pgmap v1701: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:11 smithi088 ceph-mon[96111]: pgmap v1701: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:12.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:12.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:13.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:13.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:13 smithi187 ceph-mon[111815]: pgmap v1702: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:13 smithi088 ceph-mon[96111]: pgmap v1702: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:14.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:14.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:15.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:15.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:15 smithi187 ceph-mon[111815]: pgmap v1703: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:13:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:15 smithi088 ceph-mon[96111]: pgmap v1703: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:13:16.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:16.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:17.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:17.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:17 smithi187 ceph-mon[111815]: pgmap v1704: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:17 smithi088 ceph-mon[96111]: pgmap v1704: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:18.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:18.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:19.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:19.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:19 smithi187 ceph-mon[111815]: pgmap v1705: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:19 smithi088 ceph-mon[96111]: pgmap v1705: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:20.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:20.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:21.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:21.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:21 smithi187 ceph-mon[111815]: pgmap v1706: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:21 smithi088 ceph-mon[96111]: pgmap v1706: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:22.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:22.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:23.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:23.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:23 smithi187 ceph-mon[111815]: pgmap v1707: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:23 smithi088 ceph-mon[96111]: pgmap v1707: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:24.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:24.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:25.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:25.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:25 smithi187 ceph-mon[111815]: pgmap v1708: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:25 smithi088 ceph-mon[96111]: pgmap v1708: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:26.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:26.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:27.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:27.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:27 smithi187 ceph-mon[111815]: pgmap v1709: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:27 smithi088 ceph-mon[96111]: pgmap v1709: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:28.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:28.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:29.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:29.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:29 smithi187 ceph-mon[111815]: pgmap v1710: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:29 smithi088 ceph-mon[96111]: pgmap v1710: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:30.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:30.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:13:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:13:31.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:31.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:31 smithi187 ceph-mon[111815]: pgmap v1711: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:31 smithi088 ceph-mon[96111]: pgmap v1711: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:32.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:32.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:33.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:33.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:33 smithi187 ceph-mon[111815]: pgmap v1712: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:13:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:33 smithi088 ceph-mon[96111]: pgmap v1712: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:13:34.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:34.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:13:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:13:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:13:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:13:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:13:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:13:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:13:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:13:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:13:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:13:35.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:35.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:35 smithi088 ceph-mon[96111]: pgmap v1713: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:35 smithi187 ceph-mon[111815]: pgmap v1713: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:36.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:36.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:37.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:37.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:37 smithi187 ceph-mon[111815]: pgmap v1714: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:37 smithi088 ceph-mon[96111]: pgmap v1714: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:38.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:38.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:39.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:39.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:39 smithi187 ceph-mon[111815]: pgmap v1715: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:39 smithi088 ceph-mon[96111]: pgmap v1715: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:40.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:40.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:41.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:41.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:41 smithi187 ceph-mon[111815]: pgmap v1716: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:41 smithi088 ceph-mon[96111]: pgmap v1716: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:42.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:42.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:43.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:43.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:43 smithi187 ceph-mon[111815]: pgmap v1717: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:43 smithi088 ceph-mon[96111]: pgmap v1717: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:44.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:44.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:45.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:45.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:45 smithi187 ceph-mon[111815]: pgmap v1718: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:13:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:45 smithi088 ceph-mon[96111]: pgmap v1718: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:13:46.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:46.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:47.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:47.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:47 smithi088 ceph-mon[96111]: pgmap v1719: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:47 smithi187 ceph-mon[111815]: pgmap v1719: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:48.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:48.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:49.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:49.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:49 smithi088 ceph-mon[96111]: pgmap v1720: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:49 smithi187 ceph-mon[111815]: pgmap v1720: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:50.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:50.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:51.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:51.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:51 smithi088 ceph-mon[96111]: pgmap v1721: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:51 smithi187 ceph-mon[111815]: pgmap v1721: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:52.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:52.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:53.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:53.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:53 smithi088 ceph-mon[96111]: pgmap v1722: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:53 smithi187 ceph-mon[111815]: pgmap v1722: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:54.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:54.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:55.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:55.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:55 smithi088 ceph-mon[96111]: pgmap v1723: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:55 smithi187 ceph-mon[111815]: pgmap v1723: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:56.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:56.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:57.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:57.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:57 smithi088 ceph-mon[96111]: pgmap v1724: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:57 smithi187 ceph-mon[111815]: pgmap v1724: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:13:58.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:58.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:59.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:13:59.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:13:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:13:59 smithi088 ceph-mon[96111]: pgmap v1725: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:13:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:13:59 smithi187 ceph-mon[111815]: pgmap v1725: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:00.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:00.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:14:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:14:01.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:01.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:01 smithi088 ceph-mon[96111]: pgmap v1726: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:01 smithi187 ceph-mon[111815]: pgmap v1726: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:02.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:02.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:03.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:03.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:03 smithi088 ceph-mon[96111]: pgmap v1727: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:03 smithi187 ceph-mon[111815]: pgmap v1727: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:04.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:04.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:05.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:05.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:05 smithi088 ceph-mon[96111]: pgmap v1728: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:05 smithi187 ceph-mon[111815]: pgmap v1728: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:06.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:06.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:07.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:07.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:07 smithi088 ceph-mon[96111]: pgmap v1729: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:07 smithi187 ceph-mon[111815]: pgmap v1729: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:08.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:08.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:09.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:09.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:09 smithi088 ceph-mon[96111]: pgmap v1730: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:09 smithi187 ceph-mon[111815]: pgmap v1730: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:10.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:10.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:11.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:11.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:11 smithi088 ceph-mon[96111]: pgmap v1731: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:11 smithi187 ceph-mon[111815]: pgmap v1731: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:12.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:12.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:13.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:13.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:13 smithi088 ceph-mon[96111]: pgmap v1732: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:13 smithi187 ceph-mon[111815]: pgmap v1732: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:14.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:14.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:15.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:15.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:15 smithi088 ceph-mon[96111]: pgmap v1733: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:14:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:15 smithi187 ceph-mon[111815]: pgmap v1733: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:14:16.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:16.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:17.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:17.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:17 smithi088 ceph-mon[96111]: pgmap v1734: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:17 smithi187 ceph-mon[111815]: pgmap v1734: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:18.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:18.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:19.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:19.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:19 smithi187 ceph-mon[111815]: pgmap v1735: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:19 smithi088 ceph-mon[96111]: pgmap v1735: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:20.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:20.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:21.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:21.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:21 smithi088 ceph-mon[96111]: pgmap v1736: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:21 smithi187 ceph-mon[111815]: pgmap v1736: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:22.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:22.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:23.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:23.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:23 smithi088 ceph-mon[96111]: pgmap v1737: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:23 smithi187 ceph-mon[111815]: pgmap v1737: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:24.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:24.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:25.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:25.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:25.778 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:25 smithi088 ceph-mon[96111]: pgmap v1738: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:25 smithi187 ceph-mon[111815]: pgmap v1738: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:26.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:26.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:27.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:27.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:27 smithi088 ceph-mon[96111]: pgmap v1739: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:27 smithi187 ceph-mon[111815]: pgmap v1739: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:28.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:28.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:29.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:29.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:29 smithi187 ceph-mon[111815]: pgmap v1740: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:29 smithi088 ceph-mon[96111]: pgmap v1740: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:30.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:30.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:14:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:14:31.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:31.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:31 smithi088 ceph-mon[96111]: pgmap v1741: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:31 smithi187 ceph-mon[111815]: pgmap v1741: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:32.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:32.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:33.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:33.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:33 smithi088 ceph-mon[96111]: pgmap v1742: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:14:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:33 smithi187 ceph-mon[111815]: pgmap v1742: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:14:34.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:34.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:35.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:35.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:35 smithi088 ceph-mon[96111]: pgmap v1743: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:35 smithi187 ceph-mon[111815]: pgmap v1743: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:36.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:36.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:37.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:37.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:37 smithi088 ceph-mon[96111]: pgmap v1744: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:14:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:14:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:14:37.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:14:37.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:14:37.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:14:37.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:14:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:37 smithi187 ceph-mon[111815]: pgmap v1744: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:14:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:14:37.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:14:37.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:14:37.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:14:37.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:14:37.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:14:38.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:38.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:39.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:39.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:39.566 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:39 smithi187 ceph-mon[111815]: pgmap v1745: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:39 smithi088 ceph-mon[96111]: pgmap v1745: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:40.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:40.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:41.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:41.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:41 smithi088 ceph-mon[96111]: pgmap v1746: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:41 smithi187 ceph-mon[111815]: pgmap v1746: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:42.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:42.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:43.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:43.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:43 smithi088 ceph-mon[96111]: pgmap v1747: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:43 smithi187 ceph-mon[111815]: pgmap v1747: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:44.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:44.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:45.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:45.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:45 smithi088 ceph-mon[96111]: pgmap v1748: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:14:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:45 smithi187 ceph-mon[111815]: pgmap v1748: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:14:46.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:46.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:47.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:47.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:47 smithi088 ceph-mon[96111]: pgmap v1749: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:47 smithi187 ceph-mon[111815]: pgmap v1749: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:48.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:48.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:49.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:49.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:49 smithi088 ceph-mon[96111]: pgmap v1750: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:49.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:49 smithi187 ceph-mon[111815]: pgmap v1750: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:50.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:50.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:51 smithi088 ceph-mon[96111]: pgmap v1751: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:51.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:51.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:51 smithi187 ceph-mon[111815]: pgmap v1751: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:52.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:52.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:53.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:53.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:53 smithi088 ceph-mon[96111]: pgmap v1752: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:53 smithi187 ceph-mon[111815]: pgmap v1752: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:54.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:54.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:55.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:55.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:55 smithi088 ceph-mon[96111]: pgmap v1753: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:55 smithi187 ceph-mon[111815]: pgmap v1753: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:56.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:56.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:57.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:57.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:57 smithi088 ceph-mon[96111]: pgmap v1754: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:57 smithi187 ceph-mon[111815]: pgmap v1754: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:14:58.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:58.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:59.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:14:59.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:14:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:14:59 smithi088 ceph-mon[96111]: pgmap v1755: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:14:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:14:59 smithi187 ceph-mon[111815]: pgmap v1755: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:00.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:00.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:15:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:15:01.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:01.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:01 smithi088 ceph-mon[96111]: pgmap v1756: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:01 smithi187 ceph-mon[111815]: pgmap v1756: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:02.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:02.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:03.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:03.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:03 smithi088 ceph-mon[96111]: pgmap v1757: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:03 smithi187 ceph-mon[111815]: pgmap v1757: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:04.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:04.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:05.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:05.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:05 smithi088 ceph-mon[96111]: pgmap v1758: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:05 smithi187 ceph-mon[111815]: pgmap v1758: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:06.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:06.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:07.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:07.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:07 smithi088 ceph-mon[96111]: pgmap v1759: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:07 smithi187 ceph-mon[111815]: pgmap v1759: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:08.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:08.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:09.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:09.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:09 smithi088 ceph-mon[96111]: pgmap v1760: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:09 smithi187 ceph-mon[111815]: pgmap v1760: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:10.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:10.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:11.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:11.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:11 smithi088 ceph-mon[96111]: pgmap v1761: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:11 smithi187 ceph-mon[111815]: pgmap v1761: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:12.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:12.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:13.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:13.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:13 smithi088 ceph-mon[96111]: pgmap v1762: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:13 smithi187 ceph-mon[111815]: pgmap v1762: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:14.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:14.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:15.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:15.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:15 smithi088 ceph-mon[96111]: pgmap v1763: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:15:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:15 smithi187 ceph-mon[111815]: pgmap v1763: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:15:16.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:16.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:17.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:17.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:17 smithi088 ceph-mon[96111]: pgmap v1764: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:17 smithi187 ceph-mon[111815]: pgmap v1764: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:18.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:18.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:19.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:19.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:19 smithi088 ceph-mon[96111]: pgmap v1765: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:19 smithi187 ceph-mon[111815]: pgmap v1765: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:20.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:20.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:21.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:21.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:21 smithi088 ceph-mon[96111]: pgmap v1766: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:21 smithi187 ceph-mon[111815]: pgmap v1766: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:22.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:22.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:23.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:23.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:23 smithi088 ceph-mon[96111]: pgmap v1767: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:23 smithi187 ceph-mon[111815]: pgmap v1767: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:24.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:24.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:25.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:25.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:25 smithi187 ceph-mon[111815]: pgmap v1768: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:25 smithi088 ceph-mon[96111]: pgmap v1768: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:26.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:26.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:27.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:27.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:27 smithi187 ceph-mon[111815]: pgmap v1769: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:27 smithi088 ceph-mon[96111]: pgmap v1769: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:28.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:28.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:29.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:29.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:29 smithi187 ceph-mon[111815]: pgmap v1770: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:29 smithi088 ceph-mon[96111]: pgmap v1770: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:15:30.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:30.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:15:31.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:31.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:31 smithi187 ceph-mon[111815]: pgmap v1771: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:31 smithi088 ceph-mon[96111]: pgmap v1771: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:32.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:32.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:33.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:33.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:33 smithi187 ceph-mon[111815]: pgmap v1772: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:33 smithi088 ceph-mon[96111]: pgmap v1772: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:34.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:34.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:35 smithi187 ceph-mon[111815]: pgmap v1773: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:35.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:35.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:35 smithi088 ceph-mon[96111]: pgmap v1773: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:36.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:36.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:37.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:37.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:37 smithi187 ceph-mon[111815]: pgmap v1774: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:37.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:15:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:37 smithi088 ceph-mon[96111]: pgmap v1774: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:15:38.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:38.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:39.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:39.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:39 smithi187 ceph-mon[111815]: pgmap v1775: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:39 smithi088 ceph-mon[96111]: pgmap v1775: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:40.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:40.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:41.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:41.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:41 smithi187 ceph-mon[111815]: pgmap v1776: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:15:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:15:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:41 smithi088 ceph-mon[96111]: pgmap v1776: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:41.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:15:41.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:15:42.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:42.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:15:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:15:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:15:42.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:15:42.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:15:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:15:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:15:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:15:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:15:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:15:43.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:43.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:43 smithi187 ceph-mon[111815]: pgmap v1777: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:43 smithi088 ceph-mon[96111]: pgmap v1777: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:44.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:44.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:45.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:45.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:45 smithi187 ceph-mon[111815]: pgmap v1778: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:15:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:45 smithi088 ceph-mon[96111]: pgmap v1778: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:15:46.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:46.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:47.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:47.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:47 smithi187 ceph-mon[111815]: pgmap v1779: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:47 smithi088 ceph-mon[96111]: pgmap v1779: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:48.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:48.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:49.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:49.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:49 smithi187 ceph-mon[111815]: pgmap v1780: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:49 smithi088 ceph-mon[96111]: pgmap v1780: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:50.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:50.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:51.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:51.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:51 smithi187 ceph-mon[111815]: pgmap v1781: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:51 smithi088 ceph-mon[96111]: pgmap v1781: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:52.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:52.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:53.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:53.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:53 smithi187 ceph-mon[111815]: pgmap v1782: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:53.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:53 smithi088 ceph-mon[96111]: pgmap v1782: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:54.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:54.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:55.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:55.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:55 smithi187 ceph-mon[111815]: pgmap v1783: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:55 smithi088 ceph-mon[96111]: pgmap v1783: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:56.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:56.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:57.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:57.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:57 smithi187 ceph-mon[111815]: pgmap v1784: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:57 smithi088 ceph-mon[96111]: pgmap v1784: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:15:58.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:58.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:59.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:15:59.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:15:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:15:59 smithi187 ceph-mon[111815]: pgmap v1785: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:15:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:15:59 smithi088 ceph-mon[96111]: pgmap v1785: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:00.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:00.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:16:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:16:01.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:01.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:01.708 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:01 smithi088 ceph-mon[96111]: pgmap v1786: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:01 smithi187 ceph-mon[111815]: pgmap v1786: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:02.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:02.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:03.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:03.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:03 smithi187 ceph-mon[111815]: pgmap v1787: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:03 smithi088 ceph-mon[96111]: pgmap v1787: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:04.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:04.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:05.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:05.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:05 smithi187 ceph-mon[111815]: pgmap v1788: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:05 smithi088 ceph-mon[96111]: pgmap v1788: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:06.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:06.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:07.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:07.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:07 smithi187 ceph-mon[111815]: pgmap v1789: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:07 smithi088 ceph-mon[96111]: pgmap v1789: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:08.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:08.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:09.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:09.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:09 smithi187 ceph-mon[111815]: pgmap v1790: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:09 smithi088 ceph-mon[96111]: pgmap v1790: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:10.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:10.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:11.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:11.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:11 smithi187 ceph-mon[111815]: pgmap v1791: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:11.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:11 smithi088 ceph-mon[96111]: pgmap v1791: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:12.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:12.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:13.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:13.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:13 smithi187 ceph-mon[111815]: pgmap v1792: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:13 smithi088 ceph-mon[96111]: pgmap v1792: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:14.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:14.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:15.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:15.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:15 smithi187 ceph-mon[111815]: pgmap v1793: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:16:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:15 smithi088 ceph-mon[96111]: pgmap v1793: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:16:16.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:16.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:17.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:17.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:17 smithi187 ceph-mon[111815]: pgmap v1794: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:17 smithi088 ceph-mon[96111]: pgmap v1794: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:18.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:18.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:19.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:19.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:19 smithi187 ceph-mon[111815]: pgmap v1795: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:19 smithi088 ceph-mon[96111]: pgmap v1795: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:20.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:20.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:21.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:21.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:21 smithi187 ceph-mon[111815]: pgmap v1796: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:21 smithi088 ceph-mon[96111]: pgmap v1796: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:22.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:22.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:23.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:23.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:23 smithi187 ceph-mon[111815]: pgmap v1797: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:23 smithi088 ceph-mon[96111]: pgmap v1797: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:24.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:24.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:25.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:25.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:25 smithi187 ceph-mon[111815]: pgmap v1798: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:25 smithi088 ceph-mon[96111]: pgmap v1798: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:26.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:26.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:27.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:27.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:27 smithi187 ceph-mon[111815]: pgmap v1799: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:27 smithi088 ceph-mon[96111]: pgmap v1799: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:28.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:28.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:29.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:29.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:29 smithi187 ceph-mon[111815]: pgmap v1800: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:29 smithi088 ceph-mon[96111]: pgmap v1800: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:30.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:30.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:16:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:16:31.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:31.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:31 smithi187 ceph-mon[111815]: pgmap v1801: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:31 smithi088 ceph-mon[96111]: pgmap v1801: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:32.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:32.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:33.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:33.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:33 smithi187 ceph-mon[111815]: pgmap v1802: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:33 smithi088 ceph-mon[96111]: pgmap v1802: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:34.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:34.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:35.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:35.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:35 smithi187 ceph-mon[111815]: pgmap v1803: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:35 smithi088 ceph-mon[96111]: pgmap v1803: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:36.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:36.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:37.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:37.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:37 smithi187 ceph-mon[111815]: pgmap v1804: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:37 smithi088 ceph-mon[96111]: pgmap v1804: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:38.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:38.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:39.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:39.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:39 smithi187 ceph-mon[111815]: pgmap v1805: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:39 smithi088 ceph-mon[96111]: pgmap v1805: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:40.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:40.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:41.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:41.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:41 smithi187 ceph-mon[111815]: pgmap v1806: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:41 smithi088 ceph-mon[96111]: pgmap v1806: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:42.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:42.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:16:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:16:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:16:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:16:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:16:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:16:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:16:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:16:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:16:42.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:16:42.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:16:42.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:16:43.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:43.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:43 smithi088 ceph-mon[96111]: pgmap v1807: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:43 smithi187 ceph-mon[111815]: pgmap v1807: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:44.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:44.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:45.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:45.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:45 smithi088 ceph-mon[96111]: pgmap v1808: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:16:45.877 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:45 smithi187 ceph-mon[111815]: pgmap v1808: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:45.878 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:16:46.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:46.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:47.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:47.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:47 smithi088 ceph-mon[96111]: pgmap v1809: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:47 smithi187 ceph-mon[111815]: pgmap v1809: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:48.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:48.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:49.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:49.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:49 smithi088 ceph-mon[96111]: pgmap v1810: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:49 smithi187 ceph-mon[111815]: pgmap v1810: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:50.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:50.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:51.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:51.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:51 smithi088 ceph-mon[96111]: pgmap v1811: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:51 smithi187 ceph-mon[111815]: pgmap v1811: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:52.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:52.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:53.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:53.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:53 smithi088 ceph-mon[96111]: pgmap v1812: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:53 smithi187 ceph-mon[111815]: pgmap v1812: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:54.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:54.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:55.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:55.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:55 smithi088 ceph-mon[96111]: pgmap v1813: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:55 smithi187 ceph-mon[111815]: pgmap v1813: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:56.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:56.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:57 smithi088 ceph-mon[96111]: pgmap v1814: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:57.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:57.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:57 smithi187 ceph-mon[111815]: pgmap v1814: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:16:58.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:58.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:59.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:16:59.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:16:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:16:59 smithi088 ceph-mon[96111]: pgmap v1815: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:16:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:16:59 smithi187 ceph-mon[111815]: pgmap v1815: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:00.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:00.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:17:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:17:01.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:01.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:01 smithi088 ceph-mon[96111]: pgmap v1816: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:01 smithi187 ceph-mon[111815]: pgmap v1816: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:02.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:02.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:03.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:03.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:03 smithi088 ceph-mon[96111]: pgmap v1817: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:03 smithi187 ceph-mon[111815]: pgmap v1817: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:04.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:04.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:05.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:05.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:05 smithi088 ceph-mon[96111]: pgmap v1818: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:05 smithi187 ceph-mon[111815]: pgmap v1818: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:06.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:06.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:07.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:07.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:07 smithi088 ceph-mon[96111]: pgmap v1819: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:07 smithi187 ceph-mon[111815]: pgmap v1819: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:08.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:08.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:09.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:09.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:09 smithi088 ceph-mon[96111]: pgmap v1820: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:09 smithi187 ceph-mon[111815]: pgmap v1820: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:10.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:10.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:11.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:11.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:11 smithi088 ceph-mon[96111]: pgmap v1821: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:11 smithi187 ceph-mon[111815]: pgmap v1821: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:12.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:12.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:13.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:13.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:13 smithi088 ceph-mon[96111]: pgmap v1822: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:13 smithi187 ceph-mon[111815]: pgmap v1822: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:14.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:14.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:15.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:15.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:15 smithi088 ceph-mon[96111]: pgmap v1823: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:17:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:15 smithi187 ceph-mon[111815]: pgmap v1823: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:17:16.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:16.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:17.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:17.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:17 smithi088 ceph-mon[96111]: pgmap v1824: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:17 smithi187 ceph-mon[111815]: pgmap v1824: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:18.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:18.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:19.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:19.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:19 smithi088 ceph-mon[96111]: pgmap v1825: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:19 smithi187 ceph-mon[111815]: pgmap v1825: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:20.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:20.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:21.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:21.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:21 smithi088 ceph-mon[96111]: pgmap v1826: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:21 smithi187 ceph-mon[111815]: pgmap v1826: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:22.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:22.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:23.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:23.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:23 smithi088 ceph-mon[96111]: pgmap v1827: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:23 smithi187 ceph-mon[111815]: pgmap v1827: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:24.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:24.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:25.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:25.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:25 smithi088 ceph-mon[96111]: pgmap v1828: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:25 smithi187 ceph-mon[111815]: pgmap v1828: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:26.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:26.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:27.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:27.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:27 smithi088 ceph-mon[96111]: pgmap v1829: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:27 smithi187 ceph-mon[111815]: pgmap v1829: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:28.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:28.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:29.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:29.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:29 smithi088 ceph-mon[96111]: pgmap v1830: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:29 smithi187 ceph-mon[111815]: pgmap v1830: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:30.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:30.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:17:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:17:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:31 smithi187 ceph-mon[111815]: pgmap v1831: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:31.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:31.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:31 smithi088 ceph-mon[96111]: pgmap v1831: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:32.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:32.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:33.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:33.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:33 smithi088 ceph-mon[96111]: pgmap v1832: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:33 smithi187 ceph-mon[111815]: pgmap v1832: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:34.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:34.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:35.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:35.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:35 smithi088 ceph-mon[96111]: pgmap v1833: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:35 smithi187 ceph-mon[111815]: pgmap v1833: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:36.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:36.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:37.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:37.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:37 smithi088 ceph-mon[96111]: pgmap v1834: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:37 smithi187 ceph-mon[111815]: pgmap v1834: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:38.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:38.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:39.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:39.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:39 smithi088 ceph-mon[96111]: pgmap v1835: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:39 smithi187 ceph-mon[111815]: pgmap v1835: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:40.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:40.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:41.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:41.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:41 smithi088 ceph-mon[96111]: pgmap v1836: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:41 smithi187 ceph-mon[111815]: pgmap v1836: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:42.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:42.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:17:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:17:43.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:43.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:43 smithi088 ceph-mon[96111]: pgmap v1837: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:17:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:17:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:17:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:17:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:17:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:17:43.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:17:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:43 smithi187 ceph-mon[111815]: pgmap v1837: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:17:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:17:43.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:17:43.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:17:43.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:17:43.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:17:43.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:17:44.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:44.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:45.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:45.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:45 smithi088 ceph-mon[96111]: pgmap v1838: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:17:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:45 smithi187 ceph-mon[111815]: pgmap v1838: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:17:46.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:46.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:47.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:47.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:47 smithi088 ceph-mon[96111]: pgmap v1839: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:47 smithi187 ceph-mon[111815]: pgmap v1839: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:48.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:48.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:49.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:49.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:49 smithi187 ceph-mon[111815]: pgmap v1840: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:49 smithi088 ceph-mon[96111]: pgmap v1840: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:50.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:50.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:51.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:51.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:51.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:51 smithi187 ceph-mon[111815]: pgmap v1841: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:51 smithi088 ceph-mon[96111]: pgmap v1841: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:52.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:52.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:53.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:53.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:53 smithi187 ceph-mon[111815]: pgmap v1842: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:53 smithi088 ceph-mon[96111]: pgmap v1842: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:54.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:54.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:55.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:55.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:55 smithi187 ceph-mon[111815]: pgmap v1843: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:55 smithi088 ceph-mon[96111]: pgmap v1843: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:17:56.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:56.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:57.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:57.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:57.846 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:57 smithi088 ceph-mon[96111]: pgmap v1844: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:57.921 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:57 smithi187 ceph-mon[111815]: pgmap v1844: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:17:58.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:58.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:59.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:17:59.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:17:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:17:59 smithi187 ceph-mon[111815]: pgmap v1845: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:17:59 smithi088 ceph-mon[96111]: pgmap v1845: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:00.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:00.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:18:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:18:01.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:01.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:01 smithi187 ceph-mon[111815]: pgmap v1846: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:01 smithi088 ceph-mon[96111]: pgmap v1846: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:02.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:02.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:03.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:03.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:03 smithi187 ceph-mon[111815]: pgmap v1847: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:03 smithi088 ceph-mon[96111]: pgmap v1847: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:04.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:04.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:05.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:05.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:05 smithi187 ceph-mon[111815]: pgmap v1848: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:05 smithi088 ceph-mon[96111]: pgmap v1848: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:06.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:06.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:07.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:07.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:07.944 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:07 smithi088 ceph-mon[96111]: pgmap v1849: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:07 smithi187 ceph-mon[111815]: pgmap v1849: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:08.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:08.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:09.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:09.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:09 smithi187 ceph-mon[111815]: pgmap v1850: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:09 smithi088 ceph-mon[96111]: pgmap v1850: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:10.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:10.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:11.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:11.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:11 smithi187 ceph-mon[111815]: pgmap v1851: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:11 smithi088 ceph-mon[96111]: pgmap v1851: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:12.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:12.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:13.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:13.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:13 smithi187 ceph-mon[111815]: pgmap v1852: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:13 smithi088 ceph-mon[96111]: pgmap v1852: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:14.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:14.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:15.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:15.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:15 smithi187 ceph-mon[111815]: pgmap v1853: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:18:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:15 smithi088 ceph-mon[96111]: pgmap v1853: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:18:16.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:16.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:17.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:17.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:17 smithi187 ceph-mon[111815]: pgmap v1854: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:18.047 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:17 smithi088 ceph-mon[96111]: pgmap v1854: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:18.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:18.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:19.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:19.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:19 smithi187 ceph-mon[111815]: pgmap v1855: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:19 smithi088 ceph-mon[96111]: pgmap v1855: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:20.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:20.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:21.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:21.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:21.881 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:21 smithi187 ceph-mon[111815]: pgmap v1856: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:21 smithi088 ceph-mon[96111]: pgmap v1856: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:22.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:22.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:23.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:23.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:23 smithi187 ceph-mon[111815]: pgmap v1857: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:23 smithi088 ceph-mon[96111]: pgmap v1857: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:24.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:24.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:25.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:25.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:25 smithi187 ceph-mon[111815]: pgmap v1858: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:25 smithi088 ceph-mon[96111]: pgmap v1858: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:26.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:26.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:27.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:27.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:27 smithi187 ceph-mon[111815]: pgmap v1859: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:27 smithi088 ceph-mon[96111]: pgmap v1859: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:28.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:28.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:29.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:29.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:29 smithi187 ceph-mon[111815]: pgmap v1860: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:29 smithi088 ceph-mon[96111]: pgmap v1860: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:30.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:30.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:18:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:18:31.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:31.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:31 smithi187 ceph-mon[111815]: pgmap v1861: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:31 smithi088 ceph-mon[96111]: pgmap v1861: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:32.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:32.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:33.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:33.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:33 smithi187 ceph-mon[111815]: pgmap v1862: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:33 smithi088 ceph-mon[96111]: pgmap v1862: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:34.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:34.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:35.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:35.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:35 smithi187 ceph-mon[111815]: pgmap v1863: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:35 smithi088 ceph-mon[96111]: pgmap v1863: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:36.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:36.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:37.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:37.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:37 smithi187 ceph-mon[111815]: pgmap v1864: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:37 smithi088 ceph-mon[96111]: pgmap v1864: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:38.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:38.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:39.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:39.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:39 smithi187 ceph-mon[111815]: pgmap v1865: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:39 smithi088 ceph-mon[96111]: pgmap v1865: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:40.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:40.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:41.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:41.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:41 smithi187 ceph-mon[111815]: pgmap v1866: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:41 smithi088 ceph-mon[96111]: pgmap v1866: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:42.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:42.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:43.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:43.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:43 smithi187 ceph-mon[111815]: pgmap v1867: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:18:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:43 smithi088 ceph-mon[96111]: pgmap v1867: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:18:44.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:44.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:18:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:18:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:18:44.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:18:44.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:18:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:18:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:18:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:18:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:18:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:18:45.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:45.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:45 smithi187 ceph-mon[111815]: pgmap v1868: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:18:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:45 smithi088 ceph-mon[96111]: pgmap v1868: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:18:46.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:46.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:47.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:47.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:47 smithi187 ceph-mon[111815]: pgmap v1869: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:47 smithi088 ceph-mon[96111]: pgmap v1869: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:48.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:48.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:49.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:49.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:49 smithi187 ceph-mon[111815]: pgmap v1870: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:49 smithi088 ceph-mon[96111]: pgmap v1870: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:50.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:50.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:51.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:51.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:51 smithi187 ceph-mon[111815]: pgmap v1871: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:51 smithi088 ceph-mon[96111]: pgmap v1871: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:52.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:52.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:53.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:53.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:53 smithi187 ceph-mon[111815]: pgmap v1872: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:53 smithi088 ceph-mon[96111]: pgmap v1872: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:54.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:54.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:55.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:55.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:55 smithi187 ceph-mon[111815]: pgmap v1873: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:55 smithi088 ceph-mon[96111]: pgmap v1873: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:18:56.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:56.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:57.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:57.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:57 smithi187 ceph-mon[111815]: pgmap v1874: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:57 smithi088 ceph-mon[96111]: pgmap v1874: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:18:58.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:58.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:59.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:18:59.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:18:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:18:59 smithi187 ceph-mon[111815]: pgmap v1875: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:18:59 smithi088 ceph-mon[96111]: pgmap v1875: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:00.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:00.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:19:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:19:01.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:01.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:01 smithi187 ceph-mon[111815]: pgmap v1876: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:01 smithi088 ceph-mon[96111]: pgmap v1876: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:02.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:02.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:03 smithi088 ceph-mon[96111]: pgmap v1877: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:03.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:03.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:03 smithi187 ceph-mon[111815]: pgmap v1877: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:04.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:04.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:05.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:05.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:05 smithi187 ceph-mon[111815]: pgmap v1878: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:05 smithi088 ceph-mon[96111]: pgmap v1878: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:06.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:06.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:07.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:07.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:07 smithi187 ceph-mon[111815]: pgmap v1879: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:07 smithi088 ceph-mon[96111]: pgmap v1879: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:08.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:08.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:09.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:09.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:09 smithi187 ceph-mon[111815]: pgmap v1880: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:09 smithi088 ceph-mon[96111]: pgmap v1880: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:10.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:10.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:11.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:11.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:11 smithi088 ceph-mon[96111]: pgmap v1881: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:11 smithi187 ceph-mon[111815]: pgmap v1881: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:12.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:12.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:13.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:13.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:13 smithi088 ceph-mon[96111]: pgmap v1882: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:13 smithi187 ceph-mon[111815]: pgmap v1882: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:14.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:14.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:14 smithi088 ceph-mon[96111]: pgmap v1883: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:14 smithi187 ceph-mon[111815]: pgmap v1883: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:15.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:15.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:19:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:19:16.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:16.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:16 smithi187 ceph-mon[111815]: pgmap v1884: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:16 smithi088 ceph-mon[96111]: pgmap v1884: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:17.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:17.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:18.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:18.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:18 smithi187 ceph-mon[111815]: pgmap v1885: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:18 smithi088 ceph-mon[96111]: pgmap v1885: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:19.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:19.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:20.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:20.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:20 smithi187 ceph-mon[111815]: pgmap v1886: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:20 smithi088 ceph-mon[96111]: pgmap v1886: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:21.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:21.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:22.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:22.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:22 smithi187 ceph-mon[111815]: pgmap v1887: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:22 smithi088 ceph-mon[96111]: pgmap v1887: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:23.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:23.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:24.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:24.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:24 smithi187 ceph-mon[111815]: pgmap v1888: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:24 smithi088 ceph-mon[96111]: pgmap v1888: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:25.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:25.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:26.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:26.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:26 smithi187 ceph-mon[111815]: pgmap v1889: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:26 smithi088 ceph-mon[96111]: pgmap v1889: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:27.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:27.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:28.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:28.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:28 smithi088 ceph-mon[96111]: pgmap v1890: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:28 smithi187 ceph-mon[111815]: pgmap v1890: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:29.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:29.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:19:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:19:30.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:30.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:30 smithi088 ceph-mon[96111]: pgmap v1891: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:30 smithi187 ceph-mon[111815]: pgmap v1891: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:31.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:31.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:32.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:32.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:33.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:32 smithi088 ceph-mon[96111]: pgmap v1892: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:32 smithi187 ceph-mon[111815]: pgmap v1892: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:33.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:33.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:34.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:34.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:34 smithi088 ceph-mon[96111]: pgmap v1893: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:34 smithi187 ceph-mon[111815]: pgmap v1893: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:35.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:35.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:36.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:36.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:36 smithi088 ceph-mon[96111]: pgmap v1894: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:36 smithi187 ceph-mon[111815]: pgmap v1894: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:37.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:37.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:38.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:38.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:38 smithi088 ceph-mon[96111]: pgmap v1895: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:38 smithi187 ceph-mon[111815]: pgmap v1895: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:39.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:39.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:40.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:40.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:40 smithi088 ceph-mon[96111]: pgmap v1896: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:40 smithi187 ceph-mon[111815]: pgmap v1896: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:41.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:41.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:42.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:42.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:42 smithi088 ceph-mon[96111]: pgmap v1897: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:42 smithi187 ceph-mon[111815]: pgmap v1897: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:43.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:43.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:19:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:19:44.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:44.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:45 smithi187 ceph-mon[111815]: pgmap v1898: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:19:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:19:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:19:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:19:45.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:19:45.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:19:45.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:19:45.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:19:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:45 smithi088 ceph-mon[96111]: pgmap v1898: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:19:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:19:45.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:19:45.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:19:45.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:19:45.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:19:45.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:19:45.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:19:45.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:45.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:46.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:46.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:47 smithi187 ceph-mon[111815]: pgmap v1899: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:47 smithi088 ceph-mon[96111]: pgmap v1899: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:47.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:47.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:48.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:48.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:49 smithi088 ceph-mon[96111]: pgmap v1900: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:49 smithi187 ceph-mon[111815]: pgmap v1900: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:49.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:49.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:50.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:50.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:51 smithi187 ceph-mon[111815]: pgmap v1901: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:51 smithi088 ceph-mon[96111]: pgmap v1901: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:51.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:51.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:52.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:52.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:53 smithi187 ceph-mon[111815]: pgmap v1902: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:53 smithi088 ceph-mon[96111]: pgmap v1902: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:53.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:53.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:54.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:54.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:55 smithi187 ceph-mon[111815]: pgmap v1903: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:55 smithi088 ceph-mon[96111]: pgmap v1903: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:55.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:55.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:56.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:56.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:57 smithi187 ceph-mon[111815]: pgmap v1904: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:57 smithi088 ceph-mon[96111]: pgmap v1904: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:19:57.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:57.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:58.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:58.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:19:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:19:59 smithi088 ceph-mon[96111]: pgmap v1905: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:19:59 smithi187 ceph-mon[111815]: pgmap v1905: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:19:59.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:19:59.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:20:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T00:20:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:20:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T00:20:00.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:00.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:01 smithi187 ceph-mon[111815]: pgmap v1906: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:01 smithi088 ceph-mon[96111]: pgmap v1906: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:01.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:01.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:02.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:02.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:03 smithi187 ceph-mon[111815]: pgmap v1907: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:03 smithi088 ceph-mon[96111]: pgmap v1907: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:03.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:03.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:04.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:04.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:05 smithi187 ceph-mon[111815]: pgmap v1908: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:05 smithi088 ceph-mon[96111]: pgmap v1908: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:05.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:05.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:06.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:06.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:07 smithi187 ceph-mon[111815]: pgmap v1909: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:07 smithi088 ceph-mon[96111]: pgmap v1909: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:07.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:07.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:08.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:08.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:09 smithi187 ceph-mon[111815]: pgmap v1910: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:09 smithi088 ceph-mon[96111]: pgmap v1910: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:09.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:09.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:10.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:10.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:11 smithi187 ceph-mon[111815]: pgmap v1911: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:11 smithi088 ceph-mon[96111]: pgmap v1911: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:11.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:11.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:12.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:12.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:13 smithi187 ceph-mon[111815]: pgmap v1912: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:13 smithi088 ceph-mon[96111]: pgmap v1912: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:13.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:13.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:14.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:14.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:15 smithi187 ceph-mon[111815]: pgmap v1913: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:20:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:15 smithi088 ceph-mon[96111]: pgmap v1913: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:20:15.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:15.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:16.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:16.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:17 smithi187 ceph-mon[111815]: pgmap v1914: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:17 smithi088 ceph-mon[96111]: pgmap v1914: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:17.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:17.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:18.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:18.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:19 smithi187 ceph-mon[111815]: pgmap v1915: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:19 smithi088 ceph-mon[96111]: pgmap v1915: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:19.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:19.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:20.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:20.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:21 smithi187 ceph-mon[111815]: pgmap v1916: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:21 smithi088 ceph-mon[96111]: pgmap v1916: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:21.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:21.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:23.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:23.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:23 smithi187 ceph-mon[111815]: pgmap v1917: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:23 smithi088 ceph-mon[96111]: pgmap v1917: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:24.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:24.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:25.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:25.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:25 smithi187 ceph-mon[111815]: pgmap v1918: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:25 smithi088 ceph-mon[96111]: pgmap v1918: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:26.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:26.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:27.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:27.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:27 smithi088 ceph-mon[96111]: pgmap v1919: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:27 smithi187 ceph-mon[111815]: pgmap v1919: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:28.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:28.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:29.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:29.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:29 smithi088 ceph-mon[96111]: pgmap v1920: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:29 smithi187 ceph-mon[111815]: pgmap v1920: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:30.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:30.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:20:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:20:31.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:31.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:31 smithi088 ceph-mon[96111]: pgmap v1921: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:31 smithi187 ceph-mon[111815]: pgmap v1921: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:32.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:32.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:33.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:33.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:33 smithi088 ceph-mon[96111]: pgmap v1922: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:33 smithi187 ceph-mon[111815]: pgmap v1922: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:34.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:34.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:35.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:35.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:35 smithi088 ceph-mon[96111]: pgmap v1923: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:35 smithi187 ceph-mon[111815]: pgmap v1923: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:36.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:36.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:37.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:37.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:37 smithi088 ceph-mon[96111]: pgmap v1924: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:37 smithi187 ceph-mon[111815]: pgmap v1924: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:38.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:38.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:39.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:39.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:39 smithi088 ceph-mon[96111]: pgmap v1925: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:39 smithi187 ceph-mon[111815]: pgmap v1925: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:40.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:40.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:41.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:41.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:41 smithi088 ceph-mon[96111]: pgmap v1926: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:41 smithi187 ceph-mon[111815]: pgmap v1926: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:42.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:42.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:43.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:43.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:43 smithi088 ceph-mon[96111]: pgmap v1927: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:43 smithi187 ceph-mon[111815]: pgmap v1927: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:44.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:44.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:45.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:45.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:45 smithi088 ceph-mon[96111]: pgmap v1928: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:20:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:20:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:20:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:20:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:20:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:20:45.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:20:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:45 smithi187 ceph-mon[111815]: pgmap v1928: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:20:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:20:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:20:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:20:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:20:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:20:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:20:46.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:46.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:47.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:47.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:47 smithi088 ceph-mon[96111]: pgmap v1929: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:47 smithi187 ceph-mon[111815]: pgmap v1929: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:48.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:48.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:49.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:49.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:49.518 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:49 smithi088 ceph-mon[96111]: pgmap v1930: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:49 smithi187 ceph-mon[111815]: pgmap v1930: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:50.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:50.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:51.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:51.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:51 smithi088 ceph-mon[96111]: pgmap v1931: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:51 smithi187 ceph-mon[111815]: pgmap v1931: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:52.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:52.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:53.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:53.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:53 smithi088 ceph-mon[96111]: pgmap v1932: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:53 smithi187 ceph-mon[111815]: pgmap v1932: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:54.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:54.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:55.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:55.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:55 smithi088 ceph-mon[96111]: pgmap v1933: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:55 smithi187 ceph-mon[111815]: pgmap v1933: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:56.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:56.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:57.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:57.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:57 smithi088 ceph-mon[96111]: pgmap v1934: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:57 smithi187 ceph-mon[111815]: pgmap v1934: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:20:58.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:58.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:59.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:20:59.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:20:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:20:59 smithi088 ceph-mon[96111]: pgmap v1935: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:20:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:20:59 smithi187 ceph-mon[111815]: pgmap v1935: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:00.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:00.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:21:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:21:01.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:01.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:01 smithi088 ceph-mon[96111]: pgmap v1936: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:01 smithi187 ceph-mon[111815]: pgmap v1936: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:02.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:02.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:03.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:03.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:03 smithi088 ceph-mon[96111]: pgmap v1937: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:03.573 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:03 smithi187 ceph-mon[111815]: pgmap v1937: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:04.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:04.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:05.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:05.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:05 smithi088 ceph-mon[96111]: pgmap v1938: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:05 smithi187 ceph-mon[111815]: pgmap v1938: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:06.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:06.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:07.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:07.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:07 smithi088 ceph-mon[96111]: pgmap v1939: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:07 smithi187 ceph-mon[111815]: pgmap v1939: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:08.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:08.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:09.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:09.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:09 smithi088 ceph-mon[96111]: pgmap v1940: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:09 smithi187 ceph-mon[111815]: pgmap v1940: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:10.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:10.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:11.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:11.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:11 smithi088 ceph-mon[96111]: pgmap v1941: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:11 smithi187 ceph-mon[111815]: pgmap v1941: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:12.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:12.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:13.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:13.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:13 smithi088 ceph-mon[96111]: pgmap v1942: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:13.677 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:13 smithi187 ceph-mon[111815]: pgmap v1942: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:14.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:14.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:15.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:15.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:15 smithi088 ceph-mon[96111]: pgmap v1943: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:21:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:15 smithi187 ceph-mon[111815]: pgmap v1943: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:21:16.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:16.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:17.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:17.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:17 smithi088 ceph-mon[96111]: pgmap v1944: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:17 smithi187 ceph-mon[111815]: pgmap v1944: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:18.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:18.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:19.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:19.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:19 smithi088 ceph-mon[96111]: pgmap v1945: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:19 smithi187 ceph-mon[111815]: pgmap v1945: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:20.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:20.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:21.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:21.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:21 smithi088 ceph-mon[96111]: pgmap v1946: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:21 smithi187 ceph-mon[111815]: pgmap v1946: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:22.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:22.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:23.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:23.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:23 smithi088 ceph-mon[96111]: pgmap v1947: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:23 smithi187 ceph-mon[111815]: pgmap v1947: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:24.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:24.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:25.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:25.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:25 smithi088 ceph-mon[96111]: pgmap v1948: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:25 smithi187 ceph-mon[111815]: pgmap v1948: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:26.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:26.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:27.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:27.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:27 smithi088 ceph-mon[96111]: pgmap v1949: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:27 smithi187 ceph-mon[111815]: pgmap v1949: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:28.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:28.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:29.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:29.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:29 smithi088 ceph-mon[96111]: pgmap v1950: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:29 smithi187 ceph-mon[111815]: pgmap v1950: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:30.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:30.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:21:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:21:31.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:31.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:31 smithi187 ceph-mon[111815]: pgmap v1951: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:31 smithi088 ceph-mon[96111]: pgmap v1951: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:32.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:32.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:33.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:33.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:33 smithi187 ceph-mon[111815]: pgmap v1952: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:33 smithi088 ceph-mon[96111]: pgmap v1952: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:34.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:34.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:35.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:35.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:35 smithi187 ceph-mon[111815]: pgmap v1953: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:35 smithi088 ceph-mon[96111]: pgmap v1953: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:36.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:36.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:37.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:37.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:37 smithi187 ceph-mon[111815]: pgmap v1954: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:37 smithi088 ceph-mon[96111]: pgmap v1954: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:38.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:38.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:39.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:39.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:39 smithi187 ceph-mon[111815]: pgmap v1955: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:39 smithi088 ceph-mon[96111]: pgmap v1955: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:40.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:40.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:41.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:41.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:41 smithi187 ceph-mon[111815]: pgmap v1956: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:41 smithi088 ceph-mon[96111]: pgmap v1956: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:42.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:42.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:43.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:43.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:43 smithi187 ceph-mon[111815]: pgmap v1957: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:43 smithi088 ceph-mon[96111]: pgmap v1957: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:44.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:44.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:45.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:45.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:45 smithi187 ceph-mon[111815]: pgmap v1958: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:21:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:21:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:45 smithi088 ceph-mon[96111]: pgmap v1958: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:21:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:21:46.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:46.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:47.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:47.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:46 smithi187 ceph-mon[111815]: pgmap v1959: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:21:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:21:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:21:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:21:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:21:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:21:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:21:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:46 smithi088 ceph-mon[96111]: pgmap v1959: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:21:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:21:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:21:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:21:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:21:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:21:47.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:21:48.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:48.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:49.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:49.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:48 smithi187 ceph-mon[111815]: pgmap v1960: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:48 smithi088 ceph-mon[96111]: pgmap v1960: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:50.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:50.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:51.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:51.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:50 smithi187 ceph-mon[111815]: pgmap v1961: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:50 smithi088 ceph-mon[96111]: pgmap v1961: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:52.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:52.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:53.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:53.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:52 smithi088 ceph-mon[96111]: pgmap v1962: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:52 smithi187 ceph-mon[111815]: pgmap v1962: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:54.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:54.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:55.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:55.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:54 smithi088 ceph-mon[96111]: pgmap v1963: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:54 smithi187 ceph-mon[111815]: pgmap v1963: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:56.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:56.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:57.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:57.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:56 smithi088 ceph-mon[96111]: pgmap v1964: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:56 smithi187 ceph-mon[111815]: pgmap v1964: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:21:58.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:58.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:59.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:21:59.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:21:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:58 smithi088 ceph-mon[96111]: pgmap v1965: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:21:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:58 smithi187 ceph-mon[111815]: pgmap v1965: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:00.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:00.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:21:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:22:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:21:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:22:01.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:01.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:00 smithi088 ceph-mon[96111]: pgmap v1966: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:00 smithi187 ceph-mon[111815]: pgmap v1966: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:02.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:02.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:03.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:03.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:02 smithi088 ceph-mon[96111]: pgmap v1967: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:02 smithi187 ceph-mon[111815]: pgmap v1967: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:04.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:04.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:05.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:05.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:05.256 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:04 smithi088 ceph-mon[96111]: pgmap v1968: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:04 smithi187 ceph-mon[111815]: pgmap v1968: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:06.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:06.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:07.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:07.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:07 smithi088 ceph-mon[96111]: pgmap v1969: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:07 smithi187 ceph-mon[111815]: pgmap v1969: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:08.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:08.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:09.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:09.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:09.263 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:09 smithi187 ceph-mon[111815]: pgmap v1970: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:09 smithi088 ceph-mon[96111]: pgmap v1970: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:10.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:10.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:11.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:11.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:11 smithi088 ceph-mon[96111]: pgmap v1971: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:11 smithi187 ceph-mon[111815]: pgmap v1971: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:12.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:12.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:13.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:13.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:13 smithi088 ceph-mon[96111]: pgmap v1972: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:13 smithi187 ceph-mon[111815]: pgmap v1972: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:14.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:14.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:15.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:15.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:15 smithi088 ceph-mon[96111]: pgmap v1973: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:22:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:15 smithi187 ceph-mon[111815]: pgmap v1973: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:22:16.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:16.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:17.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:17.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:17 smithi088 ceph-mon[96111]: pgmap v1974: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:17 smithi187 ceph-mon[111815]: pgmap v1974: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:18.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:18.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:19.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:19.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:19 smithi088 ceph-mon[96111]: pgmap v1975: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:19.368 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:19 smithi187 ceph-mon[111815]: pgmap v1975: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:20.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:20.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:21.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:21.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:21 smithi088 ceph-mon[96111]: pgmap v1976: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:21 smithi187 ceph-mon[111815]: pgmap v1976: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:22.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:22.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:23.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:23.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:23 smithi088 ceph-mon[96111]: pgmap v1977: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:23 smithi187 ceph-mon[111815]: pgmap v1977: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:24.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:24.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:25.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:25.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:25 smithi088 ceph-mon[96111]: pgmap v1978: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:25 smithi187 ceph-mon[111815]: pgmap v1978: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:26.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:26.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:27.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:27.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:27 smithi088 ceph-mon[96111]: pgmap v1979: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:27 smithi187 ceph-mon[111815]: pgmap v1979: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:28.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:28.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:29.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:29.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:29 smithi088 ceph-mon[96111]: pgmap v1980: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:29 smithi187 ceph-mon[111815]: pgmap v1980: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:30.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:30.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:22:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:22:31.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:31.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:31 smithi088 ceph-mon[96111]: pgmap v1981: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:31 smithi187 ceph-mon[111815]: pgmap v1981: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:32.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:32.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:33.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:33.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:33 smithi088 ceph-mon[96111]: pgmap v1982: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:33 smithi187 ceph-mon[111815]: pgmap v1982: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:34.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:34.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:35.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:35.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:35 smithi088 ceph-mon[96111]: pgmap v1983: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:35 smithi187 ceph-mon[111815]: pgmap v1983: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:36.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:36.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:37.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:37.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:37 smithi088 ceph-mon[96111]: pgmap v1984: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:37 smithi187 ceph-mon[111815]: pgmap v1984: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:38.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:38.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:39.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:39.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:39 smithi088 ceph-mon[96111]: pgmap v1985: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:39 smithi187 ceph-mon[111815]: pgmap v1985: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:40.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:40.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:41.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:41.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:41 smithi088 ceph-mon[96111]: pgmap v1986: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:41 smithi187 ceph-mon[111815]: pgmap v1986: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:42.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:42.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:43.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:43.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:43 smithi088 ceph-mon[96111]: pgmap v1987: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:43 smithi187 ceph-mon[111815]: pgmap v1987: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:44.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:44.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:45.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:45.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:45 smithi088 ceph-mon[96111]: pgmap v1988: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:22:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:45 smithi187 ceph-mon[111815]: pgmap v1988: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:22:46.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:46.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:47.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:47.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:47.244 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:46 smithi187 ceph-mon[111815]: pgmap v1989: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:47.244 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:22:47.245 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:47.245 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:47.314 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:46 smithi088 ceph-mon[96111]: pgmap v1989: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:47.314 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:22:47.314 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:47.314 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:48.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:48.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:49.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:49.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:48 smithi088 ceph-mon[96111]: pgmap v1990: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:48 smithi187 ceph-mon[111815]: pgmap v1990: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:50.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:50.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:51.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:51.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:51 smithi187 ceph-mon[111815]: pgmap v1991: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:22:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:22:51.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:22:51.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:51 smithi088 ceph-mon[96111]: pgmap v1991: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:22:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:22:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:22:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:22:52.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:52.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:53.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:53.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:53 smithi187 ceph-mon[111815]: pgmap v1992: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:53 smithi088 ceph-mon[96111]: pgmap v1992: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:54.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:54.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:55.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:55.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:55 smithi187 ceph-mon[111815]: pgmap v1993: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:55.739 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:55 smithi088 ceph-mon[96111]: pgmap v1993: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:56.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:56.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:57.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:57.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:57 smithi187 ceph-mon[111815]: pgmap v1994: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:57 smithi088 ceph-mon[96111]: pgmap v1994: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:22:58.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:58.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:59.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:22:59.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:22:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:22:59 smithi187 ceph-mon[111815]: pgmap v1995: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:22:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:22:59 smithi088 ceph-mon[96111]: pgmap v1995: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:00.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:00.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:00.787 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:23:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:23:01.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:01.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:01 smithi088 ceph-mon[96111]: pgmap v1996: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:01 smithi187 ceph-mon[111815]: pgmap v1996: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:02.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:02.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:03.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:03.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:03 smithi088 ceph-mon[96111]: pgmap v1997: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:03 smithi187 ceph-mon[111815]: pgmap v1997: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:04.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:04.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:05.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:05.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:05 smithi088 ceph-mon[96111]: pgmap v1998: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:05 smithi187 ceph-mon[111815]: pgmap v1998: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:06.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:06.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:07.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:07.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:07 smithi088 ceph-mon[96111]: pgmap v1999: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:23:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:07 smithi187 ceph-mon[111815]: pgmap v1999: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:23:08.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:08.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:09.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:09.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:09 smithi088 ceph-mon[96111]: pgmap v2000: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:09.895 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:09 smithi187 ceph-mon[111815]: pgmap v2000: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:10.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:10.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:11.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:11.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:11 smithi088 ceph-mon[96111]: pgmap v2001: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:11 smithi088 ceph-mon[96111]: osdmap e52: 8 total, 8 up, 8 in 2023-10-13T00:23:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:11 smithi187 ceph-mon[111815]: pgmap v2001: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:11.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:11 smithi187 ceph-mon[111815]: osdmap e52: 8 total, 8 up, 8 in 2023-10-13T00:23:12.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:12.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:13.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:13.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:13 smithi088 ceph-mon[96111]: pgmap v2003: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:23:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:13 smithi187 ceph-mon[111815]: pgmap v2003: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:23:14.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:14.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:15.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:15.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:15 smithi088 ceph-mon[96111]: pgmap v2004: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:23:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:23:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:15 smithi187 ceph-mon[111815]: pgmap v2004: 97 pgs: 97 active+clean; 740 KiB data, 219 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:23:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:23:16.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:16.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:17.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:17.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:17.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:17 smithi088 ceph-mon[96111]: pgmap v2005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:23:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:17 smithi187 ceph-mon[111815]: pgmap v2005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:23:18.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:18.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:19.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:19.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:19 smithi088 ceph-mon[96111]: pgmap v2006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:23:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:19 smithi187 ceph-mon[111815]: pgmap v2006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:23:20.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:20.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:21.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:21.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:21 smithi088 ceph-mon[96111]: pgmap v2007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:23:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:21 smithi187 ceph-mon[111815]: pgmap v2007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:23:22.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:22.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:23.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:23.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:23 smithi088 ceph-mon[96111]: pgmap v2008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-10-13T00:23:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:23 smithi187 ceph-mon[111815]: pgmap v2008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 93 B/s rd, 0 op/s 2023-10-13T00:23:24.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:24.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:25.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:25.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:25 smithi088 ceph-mon[96111]: pgmap v2009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:25 smithi187 ceph-mon[111815]: pgmap v2009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:26.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:26.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:27.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:27.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:27 smithi088 ceph-mon[96111]: pgmap v2010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:23:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:27 smithi187 ceph-mon[111815]: pgmap v2010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:23:28.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:28.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:29.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:29.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:29 smithi088 ceph-mon[96111]: pgmap v2011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:29 smithi187 ceph-mon[111815]: pgmap v2011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:30.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:30.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:23:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:23:31.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:31.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:31 smithi088 ceph-mon[96111]: pgmap v2012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:31 smithi187 ceph-mon[111815]: pgmap v2012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:32.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:32.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:33.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:33.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:33 smithi088 ceph-mon[96111]: pgmap v2013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:33 smithi187 ceph-mon[111815]: pgmap v2013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:34.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:34.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:35.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:35.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:35 smithi088 ceph-mon[96111]: pgmap v2014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:35 smithi187 ceph-mon[111815]: pgmap v2014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:36.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:36.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:37.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:37.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:37 smithi088 ceph-mon[96111]: pgmap v2015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:23:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:37 smithi187 ceph-mon[111815]: pgmap v2015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:23:38.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:38.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:39.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:39.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:39 smithi088 ceph-mon[96111]: pgmap v2016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:39 smithi187 ceph-mon[111815]: pgmap v2016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:40.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:40.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:41.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:41.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:41 smithi088 ceph-mon[96111]: pgmap v2017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:41 smithi187 ceph-mon[111815]: pgmap v2017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:42.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:42.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:43.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:43.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:43 smithi088 ceph-mon[96111]: pgmap v2018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:43 smithi187 ceph-mon[111815]: pgmap v2018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:44.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:44.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:45.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:45.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:45 smithi088 ceph-mon[96111]: pgmap v2019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:23:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:45 smithi187 ceph-mon[111815]: pgmap v2019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:23:46.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:46.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:47.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:47.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:47 smithi088 ceph-mon[96111]: pgmap v2020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:23:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:47 smithi187 ceph-mon[111815]: pgmap v2020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:23:48.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:48.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:49.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:49.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:49 smithi088 ceph-mon[96111]: pgmap v2021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:49 smithi187 ceph-mon[111815]: pgmap v2021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:50.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:50.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:51.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:51.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:51 smithi088 ceph-mon[96111]: pgmap v2022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:23:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:23:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:23:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:23:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:23:51.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:23:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:51 smithi187 ceph-mon[111815]: pgmap v2022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:23:51.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:23:51.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:23:51.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:23:51.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:23:51.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:23:52.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:52.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:53.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:53.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:53 smithi088 ceph-mon[96111]: pgmap v2023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:53 smithi187 ceph-mon[111815]: pgmap v2023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:54.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:54.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:55.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:55.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:55 smithi187 ceph-mon[111815]: pgmap v2024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:55 smithi088 ceph-mon[96111]: pgmap v2024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:56.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:56.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:57.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:57.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:57 smithi088 ceph-mon[96111]: pgmap v2025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:23:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:57 smithi187 ceph-mon[111815]: pgmap v2025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:23:58.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:58.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:59.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:23:59.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:23:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:23:59 smithi088 ceph-mon[96111]: pgmap v2026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:23:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:23:59 smithi187 ceph-mon[111815]: pgmap v2026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:00.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:00.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:24:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:24:01.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:01.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:01 smithi088 ceph-mon[96111]: pgmap v2027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:01 smithi187 ceph-mon[111815]: pgmap v2027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:02.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:02.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:03.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:03.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:03 smithi088 ceph-mon[96111]: pgmap v2028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:03 smithi187 ceph-mon[111815]: pgmap v2028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:04.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:04.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:05.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:05.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:05 smithi187 ceph-mon[111815]: pgmap v2029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:05 smithi088 ceph-mon[96111]: pgmap v2029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:06.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:06.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:07.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:07.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:07 smithi187 ceph-mon[111815]: pgmap v2030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:07 smithi088 ceph-mon[96111]: pgmap v2030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:08.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:08.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:09.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:09.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:09.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:09 smithi187 ceph-mon[111815]: pgmap v2031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:09 smithi088 ceph-mon[96111]: pgmap v2031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:10.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:10.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:11.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:11.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:11 smithi088 ceph-mon[96111]: pgmap v2032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:11 smithi187 ceph-mon[111815]: pgmap v2032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:12.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:12.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:13.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:13.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:13 smithi187 ceph-mon[111815]: pgmap v2033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:13 smithi088 ceph-mon[96111]: pgmap v2033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:14.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:14.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:15.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:15.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:15 smithi187 ceph-mon[111815]: pgmap v2034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:24:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:15 smithi088 ceph-mon[96111]: pgmap v2034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:24:16.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:16.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:17.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:17.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:17 smithi187 ceph-mon[111815]: pgmap v2035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:17 smithi088 ceph-mon[96111]: pgmap v2035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:18.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:18.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:19.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:19.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:19.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:19 smithi187 ceph-mon[111815]: pgmap v2036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:20.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:19 smithi088 ceph-mon[96111]: pgmap v2036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:20.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:20.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:21.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:21.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:21.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:21 smithi088 ceph-mon[96111]: pgmap v2037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:21 smithi187 ceph-mon[111815]: pgmap v2037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:22.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:22.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:23.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:23.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:23 smithi187 ceph-mon[111815]: pgmap v2038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:23 smithi088 ceph-mon[96111]: pgmap v2038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:24.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:24.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:25.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:25.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:25 smithi187 ceph-mon[111815]: pgmap v2039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:25 smithi088 ceph-mon[96111]: pgmap v2039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:26.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:26.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:27.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:27.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:27 smithi187 ceph-mon[111815]: pgmap v2040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:28.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:27 smithi088 ceph-mon[96111]: pgmap v2040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:28.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:28.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:29.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:29.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:29 smithi187 ceph-mon[111815]: pgmap v2041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:29 smithi088 ceph-mon[96111]: pgmap v2041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:30.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:30.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:24:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:24:31.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:31.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:31 smithi187 ceph-mon[111815]: pgmap v2042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:31 smithi088 ceph-mon[96111]: pgmap v2042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:32.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:32.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:33.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:33.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:33 smithi187 ceph-mon[111815]: pgmap v2043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:33 smithi088 ceph-mon[96111]: pgmap v2043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:34.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:34.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:35.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:35.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:35 smithi187 ceph-mon[111815]: pgmap v2044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:35 smithi088 ceph-mon[96111]: pgmap v2044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:36.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:36.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:37.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:37.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:37 smithi187 ceph-mon[111815]: pgmap v2045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:37 smithi088 ceph-mon[96111]: pgmap v2045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:38.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:38.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:39.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:39.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:39 smithi187 ceph-mon[111815]: pgmap v2046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:39 smithi088 ceph-mon[96111]: pgmap v2046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:40.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:40.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:41.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:41.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:41 smithi187 ceph-mon[111815]: pgmap v2047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:41 smithi088 ceph-mon[96111]: pgmap v2047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:42.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:42.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:43.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:43.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:43 smithi187 ceph-mon[111815]: pgmap v2048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:43 smithi088 ceph-mon[96111]: pgmap v2048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:44.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:44.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:45.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:45.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:45.905 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:45 smithi187 ceph-mon[111815]: pgmap v2049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:45.907 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:24:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:45 smithi088 ceph-mon[96111]: pgmap v2049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:24:46.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:46.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:47.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:47.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:47 smithi187 ceph-mon[111815]: pgmap v2050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:47 smithi088 ceph-mon[96111]: pgmap v2050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:48.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:48.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:49.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:49.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:49 smithi187 ceph-mon[111815]: pgmap v2051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:49 smithi088 ceph-mon[96111]: pgmap v2051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:50.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:50.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:51.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:51.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:51 smithi187 ceph-mon[111815]: pgmap v2052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:24:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:51 smithi088 ceph-mon[96111]: pgmap v2052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:24:52.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:52.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:53.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:53.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:53 smithi187 ceph-mon[111815]: pgmap v2053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:53 smithi088 ceph-mon[96111]: pgmap v2053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:54.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:54.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:55.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:55.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:55 smithi088 ceph-mon[96111]: pgmap v2054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:24:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:24:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:24:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:24:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:24:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:24:55.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:24:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:55 smithi187 ceph-mon[111815]: pgmap v2054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:24:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:24:55.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:24:55.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:24:55.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:24:55.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:24:55.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:24:56.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:56.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:57.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:57.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:57 smithi088 ceph-mon[96111]: pgmap v2055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:57 smithi187 ceph-mon[111815]: pgmap v2055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:24:58.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:58.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:59.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:24:59.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:24:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:24:59 smithi088 ceph-mon[96111]: pgmap v2056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:24:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:24:59 smithi187 ceph-mon[111815]: pgmap v2056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:00.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:00.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:25:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:25:01.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:01.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:01 smithi088 ceph-mon[96111]: pgmap v2057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:01 smithi187 ceph-mon[111815]: pgmap v2057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:02.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:02.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:03.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:03.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:03 smithi088 ceph-mon[96111]: pgmap v2058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:03 smithi187 ceph-mon[111815]: pgmap v2058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:04.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:04.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:05.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:05.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:05 smithi088 ceph-mon[96111]: pgmap v2059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:05 smithi187 ceph-mon[111815]: pgmap v2059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:06.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:06.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:07.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:07.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:07 smithi088 ceph-mon[96111]: pgmap v2060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:07 smithi187 ceph-mon[111815]: pgmap v2060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:08.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:08.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:09.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:09.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:09 smithi088 ceph-mon[96111]: pgmap v2061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:09 smithi187 ceph-mon[111815]: pgmap v2061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:10.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:10.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:11.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:11.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:11 smithi088 ceph-mon[96111]: pgmap v2062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:11 smithi187 ceph-mon[111815]: pgmap v2062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:12.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:12.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:13.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:13.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:13 smithi088 ceph-mon[96111]: pgmap v2063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:13 smithi187 ceph-mon[111815]: pgmap v2063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:14.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:14.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:15.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:15.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:15 smithi088 ceph-mon[96111]: pgmap v2064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:25:15.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:15 smithi187 ceph-mon[111815]: pgmap v2064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:15.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:25:16.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:16.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:17.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:17.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:17.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:17 smithi088 ceph-mon[96111]: pgmap v2065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:17 smithi187 ceph-mon[111815]: pgmap v2065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:18.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:18.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:19.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:19.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:19 smithi088 ceph-mon[96111]: pgmap v2066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:19 smithi187 ceph-mon[111815]: pgmap v2066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:20.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:20.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:21.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:21.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:21 smithi187 ceph-mon[111815]: pgmap v2067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:21 smithi088 ceph-mon[96111]: pgmap v2067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:22.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:22.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:23.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:23.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:23 smithi088 ceph-mon[96111]: pgmap v2068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:23 smithi187 ceph-mon[111815]: pgmap v2068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:24.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:24.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:25.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:25.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:25 smithi088 ceph-mon[96111]: pgmap v2069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:25 smithi187 ceph-mon[111815]: pgmap v2069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:26.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:26.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:27.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:27.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:27.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:27 smithi088 ceph-mon[96111]: pgmap v2070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:27 smithi187 ceph-mon[111815]: pgmap v2070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:28.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:28.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:29.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:29.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:29 smithi088 ceph-mon[96111]: pgmap v2071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:29 smithi187 ceph-mon[111815]: pgmap v2071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:30.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:30.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:25:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:25:31.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:31.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:31 smithi187 ceph-mon[111815]: pgmap v2072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:31 smithi088 ceph-mon[96111]: pgmap v2072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:32.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:32.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:33.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:33.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:33 smithi088 ceph-mon[96111]: pgmap v2073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:33 smithi187 ceph-mon[111815]: pgmap v2073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:34.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:34.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:35.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:35.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:35 smithi088 ceph-mon[96111]: pgmap v2074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:35 smithi187 ceph-mon[111815]: pgmap v2074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:36.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:36.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:37.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:37.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:37 smithi088 ceph-mon[96111]: pgmap v2075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:37 smithi187 ceph-mon[111815]: pgmap v2075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:38.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:38.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:39.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:39.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:39 smithi088 ceph-mon[96111]: pgmap v2076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:39 smithi187 ceph-mon[111815]: pgmap v2076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:40.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:40.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:41.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:41.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:41 smithi088 ceph-mon[96111]: pgmap v2077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:41 smithi187 ceph-mon[111815]: pgmap v2077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:42.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:42.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:43.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:43.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:43 smithi088 ceph-mon[96111]: pgmap v2078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:43 smithi187 ceph-mon[111815]: pgmap v2078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:44.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:44.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:45.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:45.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:45 smithi088 ceph-mon[96111]: pgmap v2079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:25:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:45 smithi187 ceph-mon[111815]: pgmap v2079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:25:46.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:46.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:47.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:47.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:47 smithi088 ceph-mon[96111]: pgmap v2080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:47 smithi187 ceph-mon[111815]: pgmap v2080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:48.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:48.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:49.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:49.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:49 smithi088 ceph-mon[96111]: pgmap v2081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:49 smithi187 ceph-mon[111815]: pgmap v2081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:50.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:50.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:51.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:51.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:51 smithi088 ceph-mon[96111]: pgmap v2082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:51 smithi187 ceph-mon[111815]: pgmap v2082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:52.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:52.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:53.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:53.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:53 smithi088 ceph-mon[96111]: pgmap v2083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:53 smithi187 ceph-mon[111815]: pgmap v2083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:54.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:54.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:55.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:55.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:55 smithi187 ceph-mon[111815]: pgmap v2084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:25:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:55 smithi088 ceph-mon[96111]: pgmap v2084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:25:56.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:56.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:57.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:57.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:57 smithi088 ceph-mon[96111]: pgmap v2085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:57 smithi187 ceph-mon[111815]: pgmap v2085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:25:58.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:58.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:59.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:25:59.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:25:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:59 smithi187 ceph-mon[111815]: pgmap v2086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:25:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:25:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:25:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:26:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:59 smithi088 ceph-mon[96111]: pgmap v2086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:26:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:25:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:26:00.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:00.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:26:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:26:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:26:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:26:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:26:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:26:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:26:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:26:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:26:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:26:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:26:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:26:01.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:01.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:01 smithi187 ceph-mon[111815]: pgmap v2087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:01 smithi088 ceph-mon[96111]: pgmap v2087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:02.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:02.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:03.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:03.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:03 smithi187 ceph-mon[111815]: pgmap v2088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:03 smithi088 ceph-mon[96111]: pgmap v2088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:04.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:04.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:05.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:05.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:05 smithi187 ceph-mon[111815]: pgmap v2089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:05 smithi088 ceph-mon[96111]: pgmap v2089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:06.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:06.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:07.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:07.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:07 smithi187 ceph-mon[111815]: pgmap v2090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:07 smithi088 ceph-mon[96111]: pgmap v2090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:08.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:08.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:09.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:09.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:09 smithi187 ceph-mon[111815]: pgmap v2091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:09 smithi088 ceph-mon[96111]: pgmap v2091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:10.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:10.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:11.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:11.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:11 smithi187 ceph-mon[111815]: pgmap v2092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:11 smithi088 ceph-mon[96111]: pgmap v2092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:12.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:12.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:13.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:13.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:13 smithi187 ceph-mon[111815]: pgmap v2093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:13 smithi088 ceph-mon[96111]: pgmap v2093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:14.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:14.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:15.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:15.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:15 smithi187 ceph-mon[111815]: pgmap v2094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:26:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:15 smithi088 ceph-mon[96111]: pgmap v2094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:26:16.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:16.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:17.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:17.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:17 smithi187 ceph-mon[111815]: pgmap v2095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:17 smithi088 ceph-mon[96111]: pgmap v2095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:18.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:18.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:19.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:19.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:19 smithi187 ceph-mon[111815]: pgmap v2096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:19 smithi088 ceph-mon[96111]: pgmap v2096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:20.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:20.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:21.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:21.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:21.909 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:21 smithi187 ceph-mon[111815]: pgmap v2097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:21 smithi088 ceph-mon[96111]: pgmap v2097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:22.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:22.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:23.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:23.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:23 smithi187 ceph-mon[111815]: pgmap v2098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:23 smithi088 ceph-mon[96111]: pgmap v2098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:24.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:24.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:25.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:25.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:25 smithi187 ceph-mon[111815]: pgmap v2099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:25 smithi088 ceph-mon[96111]: pgmap v2099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:26.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:26.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:27.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:27.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:27 smithi187 ceph-mon[111815]: pgmap v2100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:27 smithi088 ceph-mon[96111]: pgmap v2100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:28.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:28.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:29.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:29.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:29 smithi187 ceph-mon[111815]: pgmap v2101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:29 smithi088 ceph-mon[96111]: pgmap v2101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:30.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:30.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:26:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:26:31.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:31.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:31 smithi187 ceph-mon[111815]: pgmap v2102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:31 smithi088 ceph-mon[96111]: pgmap v2102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:32.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:32.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:33.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:33.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:33 smithi187 ceph-mon[111815]: pgmap v2103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:33 smithi088 ceph-mon[96111]: pgmap v2103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:34.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:34.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:35.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:35.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:35 smithi187 ceph-mon[111815]: pgmap v2104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:35 smithi088 ceph-mon[96111]: pgmap v2104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:36.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:36.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:37.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:37.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:37 smithi187 ceph-mon[111815]: pgmap v2105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:37 smithi088 ceph-mon[96111]: pgmap v2105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:38.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:38.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:39.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:39.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:39 smithi187 ceph-mon[111815]: pgmap v2106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:39 smithi088 ceph-mon[96111]: pgmap v2106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:40.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:40.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:41.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:41.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:41 smithi187 ceph-mon[111815]: pgmap v2107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:41 smithi088 ceph-mon[96111]: pgmap v2107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:42.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:42.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:43.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:43.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:43 smithi187 ceph-mon[111815]: pgmap v2108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:43 smithi088 ceph-mon[96111]: pgmap v2108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:44.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:44.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:45.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:45.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:45 smithi187 ceph-mon[111815]: pgmap v2109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:26:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:45 smithi088 ceph-mon[96111]: pgmap v2109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:26:46.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:46.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:47.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:47.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:47 smithi187 ceph-mon[111815]: pgmap v2110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:47.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:47 smithi088 ceph-mon[96111]: pgmap v2110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:48.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:48.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:49.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:49.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:49 smithi187 ceph-mon[111815]: pgmap v2111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:49 smithi088 ceph-mon[96111]: pgmap v2111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:50.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:50.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:51.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:51.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:51 smithi187 ceph-mon[111815]: pgmap v2112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:51 smithi088 ceph-mon[96111]: pgmap v2112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:52.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:52.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:53.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:53.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:53 smithi187 ceph-mon[111815]: pgmap v2113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:53 smithi088 ceph-mon[96111]: pgmap v2113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:54.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:54.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:55.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:55.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:55 smithi187 ceph-mon[111815]: pgmap v2114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:55 smithi088 ceph-mon[96111]: pgmap v2114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:26:56.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:56.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:57.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:57.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:57 smithi187 ceph-mon[111815]: pgmap v2115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:57 smithi088 ceph-mon[96111]: pgmap v2115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:26:58.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:58.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:59.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:26:59.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:26:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:26:59 smithi187 ceph-mon[111815]: pgmap v2116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:26:59 smithi088 ceph-mon[96111]: pgmap v2116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:00.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:00.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:27:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:27:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:27:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:27:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:27:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:27:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:27:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:27:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:27:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:27:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:27:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:27:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:27:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:27:01.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:01.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:01 smithi187 ceph-mon[111815]: pgmap v2117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:01 smithi088 ceph-mon[96111]: pgmap v2117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:02.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:02.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:03.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:03.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:03 smithi187 ceph-mon[111815]: pgmap v2118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:03 smithi088 ceph-mon[96111]: pgmap v2118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:04.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:04.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:05.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:05.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:05 smithi187 ceph-mon[111815]: pgmap v2119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:05 smithi088 ceph-mon[96111]: pgmap v2119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:06.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:06.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:07.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:07.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:07 smithi187 ceph-mon[111815]: pgmap v2120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:07 smithi088 ceph-mon[96111]: pgmap v2120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:08.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:08.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:09.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:09.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:09 smithi187 ceph-mon[111815]: pgmap v2121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:09 smithi088 ceph-mon[96111]: pgmap v2121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:10.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:10.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:11.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:11.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:11 smithi187 ceph-mon[111815]: pgmap v2122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:11 smithi088 ceph-mon[96111]: pgmap v2122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:12.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:12.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:13.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:13.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:13 smithi088 ceph-mon[96111]: pgmap v2123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:13 smithi187 ceph-mon[111815]: pgmap v2123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:14.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:14.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:15.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:15.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:15 smithi088 ceph-mon[96111]: pgmap v2124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:27:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:15 smithi187 ceph-mon[111815]: pgmap v2124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:27:16.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:16.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:17.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:17.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:17 smithi187 ceph-mon[111815]: pgmap v2125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:17 smithi088 ceph-mon[96111]: pgmap v2125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:18.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:18.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:19.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:19.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:19 smithi088 ceph-mon[96111]: pgmap v2126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:19 smithi187 ceph-mon[111815]: pgmap v2126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:20.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:20.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:21.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:21.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:21 smithi088 ceph-mon[96111]: pgmap v2127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:21 smithi187 ceph-mon[111815]: pgmap v2127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:22.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:22.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:23.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:23.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:23 smithi088 ceph-mon[96111]: pgmap v2128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:23 smithi187 ceph-mon[111815]: pgmap v2128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:24.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:24.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:25.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:25.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:25 smithi088 ceph-mon[96111]: pgmap v2129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:25 smithi187 ceph-mon[111815]: pgmap v2129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:26.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:26.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:27.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:27.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:27 smithi187 ceph-mon[111815]: pgmap v2130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:27 smithi088 ceph-mon[96111]: pgmap v2130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:28.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:28.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:29.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:29.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:29 smithi088 ceph-mon[96111]: pgmap v2131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:29 smithi187 ceph-mon[111815]: pgmap v2131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:30.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:30.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:27:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:27:31.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:31.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:31 smithi088 ceph-mon[96111]: pgmap v2132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:31 smithi187 ceph-mon[111815]: pgmap v2132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:32.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:32.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:33.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:33.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:33 smithi088 ceph-mon[96111]: pgmap v2133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:33 smithi187 ceph-mon[111815]: pgmap v2133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:34.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:34.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:35.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:35.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:35 smithi088 ceph-mon[96111]: pgmap v2134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:35 smithi187 ceph-mon[111815]: pgmap v2134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:36.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:36.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:37.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:37.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:37 smithi187 ceph-mon[111815]: pgmap v2135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:37 smithi088 ceph-mon[96111]: pgmap v2135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:38.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:38.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:39.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:39.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:39 smithi088 ceph-mon[96111]: pgmap v2136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:39 smithi187 ceph-mon[111815]: pgmap v2136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:40.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:40.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:41.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:41.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:41 smithi088 ceph-mon[96111]: pgmap v2137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:41 smithi187 ceph-mon[111815]: pgmap v2137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:42.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:42.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:43.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:43.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:43 smithi088 ceph-mon[96111]: pgmap v2138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:43 smithi187 ceph-mon[111815]: pgmap v2138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:44.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:44.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:45.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:45.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:45 smithi088 ceph-mon[96111]: pgmap v2139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:27:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:45 smithi187 ceph-mon[111815]: pgmap v2139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:27:46.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:46.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:47.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:47.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:47 smithi088 ceph-mon[96111]: pgmap v2140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:47 smithi187 ceph-mon[111815]: pgmap v2140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:48.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:48.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:49.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:49.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:49 smithi088 ceph-mon[96111]: pgmap v2141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:49 smithi187 ceph-mon[111815]: pgmap v2141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:50.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:50.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:51.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:51.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:51 smithi088 ceph-mon[96111]: pgmap v2142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:51 smithi187 ceph-mon[111815]: pgmap v2142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:52.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:52.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:53.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:53.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:53 smithi088 ceph-mon[96111]: pgmap v2143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:53 smithi187 ceph-mon[111815]: pgmap v2143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:54.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:54.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:55.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:55.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:55 smithi088 ceph-mon[96111]: pgmap v2144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:55 smithi187 ceph-mon[111815]: pgmap v2144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:27:56.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:56.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:57.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:57.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:57 smithi088 ceph-mon[96111]: pgmap v2145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:57 smithi187 ceph-mon[111815]: pgmap v2145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:27:58.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:58.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:27:59.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:27:59.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:27:59 smithi088 ceph-mon[96111]: pgmap v2146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:27:59 smithi187 ceph-mon[111815]: pgmap v2146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:00.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:00.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:28:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:28:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:28:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:28:01.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:01.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:01 smithi088 ceph-mon[96111]: pgmap v2147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:28:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:28:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:28:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:28:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:28:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:28:02.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:28:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:01 smithi187 ceph-mon[111815]: pgmap v2147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:28:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:28:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:28:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:28:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:28:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:28:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:28:02.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:02.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:03.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:03.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:03 smithi088 ceph-mon[96111]: pgmap v2148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:03 smithi187 ceph-mon[111815]: pgmap v2148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:04.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:04.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:05.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:05.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:05 smithi088 ceph-mon[96111]: pgmap v2149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:05 smithi187 ceph-mon[111815]: pgmap v2149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:06.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:06.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:07.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:07.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:08.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:07 smithi088 ceph-mon[96111]: pgmap v2150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:28:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:07 smithi187 ceph-mon[111815]: pgmap v2150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:28:08.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:08.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:09.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:09.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:09 smithi088 ceph-mon[96111]: pgmap v2151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:09 smithi187 ceph-mon[111815]: pgmap v2151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:10.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:10.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:11 smithi088 ceph-mon[96111]: pgmap v2152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:11 smithi187 ceph-mon[111815]: pgmap v2152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:12.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:12.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:13.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:13.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:13 smithi088 ceph-mon[96111]: pgmap v2153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:13 smithi187 ceph-mon[111815]: pgmap v2153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:14.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:14.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:14 smithi088 ceph-mon[96111]: pgmap v2154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:14 smithi187 ceph-mon[111815]: pgmap v2154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:15.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:15.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:28:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:28:16.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:16.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:17 smithi088 ceph-mon[96111]: pgmap v2155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:28:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:17 smithi187 ceph-mon[111815]: pgmap v2155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:28:17.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:17.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:18.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:18.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:19 smithi088 ceph-mon[96111]: pgmap v2156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:19 smithi187 ceph-mon[111815]: pgmap v2156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:19.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:19.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:20.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:20.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:21 smithi187 ceph-mon[111815]: pgmap v2157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:21 smithi088 ceph-mon[96111]: pgmap v2157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:21.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:21.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:22.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:22.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:23 smithi187 ceph-mon[111815]: pgmap v2158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:23 smithi088 ceph-mon[96111]: pgmap v2158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:23.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:23.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:24.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:24.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:25 smithi187 ceph-mon[111815]: pgmap v2159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:25 smithi088 ceph-mon[96111]: pgmap v2159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:25.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:25.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:26.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:26.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:27 smithi088 ceph-mon[96111]: pgmap v2160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:28:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:27 smithi088 ceph-mon[96111]: osdmap e53: 8 total, 8 up, 8 in 2023-10-13T00:28:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:27 smithi187 ceph-mon[111815]: pgmap v2160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:28:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:27 smithi187 ceph-mon[111815]: osdmap e53: 8 total, 8 up, 8 in 2023-10-13T00:28:27.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:27.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:28.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:28.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:29 smithi088 ceph-mon[96111]: pgmap v2162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:28:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:29 smithi187 ceph-mon[111815]: pgmap v2162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:28:29.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:29.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:28:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:28:30.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:30.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:31 smithi187 ceph-mon[111815]: pgmap v2163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:28:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:31 smithi088 ceph-mon[96111]: pgmap v2163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:28:31.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:31.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:32.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:32.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:33 smithi187 ceph-mon[111815]: pgmap v2164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:28:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:33 smithi088 ceph-mon[96111]: pgmap v2164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:28:33.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:33.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:34.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:34.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:35 smithi187 ceph-mon[111815]: pgmap v2165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:28:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:35 smithi088 ceph-mon[96111]: pgmap v2165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:28:35.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:35.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:36.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:36.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:37 smithi187 ceph-mon[111815]: pgmap v2166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:28:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:37 smithi088 ceph-mon[96111]: pgmap v2166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 102 B/s rd, 0 op/s 2023-10-13T00:28:37.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:37.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:38.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:38.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:39 smithi187 ceph-mon[111815]: pgmap v2167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:39 smithi088 ceph-mon[96111]: pgmap v2167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:39.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:39.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:40.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:40.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:41 smithi187 ceph-mon[111815]: pgmap v2168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:41 smithi088 ceph-mon[96111]: pgmap v2168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:41.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:41.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:42.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:42.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:43.383 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:43 smithi187 ceph-mon[111815]: pgmap v2169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:43 smithi088 ceph-mon[96111]: pgmap v2169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:43.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:43.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:44.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:44.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:45 smithi187 ceph-mon[111815]: pgmap v2170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:28:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:45 smithi088 ceph-mon[96111]: pgmap v2170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:28:45.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:45.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:46.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:46.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:47 smithi187 ceph-mon[111815]: pgmap v2171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:28:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:47 smithi088 ceph-mon[96111]: pgmap v2171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:28:47.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:47.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:48.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:48.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:49 smithi187 ceph-mon[111815]: pgmap v2172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:49 smithi088 ceph-mon[96111]: pgmap v2172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:49.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:49.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:50.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:50.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:51 smithi187 ceph-mon[111815]: pgmap v2173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:51 smithi088 ceph-mon[96111]: pgmap v2173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:51.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:51.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:52.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:52.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:53 smithi187 ceph-mon[111815]: pgmap v2174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:53 smithi088 ceph-mon[96111]: pgmap v2174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:53.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:53.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:54.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:54.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:55 smithi187 ceph-mon[111815]: pgmap v2175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:55 smithi088 ceph-mon[96111]: pgmap v2175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:55.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:55.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:56.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:56.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:57 smithi187 ceph-mon[111815]: pgmap v2176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:28:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:57 smithi088 ceph-mon[96111]: pgmap v2176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:28:57.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:57.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:58.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:58.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:28:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:28:59 smithi187 ceph-mon[111815]: pgmap v2177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:28:59 smithi088 ceph-mon[96111]: pgmap v2177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:28:59.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:28:59.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:29:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:29:00.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:00.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:01 smithi187 ceph-mon[111815]: pgmap v2178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:01 smithi088 ceph-mon[96111]: pgmap v2178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:01.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:01.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:29:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:29:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:29:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:29:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:29:02.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:29:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:29:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:29:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:29:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:29:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:29:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:29:02.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:02.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:03 smithi187 ceph-mon[111815]: pgmap v2179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:03 smithi088 ceph-mon[96111]: pgmap v2179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:03.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:03.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:04.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:04.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:05 smithi187 ceph-mon[111815]: pgmap v2180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:05 smithi088 ceph-mon[96111]: pgmap v2180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:05.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:05.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:06.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:06.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:07 smithi187 ceph-mon[111815]: pgmap v2181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:07 smithi088 ceph-mon[96111]: pgmap v2181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:07.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:07.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:08.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:08.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:09 smithi187 ceph-mon[111815]: pgmap v2182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:09 smithi088 ceph-mon[96111]: pgmap v2182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:09.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:09.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:10.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:10.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:11 smithi187 ceph-mon[111815]: pgmap v2183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:11 smithi088 ceph-mon[96111]: pgmap v2183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:11.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:11.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:12.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:12.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:13 smithi187 ceph-mon[111815]: pgmap v2184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:13 smithi088 ceph-mon[96111]: pgmap v2184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:13.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:13.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:14.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:14.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:15 smithi187 ceph-mon[111815]: pgmap v2185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:29:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:15 smithi088 ceph-mon[96111]: pgmap v2185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:29:15.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:15.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:16.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:16.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:17 smithi187 ceph-mon[111815]: pgmap v2186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:17 smithi088 ceph-mon[96111]: pgmap v2186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:17.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:17.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:18.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:18.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:19 smithi187 ceph-mon[111815]: pgmap v2187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:19.474 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:19 smithi088 ceph-mon[96111]: pgmap v2187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:19.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:19.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:20.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:20.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:21 smithi187 ceph-mon[111815]: pgmap v2188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:21 smithi088 ceph-mon[96111]: pgmap v2188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:21.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:21.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:22.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:22.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:23 smithi187 ceph-mon[111815]: pgmap v2189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:23 smithi088 ceph-mon[96111]: pgmap v2189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:23.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:23.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:24.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:24.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:25 smithi187 ceph-mon[111815]: pgmap v2190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:25 smithi088 ceph-mon[96111]: pgmap v2190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:25.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:25.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:26.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:26.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:27 smithi187 ceph-mon[111815]: pgmap v2191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:27 smithi088 ceph-mon[96111]: pgmap v2191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:27.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:27.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:28.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:28.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:29 smithi187 ceph-mon[111815]: pgmap v2192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:29 smithi088 ceph-mon[96111]: pgmap v2192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:29.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:29.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:29:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:29:30.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:30.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:31 smithi187 ceph-mon[111815]: pgmap v2193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:31 smithi088 ceph-mon[96111]: pgmap v2193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:31.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:31.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:32.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:32.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:33 smithi187 ceph-mon[111815]: pgmap v2194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:33 smithi088 ceph-mon[96111]: pgmap v2194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:33.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:33.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:34.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:34.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:35 smithi187 ceph-mon[111815]: pgmap v2195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:35 smithi088 ceph-mon[96111]: pgmap v2195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:35.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:35.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:36.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:36.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:37 smithi187 ceph-mon[111815]: pgmap v2196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:37 smithi088 ceph-mon[96111]: pgmap v2196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:37.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:37.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:38.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:38.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:39 smithi187 ceph-mon[111815]: pgmap v2197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:39 smithi088 ceph-mon[96111]: pgmap v2197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:39.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:39.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:40.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:40.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:41 smithi088 ceph-mon[96111]: pgmap v2198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:41 smithi187 ceph-mon[111815]: pgmap v2198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:41.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:41.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:42.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:42.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:43 smithi088 ceph-mon[96111]: pgmap v2199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:43 smithi187 ceph-mon[111815]: pgmap v2199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:43.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:43.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:44.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:44.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:45 smithi088 ceph-mon[96111]: pgmap v2200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:29:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:45 smithi187 ceph-mon[111815]: pgmap v2200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:29:45.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:45.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:46.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:46.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:47 smithi088 ceph-mon[96111]: pgmap v2201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:47 smithi187 ceph-mon[111815]: pgmap v2201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:47.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:47.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:48.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:48.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:49 smithi187 ceph-mon[111815]: pgmap v2202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:49 smithi088 ceph-mon[96111]: pgmap v2202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:49.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:49.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:50.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:50.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:51 smithi088 ceph-mon[96111]: pgmap v2203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:51 smithi187 ceph-mon[111815]: pgmap v2203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:51.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:51.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:52.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:52.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:53 smithi088 ceph-mon[96111]: pgmap v2204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:53 smithi187 ceph-mon[111815]: pgmap v2204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:53.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:53.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:54.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:54.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:55 smithi088 ceph-mon[96111]: pgmap v2205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:55 smithi187 ceph-mon[111815]: pgmap v2205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:55.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:55.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:56.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:56.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:57 smithi088 ceph-mon[96111]: pgmap v2206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:57 smithi187 ceph-mon[111815]: pgmap v2206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:29:57.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:57.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:58.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:58.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:29:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:29:59 smithi187 ceph-mon[111815]: pgmap v2207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:29:59 smithi088 ceph-mon[96111]: pgmap v2207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:29:59.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:29:59.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:30:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T00:30:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:30:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T00:30:00.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:00.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:01 smithi088 ceph-mon[96111]: pgmap v2208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:01 smithi187 ceph-mon[111815]: pgmap v2208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:01.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:01.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:30:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:30:02.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:02.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:03 smithi187 ceph-mon[111815]: pgmap v2209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:30:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:30:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:30:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:30:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:30:03.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:30:03.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:30:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:03 smithi088 ceph-mon[96111]: pgmap v2209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:30:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:30:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:30:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:30:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:30:03.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:30:03.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:30:03.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:03.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:04.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:04.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:05 smithi187 ceph-mon[111815]: pgmap v2210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:05 smithi088 ceph-mon[96111]: pgmap v2210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:05.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:05.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:06.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:06.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:07 smithi187 ceph-mon[111815]: pgmap v2211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:07 smithi088 ceph-mon[96111]: pgmap v2211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:07.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:07.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:08.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:08.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:09 smithi187 ceph-mon[111815]: pgmap v2212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:09 smithi088 ceph-mon[96111]: pgmap v2212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:09.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:09.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:10.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:10.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:11 smithi187 ceph-mon[111815]: pgmap v2213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:11 smithi088 ceph-mon[96111]: pgmap v2213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:11.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:11.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:12.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:12.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:13 smithi187 ceph-mon[111815]: pgmap v2214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:13 smithi088 ceph-mon[96111]: pgmap v2214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:13.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:13.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:14.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:14.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:15 smithi187 ceph-mon[111815]: pgmap v2215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:30:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:15 smithi088 ceph-mon[96111]: pgmap v2215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:30:15.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:15.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:16.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:16.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:17 smithi187 ceph-mon[111815]: pgmap v2216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:17 smithi088 ceph-mon[96111]: pgmap v2216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:17.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:17.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:18.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:18.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:19 smithi187 ceph-mon[111815]: pgmap v2217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:19 smithi088 ceph-mon[96111]: pgmap v2217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:19.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:19.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:20.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:20.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:21 smithi187 ceph-mon[111815]: pgmap v2218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:21 smithi088 ceph-mon[96111]: pgmap v2218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:21.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:21.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:22.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:22.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:23 smithi187 ceph-mon[111815]: pgmap v2219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:23 smithi088 ceph-mon[96111]: pgmap v2219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:23.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:23.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:24.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:24.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:25 smithi187 ceph-mon[111815]: pgmap v2220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:25 smithi088 ceph-mon[96111]: pgmap v2220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:25.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:25.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:26.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:26.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:27 smithi187 ceph-mon[111815]: pgmap v2221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:27 smithi088 ceph-mon[96111]: pgmap v2221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:27.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:27.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:28.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:28.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:29 smithi187 ceph-mon[111815]: pgmap v2222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:29 smithi088 ceph-mon[96111]: pgmap v2222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:29.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:29.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:30:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:30:30.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:30.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:31 smithi187 ceph-mon[111815]: pgmap v2223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:31 smithi088 ceph-mon[96111]: pgmap v2223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:31.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:31.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:32.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:32.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:33 smithi187 ceph-mon[111815]: pgmap v2224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:33 smithi088 ceph-mon[96111]: pgmap v2224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:33.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:33.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:34.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:34.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:35 smithi088 ceph-mon[96111]: pgmap v2225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:35 smithi187 ceph-mon[111815]: pgmap v2225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:35.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:35.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:36.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:36.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:37 smithi187 ceph-mon[111815]: pgmap v2226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:37 smithi088 ceph-mon[96111]: pgmap v2226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:37.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:37.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:38.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:38.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:39 smithi187 ceph-mon[111815]: pgmap v2227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:39 smithi088 ceph-mon[96111]: pgmap v2227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:40.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:40.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:41.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:41.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:41 smithi187 ceph-mon[111815]: pgmap v2228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:41 smithi088 ceph-mon[96111]: pgmap v2228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:42.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:42.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:43.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:43.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:43 smithi187 ceph-mon[111815]: pgmap v2229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:43 smithi088 ceph-mon[96111]: pgmap v2229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:44.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:44.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:45.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:45.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:45 smithi088 ceph-mon[96111]: pgmap v2230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:30:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:45 smithi187 ceph-mon[111815]: pgmap v2230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:30:46.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:46.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:47.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:47.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:47 smithi187 ceph-mon[111815]: pgmap v2231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:47 smithi088 ceph-mon[96111]: pgmap v2231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:48.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:48.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:49.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:49.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:49 smithi187 ceph-mon[111815]: pgmap v2232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:49 smithi088 ceph-mon[96111]: pgmap v2232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:50.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:50.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:51.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:51.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:51 smithi187 ceph-mon[111815]: pgmap v2233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:51 smithi088 ceph-mon[96111]: pgmap v2233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:52.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:52.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:53.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:53.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:53 smithi088 ceph-mon[96111]: pgmap v2234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:53 smithi187 ceph-mon[111815]: pgmap v2234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:54.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:54.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:55.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:55.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:55 smithi088 ceph-mon[96111]: pgmap v2235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:55 smithi187 ceph-mon[111815]: pgmap v2235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:56.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:56.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:57.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:57.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:57 smithi088 ceph-mon[96111]: pgmap v2236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:57 smithi187 ceph-mon[111815]: pgmap v2236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:30:58.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:58.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:59.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:30:59.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:30:59.804 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:30:59 smithi187 ceph-mon[111815]: pgmap v2237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:30:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:30:59 smithi088 ceph-mon[96111]: pgmap v2237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:00.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:00.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:31:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:31:01.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:01.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:01 smithi088 ceph-mon[96111]: pgmap v2238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:01 smithi187 ceph-mon[111815]: pgmap v2238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:02.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:02.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:03.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:03.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:03 smithi088 ceph-mon[96111]: pgmap v2239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:31:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:31:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:31:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:31:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:31:03.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:31:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:03 smithi187 ceph-mon[111815]: pgmap v2239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:31:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:31:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:31:03.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:31:03.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:31:03.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:31:04.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:04.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:05.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:05.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:05 smithi088 ceph-mon[96111]: pgmap v2240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:05 smithi187 ceph-mon[111815]: pgmap v2240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:06.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:06.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:07.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:07.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:07 smithi088 ceph-mon[96111]: pgmap v2241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:07 smithi187 ceph-mon[111815]: pgmap v2241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:08.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:08.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:09.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:09.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:09.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:09 smithi088 ceph-mon[96111]: pgmap v2242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:09.909 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:09 smithi187 ceph-mon[111815]: pgmap v2242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:10.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:10.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:11.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:11.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:11 smithi088 ceph-mon[96111]: pgmap v2243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:11 smithi187 ceph-mon[111815]: pgmap v2243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:12.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:12.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:13.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:13.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:13 smithi088 ceph-mon[96111]: pgmap v2244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:14.436 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:13 smithi187 ceph-mon[111815]: pgmap v2244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:14.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:14.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:15.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:15.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:15 smithi088 ceph-mon[96111]: pgmap v2245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:31:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:15 smithi187 ceph-mon[111815]: pgmap v2245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:31:16.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:16.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:17.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:17.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:17 smithi088 ceph-mon[96111]: pgmap v2246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:17 smithi187 ceph-mon[111815]: pgmap v2246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:18.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:18.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:19.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:19.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:19 smithi088 ceph-mon[96111]: pgmap v2247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:19 smithi187 ceph-mon[111815]: pgmap v2247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:20.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:20.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:21.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:21.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:21 smithi088 ceph-mon[96111]: pgmap v2248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:21 smithi187 ceph-mon[111815]: pgmap v2248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:22.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:22.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:23.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:23.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:23 smithi088 ceph-mon[96111]: pgmap v2249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:23 smithi187 ceph-mon[111815]: pgmap v2249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:24.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:24.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:25.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:25.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:25 smithi088 ceph-mon[96111]: pgmap v2250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:25 smithi187 ceph-mon[111815]: pgmap v2250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:26.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:26.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:27.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:27.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:27 smithi088 ceph-mon[96111]: pgmap v2251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:27 smithi187 ceph-mon[111815]: pgmap v2251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:28.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:28.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:29.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:29.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:29 smithi088 ceph-mon[96111]: pgmap v2252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:29 smithi187 ceph-mon[111815]: pgmap v2252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:30.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:30.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:31:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:31:31.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:31.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:31 smithi088 ceph-mon[96111]: pgmap v2253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:31 smithi187 ceph-mon[111815]: pgmap v2253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:32.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:32.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:33.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:33.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:33 smithi088 ceph-mon[96111]: pgmap v2254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:33 smithi187 ceph-mon[111815]: pgmap v2254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:34.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:34.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:35.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:35.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:35.805 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:35 smithi088 ceph-mon[96111]: pgmap v2255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:35 smithi187 ceph-mon[111815]: pgmap v2255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:36.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:36.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:37.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:37.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:37 smithi088 ceph-mon[96111]: pgmap v2256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:37 smithi187 ceph-mon[111815]: pgmap v2256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:38.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:38.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:39.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:39.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:39 smithi088 ceph-mon[96111]: pgmap v2257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:39 smithi187 ceph-mon[111815]: pgmap v2257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:40.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:40.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:41.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:41.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:41 smithi088 ceph-mon[96111]: pgmap v2258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:41 smithi187 ceph-mon[111815]: pgmap v2258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:42.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:42.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:43.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:43.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:43 smithi088 ceph-mon[96111]: pgmap v2259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:43 smithi187 ceph-mon[111815]: pgmap v2259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:44.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:44.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:45.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:45.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:45 smithi088 ceph-mon[96111]: pgmap v2260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:31:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:45 smithi187 ceph-mon[111815]: pgmap v2260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:31:46.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:46.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:47.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:47.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:47 smithi088 ceph-mon[96111]: pgmap v2261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:47 smithi187 ceph-mon[111815]: pgmap v2261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:48.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:48.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:49.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:49.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:49 smithi088 ceph-mon[96111]: pgmap v2262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:49 smithi187 ceph-mon[111815]: pgmap v2262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:50.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:50.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:51.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:51.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:51 smithi187 ceph-mon[111815]: pgmap v2263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:51 smithi088 ceph-mon[96111]: pgmap v2263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:52.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:52.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:53.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:53.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:53 smithi187 ceph-mon[111815]: pgmap v2264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:53 smithi088 ceph-mon[96111]: pgmap v2264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:54.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:54.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:55.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:55.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:55 smithi187 ceph-mon[111815]: pgmap v2265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:56.003 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:55 smithi088 ceph-mon[96111]: pgmap v2265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:31:56.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:56.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:57 smithi187 ceph-mon[111815]: pgmap v2266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:57 smithi088 ceph-mon[96111]: pgmap v2266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:31:58.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:58.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:59.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:31:59.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:31:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:31:59 smithi187 ceph-mon[111815]: pgmap v2267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:31:59 smithi088 ceph-mon[96111]: pgmap v2267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:00.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:00.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:32:01.052 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:32:01.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:01.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:01 smithi187 ceph-mon[111815]: pgmap v2268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:01 smithi088 ceph-mon[96111]: pgmap v2268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:02.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:02.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:03.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:03.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:03 smithi187 ceph-mon[111815]: pgmap v2269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:32:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:03 smithi088 ceph-mon[96111]: pgmap v2269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:32:04.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:04.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:32:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:32:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:32:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:32:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:32:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:32:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:32:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:32:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:32:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:32:05.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:05.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:05 smithi187 ceph-mon[111815]: pgmap v2270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:05 smithi088 ceph-mon[96111]: pgmap v2270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:06.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:06.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:07.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:07.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:07 smithi187 ceph-mon[111815]: pgmap v2271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:07 smithi088 ceph-mon[96111]: pgmap v2271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:08.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:08.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:09.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:09.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:09 smithi187 ceph-mon[111815]: pgmap v2272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:09 smithi088 ceph-mon[96111]: pgmap v2272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:10.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:10.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:11.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:11.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:11 smithi187 ceph-mon[111815]: pgmap v2273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:11 smithi088 ceph-mon[96111]: pgmap v2273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:12.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:12.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:13.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:13.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:13 smithi187 ceph-mon[111815]: pgmap v2274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:13 smithi088 ceph-mon[96111]: pgmap v2274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:14.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:14.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:15.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:15.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:15 smithi187 ceph-mon[111815]: pgmap v2275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:32:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:15 smithi088 ceph-mon[96111]: pgmap v2275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:32:16.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:16.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:17.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:17.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:17 smithi187 ceph-mon[111815]: pgmap v2276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:17 smithi088 ceph-mon[96111]: pgmap v2276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:18.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:18.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:19.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:19.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:19 smithi187 ceph-mon[111815]: pgmap v2277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:19 smithi088 ceph-mon[96111]: pgmap v2277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:20.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:20.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:21.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:21.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:21 smithi187 ceph-mon[111815]: pgmap v2278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:21 smithi088 ceph-mon[96111]: pgmap v2278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:22.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:22.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:23.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:23.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:23 smithi187 ceph-mon[111815]: pgmap v2279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:23 smithi088 ceph-mon[96111]: pgmap v2279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:24.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:24.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:25.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:25.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:25 smithi187 ceph-mon[111815]: pgmap v2280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:25 smithi088 ceph-mon[96111]: pgmap v2280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:26.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:26.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:27.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:27.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:27 smithi187 ceph-mon[111815]: pgmap v2281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:27 smithi088 ceph-mon[96111]: pgmap v2281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:28.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:28.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:29.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:29.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:29.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:29 smithi187 ceph-mon[111815]: pgmap v2282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:29 smithi088 ceph-mon[96111]: pgmap v2282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:30.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:30.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:32:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:32:31.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:31.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:31 smithi187 ceph-mon[111815]: pgmap v2283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:31 smithi088 ceph-mon[96111]: pgmap v2283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:32.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:32.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:33.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:33.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:33 smithi187 ceph-mon[111815]: pgmap v2284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:33 smithi088 ceph-mon[96111]: pgmap v2284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:34.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:34.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:35.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:35.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:35 smithi187 ceph-mon[111815]: pgmap v2285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:35 smithi088 ceph-mon[96111]: pgmap v2285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:36.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:36.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:37.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:37.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:37 smithi187 ceph-mon[111815]: pgmap v2286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:37 smithi088 ceph-mon[96111]: pgmap v2286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:38.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:38.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:39.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:39.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:39 smithi187 ceph-mon[111815]: pgmap v2287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:39 smithi088 ceph-mon[96111]: pgmap v2287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:40.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:40.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:41.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:41.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:41 smithi088 ceph-mon[96111]: pgmap v2288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:41 smithi187 ceph-mon[111815]: pgmap v2288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:42.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:42.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:43.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:43.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:43 smithi187 ceph-mon[111815]: pgmap v2289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:43 smithi088 ceph-mon[96111]: pgmap v2289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:44.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:44.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:45.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:45.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:45 smithi187 ceph-mon[111815]: pgmap v2290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:32:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:45 smithi088 ceph-mon[96111]: pgmap v2290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:32:46.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:46.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:47.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:47.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:47 smithi187 ceph-mon[111815]: pgmap v2291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:47 smithi088 ceph-mon[96111]: pgmap v2291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:48.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:48.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:49.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:49.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:49 smithi187 ceph-mon[111815]: pgmap v2292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:49 smithi088 ceph-mon[96111]: pgmap v2292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:50.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:50.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:51.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:51.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:51 smithi088 ceph-mon[96111]: pgmap v2293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:51 smithi187 ceph-mon[111815]: pgmap v2293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:52.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:52.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:53.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:53.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:53 smithi187 ceph-mon[111815]: pgmap v2294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:53 smithi088 ceph-mon[96111]: pgmap v2294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:54.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:54.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:55.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:55.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:55 smithi187 ceph-mon[111815]: pgmap v2295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:55 smithi088 ceph-mon[96111]: pgmap v2295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:32:56.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:56.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:57.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:57.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:57 smithi187 ceph-mon[111815]: pgmap v2296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:57 smithi088 ceph-mon[96111]: pgmap v2296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:32:58.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:58.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:59.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:32:59.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:32:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:32:59 smithi187 ceph-mon[111815]: pgmap v2297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:32:59 smithi088 ceph-mon[96111]: pgmap v2297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:00.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:00.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:01.066 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:33:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:33:01.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:01.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:01 smithi088 ceph-mon[96111]: pgmap v2298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:01 smithi187 ceph-mon[111815]: pgmap v2298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:02.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:02.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:03.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:03.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:03 smithi088 ceph-mon[96111]: pgmap v2299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:03 smithi187 ceph-mon[111815]: pgmap v2299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:04.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:04.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:33:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:33:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:33:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:33:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:33:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:33:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:33:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:33:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:33:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:33:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:33:05.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:33:05.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:05.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:05 smithi088 ceph-mon[96111]: pgmap v2300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:06.119 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:05 smithi187 ceph-mon[111815]: pgmap v2300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:06.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:06.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:07.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:07.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:08.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:07 smithi088 ceph-mon[96111]: pgmap v2301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:07 smithi187 ceph-mon[111815]: pgmap v2301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:08.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:08.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:09.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:09.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:09 smithi088 ceph-mon[96111]: pgmap v2302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:09 smithi187 ceph-mon[111815]: pgmap v2302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:10.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:10.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:11.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:11.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:12.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:11 smithi088 ceph-mon[96111]: pgmap v2303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:11 smithi187 ceph-mon[111815]: pgmap v2303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:12.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:12.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:13.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:13.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:13 smithi088 ceph-mon[96111]: pgmap v2304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:13 smithi187 ceph-mon[111815]: pgmap v2304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:14.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:14.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:15.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:15.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:15 smithi088 ceph-mon[96111]: pgmap v2305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:33:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:15 smithi187 ceph-mon[111815]: pgmap v2305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:33:16.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:16.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:17.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:17.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:17 smithi088 ceph-mon[96111]: pgmap v2306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:17 smithi187 ceph-mon[111815]: pgmap v2306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:18.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:18.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:19.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:19.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:19 smithi088 ceph-mon[96111]: pgmap v2307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:19 smithi187 ceph-mon[111815]: pgmap v2307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:20.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:20.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:21.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:21.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:21 smithi088 ceph-mon[96111]: pgmap v2308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:21 smithi187 ceph-mon[111815]: pgmap v2308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:22.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:22.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:23.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:23.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:23 smithi088 ceph-mon[96111]: pgmap v2309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:23 smithi187 ceph-mon[111815]: pgmap v2309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:24.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:24.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:25.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:25.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:25 smithi088 ceph-mon[96111]: pgmap v2310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:25 smithi187 ceph-mon[111815]: pgmap v2310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:26.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:26.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:27.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:27.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:27 smithi088 ceph-mon[96111]: pgmap v2311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:27 smithi187 ceph-mon[111815]: pgmap v2311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:28.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:28.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:29.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:29.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:29 smithi088 ceph-mon[96111]: pgmap v2312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:29 smithi187 ceph-mon[111815]: pgmap v2312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:30.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:30.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:33:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:33:31.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:31.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:31 smithi088 ceph-mon[96111]: pgmap v2313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:31 smithi187 ceph-mon[111815]: pgmap v2313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:32.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:32.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:33.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:33.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:33 smithi088 ceph-mon[96111]: pgmap v2314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:33 smithi187 ceph-mon[111815]: pgmap v2314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:34.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:34.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:35.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:35.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:35 smithi088 ceph-mon[96111]: pgmap v2315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:35 smithi187 ceph-mon[111815]: pgmap v2315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:36.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:36.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:37.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:37.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:37 smithi088 ceph-mon[96111]: pgmap v2316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:37 smithi187 ceph-mon[111815]: pgmap v2316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:38.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:38.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:39.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:39.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:39 smithi088 ceph-mon[96111]: pgmap v2317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:39 smithi187 ceph-mon[111815]: pgmap v2317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:40.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:40.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:41.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:41.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:42.039 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:41 smithi088 ceph-mon[96111]: pgmap v2318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:41 smithi187 ceph-mon[111815]: pgmap v2318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:42.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:42.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:43.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:43.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:43 smithi088 ceph-mon[96111]: pgmap v2319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:43 smithi187 ceph-mon[111815]: pgmap v2319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:44.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:44.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:45.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:45.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:45 smithi088 ceph-mon[96111]: pgmap v2320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:33:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:45 smithi187 ceph-mon[111815]: pgmap v2320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:33:46.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:46.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:47.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:47.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:47 smithi088 ceph-mon[96111]: pgmap v2321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:47 smithi187 ceph-mon[111815]: pgmap v2321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:48.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:48.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:49.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:49.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:49 smithi088 ceph-mon[96111]: pgmap v2322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:49 smithi187 ceph-mon[111815]: pgmap v2322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:50.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:50.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:51.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:51.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:51 smithi187 ceph-mon[111815]: pgmap v2323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:51 smithi088 ceph-mon[96111]: pgmap v2323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:52.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:52.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:53.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:53.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:53 smithi088 ceph-mon[96111]: pgmap v2324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:53 smithi187 ceph-mon[111815]: pgmap v2324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:54.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:54.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:55.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:55.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:55 smithi088 ceph-mon[96111]: pgmap v2325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:55 smithi187 ceph-mon[111815]: pgmap v2325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:33:56.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:56.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:57.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:57.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:57 smithi088 ceph-mon[96111]: pgmap v2326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:57 smithi187 ceph-mon[111815]: pgmap v2326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:33:58.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:58.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:33:59.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:33:59.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:33:59 smithi088 ceph-mon[96111]: pgmap v2327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:33:59 smithi187 ceph-mon[111815]: pgmap v2327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:00.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:00.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:34:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:34:01.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:01.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:01 smithi187 ceph-mon[111815]: pgmap v2328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:01 smithi088 ceph-mon[96111]: pgmap v2328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:02.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:02.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:03.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:03.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:03 smithi088 ceph-mon[96111]: pgmap v2329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:03 smithi187 ceph-mon[111815]: pgmap v2329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:04.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:04.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:34:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:34:05.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:05.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:05 smithi187 ceph-mon[111815]: pgmap v2330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:34:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:34:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:34:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:34:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:34:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:05 smithi088 ceph-mon[96111]: pgmap v2330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:34:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:34:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:34:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:34:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:34:06.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:06.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:07.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:07.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:07 smithi187 ceph-mon[111815]: pgmap v2331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:07 smithi088 ceph-mon[96111]: pgmap v2331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:08.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:08.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:09.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:09.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:09 smithi187 ceph-mon[111815]: pgmap v2332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:09 smithi088 ceph-mon[96111]: pgmap v2332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:10.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:10.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:11.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:11.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:11 smithi187 ceph-mon[111815]: pgmap v2333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:11 smithi088 ceph-mon[96111]: pgmap v2333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:12.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:12.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:13.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:13.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:13 smithi187 ceph-mon[111815]: pgmap v2334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:13 smithi088 ceph-mon[96111]: pgmap v2334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:14.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:14.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:15.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:15.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:15 smithi187 ceph-mon[111815]: pgmap v2335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:34:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:15 smithi088 ceph-mon[96111]: pgmap v2335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:34:16.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:16.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:17.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:17.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:17 smithi187 ceph-mon[111815]: pgmap v2336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:17 smithi088 ceph-mon[96111]: pgmap v2336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:18.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:18.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:19.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:19.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:19 smithi187 ceph-mon[111815]: pgmap v2337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:19 smithi088 ceph-mon[96111]: pgmap v2337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:20.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:20.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:21.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:21.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:21 smithi187 ceph-mon[111815]: pgmap v2338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:21 smithi088 ceph-mon[96111]: pgmap v2338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:22.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:22.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:23.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:23.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:23 smithi187 ceph-mon[111815]: pgmap v2339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:23 smithi088 ceph-mon[96111]: pgmap v2339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:24.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:24.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:25.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:25.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:25 smithi187 ceph-mon[111815]: pgmap v2340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:25 smithi088 ceph-mon[96111]: pgmap v2340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:26.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:26.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:27.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:27.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:27 smithi187 ceph-mon[111815]: pgmap v2341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:27 smithi088 ceph-mon[96111]: pgmap v2341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:28.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:28.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:29.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:29.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:29 smithi187 ceph-mon[111815]: pgmap v2342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:29 smithi088 ceph-mon[96111]: pgmap v2342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:30.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:30.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:34:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:34:31.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:31.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:31 smithi187 ceph-mon[111815]: pgmap v2343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:31 smithi088 ceph-mon[96111]: pgmap v2343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:32.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:32.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:33.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:33.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:33 smithi187 ceph-mon[111815]: pgmap v2344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:33 smithi088 ceph-mon[96111]: pgmap v2344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:34.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:34.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:35.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:35.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:35 smithi187 ceph-mon[111815]: pgmap v2345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:35 smithi088 ceph-mon[96111]: pgmap v2345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:36.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:36.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:37.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:37.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:37 smithi187 ceph-mon[111815]: pgmap v2346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:37 smithi088 ceph-mon[96111]: pgmap v2346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:38.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:38.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:39.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:39.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:39.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:39 smithi187 ceph-mon[111815]: pgmap v2347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:39 smithi088 ceph-mon[96111]: pgmap v2347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:40.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:40.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:41.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:41.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:41 smithi187 ceph-mon[111815]: pgmap v2348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:41 smithi088 ceph-mon[96111]: pgmap v2348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:42.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:42.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:43.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:43.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:43 smithi187 ceph-mon[111815]: pgmap v2349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:43 smithi088 ceph-mon[96111]: pgmap v2349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:44.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:44.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:45.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:45.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:45 smithi187 ceph-mon[111815]: pgmap v2350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:34:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:45 smithi088 ceph-mon[96111]: pgmap v2350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:34:46.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:46.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:47.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:47.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:47 smithi187 ceph-mon[111815]: pgmap v2351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:47 smithi088 ceph-mon[96111]: pgmap v2351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:48.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:48.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:49.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:49.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:49 smithi187 ceph-mon[111815]: pgmap v2352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:49 smithi088 ceph-mon[96111]: pgmap v2352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:50.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:50.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:51.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:51.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:51 smithi187 ceph-mon[111815]: pgmap v2353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:51 smithi088 ceph-mon[96111]: pgmap v2353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:52.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:52.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:53.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:53.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:53 smithi187 ceph-mon[111815]: pgmap v2354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:53 smithi088 ceph-mon[96111]: pgmap v2354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:54.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:54.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:55.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:55.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:55 smithi187 ceph-mon[111815]: pgmap v2355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:55 smithi088 ceph-mon[96111]: pgmap v2355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:34:56.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:56.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:57.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:57.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:57 smithi187 ceph-mon[111815]: pgmap v2356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:57 smithi088 ceph-mon[96111]: pgmap v2356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:58.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:58.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:59.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:34:59.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:34:59.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:34:59 smithi187 ceph-mon[111815]: pgmap v2357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:34:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:34:59 smithi088 ceph-mon[96111]: pgmap v2357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:00.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:00.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:35:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:35:01.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:01.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:01 smithi187 ceph-mon[111815]: pgmap v2358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:01 smithi088 ceph-mon[96111]: pgmap v2358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:02.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:02.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:03.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:03.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:03.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:03 smithi187 ceph-mon[111815]: pgmap v2359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:03 smithi088 ceph-mon[96111]: pgmap v2359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:04.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:04.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:05.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:05.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:05 smithi187 ceph-mon[111815]: pgmap v2360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:35:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:05 smithi088 ceph-mon[96111]: pgmap v2360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:35:06.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:06.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:07.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:07.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:07 smithi187 ceph-mon[111815]: pgmap v2361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:07 smithi088 ceph-mon[96111]: pgmap v2361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:08.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:08.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:35:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:35:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:08 smithi187 ceph-mon[111815]: pgmap v2362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:35:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:35:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:35:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:35:09.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:35:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:35:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:35:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:08 smithi088 ceph-mon[96111]: pgmap v2362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:35:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:35:09.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:35:09.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:35:09.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:35:09.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:09.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:10.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:10.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:11.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:11.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:11 smithi088 ceph-mon[96111]: pgmap v2363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:11 smithi187 ceph-mon[111815]: pgmap v2363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:12.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:12.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:13.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:13.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:13 smithi088 ceph-mon[96111]: pgmap v2364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:13 smithi187 ceph-mon[111815]: pgmap v2364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:14.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:14.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:15.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:15.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:15 smithi088 ceph-mon[96111]: pgmap v2365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:35:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:15 smithi187 ceph-mon[111815]: pgmap v2365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:35:16.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:16.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:17.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:17.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:17 smithi187 ceph-mon[111815]: pgmap v2366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:17 smithi088 ceph-mon[96111]: pgmap v2366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:18.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:18.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:19.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:19.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:19 smithi187 ceph-mon[111815]: pgmap v2367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:19 smithi088 ceph-mon[96111]: pgmap v2367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:20.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:20.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:21.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:21.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:21 smithi187 ceph-mon[111815]: pgmap v2368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:21 smithi088 ceph-mon[96111]: pgmap v2368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:22.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:22.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:23 smithi088 ceph-mon[96111]: pgmap v2369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:23 smithi187 ceph-mon[111815]: pgmap v2369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:23.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:23.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:24.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:24.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:25 smithi187 ceph-mon[111815]: pgmap v2370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:25.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:25.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:25 smithi088 ceph-mon[96111]: pgmap v2370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:26.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:26.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:27 smithi187 ceph-mon[111815]: pgmap v2371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:27.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:27.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:27 smithi088 ceph-mon[96111]: pgmap v2371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:28.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:28.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:29.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:29.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:29 smithi088 ceph-mon[96111]: pgmap v2372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:29 smithi187 ceph-mon[111815]: pgmap v2372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:30.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:30.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:35:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:35:31.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:31.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:31 smithi088 ceph-mon[96111]: pgmap v2373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:31 smithi187 ceph-mon[111815]: pgmap v2373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:32.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:32.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:33.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:33.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:33 smithi088 ceph-mon[96111]: pgmap v2374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:33 smithi187 ceph-mon[111815]: pgmap v2374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:34.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:34.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:35.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:35.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:35 smithi088 ceph-mon[96111]: pgmap v2375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:35 smithi187 ceph-mon[111815]: pgmap v2375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:36.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:36.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:37 smithi187 ceph-mon[111815]: pgmap v2376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:37.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:37.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:37 smithi088 ceph-mon[96111]: pgmap v2376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:38.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:38.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:39.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:39.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:39 smithi088 ceph-mon[96111]: pgmap v2377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:39 smithi187 ceph-mon[111815]: pgmap v2377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:40.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:40.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:41.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:41.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:41 smithi088 ceph-mon[96111]: pgmap v2378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:41 smithi187 ceph-mon[111815]: pgmap v2378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:42.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:42.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:43.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:43.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:43 smithi088 ceph-mon[96111]: pgmap v2379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:43 smithi187 ceph-mon[111815]: pgmap v2379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:44.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:44.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:45.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:45.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:45 smithi088 ceph-mon[96111]: pgmap v2380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:35:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:45 smithi187 ceph-mon[111815]: pgmap v2380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:35:46.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:46.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:47 smithi187 ceph-mon[111815]: pgmap v2381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:47.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:47.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:47 smithi088 ceph-mon[96111]: pgmap v2381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:48.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:48.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:49 smithi187 ceph-mon[111815]: pgmap v2382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:49.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:49.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:49 smithi088 ceph-mon[96111]: pgmap v2382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:50.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:50.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:51 smithi187 ceph-mon[111815]: pgmap v2383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:51.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:51.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:51 smithi088 ceph-mon[96111]: pgmap v2383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:52.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:52.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:53 smithi187 ceph-mon[111815]: pgmap v2384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:53.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:53.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:53 smithi088 ceph-mon[96111]: pgmap v2384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:54.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:54.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:55 smithi187 ceph-mon[111815]: pgmap v2385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:55.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:55.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:55 smithi088 ceph-mon[96111]: pgmap v2385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:35:56.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:56.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:57 smithi187 ceph-mon[111815]: pgmap v2386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:57.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:57.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:57 smithi088 ceph-mon[96111]: pgmap v2386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:58.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:58.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:59.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:35:59.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:35:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:35:59 smithi088 ceph-mon[96111]: pgmap v2387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:35:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:35:59 smithi187 ceph-mon[111815]: pgmap v2387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:00.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:00.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:36:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:36:01.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:01.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:01 smithi088 ceph-mon[96111]: pgmap v2388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:01 smithi187 ceph-mon[111815]: pgmap v2388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:02.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:02.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:03.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:03.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:03 smithi088 ceph-mon[96111]: pgmap v2389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:03 smithi187 ceph-mon[111815]: pgmap v2389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:04.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:04.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:05.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:05.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:05 smithi088 ceph-mon[96111]: pgmap v2390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:05 smithi187 ceph-mon[111815]: pgmap v2390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:06.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:06.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:07 smithi187 ceph-mon[111815]: pgmap v2391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:07.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:07.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:07 smithi088 ceph-mon[96111]: pgmap v2391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:08.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:08.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:09.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:09.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:09 smithi088 ceph-mon[96111]: pgmap v2392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:36:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:09 smithi187 ceph-mon[111815]: pgmap v2392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:36:10.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:10.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:11.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:11.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:11 smithi088 ceph-mon[96111]: pgmap v2393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:11 smithi187 ceph-mon[111815]: pgmap v2393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:12.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:12.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:13 smithi187 ceph-mon[111815]: pgmap v2394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:36:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:36:13.512 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:13 smithi088 ceph-mon[96111]: pgmap v2394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:13.512 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:36:13.512 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:36:13.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:13.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:14.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:14.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:36:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:36:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:36:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:36:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:36:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:36:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:36:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:36:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:36:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:36:15.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:15.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:15 smithi187 ceph-mon[111815]: pgmap v2395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:36:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:15 smithi088 ceph-mon[96111]: pgmap v2395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:36:16.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:16.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:17 smithi187 ceph-mon[111815]: pgmap v2396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:17.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:17.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:17 smithi088 ceph-mon[96111]: pgmap v2396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:18.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:18.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:19.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:19.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:19 smithi088 ceph-mon[96111]: pgmap v2397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:19 smithi187 ceph-mon[111815]: pgmap v2397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:20.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:20.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:21.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:21.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:21 smithi088 ceph-mon[96111]: pgmap v2398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:21 smithi187 ceph-mon[111815]: pgmap v2398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:22.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:22.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:23 smithi187 ceph-mon[111815]: pgmap v2399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:23.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:23.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:23 smithi088 ceph-mon[96111]: pgmap v2399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:24.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:24.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:25.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:25.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:25 smithi088 ceph-mon[96111]: pgmap v2400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:25 smithi187 ceph-mon[111815]: pgmap v2400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:26.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:26.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:27 smithi187 ceph-mon[111815]: pgmap v2401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:27.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:27.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:27 smithi088 ceph-mon[96111]: pgmap v2401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:28.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:28.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:29.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:29.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:29 smithi088 ceph-mon[96111]: pgmap v2402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:29 smithi187 ceph-mon[111815]: pgmap v2402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:30.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:30.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:36:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:36:31.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:31.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:31 smithi088 ceph-mon[96111]: pgmap v2403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:31 smithi187 ceph-mon[111815]: pgmap v2403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:32.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:32.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:33 smithi088 ceph-mon[96111]: pgmap v2404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:33.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:33.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:33 smithi187 ceph-mon[111815]: pgmap v2404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:34.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:34.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:35 smithi088 ceph-mon[96111]: pgmap v2405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:35.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:35.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:35 smithi187 ceph-mon[111815]: pgmap v2405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:36.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:36.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:37 smithi187 ceph-mon[111815]: pgmap v2406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:37 smithi088 ceph-mon[96111]: pgmap v2406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:37.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:37.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:38.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:38.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:39 smithi088 ceph-mon[96111]: pgmap v2407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:39.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:39.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:39 smithi187 ceph-mon[111815]: pgmap v2407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:40.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:40.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:41 smithi088 ceph-mon[96111]: pgmap v2408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:41.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:41.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:41 smithi187 ceph-mon[111815]: pgmap v2408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:42.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:42.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:43 smithi088 ceph-mon[96111]: pgmap v2409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:43.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:43.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:43 smithi187 ceph-mon[111815]: pgmap v2409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:44.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:44.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:45 smithi088 ceph-mon[96111]: pgmap v2410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:36:45.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:45.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:45 smithi187 ceph-mon[111815]: pgmap v2410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:36:46.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:46.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:47 smithi187 ceph-mon[111815]: pgmap v2411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:47 smithi088 ceph-mon[96111]: pgmap v2411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:47.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:47.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:48.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:48.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:49 smithi088 ceph-mon[96111]: pgmap v2412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:49.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:49.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:49 smithi187 ceph-mon[111815]: pgmap v2412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:50.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:50.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:51 smithi088 ceph-mon[96111]: pgmap v2413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:51.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:51.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:51 smithi187 ceph-mon[111815]: pgmap v2413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:52.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:52.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:53 smithi088 ceph-mon[96111]: pgmap v2414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:53.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:53.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:53 smithi187 ceph-mon[111815]: pgmap v2414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:54.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:54.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:55 smithi088 ceph-mon[96111]: pgmap v2415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:55.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:55.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:55 smithi187 ceph-mon[111815]: pgmap v2415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:36:56.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:56.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:57 smithi187 ceph-mon[111815]: pgmap v2416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:57 smithi088 ceph-mon[96111]: pgmap v2416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:57.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:57.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:58.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:58.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:36:59 smithi088 ceph-mon[96111]: pgmap v2417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:36:59.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:36:59.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:36:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:36:59 smithi187 ceph-mon[111815]: pgmap v2417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:37:00.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:00.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:37:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:01 smithi088 ceph-mon[96111]: pgmap v2418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:01.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:01.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:01 smithi187 ceph-mon[111815]: pgmap v2418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:02.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:02.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:03 smithi088 ceph-mon[96111]: pgmap v2419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:03.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:03 smithi187 ceph-mon[111815]: pgmap v2419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:03.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:03.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:04.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:04.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:05 smithi088 ceph-mon[96111]: pgmap v2420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:05.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:05.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:05 smithi187 ceph-mon[111815]: pgmap v2420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:06.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:06.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:07 smithi187 ceph-mon[111815]: pgmap v2421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:07 smithi088 ceph-mon[96111]: pgmap v2421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:07.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:07.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:08.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:08.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:09 smithi088 ceph-mon[96111]: pgmap v2422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:09.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:09.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:09 smithi187 ceph-mon[111815]: pgmap v2422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:10.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:10.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:11 smithi088 ceph-mon[96111]: pgmap v2423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:11.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:11.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:11 smithi187 ceph-mon[111815]: pgmap v2423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:12.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:12.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:13 smithi088 ceph-mon[96111]: pgmap v2424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:13.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:13.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:13.703 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:13 smithi187 ceph-mon[111815]: pgmap v2424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:37:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:37:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:37:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:37:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:37:14.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:37:14.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:14.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:37:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:37:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:37:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:37:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:37:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:37:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:15 smithi088 ceph-mon[96111]: pgmap v2425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:37:15.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:15.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:15 smithi187 ceph-mon[111815]: pgmap v2425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:37:16.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:16.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:17 smithi187 ceph-mon[111815]: pgmap v2426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:17 smithi088 ceph-mon[96111]: pgmap v2426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:17.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:17.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:18.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:18.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:19 smithi088 ceph-mon[96111]: pgmap v2427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:19.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:19.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:19 smithi187 ceph-mon[111815]: pgmap v2427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:20.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:20.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:21 smithi088 ceph-mon[96111]: pgmap v2428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:21.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:21.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:21 smithi187 ceph-mon[111815]: pgmap v2428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:22.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:22.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:23 smithi088 ceph-mon[96111]: pgmap v2429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:23.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:23.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:23 smithi187 ceph-mon[111815]: pgmap v2429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:24.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:24.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:25 smithi088 ceph-mon[96111]: pgmap v2430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:25.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:25.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:25 smithi187 ceph-mon[111815]: pgmap v2430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:26.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:26.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:27 smithi187 ceph-mon[111815]: pgmap v2431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:27 smithi088 ceph-mon[96111]: pgmap v2431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:27.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:27.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:28.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:28.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:29 smithi088 ceph-mon[96111]: pgmap v2432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:29.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:29.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:29 smithi187 ceph-mon[111815]: pgmap v2432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:37:30.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:30.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:37:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:31 smithi088 ceph-mon[96111]: pgmap v2433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:31.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:31.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:31 smithi187 ceph-mon[111815]: pgmap v2433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:32.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:32.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:33 smithi088 ceph-mon[96111]: pgmap v2434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:33.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:33.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:33 smithi187 ceph-mon[111815]: pgmap v2434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:34.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:34.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:35 smithi088 ceph-mon[96111]: pgmap v2435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:35.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:35.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:35 smithi187 ceph-mon[111815]: pgmap v2435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:36.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:36.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:37 smithi187 ceph-mon[111815]: pgmap v2436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:37 smithi088 ceph-mon[96111]: pgmap v2436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:37.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:37.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:38.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:38.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:39 smithi088 ceph-mon[96111]: pgmap v2437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:39.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:39.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:39 smithi187 ceph-mon[111815]: pgmap v2437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:40.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:40.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:41 smithi088 ceph-mon[96111]: pgmap v2438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:41.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:41.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:41 smithi187 ceph-mon[111815]: pgmap v2438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:42.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:42.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:43 smithi088 ceph-mon[96111]: pgmap v2439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:43.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:43.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:43 smithi187 ceph-mon[111815]: pgmap v2439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:44.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:44.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:45 smithi088 ceph-mon[96111]: pgmap v2440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:37:45.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:45.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:45 smithi187 ceph-mon[111815]: pgmap v2440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:37:46.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:46.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:47 smithi187 ceph-mon[111815]: pgmap v2441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:47 smithi088 ceph-mon[96111]: pgmap v2441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:47.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:47.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:48.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:48.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:49 smithi187 ceph-mon[111815]: pgmap v2442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:49 smithi088 ceph-mon[96111]: pgmap v2442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:49.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:49.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:50.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:50.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:51 smithi088 ceph-mon[96111]: pgmap v2443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:51.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:51.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:51 smithi187 ceph-mon[111815]: pgmap v2443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:52.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:52.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:53 smithi088 ceph-mon[96111]: pgmap v2444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:53.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:53.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:53 smithi187 ceph-mon[111815]: pgmap v2444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:54.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:54.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:55 smithi088 ceph-mon[96111]: pgmap v2445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:55.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:55.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:55 smithi187 ceph-mon[111815]: pgmap v2445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:37:56.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:56.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:57 smithi187 ceph-mon[111815]: pgmap v2446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:57 smithi088 ceph-mon[96111]: pgmap v2446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:57.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:57.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:58.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:58.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:37:59.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:37:59 smithi187 ceph-mon[111815]: pgmap v2447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:59.541 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:37:59 smithi088 ceph-mon[96111]: pgmap v2447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:37:59.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:37:59.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:38:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:38:00.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:00.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:01 smithi088 ceph-mon[96111]: pgmap v2448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:01 smithi187 ceph-mon[111815]: pgmap v2448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:01.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:01.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:02.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:02.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:03 smithi088 ceph-mon[96111]: pgmap v2449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:03 smithi187 ceph-mon[111815]: pgmap v2449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:03.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:03.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:04.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:04.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:05 smithi088 ceph-mon[96111]: pgmap v2450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:05 smithi187 ceph-mon[111815]: pgmap v2450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:05.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:05.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:06.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:06.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:07 smithi187 ceph-mon[111815]: pgmap v2451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:07 smithi088 ceph-mon[96111]: pgmap v2451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:07.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:07.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:08.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:08.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:09 smithi088 ceph-mon[96111]: pgmap v2452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:09 smithi187 ceph-mon[111815]: pgmap v2452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:09.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:09.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:10.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:10.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:11 smithi088 ceph-mon[96111]: pgmap v2453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:11 smithi187 ceph-mon[111815]: pgmap v2453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:11.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:11.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:12.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:12.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:13 smithi088 ceph-mon[96111]: pgmap v2454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:13 smithi187 ceph-mon[111815]: pgmap v2454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:13.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:13.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:38:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:38:14.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:14.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:15.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:15.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:15 smithi088 ceph-mon[96111]: pgmap v2455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:38:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:38:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:38:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:38:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:38:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:38:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:38:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:38:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:15 smithi187 ceph-mon[111815]: pgmap v2455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:38:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:38:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:38:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:38:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:38:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:38:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:38:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:38:16.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:16.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:17 smithi088 ceph-mon[96111]: pgmap v2456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:17 smithi187 ceph-mon[111815]: pgmap v2456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:17.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:17.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:18.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:18.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:19 smithi088 ceph-mon[96111]: pgmap v2457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:19 smithi187 ceph-mon[111815]: pgmap v2457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:19.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:19.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:20.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:20.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:21 smithi088 ceph-mon[96111]: pgmap v2458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:21 smithi187 ceph-mon[111815]: pgmap v2458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:21.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:21.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:22.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:22.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:23 smithi088 ceph-mon[96111]: pgmap v2459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:23 smithi187 ceph-mon[111815]: pgmap v2459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:23.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:23.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:24.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:24.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:25 smithi088 ceph-mon[96111]: pgmap v2460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:25 smithi187 ceph-mon[111815]: pgmap v2460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:25.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:25.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:26.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:26.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:27 smithi088 ceph-mon[96111]: pgmap v2461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:27 smithi187 ceph-mon[111815]: pgmap v2461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:27.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:27.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:28.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:28.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:29 smithi088 ceph-mon[96111]: pgmap v2462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:29 smithi187 ceph-mon[111815]: pgmap v2462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:29.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:29.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:38:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:38:30.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:30.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:31 smithi088 ceph-mon[96111]: pgmap v2463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:31 smithi187 ceph-mon[111815]: pgmap v2463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:31.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:31.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:32.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:32.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:33 smithi088 ceph-mon[96111]: pgmap v2464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:33 smithi187 ceph-mon[111815]: pgmap v2464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:33.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:33.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:34.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:34.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:35 smithi088 ceph-mon[96111]: pgmap v2465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:35 smithi187 ceph-mon[111815]: pgmap v2465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:35.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:35.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:36.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:36.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:37 smithi088 ceph-mon[96111]: pgmap v2466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:37 smithi187 ceph-mon[111815]: pgmap v2466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:37.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:37.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:38.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:38.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:39 smithi088 ceph-mon[96111]: pgmap v2467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:39.597 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:39 smithi187 ceph-mon[111815]: pgmap v2467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:39.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:39.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:40.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:40.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:41 smithi088 ceph-mon[96111]: pgmap v2468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:41 smithi187 ceph-mon[111815]: pgmap v2468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:41.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:41.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:42.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:42.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:43 smithi088 ceph-mon[96111]: pgmap v2469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:43 smithi187 ceph-mon[111815]: pgmap v2469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:43.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:43.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:44.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:44.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:45 smithi088 ceph-mon[96111]: pgmap v2470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:38:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:45 smithi187 ceph-mon[111815]: pgmap v2470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:38:45.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:45.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:46.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:46.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:47 smithi088 ceph-mon[96111]: pgmap v2471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:47 smithi187 ceph-mon[111815]: pgmap v2471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:47.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:47.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:48.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:48.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:49 smithi088 ceph-mon[96111]: pgmap v2472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:49.701 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:49 smithi187 ceph-mon[111815]: pgmap v2472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:49.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:49.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:50.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:50.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:51 smithi088 ceph-mon[96111]: pgmap v2473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:51 smithi187 ceph-mon[111815]: pgmap v2473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:51.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:51.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:52.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:52.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:53 smithi088 ceph-mon[96111]: pgmap v2474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:53 smithi187 ceph-mon[111815]: pgmap v2474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:53.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:53.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:54.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:54.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:55 smithi088 ceph-mon[96111]: pgmap v2475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:55 smithi187 ceph-mon[111815]: pgmap v2475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:38:55.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:55.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:56.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:56.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:57 smithi088 ceph-mon[96111]: pgmap v2476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:57 smithi187 ceph-mon[111815]: pgmap v2476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:57.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:57.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:58.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:58.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:38:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:38:59 smithi088 ceph-mon[96111]: pgmap v2477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:38:59 smithi187 ceph-mon[111815]: pgmap v2477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:38:59.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:38:59.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:39:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:39:00.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:00.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:01 smithi088 ceph-mon[96111]: pgmap v2478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:01 smithi187 ceph-mon[111815]: pgmap v2478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:01.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:01.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:02.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:02.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:03 smithi088 ceph-mon[96111]: pgmap v2479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:03 smithi187 ceph-mon[111815]: pgmap v2479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:03.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:03.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:04.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:04.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:05 smithi088 ceph-mon[96111]: pgmap v2480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:05 smithi187 ceph-mon[111815]: pgmap v2480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:05.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:05.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:06.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:06.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:07 smithi088 ceph-mon[96111]: pgmap v2481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:07 smithi187 ceph-mon[111815]: pgmap v2481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:07.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:07.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:08.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:08.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:09 smithi088 ceph-mon[96111]: pgmap v2482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:09 smithi187 ceph-mon[111815]: pgmap v2482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:09.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:09.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:10.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:10.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:11 smithi088 ceph-mon[96111]: pgmap v2483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:11 smithi187 ceph-mon[111815]: pgmap v2483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:11.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:11.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:12.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:12.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:13 smithi088 ceph-mon[96111]: pgmap v2484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:13 smithi187 ceph-mon[111815]: pgmap v2484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:13.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:13.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:14.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:14.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:15 smithi088 ceph-mon[96111]: pgmap v2485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:39:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:39:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:15 smithi187 ceph-mon[111815]: pgmap v2485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:39:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:39:15.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:15.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:39:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:39:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:39:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:39:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:39:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:39:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:39:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:39:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:39:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:39:16.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:16.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:17 smithi088 ceph-mon[96111]: pgmap v2486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:17 smithi187 ceph-mon[111815]: pgmap v2486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:17.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:17.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:18.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:18.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:19 smithi088 ceph-mon[96111]: pgmap v2487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:19 smithi187 ceph-mon[111815]: pgmap v2487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:19.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:19.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:20.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:20.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:21 smithi088 ceph-mon[96111]: pgmap v2488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:21 smithi187 ceph-mon[111815]: pgmap v2488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:21.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:21.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:22.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:22.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:23 smithi088 ceph-mon[96111]: pgmap v2489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:23 smithi187 ceph-mon[111815]: pgmap v2489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:23.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:23.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:24.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:24.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:25.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:25 smithi187 ceph-mon[111815]: pgmap v2490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:25 smithi088 ceph-mon[96111]: pgmap v2490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:25.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:25.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:26.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:26.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:27 smithi088 ceph-mon[96111]: pgmap v2491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:27 smithi187 ceph-mon[111815]: pgmap v2491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:27.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:27.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:28.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:28.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:29 smithi088 ceph-mon[96111]: pgmap v2492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:29 smithi187 ceph-mon[111815]: pgmap v2492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:29.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:29.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:39:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:39:30.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:30.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:31 smithi088 ceph-mon[96111]: pgmap v2493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:31 smithi187 ceph-mon[111815]: pgmap v2493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:31.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:31.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:32.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:32.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:33 smithi088 ceph-mon[96111]: pgmap v2494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:33 smithi187 ceph-mon[111815]: pgmap v2494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:33.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:33.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:34.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:34.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:35 smithi187 ceph-mon[111815]: pgmap v2495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:35 smithi088 ceph-mon[96111]: pgmap v2495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:35.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:35.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:36.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:36.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:37 smithi088 ceph-mon[96111]: pgmap v2496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:37 smithi187 ceph-mon[111815]: pgmap v2496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:37.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:37.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:38.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:38.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:39 smithi088 ceph-mon[96111]: pgmap v2497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:39 smithi187 ceph-mon[111815]: pgmap v2497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:39.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:39.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:40.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:40.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:41 smithi088 ceph-mon[96111]: pgmap v2498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:41 smithi187 ceph-mon[111815]: pgmap v2498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:41.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:41.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:42.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:42.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:43 smithi088 ceph-mon[96111]: pgmap v2499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:43 smithi187 ceph-mon[111815]: pgmap v2499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:43.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:43.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:44.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:44.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:45 smithi088 ceph-mon[96111]: pgmap v2500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:39:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:45 smithi187 ceph-mon[111815]: pgmap v2500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:39:45.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:45.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:46.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:46.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:47 smithi088 ceph-mon[96111]: pgmap v2501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:47 smithi187 ceph-mon[111815]: pgmap v2501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:47.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:47.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:48.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:48.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:49 smithi088 ceph-mon[96111]: pgmap v2502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:49 smithi187 ceph-mon[111815]: pgmap v2502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:49.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:49.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:50.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:50.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:51 smithi088 ceph-mon[96111]: pgmap v2503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:51 smithi187 ceph-mon[111815]: pgmap v2503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:51.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:51.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:52.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:52.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:53 smithi088 ceph-mon[96111]: pgmap v2504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:53 smithi187 ceph-mon[111815]: pgmap v2504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:53.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:53.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:54.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:54.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:55 smithi088 ceph-mon[96111]: pgmap v2505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:55 smithi187 ceph-mon[111815]: pgmap v2505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:39:55.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:55.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:56.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:56.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:57 smithi088 ceph-mon[96111]: pgmap v2506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:57 smithi187 ceph-mon[111815]: pgmap v2506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:57.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:57.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:58.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:58.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:39:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:39:59 smithi088 ceph-mon[96111]: pgmap v2507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:39:59 smithi187 ceph-mon[111815]: pgmap v2507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:39:59.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:39:59.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:40:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T00:40:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:40:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T00:40:00.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:00.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:01 smithi088 ceph-mon[96111]: pgmap v2508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:01 smithi187 ceph-mon[111815]: pgmap v2508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:01.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:01.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:02.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:02.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:03 smithi088 ceph-mon[96111]: pgmap v2509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:03 smithi187 ceph-mon[111815]: pgmap v2509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:03.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:03.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:04.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:04.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:05 smithi187 ceph-mon[111815]: pgmap v2510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:05 smithi088 ceph-mon[96111]: pgmap v2510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:05.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:05.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:06.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:06.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:07 smithi088 ceph-mon[96111]: pgmap v2511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:07 smithi187 ceph-mon[111815]: pgmap v2511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:07.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:07.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:08.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:08.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:09 smithi088 ceph-mon[96111]: pgmap v2512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:09 smithi187 ceph-mon[111815]: pgmap v2512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:09.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:09.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:10.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:10.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:11 smithi088 ceph-mon[96111]: pgmap v2513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:11 smithi187 ceph-mon[111815]: pgmap v2513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:11.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:11.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:12.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:12.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:13 smithi088 ceph-mon[96111]: pgmap v2514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:13 smithi187 ceph-mon[111815]: pgmap v2514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:13.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:13.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:14.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:14.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:15 smithi088 ceph-mon[96111]: pgmap v2515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:40:15.599 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:15 smithi187 ceph-mon[111815]: pgmap v2515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:15.600 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:40:15.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:15.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:40:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:40:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:40:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:40:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:40:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:40:16.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:16.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:17 smithi187 ceph-mon[111815]: pgmap v2516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:40:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:40:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:40:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:40:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:40:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:17 smithi088 ceph-mon[96111]: pgmap v2516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:40:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:40:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:40:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:40:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:40:17.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:17.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:18.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:18.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:19 smithi187 ceph-mon[111815]: pgmap v2517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:19 smithi088 ceph-mon[96111]: pgmap v2517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:19.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:19.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:20.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:20.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:21 smithi187 ceph-mon[111815]: pgmap v2518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:21 smithi088 ceph-mon[96111]: pgmap v2518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:21.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:21.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:22.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:22.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:23 smithi187 ceph-mon[111815]: pgmap v2519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:23 smithi088 ceph-mon[96111]: pgmap v2519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:23.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:23.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:24.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:24.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:25.706 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:25 smithi187 ceph-mon[111815]: pgmap v2520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:25 smithi088 ceph-mon[96111]: pgmap v2520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:25.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:25.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:26.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:26.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:27 smithi088 ceph-mon[96111]: pgmap v2521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:27 smithi187 ceph-mon[111815]: pgmap v2521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:27.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:27.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:28.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:28.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:29 smithi088 ceph-mon[96111]: pgmap v2522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:29 smithi187 ceph-mon[111815]: pgmap v2522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:29.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:29.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:40:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:40:30.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:30.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:31 smithi088 ceph-mon[96111]: pgmap v2523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:31 smithi187 ceph-mon[111815]: pgmap v2523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:31.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:31.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:32.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:32.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:33 smithi088 ceph-mon[96111]: pgmap v2524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:33 smithi187 ceph-mon[111815]: pgmap v2524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:33.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:33.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:34.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:34.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:35 smithi187 ceph-mon[111815]: pgmap v2525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:35 smithi088 ceph-mon[96111]: pgmap v2525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:35.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:35.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:36.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:36.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:37 smithi088 ceph-mon[96111]: pgmap v2526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:37 smithi187 ceph-mon[111815]: pgmap v2526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:37.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:37.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:38.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:38.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:39 smithi088 ceph-mon[96111]: pgmap v2527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:39 smithi187 ceph-mon[111815]: pgmap v2527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:39.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:39.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:40.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:40.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:41 smithi088 ceph-mon[96111]: pgmap v2528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:41 smithi187 ceph-mon[111815]: pgmap v2528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:41.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:41.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:42.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:42.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:43 smithi088 ceph-mon[96111]: pgmap v2529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:43 smithi187 ceph-mon[111815]: pgmap v2529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:43.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:43.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:44.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:44.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:45 smithi187 ceph-mon[111815]: pgmap v2530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:40:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:45 smithi088 ceph-mon[96111]: pgmap v2530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:40:45.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:45.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:46.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:46.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:47 smithi088 ceph-mon[96111]: pgmap v2531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:47 smithi187 ceph-mon[111815]: pgmap v2531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:47.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:47.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:48.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:48.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:49 smithi088 ceph-mon[96111]: pgmap v2532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:49 smithi187 ceph-mon[111815]: pgmap v2532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:49.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:49.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:50.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:50.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:51 smithi088 ceph-mon[96111]: pgmap v2533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:51 smithi187 ceph-mon[111815]: pgmap v2533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:51.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:51.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:52.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:52.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:53 smithi187 ceph-mon[111815]: pgmap v2534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:53 smithi088 ceph-mon[96111]: pgmap v2534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:53.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:53.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:54.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:54.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:55 smithi187 ceph-mon[111815]: pgmap v2535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:55 smithi088 ceph-mon[96111]: pgmap v2535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:40:56.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:56.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:57.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:57.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:57 smithi088 ceph-mon[96111]: pgmap v2536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:57 smithi187 ceph-mon[111815]: pgmap v2536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:58.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:58.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:59.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:40:59.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:40:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:40:59 smithi088 ceph-mon[96111]: pgmap v2537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:40:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:40:59 smithi187 ceph-mon[111815]: pgmap v2537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:00.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:00.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:41:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:41:01.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:01.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:01 smithi088 ceph-mon[96111]: pgmap v2538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:01 smithi187 ceph-mon[111815]: pgmap v2538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:02.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:02.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:03.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:03.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:03 smithi187 ceph-mon[111815]: pgmap v2539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:03 smithi088 ceph-mon[96111]: pgmap v2539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:04.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:04.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:05.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:05.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:05 smithi187 ceph-mon[111815]: pgmap v2540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:05 smithi088 ceph-mon[96111]: pgmap v2540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:06.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:06.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:07.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:07.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:07 smithi088 ceph-mon[96111]: pgmap v2541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:07 smithi187 ceph-mon[111815]: pgmap v2541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:08.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:08.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:09.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:09.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:09 smithi187 ceph-mon[111815]: pgmap v2542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:09 smithi088 ceph-mon[96111]: pgmap v2542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:10.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:10.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:11.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:11.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:11 smithi187 ceph-mon[111815]: pgmap v2543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:11 smithi088 ceph-mon[96111]: pgmap v2543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:12.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:12.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:13.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:13.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:13 smithi187 ceph-mon[111815]: pgmap v2544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:13 smithi088 ceph-mon[96111]: pgmap v2544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:14.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:14.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:15.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:15.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:15 smithi187 ceph-mon[111815]: pgmap v2545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:41:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:15 smithi088 ceph-mon[96111]: pgmap v2545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:41:16.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:16.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:17.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:17.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:17 smithi088 ceph-mon[96111]: pgmap v2546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:41:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:41:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:41:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:41:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:41:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:41:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:17 smithi187 ceph-mon[111815]: pgmap v2546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:41:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:41:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:41:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:41:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:41:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:41:18.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:18.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:19.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:19.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:19 smithi187 ceph-mon[111815]: pgmap v2547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:19 smithi088 ceph-mon[96111]: pgmap v2547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:20.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:20.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:21.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:21.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:21 smithi187 ceph-mon[111815]: pgmap v2548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:21 smithi088 ceph-mon[96111]: pgmap v2548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:22.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:22.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:23.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:23.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:23 smithi187 ceph-mon[111815]: pgmap v2549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:23 smithi088 ceph-mon[96111]: pgmap v2549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:24.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:24.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:25.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:25.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:25 smithi187 ceph-mon[111815]: pgmap v2550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:25 smithi088 ceph-mon[96111]: pgmap v2550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:26.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:26.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:27.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:27.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:27 smithi088 ceph-mon[96111]: pgmap v2551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:27 smithi187 ceph-mon[111815]: pgmap v2551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:28.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:28.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:29.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:29.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:29 smithi187 ceph-mon[111815]: pgmap v2552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:29 smithi088 ceph-mon[96111]: pgmap v2552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:30.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:30.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:41:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:41:31.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:31.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:31.611 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:31 smithi088 ceph-mon[96111]: pgmap v2553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:31 smithi187 ceph-mon[111815]: pgmap v2553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:32.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:32.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:33.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:33.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:33 smithi187 ceph-mon[111815]: pgmap v2554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:33 smithi088 ceph-mon[96111]: pgmap v2554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:34.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:34.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:35.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:35.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:35 smithi187 ceph-mon[111815]: pgmap v2555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:35 smithi088 ceph-mon[96111]: pgmap v2555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:36.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:36.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:37.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:37.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:37 smithi088 ceph-mon[96111]: pgmap v2556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:37 smithi187 ceph-mon[111815]: pgmap v2556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:38.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:38.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:39.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:39.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:39 smithi187 ceph-mon[111815]: pgmap v2557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:39 smithi088 ceph-mon[96111]: pgmap v2557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:40.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:40.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:41.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:41.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:41 smithi187 ceph-mon[111815]: pgmap v2558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:41.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:41 smithi088 ceph-mon[96111]: pgmap v2558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:42.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:42.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:43.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:43.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:43 smithi187 ceph-mon[111815]: pgmap v2559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:43 smithi088 ceph-mon[96111]: pgmap v2559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:44.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:44.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:45.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:45.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:45 smithi187 ceph-mon[111815]: pgmap v2560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:41:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:45 smithi088 ceph-mon[96111]: pgmap v2560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:41:46.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:46.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:47.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:47.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:47 smithi088 ceph-mon[96111]: pgmap v2561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:47 smithi187 ceph-mon[111815]: pgmap v2561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:48.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:48.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:49.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:49.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:49 smithi187 ceph-mon[111815]: pgmap v2562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:49 smithi088 ceph-mon[96111]: pgmap v2562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:50.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:50.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:51.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:51.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:51.605 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:51 smithi187 ceph-mon[111815]: pgmap v2563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:51.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:51 smithi088 ceph-mon[96111]: pgmap v2563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:52.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:52.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:53.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:53.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:53 smithi187 ceph-mon[111815]: pgmap v2564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:53 smithi088 ceph-mon[96111]: pgmap v2564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:54.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:54.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:55.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:55.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:55 smithi187 ceph-mon[111815]: pgmap v2565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:55 smithi088 ceph-mon[96111]: pgmap v2565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:41:56.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:56.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:57.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:57.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:57 smithi088 ceph-mon[96111]: pgmap v2566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:57 smithi187 ceph-mon[111815]: pgmap v2566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:58.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:58.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:59.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:41:59.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:41:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:41:59 smithi187 ceph-mon[111815]: pgmap v2567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:41:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:41:59 smithi088 ceph-mon[96111]: pgmap v2567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:00.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:00.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:42:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:42:01.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:01.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:01 smithi187 ceph-mon[111815]: pgmap v2568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:01 smithi088 ceph-mon[96111]: pgmap v2568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:02.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:02.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:03.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:03.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:03 smithi187 ceph-mon[111815]: pgmap v2569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:03 smithi088 ceph-mon[96111]: pgmap v2569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:04.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:04.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:05.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:05.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:05 smithi187 ceph-mon[111815]: pgmap v2570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:05 smithi088 ceph-mon[96111]: pgmap v2570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:06.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:06.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:07.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:07.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:07 smithi088 ceph-mon[96111]: pgmap v2571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:07 smithi187 ceph-mon[111815]: pgmap v2571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:08.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:08.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:09.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:09.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:09 smithi187 ceph-mon[111815]: pgmap v2572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:09 smithi088 ceph-mon[96111]: pgmap v2572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:10.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:10.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:11.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:11.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:11 smithi187 ceph-mon[111815]: pgmap v2573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:11 smithi088 ceph-mon[96111]: pgmap v2573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:12.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:12.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:13.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:13.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:13 smithi187 ceph-mon[111815]: pgmap v2574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:13 smithi088 ceph-mon[96111]: pgmap v2574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:14.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:14.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:15.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:15.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:15 smithi187 ceph-mon[111815]: pgmap v2575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:42:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:15 smithi088 ceph-mon[96111]: pgmap v2575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:42:16.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:16.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:17.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:17.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:17 smithi088 ceph-mon[96111]: pgmap v2576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:42:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:17 smithi187 ceph-mon[111815]: pgmap v2576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:42:18.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:18.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:42:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:42:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:42:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:42:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:42:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:42:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:42:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:42:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:42:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:42:19.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:19.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:19 smithi088 ceph-mon[96111]: pgmap v2577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:19 smithi187 ceph-mon[111815]: pgmap v2577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:20.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:20.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:21.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:21.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:21 smithi187 ceph-mon[111815]: pgmap v2578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:21 smithi088 ceph-mon[96111]: pgmap v2578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:22.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:22.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:23.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:23.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:23 smithi187 ceph-mon[111815]: pgmap v2579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:23 smithi088 ceph-mon[96111]: pgmap v2579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:24.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:24.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:25.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:25.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:25 smithi187 ceph-mon[111815]: pgmap v2580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:25 smithi088 ceph-mon[96111]: pgmap v2580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:26.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:26.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:27.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:27.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:27 smithi088 ceph-mon[96111]: pgmap v2581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:27 smithi187 ceph-mon[111815]: pgmap v2581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:28.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:28.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:29.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:29.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:29 smithi187 ceph-mon[111815]: pgmap v2582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:29 smithi088 ceph-mon[96111]: pgmap v2582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:30.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:30.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:42:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:42:31.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:31.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:31 smithi187 ceph-mon[111815]: pgmap v2583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:31 smithi088 ceph-mon[96111]: pgmap v2583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:32.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:32.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:33.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:33.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:33 smithi187 ceph-mon[111815]: pgmap v2584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:33 smithi088 ceph-mon[96111]: pgmap v2584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:34.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:34.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:35.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:35.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:35 smithi187 ceph-mon[111815]: pgmap v2585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:35 smithi088 ceph-mon[96111]: pgmap v2585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:36.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:36.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:37.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:37.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:37.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:37 smithi187 ceph-mon[111815]: pgmap v2586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:37 smithi088 ceph-mon[96111]: pgmap v2586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:38.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:38.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:39.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:39.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:39 smithi187 ceph-mon[111815]: pgmap v2587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:39 smithi088 ceph-mon[96111]: pgmap v2587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:40.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:40.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:41.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:41.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:41 smithi187 ceph-mon[111815]: pgmap v2588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:41 smithi088 ceph-mon[96111]: pgmap v2588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:42.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:42.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:43.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:43.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:43 smithi187 ceph-mon[111815]: pgmap v2589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:43 smithi088 ceph-mon[96111]: pgmap v2589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:44.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:44.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:45.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:45.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:45 smithi187 ceph-mon[111815]: pgmap v2590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:42:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:45 smithi088 ceph-mon[96111]: pgmap v2590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:42:46.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:46.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:47.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:47.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:47.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:47 smithi187 ceph-mon[111815]: pgmap v2591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:47 smithi088 ceph-mon[96111]: pgmap v2591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:48.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:48.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:49.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:49.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:49 smithi187 ceph-mon[111815]: pgmap v2592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:49 smithi088 ceph-mon[96111]: pgmap v2592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:50.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:50.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:51.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:51.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:51 smithi187 ceph-mon[111815]: pgmap v2593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:51 smithi088 ceph-mon[96111]: pgmap v2593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:52.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:52.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:53.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:53.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:53 smithi187 ceph-mon[111815]: pgmap v2594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:53 smithi088 ceph-mon[96111]: pgmap v2594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:54.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:54.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:55.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:55.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:55 smithi187 ceph-mon[111815]: pgmap v2595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:55 smithi088 ceph-mon[96111]: pgmap v2595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:42:56.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:56.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:57.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:57.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:57 smithi088 ceph-mon[96111]: pgmap v2596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:57 smithi187 ceph-mon[111815]: pgmap v2596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:58.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:58.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:59.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:42:59.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:42:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:42:59 smithi187 ceph-mon[111815]: pgmap v2597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:42:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:42:59 smithi088 ceph-mon[96111]: pgmap v2597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:00.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:00.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:43:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:43:01.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:01.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:01 smithi187 ceph-mon[111815]: pgmap v2598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:01 smithi088 ceph-mon[96111]: pgmap v2598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:02.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:02.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:03.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:03.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:03 smithi187 ceph-mon[111815]: pgmap v2599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:03 smithi088 ceph-mon[96111]: pgmap v2599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:04.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:04.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:05.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:05.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:05 smithi187 ceph-mon[111815]: pgmap v2600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:05 smithi088 ceph-mon[96111]: pgmap v2600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:06.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:06.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:07.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:07.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:07.550 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:07 smithi088 ceph-mon[96111]: pgmap v2601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:07 smithi187 ceph-mon[111815]: pgmap v2601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:08.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:08.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:09.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:09.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:09 smithi187 ceph-mon[111815]: pgmap v2602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:09 smithi088 ceph-mon[96111]: pgmap v2602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:10.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:10.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:11.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:11.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:11 smithi187 ceph-mon[111815]: pgmap v2603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:11 smithi088 ceph-mon[96111]: pgmap v2603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:12.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:12.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:13.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:13.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:13 smithi187 ceph-mon[111815]: pgmap v2604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:13 smithi088 ceph-mon[96111]: pgmap v2604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:14.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:14.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:15.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:15.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:15 smithi187 ceph-mon[111815]: pgmap v2605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:43:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:15 smithi088 ceph-mon[96111]: pgmap v2605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:43:16.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:16.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:17.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:17.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:17 smithi088 ceph-mon[96111]: pgmap v2606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:17 smithi187 ceph-mon[111815]: pgmap v2606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:18.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:18.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:43:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:43:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:43:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:43:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:43:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:43:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:43:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:43:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:43:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:43:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:43:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:43:19.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:19.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:19 smithi088 ceph-mon[96111]: pgmap v2607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:19 smithi187 ceph-mon[111815]: pgmap v2607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:20.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:20.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:21.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:21.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:21 smithi187 ceph-mon[111815]: pgmap v2608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:21 smithi088 ceph-mon[96111]: pgmap v2608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:22.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:22.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:23.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:23.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:23 smithi187 ceph-mon[111815]: pgmap v2609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:23 smithi088 ceph-mon[96111]: pgmap v2609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:24.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:24.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:25.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:25.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:25 smithi187 ceph-mon[111815]: pgmap v2610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:25 smithi088 ceph-mon[96111]: pgmap v2610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:26.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:26.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:27.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:27.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:27 smithi088 ceph-mon[96111]: pgmap v2611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:27.608 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:27 smithi187 ceph-mon[111815]: pgmap v2611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:28.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:28.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:29.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:29.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:29 smithi187 ceph-mon[111815]: pgmap v2612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:29 smithi088 ceph-mon[96111]: pgmap v2612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:30.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:30.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:43:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:43:31.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:31.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:31 smithi187 ceph-mon[111815]: pgmap v2613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:31 smithi088 ceph-mon[96111]: pgmap v2613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:32.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:32.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:33.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:33.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:33 smithi187 ceph-mon[111815]: pgmap v2614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:33 smithi088 ceph-mon[96111]: pgmap v2614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:34.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:34.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:35.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:35.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:35 smithi187 ceph-mon[111815]: pgmap v2615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:35 smithi088 ceph-mon[96111]: pgmap v2615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:36.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:36.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:37.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:37.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:37 smithi088 ceph-mon[96111]: pgmap v2616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:37 smithi187 ceph-mon[111815]: pgmap v2616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:38.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:38.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:39.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:39.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:39 smithi187 ceph-mon[111815]: pgmap v2617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:39 smithi088 ceph-mon[96111]: pgmap v2617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:40.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:40.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:41.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:41.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:41 smithi187 ceph-mon[111815]: pgmap v2618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:41 smithi088 ceph-mon[96111]: pgmap v2618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:42.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:42.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:43.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:43.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:43 smithi187 ceph-mon[111815]: pgmap v2619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:43 smithi088 ceph-mon[96111]: pgmap v2619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:44.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:44.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:45.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:45.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:45 smithi187 ceph-mon[111815]: pgmap v2620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:43:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:45 smithi088 ceph-mon[96111]: pgmap v2620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:43:46.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:46.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:47.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:47.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:47 smithi088 ceph-mon[96111]: pgmap v2621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:47 smithi187 ceph-mon[111815]: pgmap v2621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:48.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:48.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:49.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:49.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:49 smithi187 ceph-mon[111815]: pgmap v2622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:49 smithi088 ceph-mon[96111]: pgmap v2622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:50.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:50.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:51.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:51.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:51 smithi187 ceph-mon[111815]: pgmap v2623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:51 smithi088 ceph-mon[96111]: pgmap v2623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:52.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:52.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:53.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:53.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:53 smithi187 ceph-mon[111815]: pgmap v2624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:53 smithi088 ceph-mon[96111]: pgmap v2624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:54.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:54.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:55.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:55.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:55 smithi187 ceph-mon[111815]: pgmap v2625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:55 smithi088 ceph-mon[96111]: pgmap v2625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:43:56.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:56.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:57.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:57.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:57 smithi088 ceph-mon[96111]: pgmap v2626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:57 smithi187 ceph-mon[111815]: pgmap v2626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:58.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:58.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:59.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:43:59.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:43:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:43:59 smithi187 ceph-mon[111815]: pgmap v2627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:43:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:43:59 smithi088 ceph-mon[96111]: pgmap v2627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:00.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:00.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:44:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:44:01.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:01.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:01 smithi187 ceph-mon[111815]: pgmap v2628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:01 smithi088 ceph-mon[96111]: pgmap v2628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:02.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:02.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:03.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:03.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:03 smithi187 ceph-mon[111815]: pgmap v2629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:03 smithi088 ceph-mon[96111]: pgmap v2629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:04.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:04.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:05.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:05.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:05 smithi187 ceph-mon[111815]: pgmap v2630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:05 smithi088 ceph-mon[96111]: pgmap v2630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:06.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:06.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:07.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:07.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:07 smithi088 ceph-mon[96111]: pgmap v2631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:07 smithi187 ceph-mon[111815]: pgmap v2631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:08.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:08.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:09.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:09.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:09 smithi187 ceph-mon[111815]: pgmap v2632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:09 smithi088 ceph-mon[96111]: pgmap v2632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:10.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:10.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:11.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:11.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:11 smithi187 ceph-mon[111815]: pgmap v2633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:11 smithi088 ceph-mon[96111]: pgmap v2633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:12.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:12.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:13.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:13.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:13 smithi088 ceph-mon[96111]: pgmap v2634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:13 smithi187 ceph-mon[111815]: pgmap v2634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:14.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:14.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:15.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:15.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:15 smithi187 ceph-mon[111815]: pgmap v2635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:44:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:15 smithi088 ceph-mon[96111]: pgmap v2635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:44:16.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:16.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:17.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:17.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:17 smithi088 ceph-mon[96111]: pgmap v2636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:17 smithi187 ceph-mon[111815]: pgmap v2636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:18.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:18.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:44:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:44:19.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:19.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:19 smithi088 ceph-mon[96111]: pgmap v2637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:44:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:44:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:44:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:44:19.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:44:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:19 smithi187 ceph-mon[111815]: pgmap v2637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:44:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:44:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:44:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:44:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:44:20.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:20.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:21.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:21.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:21 smithi187 ceph-mon[111815]: pgmap v2638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:21 smithi088 ceph-mon[96111]: pgmap v2638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:22.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:22.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:23.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:23.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:23.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:23 smithi187 ceph-mon[111815]: pgmap v2639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:23 smithi088 ceph-mon[96111]: pgmap v2639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:24.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:24.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:25.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:25.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:25 smithi187 ceph-mon[111815]: pgmap v2640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:25 smithi088 ceph-mon[96111]: pgmap v2640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:26.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:26.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:27.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:27.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:27 smithi088 ceph-mon[96111]: pgmap v2641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:27 smithi187 ceph-mon[111815]: pgmap v2641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:28.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:28.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:29.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:29.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:29 smithi187 ceph-mon[111815]: pgmap v2642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:29 smithi088 ceph-mon[96111]: pgmap v2642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:30.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:30.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:44:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:44:31.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:31.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:31 smithi187 ceph-mon[111815]: pgmap v2643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:31 smithi088 ceph-mon[96111]: pgmap v2643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:32.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:32.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:33.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:33.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:33 smithi187 ceph-mon[111815]: pgmap v2644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:33 smithi088 ceph-mon[96111]: pgmap v2644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:34.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:34.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:35.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:35.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:35 smithi187 ceph-mon[111815]: pgmap v2645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:35 smithi088 ceph-mon[96111]: pgmap v2645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:36.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:36.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:37.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:37.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:37 smithi088 ceph-mon[96111]: pgmap v2646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:37 smithi187 ceph-mon[111815]: pgmap v2646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:38.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:38.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:39.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:39.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:39 smithi187 ceph-mon[111815]: pgmap v2647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:39 smithi088 ceph-mon[96111]: pgmap v2647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:40.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:40.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:41.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:41.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:41 smithi187 ceph-mon[111815]: pgmap v2648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:41 smithi088 ceph-mon[96111]: pgmap v2648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:42.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:42.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:43.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:43.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:43 smithi187 ceph-mon[111815]: pgmap v2649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:43 smithi088 ceph-mon[96111]: pgmap v2649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:44.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:44.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:45.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:45.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:45 smithi187 ceph-mon[111815]: pgmap v2650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:44:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:45 smithi088 ceph-mon[96111]: pgmap v2650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:44:46.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:46.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:47.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:47.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:47 smithi088 ceph-mon[96111]: pgmap v2651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:47 smithi187 ceph-mon[111815]: pgmap v2651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:48.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:48.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:49.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:49.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:49 smithi187 ceph-mon[111815]: pgmap v2652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:49 smithi088 ceph-mon[96111]: pgmap v2652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:50.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:50.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:51.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:51.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:51 smithi187 ceph-mon[111815]: pgmap v2653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:51 smithi088 ceph-mon[96111]: pgmap v2653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:52.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:52.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:53.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:53.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:53 smithi187 ceph-mon[111815]: pgmap v2654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:53 smithi088 ceph-mon[96111]: pgmap v2654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:54.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:54.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:55.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:55.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:55 smithi187 ceph-mon[111815]: pgmap v2655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:55 smithi088 ceph-mon[96111]: pgmap v2655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:44:56.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:56.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:57.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:57.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:57 smithi088 ceph-mon[96111]: pgmap v2656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:57 smithi187 ceph-mon[111815]: pgmap v2656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:58.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:58.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:59.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:44:59.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:44:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:44:59 smithi187 ceph-mon[111815]: pgmap v2657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:44:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:44:59 smithi088 ceph-mon[96111]: pgmap v2657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:00.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:00.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:45:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:45:01.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:01.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:01 smithi187 ceph-mon[111815]: pgmap v2658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:01 smithi088 ceph-mon[96111]: pgmap v2658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:02.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:02.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:03.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:03.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:03.679 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:03 smithi088 ceph-mon[96111]: pgmap v2659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:03 smithi187 ceph-mon[111815]: pgmap v2659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:04.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:04.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:05.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:05.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:05 smithi187 ceph-mon[111815]: pgmap v2660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:05 smithi088 ceph-mon[96111]: pgmap v2660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:06.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:06.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:07.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:07.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:07 smithi088 ceph-mon[96111]: pgmap v2661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:07 smithi187 ceph-mon[111815]: pgmap v2661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:08.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:08.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:09.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:09.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:09 smithi187 ceph-mon[111815]: pgmap v2662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:09 smithi088 ceph-mon[96111]: pgmap v2662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:10.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:10.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:11.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:11 smithi187 ceph-mon[111815]: pgmap v2663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:11 smithi088 ceph-mon[96111]: pgmap v2663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:12.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:12.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:13.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:13.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:13 smithi187 ceph-mon[111815]: pgmap v2664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:13.777 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:13 smithi088 ceph-mon[96111]: pgmap v2664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:14.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:14.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:15.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:15.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:15 smithi187 ceph-mon[111815]: pgmap v2665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:45:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:15 smithi088 ceph-mon[96111]: pgmap v2665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:45:16.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:16.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:17.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:17.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:17 smithi088 ceph-mon[96111]: pgmap v2666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:17 smithi187 ceph-mon[111815]: pgmap v2666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:18.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:18.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:19.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:19.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:19 smithi187 ceph-mon[111815]: pgmap v2667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:45:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:19 smithi088 ceph-mon[96111]: pgmap v2667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:45:20.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:20.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:21.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:21.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:21 smithi187 ceph-mon[111815]: pgmap v2668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:21 smithi088 ceph-mon[96111]: pgmap v2668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:22.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:22.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:45:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:45:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:45:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:45:22.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:45:22.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:45:22.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:45:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:45:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:45:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:45:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:45:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:45:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:45:23.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:45:23.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:23.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:23 smithi187 ceph-mon[111815]: pgmap v2669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:23 smithi088 ceph-mon[96111]: pgmap v2669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:24.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:24.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:24 smithi088 ceph-mon[96111]: pgmap v2670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:25.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:25.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:24 smithi187 ceph-mon[111815]: pgmap v2670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:26.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:26.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:27.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:27.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:27 smithi088 ceph-mon[96111]: pgmap v2671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:27 smithi187 ceph-mon[111815]: pgmap v2671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:28.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:28.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:29.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:29.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:29 smithi187 ceph-mon[111815]: pgmap v2672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:29 smithi088 ceph-mon[96111]: pgmap v2672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:30.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:30.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:45:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:45:31.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:31.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:31 smithi187 ceph-mon[111815]: pgmap v2673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:31 smithi088 ceph-mon[96111]: pgmap v2673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:32.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:32.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:33.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:33.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:33 smithi187 ceph-mon[111815]: pgmap v2674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:33 smithi088 ceph-mon[96111]: pgmap v2674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:34.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:34.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:35.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:35.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:35 smithi187 ceph-mon[111815]: pgmap v2675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:35 smithi088 ceph-mon[96111]: pgmap v2675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:36.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:36.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:37.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:37.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:37 smithi088 ceph-mon[96111]: pgmap v2676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:37 smithi187 ceph-mon[111815]: pgmap v2676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:38.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:38.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:39.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:39.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:39 smithi187 ceph-mon[111815]: pgmap v2677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:39 smithi088 ceph-mon[96111]: pgmap v2677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:40.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:40.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:41.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:41.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:41 smithi187 ceph-mon[111815]: pgmap v2678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:41 smithi088 ceph-mon[96111]: pgmap v2678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:42.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:42.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:43.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:43.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:43 smithi187 ceph-mon[111815]: pgmap v2679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:43 smithi088 ceph-mon[96111]: pgmap v2679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:44.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:44.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:45.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:45.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:45 smithi187 ceph-mon[111815]: pgmap v2680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:45:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:45 smithi088 ceph-mon[96111]: pgmap v2680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:45:46.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:46.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:47.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:47.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:47 smithi088 ceph-mon[96111]: pgmap v2681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:47 smithi187 ceph-mon[111815]: pgmap v2681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:48.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:48.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:49.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:49.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:49 smithi187 ceph-mon[111815]: pgmap v2682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:49 smithi088 ceph-mon[96111]: pgmap v2682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:50.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:50.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:51.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:51.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:51 smithi187 ceph-mon[111815]: pgmap v2683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:51 smithi088 ceph-mon[96111]: pgmap v2683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:52.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:52.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:53.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:53.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:53 smithi187 ceph-mon[111815]: pgmap v2684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:53 smithi088 ceph-mon[96111]: pgmap v2684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:54.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:54.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:55.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:55.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:55 smithi187 ceph-mon[111815]: pgmap v2685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:55 smithi088 ceph-mon[96111]: pgmap v2685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:45:56.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:56.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:57.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:57.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:57 smithi088 ceph-mon[96111]: pgmap v2686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:57 smithi187 ceph-mon[111815]: pgmap v2686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:58.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:58.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:59.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:45:59 smithi187 ceph-mon[111815]: pgmap v2687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:45:59.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:45:59.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:45:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:45:59 smithi088 ceph-mon[96111]: pgmap v2687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:00.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:00.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:46:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:46:01.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:01.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:01 smithi187 ceph-mon[111815]: pgmap v2688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:01 smithi088 ceph-mon[96111]: pgmap v2688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:02.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:02.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:03.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:03.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:03 smithi187 ceph-mon[111815]: pgmap v2689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:03 smithi088 ceph-mon[96111]: pgmap v2689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:04.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:04.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:05.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:05.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:05 smithi187 ceph-mon[111815]: pgmap v2690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:05 smithi088 ceph-mon[96111]: pgmap v2690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:06.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:06.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:07.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:07.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:07 smithi088 ceph-mon[96111]: pgmap v2691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:07 smithi187 ceph-mon[111815]: pgmap v2691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:08.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:08.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:09.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:09.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:09 smithi088 ceph-mon[96111]: pgmap v2692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:09 smithi187 ceph-mon[111815]: pgmap v2692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:10.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:10.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:11.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:11.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:11 smithi187 ceph-mon[111815]: pgmap v2693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:11 smithi088 ceph-mon[96111]: pgmap v2693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:12.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:12.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:13.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:13.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:13 smithi187 ceph-mon[111815]: pgmap v2694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:13 smithi088 ceph-mon[96111]: pgmap v2694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:14.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:14.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:15.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:15.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:15 smithi187 ceph-mon[111815]: pgmap v2695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:46:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:15 smithi088 ceph-mon[96111]: pgmap v2695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:46:16.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:16.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:17.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:17.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:17 smithi088 ceph-mon[96111]: pgmap v2696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:17 smithi187 ceph-mon[111815]: pgmap v2696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:18.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:18.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:19.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:19.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:19 smithi187 ceph-mon[111815]: pgmap v2697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:19 smithi088 ceph-mon[96111]: pgmap v2697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:20.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:20.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:21.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:21.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:21 smithi187 ceph-mon[111815]: pgmap v2698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:21 smithi088 ceph-mon[96111]: pgmap v2698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:22.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:22.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:46:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:46:23.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:23.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:23 smithi187 ceph-mon[111815]: pgmap v2699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:23 smithi088 ceph-mon[96111]: pgmap v2699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:24.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:24.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:25.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:25.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:25 smithi187 ceph-mon[111815]: pgmap v2700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:25 smithi088 ceph-mon[96111]: pgmap v2700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:26.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:26.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:27.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:27.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:27 smithi088 ceph-mon[96111]: pgmap v2701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:46:28.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:46:28.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:46:28.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:46:28.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:46:28.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:46:28.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:46:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:27 smithi187 ceph-mon[111815]: pgmap v2701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:46:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:46:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:46:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:46:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:46:28.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:46:28.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:46:28.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:28.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:29.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:29.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:29 smithi088 ceph-mon[96111]: pgmap v2702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:29 smithi187 ceph-mon[111815]: pgmap v2702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:30.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:30.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:46:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:46:31.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:31.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:31 smithi088 ceph-mon[96111]: pgmap v2703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:31 smithi187 ceph-mon[111815]: pgmap v2703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:32.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:32.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:33.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:33.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:33 smithi088 ceph-mon[96111]: pgmap v2704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:33 smithi187 ceph-mon[111815]: pgmap v2704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:34.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:34.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:35.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:35.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:35 smithi088 ceph-mon[96111]: pgmap v2705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:35 smithi187 ceph-mon[111815]: pgmap v2705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:36.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:36.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:37.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:37.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:37 smithi088 ceph-mon[96111]: pgmap v2706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:37 smithi187 ceph-mon[111815]: pgmap v2706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:38.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:38.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:39.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:39.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:39 smithi187 ceph-mon[111815]: pgmap v2707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:39 smithi088 ceph-mon[96111]: pgmap v2707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:40.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:40.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:41.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:41.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:41 smithi187 ceph-mon[111815]: pgmap v2708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:41 smithi088 ceph-mon[96111]: pgmap v2708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:42.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:42.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:43.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:43.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:43 smithi187 ceph-mon[111815]: pgmap v2709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:43 smithi088 ceph-mon[96111]: pgmap v2709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:44.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:44.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:45.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:45.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:45 smithi187 ceph-mon[111815]: pgmap v2710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:46:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:45 smithi088 ceph-mon[96111]: pgmap v2710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:46:46.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:46.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:47.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:47.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:47 smithi187 ceph-mon[111815]: pgmap v2711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:47 smithi088 ceph-mon[96111]: pgmap v2711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:48.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:48.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:49.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:49.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:49 smithi187 ceph-mon[111815]: pgmap v2712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:49.721 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:49 smithi088 ceph-mon[96111]: pgmap v2712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:50.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:50.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:51 smithi088 ceph-mon[96111]: pgmap v2713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:51.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:51.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:51 smithi187 ceph-mon[111815]: pgmap v2713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:52.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:52.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:53.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:53.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:53 smithi187 ceph-mon[111815]: pgmap v2714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:53 smithi088 ceph-mon[96111]: pgmap v2714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:54.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:54.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:55.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:55.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:55 smithi187 ceph-mon[111815]: pgmap v2715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:55 smithi088 ceph-mon[96111]: pgmap v2715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:46:56.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:56.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:57.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:57.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:57 smithi187 ceph-mon[111815]: pgmap v2716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:57 smithi088 ceph-mon[96111]: pgmap v2716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:58.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:58.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:59.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:46:59.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:46:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:46:59 smithi187 ceph-mon[111815]: pgmap v2717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:46:59.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:46:59 smithi088 ceph-mon[96111]: pgmap v2717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:00.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:00.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:47:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:47:01.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:01.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:01 smithi187 ceph-mon[111815]: pgmap v2718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:01 smithi088 ceph-mon[96111]: pgmap v2718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:02.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:02.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:03.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:03.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:03 smithi187 ceph-mon[111815]: pgmap v2719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:03 smithi088 ceph-mon[96111]: pgmap v2719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:04.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:04.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:05.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:05.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:05 smithi187 ceph-mon[111815]: pgmap v2720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:05 smithi088 ceph-mon[96111]: pgmap v2720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:06.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:06.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:07.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:07.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:07 smithi187 ceph-mon[111815]: pgmap v2721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:07 smithi088 ceph-mon[96111]: pgmap v2721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:08.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:08.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:09.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:09.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:09 smithi187 ceph-mon[111815]: pgmap v2722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:09 smithi088 ceph-mon[96111]: pgmap v2722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:10.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:10.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:11.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:11.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:11 smithi187 ceph-mon[111815]: pgmap v2723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:11 smithi088 ceph-mon[96111]: pgmap v2723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:12.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:12.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:13.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:13.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:13 smithi187 ceph-mon[111815]: pgmap v2724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:13 smithi088 ceph-mon[96111]: pgmap v2724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:14.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:14.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:15.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:15.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:15 smithi187 ceph-mon[111815]: pgmap v2725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:47:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:15 smithi088 ceph-mon[96111]: pgmap v2725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:47:16.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:16.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:17.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:17.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:17 smithi187 ceph-mon[111815]: pgmap v2726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:17 smithi088 ceph-mon[96111]: pgmap v2726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:18.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:18.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:19.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:19.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:19 smithi187 ceph-mon[111815]: pgmap v2727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:19 smithi088 ceph-mon[96111]: pgmap v2727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:20.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:20.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:21.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:21.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:21 smithi187 ceph-mon[111815]: pgmap v2728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:21 smithi088 ceph-mon[96111]: pgmap v2728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:22.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:22.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:23.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:23.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:23 smithi187 ceph-mon[111815]: pgmap v2729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:23 smithi088 ceph-mon[96111]: pgmap v2729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:24.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:24.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:25.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:25.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:25 smithi187 ceph-mon[111815]: pgmap v2730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:25 smithi088 ceph-mon[96111]: pgmap v2730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:26.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:26.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:27.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:27.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:27 smithi187 ceph-mon[111815]: pgmap v2731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:47:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:27 smithi088 ceph-mon[96111]: pgmap v2731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:47:28.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:28.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:47:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:47:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:47:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:47:28.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:47:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:47:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:47:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:47:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:47:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:47:29.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:29.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:29 smithi187 ceph-mon[111815]: pgmap v2732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:29 smithi088 ceph-mon[96111]: pgmap v2732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:47:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:47:30.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:30.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:31.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:31.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:31 smithi187 ceph-mon[111815]: pgmap v2733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:31 smithi088 ceph-mon[96111]: pgmap v2733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:32.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:32.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:33.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:33.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:33 smithi187 ceph-mon[111815]: pgmap v2734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:33 smithi088 ceph-mon[96111]: pgmap v2734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:34.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:34.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:35.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:35 smithi187 ceph-mon[111815]: pgmap v2735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:35.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:35.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:35 smithi088 ceph-mon[96111]: pgmap v2735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:36.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:36.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:37.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:37.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:37 smithi187 ceph-mon[111815]: pgmap v2736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:37 smithi088 ceph-mon[96111]: pgmap v2736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:38.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:38.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:39.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:39.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:39 smithi187 ceph-mon[111815]: pgmap v2737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:39 smithi088 ceph-mon[96111]: pgmap v2737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:40.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:40.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:41.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:41.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:41 smithi187 ceph-mon[111815]: pgmap v2738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:41 smithi088 ceph-mon[96111]: pgmap v2738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:42.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:42.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:43.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:43.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:43 smithi187 ceph-mon[111815]: pgmap v2739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:43 smithi088 ceph-mon[96111]: pgmap v2739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:44.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:44.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:45 smithi088 ceph-mon[96111]: pgmap v2740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:47:45.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:45.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:45 smithi187 ceph-mon[111815]: pgmap v2740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:47:46.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:46.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:47.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:47.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:47 smithi187 ceph-mon[111815]: pgmap v2741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:47 smithi088 ceph-mon[96111]: pgmap v2741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:48.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:48.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:49.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:49.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:49 smithi187 ceph-mon[111815]: pgmap v2742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:49 smithi088 ceph-mon[96111]: pgmap v2742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:50.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:50.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:51.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:51.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:51 smithi187 ceph-mon[111815]: pgmap v2743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:51 smithi088 ceph-mon[96111]: pgmap v2743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:52.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:52.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:53.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:53.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:53 smithi187 ceph-mon[111815]: pgmap v2744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:53 smithi088 ceph-mon[96111]: pgmap v2744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:54.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:54.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:55.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:55.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:55 smithi187 ceph-mon[111815]: pgmap v2745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:55 smithi088 ceph-mon[96111]: pgmap v2745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:47:56.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:56.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:57.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:57.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:57 smithi187 ceph-mon[111815]: pgmap v2746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:57 smithi088 ceph-mon[96111]: pgmap v2746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:58.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:58.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:59.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:47:59.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:47:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:47:59 smithi187 ceph-mon[111815]: pgmap v2747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:47:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:47:59 smithi088 ceph-mon[96111]: pgmap v2747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:00.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:00.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:48:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:48:01.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:01.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:01 smithi187 ceph-mon[111815]: pgmap v2748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:01 smithi088 ceph-mon[96111]: pgmap v2748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:02.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:02.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:03.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:03.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:03 smithi187 ceph-mon[111815]: pgmap v2749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:03 smithi088 ceph-mon[96111]: pgmap v2749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:04.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:04.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:05.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:05.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:05 smithi088 ceph-mon[96111]: pgmap v2750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:05 smithi187 ceph-mon[111815]: pgmap v2750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:06.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:06.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:07.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:07.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:07 smithi187 ceph-mon[111815]: pgmap v2751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:07 smithi088 ceph-mon[96111]: pgmap v2751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:08.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:08.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:09.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:09.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:09 smithi187 ceph-mon[111815]: pgmap v2752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:09 smithi088 ceph-mon[96111]: pgmap v2752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:10.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:10.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:11 smithi187 ceph-mon[111815]: pgmap v2753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:11.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:11.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:11 smithi088 ceph-mon[96111]: pgmap v2753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:12.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:12.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:13 smithi187 ceph-mon[111815]: pgmap v2754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:13.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:13.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:13 smithi088 ceph-mon[96111]: pgmap v2754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:14.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:14.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:15.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:15.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:15 smithi088 ceph-mon[96111]: pgmap v2755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:48:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:15 smithi187 ceph-mon[111815]: pgmap v2755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:48:16.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:16.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:17 smithi187 ceph-mon[111815]: pgmap v2756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:17.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:17.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:17 smithi088 ceph-mon[96111]: pgmap v2756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:18.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:18.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:19 smithi187 ceph-mon[111815]: pgmap v2757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:19.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:19.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:19 smithi088 ceph-mon[96111]: pgmap v2757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:20.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:20.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:21.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:21.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:21 smithi088 ceph-mon[96111]: pgmap v2758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:21 smithi187 ceph-mon[111815]: pgmap v2758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:22.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:22.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:23.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:23.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:23 smithi088 ceph-mon[96111]: pgmap v2759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:23 smithi187 ceph-mon[111815]: pgmap v2759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:24.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:24.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:25.731 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:25 smithi187 ceph-mon[111815]: pgmap v2760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:25.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:25.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:25 smithi088 ceph-mon[96111]: pgmap v2760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:26.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:26.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:27 smithi187 ceph-mon[111815]: pgmap v2761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:27.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:27.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:27 smithi088 ceph-mon[96111]: pgmap v2761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:48:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:48:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:48:28.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:28.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:48:28.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:48:28.889 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:48:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:29 smithi187 ceph-mon[111815]: pgmap v2762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:48:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:48:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:48:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:48:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:48:29.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:29.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:29 smithi088 ceph-mon[96111]: pgmap v2762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:48:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:48:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:48:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:48:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:48:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:48:30.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:48:30.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:30.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:31 smithi187 ceph-mon[111815]: pgmap v2763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:31.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:31.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:31 smithi088 ceph-mon[96111]: pgmap v2763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:32.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:32.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:33 smithi187 ceph-mon[111815]: pgmap v2764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:33.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:33.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:33.803 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:33 smithi088 ceph-mon[96111]: pgmap v2764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:34.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:34.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:35.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:35.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:35.758 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:35 smithi088 ceph-mon[96111]: pgmap v2765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:35.835 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:35 smithi187 ceph-mon[111815]: pgmap v2765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:36.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:36.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:37 smithi187 ceph-mon[111815]: pgmap v2766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:37.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:37.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:37 smithi088 ceph-mon[96111]: pgmap v2766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:38.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:38.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:39.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:39.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:39 smithi088 ceph-mon[96111]: pgmap v2767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:39 smithi187 ceph-mon[111815]: pgmap v2767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:40.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:40.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:41.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:41.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:41 smithi088 ceph-mon[96111]: pgmap v2768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:41 smithi187 ceph-mon[111815]: pgmap v2768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:42.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:42.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:43.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:43.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:43 smithi088 ceph-mon[96111]: pgmap v2769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:43 smithi187 ceph-mon[111815]: pgmap v2769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:44.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:44.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:45.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:45.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:45 smithi088 ceph-mon[96111]: pgmap v2770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:48:45.941 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:45 smithi187 ceph-mon[111815]: pgmap v2770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:45.941 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:48:46.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:46.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:47 smithi187 ceph-mon[111815]: pgmap v2771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:47.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:47.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:47 smithi088 ceph-mon[96111]: pgmap v2771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:48.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:48.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:49.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:49.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:49 smithi088 ceph-mon[96111]: pgmap v2772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:49 smithi187 ceph-mon[111815]: pgmap v2772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:50.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:50.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:51 smithi088 ceph-mon[96111]: pgmap v2773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:51 smithi187 ceph-mon[111815]: pgmap v2773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:52.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:52.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:53.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:53.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:53 smithi088 ceph-mon[96111]: pgmap v2774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:53 smithi187 ceph-mon[111815]: pgmap v2774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:54.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:54.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:55.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:55.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:55 smithi088 ceph-mon[96111]: pgmap v2775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:55 smithi187 ceph-mon[111815]: pgmap v2775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:48:56.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:56.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:57 smithi187 ceph-mon[111815]: pgmap v2776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:57.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:57.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:57 smithi088 ceph-mon[96111]: pgmap v2776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:58.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:58.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:59.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:48:59.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:48:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:48:59 smithi088 ceph-mon[96111]: pgmap v2777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:48:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:48:59 smithi187 ceph-mon[111815]: pgmap v2777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:00.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:00.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:49:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:49:01.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:01.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:01 smithi088 ceph-mon[96111]: pgmap v2778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:01 smithi187 ceph-mon[111815]: pgmap v2778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:02.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:02.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:03.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:03.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:03 smithi088 ceph-mon[96111]: pgmap v2779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:03 smithi187 ceph-mon[111815]: pgmap v2779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:04.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:04.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:05.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:05.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:05 smithi088 ceph-mon[96111]: pgmap v2780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:05 smithi187 ceph-mon[111815]: pgmap v2780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:06.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:06.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:07 smithi187 ceph-mon[111815]: pgmap v2781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:07.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:07.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:07 smithi088 ceph-mon[96111]: pgmap v2781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:08.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:08.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:09.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:09.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:09 smithi088 ceph-mon[96111]: pgmap v2782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:09 smithi187 ceph-mon[111815]: pgmap v2782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:10.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:10.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:11.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:11.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:11 smithi088 ceph-mon[96111]: pgmap v2783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:11 smithi187 ceph-mon[111815]: pgmap v2783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:12.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:12.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:13.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:13.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:13 smithi088 ceph-mon[96111]: pgmap v2784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:13 smithi187 ceph-mon[111815]: pgmap v2784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:14.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:14.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:15.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:15.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:15 smithi088 ceph-mon[96111]: pgmap v2785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:49:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:15 smithi187 ceph-mon[111815]: pgmap v2785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:49:16.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:16.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:17 smithi187 ceph-mon[111815]: pgmap v2786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:17.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:17.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:17 smithi088 ceph-mon[96111]: pgmap v2786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:18.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:18.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:19.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:19.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:19 smithi088 ceph-mon[96111]: pgmap v2787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:19 smithi187 ceph-mon[111815]: pgmap v2787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:20.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:20.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:21 smithi187 ceph-mon[111815]: pgmap v2788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:21 smithi088 ceph-mon[96111]: pgmap v2788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:21.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:21.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:22.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:22.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:23 smithi088 ceph-mon[96111]: pgmap v2789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:23.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:23.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:23 smithi187 ceph-mon[111815]: pgmap v2789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:24.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:24.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:25 smithi088 ceph-mon[96111]: pgmap v2790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:25.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:25.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:25 smithi187 ceph-mon[111815]: pgmap v2790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:26.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:26.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:27 smithi187 ceph-mon[111815]: pgmap v2791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:27 smithi088 ceph-mon[96111]: pgmap v2791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:27.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:27.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:28.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:28.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:29 smithi088 ceph-mon[96111]: pgmap v2792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:49:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:49:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:49:29.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:49:29.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:49:29.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:49:29.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:29.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:29 smithi187 ceph-mon[111815]: pgmap v2792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:49:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:49:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:49:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:49:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:49:29.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:49:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:49:30.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:30.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:49:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:31 smithi088 ceph-mon[96111]: pgmap v2793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:31 smithi187 ceph-mon[111815]: pgmap v2793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:31.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:31.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:32.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:32.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:33 smithi088 ceph-mon[96111]: pgmap v2794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:33.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:33.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:33 smithi187 ceph-mon[111815]: pgmap v2794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:34.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:34.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:35 smithi088 ceph-mon[96111]: pgmap v2795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:35.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:35.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:35 smithi187 ceph-mon[111815]: pgmap v2795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:36.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:36.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:37 smithi187 ceph-mon[111815]: pgmap v2796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:37 smithi088 ceph-mon[96111]: pgmap v2796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:37.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:37.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:38.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:38.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:39 smithi088 ceph-mon[96111]: pgmap v2797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:39.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:39.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:39 smithi187 ceph-mon[111815]: pgmap v2797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:40.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:40.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:41 smithi088 ceph-mon[96111]: pgmap v2798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:41.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:41.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:41 smithi187 ceph-mon[111815]: pgmap v2798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:42.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:42.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:43 smithi088 ceph-mon[96111]: pgmap v2799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:43.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:43.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:43 smithi187 ceph-mon[111815]: pgmap v2799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:44.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:44.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:45 smithi088 ceph-mon[96111]: pgmap v2800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:49:45.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:45.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:45 smithi187 ceph-mon[111815]: pgmap v2800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:49:46.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:46.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:47 smithi187 ceph-mon[111815]: pgmap v2801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:47 smithi088 ceph-mon[96111]: pgmap v2801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:47.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:47.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:48.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:48.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:49 smithi088 ceph-mon[96111]: pgmap v2802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:49.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:49.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:49 smithi187 ceph-mon[111815]: pgmap v2802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:50.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:50.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:51 smithi088 ceph-mon[96111]: pgmap v2803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:51.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:51.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:51 smithi187 ceph-mon[111815]: pgmap v2803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:52.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:52.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:53 smithi088 ceph-mon[96111]: pgmap v2804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:53.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:53.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:53 smithi187 ceph-mon[111815]: pgmap v2804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:54.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:54.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:55 smithi088 ceph-mon[96111]: pgmap v2805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:55.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:55.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:55 smithi187 ceph-mon[111815]: pgmap v2805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:49:56.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:56.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:57 smithi187 ceph-mon[111815]: pgmap v2806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:57 smithi088 ceph-mon[96111]: pgmap v2806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:57.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:57.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:58.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:58.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:49:59 smithi088 ceph-mon[96111]: pgmap v2807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:49:59.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:49:59.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:49:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:49:59 smithi187 ceph-mon[111815]: pgmap v2807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:50:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T00:50:00.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:00.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:50:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T00:50:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:01 smithi088 ceph-mon[96111]: pgmap v2808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:01.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:01.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:01 smithi187 ceph-mon[111815]: pgmap v2808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:02.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:02.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:03 smithi088 ceph-mon[96111]: pgmap v2809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:03.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:03.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:03 smithi187 ceph-mon[111815]: pgmap v2809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:04.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:04.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:05 smithi088 ceph-mon[96111]: pgmap v2810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:05.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:05.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:05 smithi187 ceph-mon[111815]: pgmap v2810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:06.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:06.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:07 smithi187 ceph-mon[111815]: pgmap v2811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:07 smithi088 ceph-mon[96111]: pgmap v2811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:07.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:07.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:08.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:08.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:09 smithi088 ceph-mon[96111]: pgmap v2812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:09.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:09.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:09 smithi187 ceph-mon[111815]: pgmap v2812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:10.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:10.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:11 smithi088 ceph-mon[96111]: pgmap v2813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:11.838 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:11 smithi187 ceph-mon[111815]: pgmap v2813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:11.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:11.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:12.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:12.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:13 smithi088 ceph-mon[96111]: pgmap v2814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:13.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:13.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:13 smithi187 ceph-mon[111815]: pgmap v2814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:14.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:14.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:15 smithi088 ceph-mon[96111]: pgmap v2815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:50:15.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:15.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:15 smithi187 ceph-mon[111815]: pgmap v2815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:50:16.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:16.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:17 smithi187 ceph-mon[111815]: pgmap v2816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:17 smithi088 ceph-mon[96111]: pgmap v2816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:17.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:17.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:18.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:18.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:19 smithi088 ceph-mon[96111]: pgmap v2817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:19.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:19.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:19 smithi187 ceph-mon[111815]: pgmap v2817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:20.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:20.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:21.788 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:21 smithi088 ceph-mon[96111]: pgmap v2818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:21.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:21.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:21.943 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:21 smithi187 ceph-mon[111815]: pgmap v2818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:22.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:22.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:23 smithi088 ceph-mon[96111]: pgmap v2819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:23.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:23.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:23 smithi187 ceph-mon[111815]: pgmap v2819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:24.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:24.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:25 smithi088 ceph-mon[96111]: pgmap v2820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:25.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:25.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:25 smithi187 ceph-mon[111815]: pgmap v2820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:26.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:26.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:27 smithi187 ceph-mon[111815]: pgmap v2821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:27 smithi088 ceph-mon[96111]: pgmap v2821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:27.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:27.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:28.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:28.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:29 smithi088 ceph-mon[96111]: pgmap v2822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:50:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:50:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:50:29.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:29.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:29 smithi187 ceph-mon[111815]: pgmap v2822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:50:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:50:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:50:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:50:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:50:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:50:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:50:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:50:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:50:30.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:30.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:50:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:50:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:50:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:50:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:50:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:50:31.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:31.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:31 smithi187 ceph-mon[111815]: pgmap v2823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:31 smithi088 ceph-mon[96111]: pgmap v2823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:32.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:32.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:33.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:33.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:33 smithi187 ceph-mon[111815]: pgmap v2824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:33 smithi088 ceph-mon[96111]: pgmap v2824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:34.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:34.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:35.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:35.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:35 smithi187 ceph-mon[111815]: pgmap v2825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:35 smithi088 ceph-mon[96111]: pgmap v2825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:36.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:36.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:37 smithi187 ceph-mon[111815]: pgmap v2826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:37 smithi088 ceph-mon[96111]: pgmap v2826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:37.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:37.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:38.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:38.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:39 smithi088 ceph-mon[96111]: pgmap v2827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:39.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:39.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:39 smithi187 ceph-mon[111815]: pgmap v2827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:40.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:40.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:41 smithi088 ceph-mon[96111]: pgmap v2828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:41.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:41.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:41 smithi187 ceph-mon[111815]: pgmap v2828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:42.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:42.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:43 smithi088 ceph-mon[96111]: pgmap v2829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:43.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:43.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:43 smithi187 ceph-mon[111815]: pgmap v2829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:44.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:44.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:45 smithi088 ceph-mon[96111]: pgmap v2830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:50:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:45 smithi187 ceph-mon[111815]: pgmap v2830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:50:45.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:45.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:46.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:46.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:47.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:47 smithi187 ceph-mon[111815]: pgmap v2831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:47 smithi088 ceph-mon[96111]: pgmap v2831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:47.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:47.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:48.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:48.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:49 smithi088 ceph-mon[96111]: pgmap v2832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:49 smithi187 ceph-mon[111815]: pgmap v2832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:49.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:49.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:50.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:50.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:51 smithi088 ceph-mon[96111]: pgmap v2833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:51 smithi187 ceph-mon[111815]: pgmap v2833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:51.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:51.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:52.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:52.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:53 smithi088 ceph-mon[96111]: pgmap v2834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:53 smithi187 ceph-mon[111815]: pgmap v2834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:53.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:53.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:54.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:54.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:55 smithi088 ceph-mon[96111]: pgmap v2835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:55 smithi187 ceph-mon[111815]: pgmap v2835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:50:55.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:55.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:56.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:56.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:57 smithi187 ceph-mon[111815]: pgmap v2836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:57 smithi088 ceph-mon[96111]: pgmap v2836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:57.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:57.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:58.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:58.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:50:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:50:59 smithi088 ceph-mon[96111]: pgmap v2837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:50:59 smithi187 ceph-mon[111815]: pgmap v2837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:50:59.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:50:59.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:51:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:51:00.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:00.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:01 smithi088 ceph-mon[96111]: pgmap v2838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:01 smithi187 ceph-mon[111815]: pgmap v2838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:01.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:01.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:02.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:02.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:03 smithi088 ceph-mon[96111]: pgmap v2839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:03 smithi187 ceph-mon[111815]: pgmap v2839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:03.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:03.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:04.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:04.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:05 smithi088 ceph-mon[96111]: pgmap v2840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:05 smithi187 ceph-mon[111815]: pgmap v2840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:05.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:05.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:06.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:06.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:07 smithi088 ceph-mon[96111]: pgmap v2841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:07 smithi187 ceph-mon[111815]: pgmap v2841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:07.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:07.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:09.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:09.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:09 smithi088 ceph-mon[96111]: pgmap v2842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:09 smithi187 ceph-mon[111815]: pgmap v2842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:10.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:10.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:11.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:11.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:11 smithi088 ceph-mon[96111]: pgmap v2843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:11 smithi187 ceph-mon[111815]: pgmap v2843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:12.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:12.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:13.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:13.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:13 smithi088 ceph-mon[96111]: pgmap v2844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:13 smithi187 ceph-mon[111815]: pgmap v2844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:14.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:14.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:15.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:15.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:15 smithi088 ceph-mon[96111]: pgmap v2845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:51:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:15 smithi187 ceph-mon[111815]: pgmap v2845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:51:16.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:16.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:17.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:17.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:17 smithi187 ceph-mon[111815]: pgmap v2846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:17 smithi088 ceph-mon[96111]: pgmap v2846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:18.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:18.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:19.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:19.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:19 smithi088 ceph-mon[96111]: pgmap v2847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:19 smithi187 ceph-mon[111815]: pgmap v2847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:20.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:20.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:21.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:21.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:21 smithi088 ceph-mon[96111]: pgmap v2848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:21 smithi187 ceph-mon[111815]: pgmap v2848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:22.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:22.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:23.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:23.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:23 smithi088 ceph-mon[96111]: pgmap v2849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:23 smithi187 ceph-mon[111815]: pgmap v2849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:24.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:24.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:25.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:25.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:25 smithi088 ceph-mon[96111]: pgmap v2850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:25 smithi187 ceph-mon[111815]: pgmap v2850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:26.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:26.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:27.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:27.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:27 smithi187 ceph-mon[111815]: pgmap v2851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:27 smithi088 ceph-mon[96111]: pgmap v2851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:28.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:28.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:29.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:29.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:29 smithi088 ceph-mon[96111]: pgmap v2852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:29 smithi187 ceph-mon[111815]: pgmap v2852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:30.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:30.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:51:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:51:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:51:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:51:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:51:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:51:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:51:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:51:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:51:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:51:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:51:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:51:31.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:31.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:31 smithi088 ceph-mon[96111]: pgmap v2853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:51:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:31 smithi187 ceph-mon[111815]: pgmap v2853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:51:32.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:32.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:33.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:33.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:33 smithi088 ceph-mon[96111]: pgmap v2854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:33 smithi187 ceph-mon[111815]: pgmap v2854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:34.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:34.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:35.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:35.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:35 smithi088 ceph-mon[96111]: pgmap v2855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:35 smithi187 ceph-mon[111815]: pgmap v2855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:36.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:36.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:37.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:37.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:37 smithi187 ceph-mon[111815]: pgmap v2856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:37 smithi088 ceph-mon[96111]: pgmap v2856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:38.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:38.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:39.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:39.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:39 smithi088 ceph-mon[96111]: pgmap v2857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:39 smithi187 ceph-mon[111815]: pgmap v2857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:40.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:40.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:41.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:41.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:41 smithi088 ceph-mon[96111]: pgmap v2858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:41 smithi187 ceph-mon[111815]: pgmap v2858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:42.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:42.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:43.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:43.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:43 smithi088 ceph-mon[96111]: pgmap v2859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:43 smithi187 ceph-mon[111815]: pgmap v2859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:44.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:44.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:45.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:45.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:45 smithi088 ceph-mon[96111]: pgmap v2860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:51:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:45 smithi187 ceph-mon[111815]: pgmap v2860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:51:46.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:46.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:47.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:47.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:47 smithi187 ceph-mon[111815]: pgmap v2861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:47 smithi088 ceph-mon[96111]: pgmap v2861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:48.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:48.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:49.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:49.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:49 smithi088 ceph-mon[96111]: pgmap v2862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:49 smithi187 ceph-mon[111815]: pgmap v2862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:50.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:50.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:51.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:51.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:51 smithi088 ceph-mon[96111]: pgmap v2863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:51 smithi187 ceph-mon[111815]: pgmap v2863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:52.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:52.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:53.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:53.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:53 smithi088 ceph-mon[96111]: pgmap v2864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:53 smithi187 ceph-mon[111815]: pgmap v2864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:54.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:54.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:55.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:55.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:55 smithi088 ceph-mon[96111]: pgmap v2865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:55 smithi187 ceph-mon[111815]: pgmap v2865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:51:56.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:56.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:57.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:57.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:57 smithi187 ceph-mon[111815]: pgmap v2866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:57.724 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:57 smithi088 ceph-mon[96111]: pgmap v2866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:58.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:58.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:59.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:51:59.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:51:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:51:59 smithi088 ceph-mon[96111]: pgmap v2867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:51:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:51:59 smithi187 ceph-mon[111815]: pgmap v2867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:00.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:00.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:52:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:52:01.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:01.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:01 smithi088 ceph-mon[96111]: pgmap v2868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:01 smithi187 ceph-mon[111815]: pgmap v2868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:02.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:02.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:03.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:03.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:03 smithi088 ceph-mon[96111]: pgmap v2869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:03 smithi187 ceph-mon[111815]: pgmap v2869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:04.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:04.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:05.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:05.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:05 smithi088 ceph-mon[96111]: pgmap v2870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:05 smithi187 ceph-mon[111815]: pgmap v2870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:06.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:06.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:07.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:07.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:07 smithi187 ceph-mon[111815]: pgmap v2871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:07 smithi088 ceph-mon[96111]: pgmap v2871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:08.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:08.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:09.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:09.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:09 smithi088 ceph-mon[96111]: pgmap v2872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:09 smithi187 ceph-mon[111815]: pgmap v2872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:10.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:10.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:11.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:11.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:11 smithi088 ceph-mon[96111]: pgmap v2873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:11 smithi187 ceph-mon[111815]: pgmap v2873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:12.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:12.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:13.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:13.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:13 smithi088 ceph-mon[96111]: pgmap v2874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:13 smithi187 ceph-mon[111815]: pgmap v2874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:14.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:14.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:15.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:15.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:15 smithi088 ceph-mon[96111]: pgmap v2875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:52:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:15 smithi187 ceph-mon[111815]: pgmap v2875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:52:16.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:16.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:17.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:17.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:17 smithi187 ceph-mon[111815]: pgmap v2876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:17 smithi088 ceph-mon[96111]: pgmap v2876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:18.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:18.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:19.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:19.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:19 smithi088 ceph-mon[96111]: pgmap v2877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:19 smithi187 ceph-mon[111815]: pgmap v2877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:20.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:20.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:21.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:21.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:21 smithi088 ceph-mon[96111]: pgmap v2878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:21 smithi187 ceph-mon[111815]: pgmap v2878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:22.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:22.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:23.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:23.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:23 smithi088 ceph-mon[96111]: pgmap v2879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:23 smithi187 ceph-mon[111815]: pgmap v2879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:24.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:24.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:25.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:25.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:25 smithi088 ceph-mon[96111]: pgmap v2880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:25 smithi187 ceph-mon[111815]: pgmap v2880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:26.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:26.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:27.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:27.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:27 smithi187 ceph-mon[111815]: pgmap v2881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:27 smithi088 ceph-mon[96111]: pgmap v2881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:28.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:28.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:29.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:29.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:29 smithi088 ceph-mon[96111]: pgmap v2882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:29 smithi187 ceph-mon[111815]: pgmap v2882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:30.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:30.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:52:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:52:31.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:31.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:31 smithi088 ceph-mon[96111]: pgmap v2883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:52:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:52:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:52:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:52:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:52:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:52:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:52:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:52:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:31 smithi187 ceph-mon[111815]: pgmap v2883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:52:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:52:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:52:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:52:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:52:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:52:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:52:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:52:32.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:32.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:33.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:33.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:33 smithi187 ceph-mon[111815]: pgmap v2884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:33 smithi088 ceph-mon[96111]: pgmap v2884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:34.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:34.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:35.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:35.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:35 smithi088 ceph-mon[96111]: pgmap v2885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:35 smithi187 ceph-mon[111815]: pgmap v2885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:36.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:36.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:37.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:37.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:37 smithi187 ceph-mon[111815]: pgmap v2886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:37 smithi088 ceph-mon[96111]: pgmap v2886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:38.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:38.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:39.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:39.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:39 smithi088 ceph-mon[96111]: pgmap v2887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:39 smithi187 ceph-mon[111815]: pgmap v2887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:40.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:40.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:41.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:41.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:41 smithi088 ceph-mon[96111]: pgmap v2888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:41 smithi187 ceph-mon[111815]: pgmap v2888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:42.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:42.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:43.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:43.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:43 smithi187 ceph-mon[111815]: pgmap v2889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:43 smithi088 ceph-mon[96111]: pgmap v2889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:44.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:44.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:45.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:45.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:45 smithi088 ceph-mon[96111]: pgmap v2890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:52:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:45 smithi187 ceph-mon[111815]: pgmap v2890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:52:46.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:46.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:47.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:47.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:47 smithi187 ceph-mon[111815]: pgmap v2891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:47 smithi088 ceph-mon[96111]: pgmap v2891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:48.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:48.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:49.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:49.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:49 smithi088 ceph-mon[96111]: pgmap v2892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:49 smithi187 ceph-mon[111815]: pgmap v2892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:50.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:50.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:51.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:51.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:51 smithi088 ceph-mon[96111]: pgmap v2893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:51 smithi187 ceph-mon[111815]: pgmap v2893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:52.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:52.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:53.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:53.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:53 smithi088 ceph-mon[96111]: pgmap v2894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:53 smithi187 ceph-mon[111815]: pgmap v2894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:54.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:54.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:55.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:55.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:55 smithi088 ceph-mon[96111]: pgmap v2895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:55 smithi187 ceph-mon[111815]: pgmap v2895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:52:56.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:56.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:57.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:57.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:57 smithi187 ceph-mon[111815]: pgmap v2896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:57 smithi088 ceph-mon[96111]: pgmap v2896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:58.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:58.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:59.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:52:59.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:52:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:52:59 smithi088 ceph-mon[96111]: pgmap v2897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:52:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:52:59 smithi187 ceph-mon[111815]: pgmap v2897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:00.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:00.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:53:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:53:01.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:01.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:01 smithi088 ceph-mon[96111]: pgmap v2898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:01 smithi187 ceph-mon[111815]: pgmap v2898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:02.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:02.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:03.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:03.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:03 smithi088 ceph-mon[96111]: pgmap v2899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:03 smithi187 ceph-mon[111815]: pgmap v2899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:04.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:04.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:05.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:05.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:05 smithi088 ceph-mon[96111]: pgmap v2900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:05 smithi187 ceph-mon[111815]: pgmap v2900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:06.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:06.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:07.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:07.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:07 smithi187 ceph-mon[111815]: pgmap v2901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:07 smithi088 ceph-mon[96111]: pgmap v2901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:08.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:08.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:09.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:09.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:09 smithi088 ceph-mon[96111]: pgmap v2902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:09 smithi187 ceph-mon[111815]: pgmap v2902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:10.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:10.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:11.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:11.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:11 smithi088 ceph-mon[96111]: pgmap v2903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:11 smithi187 ceph-mon[111815]: pgmap v2903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:12.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:12.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:13.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:13.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:13 smithi088 ceph-mon[96111]: pgmap v2904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:13 smithi187 ceph-mon[111815]: pgmap v2904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:14.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:14.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:15.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:15.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:15 smithi088 ceph-mon[96111]: pgmap v2905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:53:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:15 smithi187 ceph-mon[111815]: pgmap v2905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:53:16.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:16.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:17.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:17.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:17 smithi187 ceph-mon[111815]: pgmap v2906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:17.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:17 smithi088 ceph-mon[96111]: pgmap v2906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:18.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:18.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:19.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:19.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:19 smithi088 ceph-mon[96111]: pgmap v2907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:19 smithi187 ceph-mon[111815]: pgmap v2907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:20.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:20.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:21.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:21.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:21 smithi088 ceph-mon[96111]: pgmap v2908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:21 smithi187 ceph-mon[111815]: pgmap v2908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:22.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:22.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:23.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:23.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:23 smithi088 ceph-mon[96111]: pgmap v2909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:23.839 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:23 smithi187 ceph-mon[111815]: pgmap v2909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:24.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:24.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:25.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:25.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:25 smithi088 ceph-mon[96111]: pgmap v2910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:25 smithi187 ceph-mon[111815]: pgmap v2910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:26.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:26.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:27.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:27.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:27 smithi187 ceph-mon[111815]: pgmap v2911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:27 smithi088 ceph-mon[96111]: pgmap v2911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:28.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:28.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:29.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:29.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:29 smithi088 ceph-mon[96111]: pgmap v2912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:29 smithi187 ceph-mon[111815]: pgmap v2912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:30.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:30.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:53:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:53:31.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:31.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:31 smithi088 ceph-mon[96111]: pgmap v2913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:53:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:31 smithi187 ceph-mon[111815]: pgmap v2913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:53:32.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:32.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:33 smithi187 ceph-mon[111815]: pgmap v2914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:33.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:33.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:33 smithi088 ceph-mon[96111]: pgmap v2914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:34.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:34.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:35.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:35.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:35.803 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:35 smithi187 ceph-mon[111815]: pgmap v2915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:35 smithi088 ceph-mon[96111]: pgmap v2915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:36.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:36.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:53:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:53:37.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:53:37.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:37.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:53:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:53:37.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:37.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:53:37.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:53:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:37 smithi187 ceph-mon[111815]: pgmap v2916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:38.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:38.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:37 smithi088 ceph-mon[96111]: pgmap v2916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:39.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:39.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:39 smithi187 ceph-mon[111815]: pgmap v2917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:40.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:40.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:39 smithi088 ceph-mon[96111]: pgmap v2917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:41.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:41.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:41 smithi187 ceph-mon[111815]: pgmap v2918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:42.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:42.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:41 smithi088 ceph-mon[96111]: pgmap v2918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:43.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:43.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:43 smithi088 ceph-mon[96111]: pgmap v2919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:43 smithi187 ceph-mon[111815]: pgmap v2919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:44.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:44.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:45.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:45.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:45 smithi187 ceph-mon[111815]: pgmap v2920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:53:46.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:46.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:45 smithi088 ceph-mon[96111]: pgmap v2920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:53:47.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:47.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:47 smithi187 ceph-mon[111815]: pgmap v2921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:47 smithi088 ceph-mon[96111]: pgmap v2921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:48.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:48.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:49.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:49.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:49 smithi088 ceph-mon[96111]: pgmap v2922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:49 smithi187 ceph-mon[111815]: pgmap v2922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:50.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:50.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:51.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:51.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:51 smithi088 ceph-mon[96111]: pgmap v2923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:51 smithi187 ceph-mon[111815]: pgmap v2923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:52.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:52.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:53.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:53.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:53 smithi088 ceph-mon[96111]: pgmap v2924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:53 smithi187 ceph-mon[111815]: pgmap v2924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:54.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:54.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:55.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:55.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:55 smithi088 ceph-mon[96111]: pgmap v2925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:55 smithi187 ceph-mon[111815]: pgmap v2925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:53:56.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:56.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:57.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:57.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:57 smithi187 ceph-mon[111815]: pgmap v2926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:57 smithi088 ceph-mon[96111]: pgmap v2926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:58.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:58.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:59.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:53:59.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:53:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:53:59 smithi088 ceph-mon[96111]: pgmap v2927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:53:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:53:59 smithi187 ceph-mon[111815]: pgmap v2927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:00.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:00.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:54:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:54:01.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:01.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:01 smithi088 ceph-mon[96111]: pgmap v2928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:01 smithi187 ceph-mon[111815]: pgmap v2928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:02.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:02.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:03.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:03.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:03 smithi088 ceph-mon[96111]: pgmap v2929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:03 smithi187 ceph-mon[111815]: pgmap v2929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:04.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:04.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:05.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:05.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:05 smithi088 ceph-mon[96111]: pgmap v2930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:05 smithi187 ceph-mon[111815]: pgmap v2930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:06.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:06.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:07.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:07.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:07 smithi187 ceph-mon[111815]: pgmap v2931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:07 smithi088 ceph-mon[96111]: pgmap v2931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:08.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:08.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:09.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:09.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:09 smithi187 ceph-mon[111815]: pgmap v2932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:09 smithi088 ceph-mon[96111]: pgmap v2932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:10.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:10.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:11.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:11.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:11 smithi088 ceph-mon[96111]: pgmap v2933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:11 smithi187 ceph-mon[111815]: pgmap v2933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:12.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:12.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:13.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:13.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:13 smithi088 ceph-mon[96111]: pgmap v2934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:13 smithi187 ceph-mon[111815]: pgmap v2934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:14.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:14.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:15.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:15.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:15 smithi088 ceph-mon[96111]: pgmap v2935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:54:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:15 smithi187 ceph-mon[111815]: pgmap v2935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:54:16.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:16.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:17.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:17.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:17 smithi187 ceph-mon[111815]: pgmap v2936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:17 smithi088 ceph-mon[96111]: pgmap v2936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:18.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:18.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:19.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:19.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:19 smithi187 ceph-mon[111815]: pgmap v2937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:19 smithi088 ceph-mon[96111]: pgmap v2937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:20.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:20.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:21.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:21.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:21 smithi088 ceph-mon[96111]: pgmap v2938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:21 smithi187 ceph-mon[111815]: pgmap v2938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:22.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:22.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:23.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:23.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:23 smithi088 ceph-mon[96111]: pgmap v2939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:23 smithi187 ceph-mon[111815]: pgmap v2939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:24.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:24.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:25.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:25.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:25 smithi187 ceph-mon[111815]: pgmap v2940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:25 smithi088 ceph-mon[96111]: pgmap v2940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:26.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:26.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:27.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:27.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:27 smithi187 ceph-mon[111815]: pgmap v2941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:27 smithi088 ceph-mon[96111]: pgmap v2941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:28.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:28.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:29.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:29.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:29 smithi088 ceph-mon[96111]: pgmap v2942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:29 smithi187 ceph-mon[111815]: pgmap v2942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:30.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:30.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:54:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:54:31.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:31.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:31 smithi187 ceph-mon[111815]: pgmap v2943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:31 smithi088 ceph-mon[96111]: pgmap v2943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:32.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:32.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:33.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:33.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:33 smithi187 ceph-mon[111815]: pgmap v2944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:33 smithi088 ceph-mon[96111]: pgmap v2944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:34.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:34.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:35.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:35.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:35 smithi187 ceph-mon[111815]: pgmap v2945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:35 smithi088 ceph-mon[96111]: pgmap v2945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:36.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:36.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:54:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:54:37.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:37.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:37 smithi187 ceph-mon[111815]: pgmap v2946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:54:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:54:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:54:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:54:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:54:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:37 smithi088 ceph-mon[96111]: pgmap v2946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:54:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:54:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:54:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:54:38.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:54:38.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:38.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:39.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:39.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:39 smithi187 ceph-mon[111815]: pgmap v2947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:39 smithi088 ceph-mon[96111]: pgmap v2947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:40.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:40.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:41.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:41.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:41 smithi187 ceph-mon[111815]: pgmap v2948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:41 smithi088 ceph-mon[96111]: pgmap v2948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:42.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:42.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:43.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:43.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:43 smithi187 ceph-mon[111815]: pgmap v2949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:43 smithi088 ceph-mon[96111]: pgmap v2949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:44.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:44.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:45.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:45.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:45 smithi187 ceph-mon[111815]: pgmap v2950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:54:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:45 smithi088 ceph-mon[96111]: pgmap v2950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:54:46.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:46.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:47.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:47.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:47 smithi187 ceph-mon[111815]: pgmap v2951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:47 smithi088 ceph-mon[96111]: pgmap v2951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:48.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:48.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:49.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:49.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:49 smithi088 ceph-mon[96111]: pgmap v2952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:49 smithi187 ceph-mon[111815]: pgmap v2952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:50.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:50.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:51.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:51.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:51 smithi187 ceph-mon[111815]: pgmap v2953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:52.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:51 smithi088 ceph-mon[96111]: pgmap v2953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:52.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:52.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:53.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:53.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:53 smithi187 ceph-mon[111815]: pgmap v2954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:54.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:53 smithi088 ceph-mon[96111]: pgmap v2954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:54.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:54.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:55.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:55.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:55 smithi187 ceph-mon[111815]: pgmap v2955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:55 smithi088 ceph-mon[96111]: pgmap v2955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:54:56.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:56.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:57.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:57.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:57 smithi187 ceph-mon[111815]: pgmap v2956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:57 smithi088 ceph-mon[96111]: pgmap v2956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:58.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:58.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:59.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:54:59.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:54:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:54:59 smithi088 ceph-mon[96111]: pgmap v2957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:54:59.840 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:54:59 smithi187 ceph-mon[111815]: pgmap v2957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:00.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:00.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:55:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:55:01.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:01.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:01 smithi187 ceph-mon[111815]: pgmap v2958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:02.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:01 smithi088 ceph-mon[96111]: pgmap v2958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:02.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:02.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:03.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:03.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:03 smithi187 ceph-mon[111815]: pgmap v2959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:04.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:03 smithi088 ceph-mon[96111]: pgmap v2959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:04.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:04.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:05.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:05.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:05 smithi187 ceph-mon[111815]: pgmap v2960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:05 smithi088 ceph-mon[96111]: pgmap v2960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:06.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:06.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:07.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:07.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:07 smithi187 ceph-mon[111815]: pgmap v2961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:07 smithi088 ceph-mon[96111]: pgmap v2961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:08.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:08.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:09.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:09.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:09.944 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:09 smithi187 ceph-mon[111815]: pgmap v2962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:09 smithi088 ceph-mon[96111]: pgmap v2962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:10.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:10.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:11.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:11.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:11 smithi187 ceph-mon[111815]: pgmap v2963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:11 smithi088 ceph-mon[96111]: pgmap v2963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:12.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:12.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:13.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:13.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:13 smithi187 ceph-mon[111815]: pgmap v2964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:14.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:13 smithi088 ceph-mon[96111]: pgmap v2964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:14.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:14.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:15.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:15.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:15 smithi187 ceph-mon[111815]: pgmap v2965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:55:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:15 smithi088 ceph-mon[96111]: pgmap v2965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:55:16.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:16.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:17.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:17.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:17 smithi187 ceph-mon[111815]: pgmap v2966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:17 smithi088 ceph-mon[96111]: pgmap v2966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:18.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:18.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:19.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:19.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:19 smithi187 ceph-mon[111815]: pgmap v2967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:19 smithi088 ceph-mon[96111]: pgmap v2967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:20.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:20.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:21.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:21.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:21 smithi187 ceph-mon[111815]: pgmap v2968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:21 smithi088 ceph-mon[96111]: pgmap v2968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:22.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:22.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:23.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:23.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:23 smithi187 ceph-mon[111815]: pgmap v2969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:23 smithi088 ceph-mon[96111]: pgmap v2969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:24.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:24.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:25.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:25.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:25 smithi187 ceph-mon[111815]: pgmap v2970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:25 smithi088 ceph-mon[96111]: pgmap v2970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:26.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:26.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:27.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:27.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:27 smithi187 ceph-mon[111815]: pgmap v2971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:27 smithi088 ceph-mon[96111]: pgmap v2971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:28.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:28.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:29.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:29.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:29 smithi187 ceph-mon[111815]: pgmap v2972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:29 smithi088 ceph-mon[96111]: pgmap v2972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:30.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:30.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:55:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:55:31.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:31.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:31 smithi187 ceph-mon[111815]: pgmap v2973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:31 smithi088 ceph-mon[96111]: pgmap v2973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:32.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:32.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:33.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:33.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:33 smithi187 ceph-mon[111815]: pgmap v2974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:33 smithi088 ceph-mon[96111]: pgmap v2974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:34.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:34.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:35.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:35.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:35 smithi187 ceph-mon[111815]: pgmap v2975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:35 smithi088 ceph-mon[96111]: pgmap v2975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:36.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:36.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:37.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:37.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:37 smithi187 ceph-mon[111815]: pgmap v2976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:55:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:37 smithi088 ceph-mon[96111]: pgmap v2976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:55:38.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:38.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:39.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:39.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:39.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:39 smithi088 ceph-mon[96111]: pgmap v2977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:39.902 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:55:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:39 smithi187 ceph-mon[111815]: pgmap v2977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:55:40.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:40.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:55:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:55:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:55:40.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:55:40.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:55:40.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:55:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:55:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:55:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:55:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:55:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:55:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:55:41.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:41.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:41 smithi088 ceph-mon[96111]: pgmap v2978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:42.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:42.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:41 smithi187 ceph-mon[111815]: pgmap v2978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:43.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:43.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:43 smithi088 ceph-mon[96111]: pgmap v2979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:44.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:44.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:43 smithi187 ceph-mon[111815]: pgmap v2979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:45.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:45.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:45 smithi088 ceph-mon[96111]: pgmap v2980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:55:46.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:46.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:45 smithi187 ceph-mon[111815]: pgmap v2980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:55:47.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:47.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:47 smithi187 ceph-mon[111815]: pgmap v2981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:47 smithi088 ceph-mon[96111]: pgmap v2981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:48.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:48.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:49.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:49.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:49 smithi187 ceph-mon[111815]: pgmap v2982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:50.000 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:49 smithi088 ceph-mon[96111]: pgmap v2982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:50.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:50.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:51.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:51.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:51 smithi187 ceph-mon[111815]: pgmap v2983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:51 smithi088 ceph-mon[96111]: pgmap v2983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:52.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:52.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:53.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:53.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:53 smithi187 ceph-mon[111815]: pgmap v2984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:54.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:53 smithi088 ceph-mon[96111]: pgmap v2984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:54.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:54.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:55.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:55.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:55 smithi187 ceph-mon[111815]: pgmap v2985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:56.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:55 smithi088 ceph-mon[96111]: pgmap v2985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:55:56.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:56.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:57.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:57.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:57 smithi187 ceph-mon[111815]: pgmap v2986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:57 smithi088 ceph-mon[96111]: pgmap v2986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:55:58.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:58.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:59.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:55:59.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:55:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:55:59 smithi187 ceph-mon[111815]: pgmap v2987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:55:59 smithi088 ceph-mon[96111]: pgmap v2987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:00.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:00.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:56:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:56:01.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:01.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:01 smithi187 ceph-mon[111815]: pgmap v2988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:01 smithi088 ceph-mon[96111]: pgmap v2988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:02.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:02.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:03.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:03.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:03 smithi187 ceph-mon[111815]: pgmap v2989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:04.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:03 smithi088 ceph-mon[96111]: pgmap v2989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:04.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:04.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:05.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:05.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:05 smithi187 ceph-mon[111815]: pgmap v2990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:05 smithi088 ceph-mon[96111]: pgmap v2990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:06.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:06.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:07.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:07.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:07 smithi187 ceph-mon[111815]: pgmap v2991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:07 smithi088 ceph-mon[96111]: pgmap v2991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:08.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:08.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:09.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:09.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:09 smithi187 ceph-mon[111815]: pgmap v2992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:09 smithi088 ceph-mon[96111]: pgmap v2992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:10.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:10.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:11.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:11.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:11 smithi187 ceph-mon[111815]: pgmap v2993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:11 smithi088 ceph-mon[96111]: pgmap v2993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:12.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:12.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:13.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:13.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:13 smithi187 ceph-mon[111815]: pgmap v2994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:14.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:13 smithi088 ceph-mon[96111]: pgmap v2994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:14.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:14.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:15.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:15.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:15 smithi187 ceph-mon[111815]: pgmap v2995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:56:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:15 smithi088 ceph-mon[96111]: pgmap v2995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:56:16.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:16.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:17.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:17.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:17 smithi187 ceph-mon[111815]: pgmap v2996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:17 smithi088 ceph-mon[96111]: pgmap v2996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:18.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:18.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:19.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:19.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:19 smithi187 ceph-mon[111815]: pgmap v2997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:20.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:19 smithi088 ceph-mon[96111]: pgmap v2997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:20.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:20.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:21.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:21.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:21 smithi187 ceph-mon[111815]: pgmap v2998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:21 smithi088 ceph-mon[96111]: pgmap v2998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:22.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:22.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:23.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:23.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:23 smithi187 ceph-mon[111815]: pgmap v2999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:23 smithi088 ceph-mon[96111]: pgmap v2999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:24.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:24.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:25.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:25.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:25 smithi187 ceph-mon[111815]: pgmap v3000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:25 smithi088 ceph-mon[96111]: pgmap v3000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:26.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:26.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:27.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:27.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:27 smithi088 ceph-mon[96111]: pgmap v3001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:27 smithi187 ceph-mon[111815]: pgmap v3001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:28.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:28.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:29.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:29.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:29 smithi187 ceph-mon[111815]: pgmap v3002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:30.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:29 smithi088 ceph-mon[96111]: pgmap v3002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:30.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:30.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:56:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:56:31.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:31.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:31 smithi187 ceph-mon[111815]: pgmap v3003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:31 smithi088 ceph-mon[96111]: pgmap v3003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:32.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:32.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:33.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:33.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:33 smithi187 ceph-mon[111815]: pgmap v3004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:33 smithi088 ceph-mon[96111]: pgmap v3004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:34.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:34.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:35.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:35.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:35 smithi088 ceph-mon[96111]: pgmap v3005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:35 smithi187 ceph-mon[111815]: pgmap v3005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:36.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:36.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:37.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:37.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:37 smithi088 ceph-mon[96111]: pgmap v3006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:37 smithi187 ceph-mon[111815]: pgmap v3006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:38.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:38.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:39.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:39.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:39 smithi187 ceph-mon[111815]: pgmap v3007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:39 smithi088 ceph-mon[96111]: pgmap v3007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:40.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:40.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:56:40.888 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:56:41.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:41.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:41 smithi187 ceph-mon[111815]: pgmap v3008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:41 smithi088 ceph-mon[96111]: pgmap v3008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:42.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:42.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:43.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:43.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:43 smithi187 ceph-mon[111815]: pgmap v3009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:43 smithi088 ceph-mon[96111]: pgmap v3009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:44.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:44.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:45.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:45.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:45 smithi088 ceph-mon[96111]: pgmap v3010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:56:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:56:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:56:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:56:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:56:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:56:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:56:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:56:45.938 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:45 smithi187 ceph-mon[111815]: pgmap v3010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:45.938 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:56:45.938 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:56:45.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:56:45.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:56:45.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:56:45.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:56:45.940 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:56:45.940 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:56:46.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:46.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:47.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:47.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:47 smithi088 ceph-mon[96111]: pgmap v3011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:47 smithi187 ceph-mon[111815]: pgmap v3011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:48.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:48.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:49.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:49.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:49 smithi187 ceph-mon[111815]: pgmap v3012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:49 smithi088 ceph-mon[96111]: pgmap v3012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:50.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:50.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:51.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:51.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:51 smithi187 ceph-mon[111815]: pgmap v3013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:51 smithi088 ceph-mon[96111]: pgmap v3013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:52.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:52.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:53.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:53.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:53 smithi187 ceph-mon[111815]: pgmap v3014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:53 smithi088 ceph-mon[96111]: pgmap v3014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:54.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:54.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:55.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:55.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:55 smithi187 ceph-mon[111815]: pgmap v3015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:55 smithi088 ceph-mon[96111]: pgmap v3015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:56:56.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:56.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:57.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:57.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:57 smithi088 ceph-mon[96111]: pgmap v3016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:57 smithi187 ceph-mon[111815]: pgmap v3016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:56:58.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:58.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:59.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:56:59.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:56:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:56:59 smithi187 ceph-mon[111815]: pgmap v3017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:00.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:56:59 smithi088 ceph-mon[96111]: pgmap v3017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:00.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:00.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:57:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:57:01.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:01.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:01 smithi187 ceph-mon[111815]: pgmap v3018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:02.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:01 smithi088 ceph-mon[96111]: pgmap v3018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:02.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:02.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:03.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:03.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:03 smithi187 ceph-mon[111815]: pgmap v3019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:03 smithi088 ceph-mon[96111]: pgmap v3019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:04.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:04.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:05.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:05.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:05 smithi187 ceph-mon[111815]: pgmap v3020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:05 smithi088 ceph-mon[96111]: pgmap v3020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:06.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:06.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:07.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:07.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:07 smithi088 ceph-mon[96111]: pgmap v3021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:07 smithi187 ceph-mon[111815]: pgmap v3021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:08.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:08.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:09.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:09.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:09 smithi187 ceph-mon[111815]: pgmap v3022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:09 smithi088 ceph-mon[96111]: pgmap v3022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:10.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:10.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:11.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:11.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:11 smithi187 ceph-mon[111815]: pgmap v3023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:11 smithi088 ceph-mon[96111]: pgmap v3023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:12.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:12.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:13.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:13.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:13 smithi187 ceph-mon[111815]: pgmap v3024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:14.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:13 smithi088 ceph-mon[96111]: pgmap v3024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:14.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:14.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:15.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:15.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:15 smithi187 ceph-mon[111815]: pgmap v3025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:57:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:15 smithi088 ceph-mon[96111]: pgmap v3025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:57:16.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:16.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:17.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:17.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:17 smithi088 ceph-mon[96111]: pgmap v3026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:17 smithi187 ceph-mon[111815]: pgmap v3026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:18.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:18.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:19.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:19.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:19 smithi187 ceph-mon[111815]: pgmap v3027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:19 smithi088 ceph-mon[96111]: pgmap v3027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:20.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:20.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:21.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:21.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:21 smithi187 ceph-mon[111815]: pgmap v3028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:21 smithi088 ceph-mon[96111]: pgmap v3028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:22.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:22.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:23.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:23.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:23 smithi187 ceph-mon[111815]: pgmap v3029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:23 smithi088 ceph-mon[96111]: pgmap v3029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:24.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:24.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:25.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:25.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:25.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:25 smithi088 ceph-mon[96111]: pgmap v3030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:25 smithi187 ceph-mon[111815]: pgmap v3030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:26.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:26.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:27.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:27.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:27 smithi088 ceph-mon[96111]: pgmap v3031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:27 smithi187 ceph-mon[111815]: pgmap v3031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:28.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:28.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:29.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:29.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:29 smithi187 ceph-mon[111815]: pgmap v3032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:29 smithi088 ceph-mon[96111]: pgmap v3032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:30.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:30.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:57:30.981 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:57:31.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:31.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:31 smithi187 ceph-mon[111815]: pgmap v3033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:31 smithi088 ceph-mon[96111]: pgmap v3033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:32.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:32.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:33.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:33.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:33 smithi187 ceph-mon[111815]: pgmap v3034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:33 smithi088 ceph-mon[96111]: pgmap v3034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:34.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:34.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:35.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:35.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:35 smithi187 ceph-mon[111815]: pgmap v3035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:36.034 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:35 smithi088 ceph-mon[96111]: pgmap v3035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:36.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:36.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:37.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:37.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:37 smithi088 ceph-mon[96111]: pgmap v3036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:37 smithi187 ceph-mon[111815]: pgmap v3036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:38.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:38.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:39.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:39.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:39 smithi187 ceph-mon[111815]: pgmap v3037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:39 smithi088 ceph-mon[96111]: pgmap v3037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:40.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:40.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:41.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:41.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:41 smithi187 ceph-mon[111815]: pgmap v3038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:41 smithi088 ceph-mon[96111]: pgmap v3038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:42.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:42.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:43.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:43.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:43 smithi187 ceph-mon[111815]: pgmap v3039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:43 smithi088 ceph-mon[96111]: pgmap v3039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:44.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:44.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:45.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:45.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:45 smithi187 ceph-mon[111815]: pgmap v3040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:57:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:57:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:57:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:57:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:57:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:57:45.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:57:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:45 smithi088 ceph-mon[96111]: pgmap v3040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:57:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:57:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:57:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:57:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:57:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:57:46.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:57:46.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:46.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:47.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:47.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:47 smithi088 ceph-mon[96111]: pgmap v3041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:47 smithi187 ceph-mon[111815]: pgmap v3041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:48.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:48.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:49.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:49.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:49 smithi187 ceph-mon[111815]: pgmap v3042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:49 smithi088 ceph-mon[96111]: pgmap v3042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:50.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:50.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:51.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:51.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:51 smithi187 ceph-mon[111815]: pgmap v3043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:52.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:51 smithi088 ceph-mon[96111]: pgmap v3043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:52.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:52.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:53.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:53.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:53 smithi187 ceph-mon[111815]: pgmap v3044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:53 smithi088 ceph-mon[96111]: pgmap v3044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:54.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:54.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:55.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:55.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:55 smithi187 ceph-mon[111815]: pgmap v3045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:55 smithi088 ceph-mon[96111]: pgmap v3045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:57:56.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:56.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:57.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:57.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:57 smithi088 ceph-mon[96111]: pgmap v3046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:57 smithi187 ceph-mon[111815]: pgmap v3046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:57:58.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:58.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:59.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:57:59.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:57:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:57:59 smithi187 ceph-mon[111815]: pgmap v3047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:57:59 smithi088 ceph-mon[96111]: pgmap v3047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:00.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:00.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:58:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:58:01.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:01.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:01 smithi187 ceph-mon[111815]: pgmap v3048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:01 smithi088 ceph-mon[96111]: pgmap v3048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:02.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:02.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:03.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:03.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:03 smithi187 ceph-mon[111815]: pgmap v3049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:03 smithi088 ceph-mon[96111]: pgmap v3049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:04.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:04.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:05.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:05.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:05 smithi187 ceph-mon[111815]: pgmap v3050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:05 smithi088 ceph-mon[96111]: pgmap v3050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:06.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:06.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:07.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:07.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:07 smithi088 ceph-mon[96111]: pgmap v3051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:07 smithi187 ceph-mon[111815]: pgmap v3051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:08.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:08.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:09.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:09.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:09 smithi187 ceph-mon[111815]: pgmap v3052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:09 smithi088 ceph-mon[96111]: pgmap v3052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:10.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:10.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:11.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:11.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:11 smithi187 ceph-mon[111815]: pgmap v3053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:11 smithi088 ceph-mon[96111]: pgmap v3053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:12.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:12.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:13.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:13.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:13 smithi187 ceph-mon[111815]: pgmap v3054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:13 smithi088 ceph-mon[96111]: pgmap v3054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:14.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:14.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:15.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:15.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:15 smithi187 ceph-mon[111815]: pgmap v3055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:58:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:15 smithi088 ceph-mon[96111]: pgmap v3055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:58:16.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:16.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:17.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:17.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:17 smithi088 ceph-mon[96111]: pgmap v3056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:17 smithi187 ceph-mon[111815]: pgmap v3056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:18.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:18.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:19.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:19.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:19 smithi187 ceph-mon[111815]: pgmap v3057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:20.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:19 smithi088 ceph-mon[96111]: pgmap v3057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:20.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:20.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:21.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:21.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:21.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:21 smithi088 ceph-mon[96111]: pgmap v3058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:21.940 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:21 smithi187 ceph-mon[111815]: pgmap v3058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:22.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:22.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:23.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:23.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:23 smithi187 ceph-mon[111815]: pgmap v3059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:24.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:23 smithi088 ceph-mon[96111]: pgmap v3059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:24.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:24.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:25.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:25.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:25 smithi187 ceph-mon[111815]: pgmap v3060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:25 smithi088 ceph-mon[96111]: pgmap v3060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:26.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:26.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:27.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:27.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:27 smithi088 ceph-mon[96111]: pgmap v3061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:27 smithi187 ceph-mon[111815]: pgmap v3061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:28.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:28.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:29.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:29.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:29 smithi187 ceph-mon[111815]: pgmap v3062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:29 smithi088 ceph-mon[96111]: pgmap v3062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:30.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:30.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:58:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:58:31.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:31.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:31 smithi187 ceph-mon[111815]: pgmap v3063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:31 smithi088 ceph-mon[96111]: pgmap v3063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:32.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:32.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:33.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:33.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:33 smithi187 ceph-mon[111815]: pgmap v3064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:33 smithi088 ceph-mon[96111]: pgmap v3064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:34.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:34.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:35.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:35.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:35 smithi187 ceph-mon[111815]: pgmap v3065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:35 smithi088 ceph-mon[96111]: pgmap v3065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:36.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:36.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:37.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:37.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:37 smithi088 ceph-mon[96111]: pgmap v3066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:37 smithi187 ceph-mon[111815]: pgmap v3066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:38.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:38.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:39.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:39.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:39 smithi187 ceph-mon[111815]: pgmap v3067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:40.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:39 smithi088 ceph-mon[96111]: pgmap v3067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:40.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:40.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:41.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:41.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:41 smithi187 ceph-mon[111815]: pgmap v3068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:41 smithi088 ceph-mon[96111]: pgmap v3068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:42.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:42.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:43.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:43.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:43 smithi187 ceph-mon[111815]: pgmap v3069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:43 smithi088 ceph-mon[96111]: pgmap v3069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:44.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:44.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:45.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:45.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:45 smithi187 ceph-mon[111815]: pgmap v3070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:58:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:58:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:45 smithi088 ceph-mon[96111]: pgmap v3070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:58:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:58:46.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:46.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:58:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:58:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:58:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:58:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:58:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:58:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:58:47.204 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:58:47.204 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:58:47.204 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:58:47.205 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:58:47.205 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:58:47.205 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:58:47.205 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:58:47.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:47.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:47 smithi187 ceph-mon[111815]: pgmap v3071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:47 smithi088 ceph-mon[96111]: pgmap v3071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:48.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:48.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:49.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:49.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:49 smithi187 ceph-mon[111815]: pgmap v3072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:49 smithi088 ceph-mon[96111]: pgmap v3072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:50.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:50.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:51.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:51.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:51 smithi088 ceph-mon[96111]: pgmap v3073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:51 smithi187 ceph-mon[111815]: pgmap v3073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:52.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:52.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:53.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:53.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:53 smithi187 ceph-mon[111815]: pgmap v3074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:53 smithi088 ceph-mon[96111]: pgmap v3074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:54.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:54.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:55.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:55.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:55 smithi187 ceph-mon[111815]: pgmap v3075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:55 smithi088 ceph-mon[96111]: pgmap v3075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:58:56.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:56.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:57 smithi187 ceph-mon[111815]: pgmap v3076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:57.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:57.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:57 smithi088 ceph-mon[96111]: pgmap v3076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:58:58.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:58.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:59.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:58:59.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:58:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:58:59 smithi187 ceph-mon[111815]: pgmap v3077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:58:59 smithi088 ceph-mon[96111]: pgmap v3077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:00.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:00.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:59:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:59:01.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:01.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:01 smithi187 ceph-mon[111815]: pgmap v3078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:01 smithi088 ceph-mon[96111]: pgmap v3078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:02.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:02.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:03.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:03.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:03 smithi187 ceph-mon[111815]: pgmap v3079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:03 smithi088 ceph-mon[96111]: pgmap v3079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:04.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:04.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:05.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:05.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:05 smithi187 ceph-mon[111815]: pgmap v3080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:05 smithi088 ceph-mon[96111]: pgmap v3080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:06.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:06.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:07 smithi187 ceph-mon[111815]: pgmap v3081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:07.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:07.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:07 smithi088 ceph-mon[96111]: pgmap v3081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:08.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:08.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:09.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:09.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:09 smithi187 ceph-mon[111815]: pgmap v3082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:09 smithi088 ceph-mon[96111]: pgmap v3082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:10.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:10.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:11.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:11.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:11 smithi187 ceph-mon[111815]: pgmap v3083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:11.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:11 smithi088 ceph-mon[96111]: pgmap v3083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:12.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:12.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:13.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:13.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:13 smithi187 ceph-mon[111815]: pgmap v3084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:13 smithi088 ceph-mon[96111]: pgmap v3084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:14.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:14.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:15.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:15.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:15 smithi187 ceph-mon[111815]: pgmap v3085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:59:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:15 smithi088 ceph-mon[96111]: pgmap v3085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:59:16.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:16.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:17.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:17.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:17 smithi088 ceph-mon[96111]: pgmap v3086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:17 smithi187 ceph-mon[111815]: pgmap v3086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:18.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:18.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:19.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:19.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:19 smithi187 ceph-mon[111815]: pgmap v3087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:19 smithi088 ceph-mon[96111]: pgmap v3087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:20.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:20.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:21.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:21.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:21 smithi187 ceph-mon[111815]: pgmap v3088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:22.059 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:21 smithi088 ceph-mon[96111]: pgmap v3088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:22.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:22.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:23.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:23.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:23 smithi187 ceph-mon[111815]: pgmap v3089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:24.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:23 smithi088 ceph-mon[96111]: pgmap v3089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:24.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:24.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:25.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:25.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:25 smithi187 ceph-mon[111815]: pgmap v3090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:25 smithi088 ceph-mon[96111]: pgmap v3090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:26.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:26.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:27.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:27.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:27 smithi088 ceph-mon[96111]: pgmap v3091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:27 smithi187 ceph-mon[111815]: pgmap v3091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:28.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:28.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:29.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:29.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:29 smithi187 ceph-mon[111815]: pgmap v3092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:29 smithi088 ceph-mon[96111]: pgmap v3092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:30.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:30.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:59:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:59:31.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:31.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:31 smithi187 ceph-mon[111815]: pgmap v3093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:31 smithi088 ceph-mon[96111]: pgmap v3093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:32.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:32.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:33.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:33.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:33 smithi187 ceph-mon[111815]: pgmap v3094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:33 smithi088 ceph-mon[96111]: pgmap v3094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:34.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:34.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:35.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:35.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:35 smithi187 ceph-mon[111815]: pgmap v3095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:35 smithi088 ceph-mon[96111]: pgmap v3095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:36.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:36.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:37 smithi088 ceph-mon[96111]: pgmap v3096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:37.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:37.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:37 smithi187 ceph-mon[111815]: pgmap v3096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:38.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:38.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:39.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:39.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:39 smithi187 ceph-mon[111815]: pgmap v3097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:39 smithi088 ceph-mon[96111]: pgmap v3097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:40.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:40.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:41.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:41.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:41 smithi187 ceph-mon[111815]: pgmap v3098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:41 smithi088 ceph-mon[96111]: pgmap v3098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:42.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:42.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:43.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:43.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:43 smithi187 ceph-mon[111815]: pgmap v3099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:43 smithi088 ceph-mon[96111]: pgmap v3099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:44.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:44.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:45.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:45.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:45 smithi187 ceph-mon[111815]: pgmap v3100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:59:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:45 smithi088 ceph-mon[96111]: pgmap v3100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T00:59:46.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:46.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:59:47.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T00:59:47.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:47.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:47 smithi187 ceph-mon[111815]: pgmap v3101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:59:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:59:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:59:47.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:59:47.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:59:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:47 smithi088 ceph-mon[96111]: pgmap v3101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T00:59:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T00:59:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:59:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T00:59:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T00:59:48.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:48.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:49.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:49.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:49 smithi187 ceph-mon[111815]: pgmap v3102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:49 smithi088 ceph-mon[96111]: pgmap v3102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:50.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:50.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:51.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:51.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:51 smithi187 ceph-mon[111815]: pgmap v3103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:51 smithi088 ceph-mon[96111]: pgmap v3103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:52.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:52.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:53.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:53.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:53 smithi187 ceph-mon[111815]: pgmap v3104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:53 smithi088 ceph-mon[96111]: pgmap v3104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:54.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:54.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:55.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:55.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:55 smithi187 ceph-mon[111815]: pgmap v3105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:55 smithi088 ceph-mon[96111]: pgmap v3105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T00:59:56.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:56.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:57 smithi088 ceph-mon[96111]: pgmap v3106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:57.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:57.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:57.935 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:57 smithi187 ceph-mon[111815]: pgmap v3106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T00:59:58.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:58.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:59.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T00:59:59.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T00:59:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 00:59:59 smithi187 ceph-mon[111815]: pgmap v3107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 00:59:59 smithi088 ceph-mon[96111]: pgmap v3107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:00.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:00.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:00:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T01:00:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:00:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T01:00:01.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:01.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:01 smithi187 ceph-mon[111815]: pgmap v3108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:01 smithi088 ceph-mon[96111]: pgmap v3108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:02.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:02.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:03.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:03.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:03 smithi187 ceph-mon[111815]: pgmap v3109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:03 smithi088 ceph-mon[96111]: pgmap v3109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:04.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:04.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:05.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:05.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:05 smithi187 ceph-mon[111815]: pgmap v3110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:06.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:05 smithi088 ceph-mon[96111]: pgmap v3110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:06.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:06.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:07 smithi088 ceph-mon[96111]: pgmap v3111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:07.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:07.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:07 smithi187 ceph-mon[111815]: pgmap v3111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:08.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:08.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:09.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:09.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:09 smithi187 ceph-mon[111815]: pgmap v3112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:09 smithi088 ceph-mon[96111]: pgmap v3112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:10.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:10.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:11.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:11.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:11 smithi187 ceph-mon[111815]: pgmap v3113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:11 smithi088 ceph-mon[96111]: pgmap v3113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:12.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:12.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:13.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:13.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:13 smithi187 ceph-mon[111815]: pgmap v3114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:14.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:13 smithi088 ceph-mon[96111]: pgmap v3114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:14.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:14.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:15.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:15.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:15 smithi187 ceph-mon[111815]: pgmap v3115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:00:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:15 smithi088 ceph-mon[96111]: pgmap v3115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:00:16.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:16.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:17 smithi088 ceph-mon[96111]: pgmap v3116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:17.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:17.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:17 smithi187 ceph-mon[111815]: pgmap v3116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:18.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:18.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:19.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:19.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:19 smithi187 ceph-mon[111815]: pgmap v3117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:19 smithi088 ceph-mon[96111]: pgmap v3117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:20.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:20.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:21.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:21.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:21 smithi187 ceph-mon[111815]: pgmap v3118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:21 smithi088 ceph-mon[96111]: pgmap v3118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:22.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:22.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:23.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:23.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:23 smithi187 ceph-mon[111815]: pgmap v3119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:24.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:23 smithi088 ceph-mon[96111]: pgmap v3119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:24.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:24.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:25.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:25.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:25 smithi187 ceph-mon[111815]: pgmap v3120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:26.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:25 smithi088 ceph-mon[96111]: pgmap v3120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:26.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:26.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:27 smithi088 ceph-mon[96111]: pgmap v3121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:27.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:27.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:27 smithi187 ceph-mon[111815]: pgmap v3121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:28.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:28.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:29.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:29.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:29 smithi187 ceph-mon[111815]: pgmap v3122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:29 smithi088 ceph-mon[96111]: pgmap v3122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:30.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:30.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:00:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:00:31.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:31.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:31 smithi187 ceph-mon[111815]: pgmap v3123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:31 smithi088 ceph-mon[96111]: pgmap v3123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:32.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:32.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:33.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:33.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:33 smithi187 ceph-mon[111815]: pgmap v3124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:33 smithi088 ceph-mon[96111]: pgmap v3124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:34.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:34.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:35.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:35.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:35 smithi187 ceph-mon[111815]: pgmap v3125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:36.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:35 smithi088 ceph-mon[96111]: pgmap v3125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:36.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:36.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:37.797 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:37 smithi088 ceph-mon[96111]: pgmap v3126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:37.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:37.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:37 smithi187 ceph-mon[111815]: pgmap v3126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:38.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:38.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:39.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:39.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:39 smithi187 ceph-mon[111815]: pgmap v3127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:40.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:39 smithi088 ceph-mon[96111]: pgmap v3127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:40.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:40.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:41.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:41.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:41 smithi187 ceph-mon[111815]: pgmap v3128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:41 smithi088 ceph-mon[96111]: pgmap v3128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:42.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:42.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:43.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:43.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:43 smithi187 ceph-mon[111815]: pgmap v3129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:43 smithi088 ceph-mon[96111]: pgmap v3129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:44.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:44.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:45.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:45.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:45 smithi187 ceph-mon[111815]: pgmap v3130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:00:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:45 smithi088 ceph-mon[96111]: pgmap v3130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:00:46.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:46.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:47.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:47 smithi088 ceph-mon[96111]: pgmap v3131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:47.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:00:47.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:00:47.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:00:47.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:47.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:47.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:47 smithi187 ceph-mon[111815]: pgmap v3131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:47.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:00:47.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:00:47.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:00:48.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:00:48.830 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:00:48.830 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:00:48.831 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:00:48.831 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:00:48.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:48.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:00:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:00:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:00:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:00:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:00:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:49 smithi088 ceph-mon[96111]: pgmap v3132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:49.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:49.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:49 smithi187 ceph-mon[111815]: pgmap v3132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:50.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:50.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:51.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:51.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:51 smithi187 ceph-mon[111815]: pgmap v3133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:52.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:51 smithi088 ceph-mon[96111]: pgmap v3133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:52.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:52.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:53.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:53.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:53 smithi187 ceph-mon[111815]: pgmap v3134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:53 smithi088 ceph-mon[96111]: pgmap v3134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:54.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:54.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:55.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:55.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:55 smithi187 ceph-mon[111815]: pgmap v3135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:55 smithi088 ceph-mon[96111]: pgmap v3135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:00:56.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:56.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:57 smithi088 ceph-mon[96111]: pgmap v3136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:57.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:57.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:57 smithi187 ceph-mon[111815]: pgmap v3136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:00:58.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:58.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:59.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:00:59.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:00:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:00:59 smithi187 ceph-mon[111815]: pgmap v3137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:00.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:00:59 smithi088 ceph-mon[96111]: pgmap v3137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:01:00.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:00.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:01:01.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:01 smithi088 ceph-mon[96111]: pgmap v3138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:01 smithi187 ceph-mon[111815]: pgmap v3138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:01.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:01.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:02.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:02.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:03 smithi187 ceph-mon[111815]: pgmap v3139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:03.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:03.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:04.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:03 smithi088 ceph-mon[96111]: pgmap v3139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:04.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:04.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:05 smithi187 ceph-mon[111815]: pgmap v3140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:05.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:05.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:06.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:05 smithi088 ceph-mon[96111]: pgmap v3140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:06.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:06.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:07 smithi088 ceph-mon[96111]: pgmap v3141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:07 smithi187 ceph-mon[111815]: pgmap v3141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:07.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:07.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:08.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:08.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:09 smithi187 ceph-mon[111815]: pgmap v3142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:09.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:09.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:09 smithi088 ceph-mon[96111]: pgmap v3142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:10.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:10.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:11.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:11 smithi187 ceph-mon[111815]: pgmap v3143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:11.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:11.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:11 smithi088 ceph-mon[96111]: pgmap v3143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:12.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:12.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:13 smithi187 ceph-mon[111815]: pgmap v3144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:13.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:13.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:13 smithi088 ceph-mon[96111]: pgmap v3144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:14.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:14.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:15 smithi187 ceph-mon[111815]: pgmap v3145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:01:15.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:15.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:16.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:15 smithi088 ceph-mon[96111]: pgmap v3145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:16.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:01:16.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:16.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:17 smithi088 ceph-mon[96111]: pgmap v3146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:17 smithi187 ceph-mon[111815]: pgmap v3146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:17.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:17.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:18.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:18.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:19 smithi187 ceph-mon[111815]: pgmap v3147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:19.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:19.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:19 smithi088 ceph-mon[96111]: pgmap v3147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:20.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:20.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:21 smithi187 ceph-mon[111815]: pgmap v3148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:21.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:21.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:21 smithi088 ceph-mon[96111]: pgmap v3148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:22.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:22.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:23 smithi187 ceph-mon[111815]: pgmap v3149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:23.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:23.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:24.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:23 smithi088 ceph-mon[96111]: pgmap v3149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:25.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:25.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:25 smithi187 ceph-mon[111815]: pgmap v3150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:26.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:26.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:25 smithi088 ceph-mon[96111]: pgmap v3150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:27.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:27.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:27 smithi088 ceph-mon[96111]: pgmap v3151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:27 smithi187 ceph-mon[111815]: pgmap v3151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:28.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:28.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:29.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:29.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:29 smithi187 ceph-mon[111815]: pgmap v3152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:30.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:30.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:29 smithi088 ceph-mon[96111]: pgmap v3152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:01:31.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:31.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:31.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:01:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:31 smithi187 ceph-mon[111815]: pgmap v3153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:32.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:32.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:31 smithi088 ceph-mon[96111]: pgmap v3153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:33.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:33.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:33 smithi187 ceph-mon[111815]: pgmap v3154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:34.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:34.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:33 smithi088 ceph-mon[96111]: pgmap v3154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:35.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:35.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:35 smithi187 ceph-mon[111815]: pgmap v3155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:36.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:36.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:35 smithi088 ceph-mon[96111]: pgmap v3155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:37.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:37.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:37 smithi088 ceph-mon[96111]: pgmap v3156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:37 smithi187 ceph-mon[111815]: pgmap v3156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:38.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:38.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:39.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:39.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:39 smithi187 ceph-mon[111815]: pgmap v3157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:40.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:40.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:39 smithi088 ceph-mon[96111]: pgmap v3157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:41.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:41.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:41 smithi187 ceph-mon[111815]: pgmap v3158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:42.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:42.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:41 smithi088 ceph-mon[96111]: pgmap v3158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:43.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:43.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:43 smithi187 ceph-mon[111815]: pgmap v3159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:44.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:44.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:43 smithi088 ceph-mon[96111]: pgmap v3159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:45.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:45.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:45 smithi187 ceph-mon[111815]: pgmap v3160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:01:46.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:46.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:46.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:45 smithi088 ceph-mon[96111]: pgmap v3160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:01:47.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:47.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:47 smithi088 ceph-mon[96111]: pgmap v3161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:47 smithi187 ceph-mon[111815]: pgmap v3161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:48.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:48.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:01:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:01:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:01:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:01:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:01:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:01:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:01:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:01:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:01:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:01:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:01:48.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:01:49.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:49.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:49 smithi088 ceph-mon[96111]: pgmap v3162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:49 smithi187 ceph-mon[111815]: pgmap v3162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:50.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:50.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:51.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:51.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:51 smithi187 ceph-mon[111815]: pgmap v3163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:52.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:52.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:52.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:51 smithi088 ceph-mon[96111]: pgmap v3163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:53.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:53.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:53 smithi088 ceph-mon[96111]: pgmap v3164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:53 smithi187 ceph-mon[111815]: pgmap v3164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:54.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:54.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:55.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:55.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:55 smithi187 ceph-mon[111815]: pgmap v3165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:56.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:56.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:56.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:55 smithi088 ceph-mon[96111]: pgmap v3165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:01:57.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:57.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:57 smithi088 ceph-mon[96111]: pgmap v3166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:57 smithi187 ceph-mon[111815]: pgmap v3166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:01:58.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:58.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:59.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:01:59.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:01:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:01:59 smithi187 ceph-mon[111815]: pgmap v3167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:00.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:00.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:00.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:01:59 smithi088 ceph-mon[96111]: pgmap v3167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:02:01.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:01.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:01.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:02:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:01 smithi187 ceph-mon[111815]: pgmap v3168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:02.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:02.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:02.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:01 smithi088 ceph-mon[96111]: pgmap v3168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:03.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:03.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:04.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:04.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:03 smithi088 ceph-mon[96111]: pgmap v3169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:03 smithi187 ceph-mon[111815]: pgmap v3169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:05.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:05.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:06.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:06.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:05 smithi088 ceph-mon[96111]: pgmap v3170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:05 smithi187 ceph-mon[111815]: pgmap v3170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:07.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:07.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:07 smithi088 ceph-mon[96111]: pgmap v3171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:07 smithi187 ceph-mon[111815]: pgmap v3171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:08.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:08.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:09.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:09.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:09 smithi187 ceph-mon[111815]: pgmap v3172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:09 smithi088 ceph-mon[96111]: pgmap v3172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:10.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:10.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:11.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:11.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:11 smithi187 ceph-mon[111815]: pgmap v3173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:12.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:11 smithi088 ceph-mon[96111]: pgmap v3173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:12.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:12.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:13.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:13.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:13 smithi088 ceph-mon[96111]: pgmap v3174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:14.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:14.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:13 smithi187 ceph-mon[111815]: pgmap v3174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:15.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:15.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:15 smithi088 ceph-mon[96111]: pgmap v3175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:02:16.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:16.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:15 smithi187 ceph-mon[111815]: pgmap v3175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:02:17.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:17.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:17 smithi088 ceph-mon[96111]: pgmap v3176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:17 smithi187 ceph-mon[111815]: pgmap v3176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:18.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:18.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:19.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:19.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:19 smithi187 ceph-mon[111815]: pgmap v3177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:19 smithi088 ceph-mon[96111]: pgmap v3177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:20.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:20.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:21.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:21.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:21 smithi088 ceph-mon[96111]: pgmap v3178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:22.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:22.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:21 smithi187 ceph-mon[111815]: pgmap v3178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:23.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:23.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:23 smithi088 ceph-mon[96111]: pgmap v3179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:24.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:24.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:23 smithi187 ceph-mon[111815]: pgmap v3179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:25.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:25.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:25 smithi088 ceph-mon[96111]: pgmap v3180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:26.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:26.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:25 smithi187 ceph-mon[111815]: pgmap v3180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:27.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:27.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:27 smithi088 ceph-mon[96111]: pgmap v3181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:27 smithi187 ceph-mon[111815]: pgmap v3181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:28.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:28.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:29.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:29.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:29 smithi187 ceph-mon[111815]: pgmap v3182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:30.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:29 smithi088 ceph-mon[96111]: pgmap v3182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:30.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:30.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:02:31.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:31.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:02:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:31 smithi088 ceph-mon[96111]: pgmap v3183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:32.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:32.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:31 smithi187 ceph-mon[111815]: pgmap v3183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:33.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:33.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:33 smithi088 ceph-mon[96111]: pgmap v3184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:34.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:34.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:33 smithi187 ceph-mon[111815]: pgmap v3184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:35.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:35.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:35 smithi088 ceph-mon[96111]: pgmap v3185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:36.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:36.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:35 smithi187 ceph-mon[111815]: pgmap v3185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:37.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:37.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:37 smithi088 ceph-mon[96111]: pgmap v3186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:37 smithi187 ceph-mon[111815]: pgmap v3186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:38.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:38.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:39.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:39.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:39 smithi187 ceph-mon[111815]: pgmap v3187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:39 smithi088 ceph-mon[96111]: pgmap v3187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:40.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:40.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:41.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:41.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:41 smithi088 ceph-mon[96111]: pgmap v3188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:42.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:42.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:41 smithi187 ceph-mon[111815]: pgmap v3188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:43.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:43.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:44.019 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:43 smithi088 ceph-mon[96111]: pgmap v3189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:44.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:44.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:43 smithi187 ceph-mon[111815]: pgmap v3189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:45.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:45.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:45 smithi088 ceph-mon[96111]: pgmap v3190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:02:46.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:46.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:45 smithi187 ceph-mon[111815]: pgmap v3190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:02:47.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:47.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:47 smithi088 ceph-mon[96111]: pgmap v3191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:47 smithi187 ceph-mon[111815]: pgmap v3191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:48.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:48.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:48.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:02:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:02:49.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:49.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:49 smithi088 ceph-mon[96111]: pgmap v3192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:02:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:02:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:02:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:02:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:02:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:49 smithi187 ceph-mon[111815]: pgmap v3192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:02:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:02:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:02:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:02:49.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:02:50.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:50.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:51.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:51.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:52.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:51 smithi088 ceph-mon[96111]: pgmap v3193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:52.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:52.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:51 smithi187 ceph-mon[111815]: pgmap v3193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:53.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:53.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:53 smithi088 ceph-mon[96111]: pgmap v3194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:54.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:54.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:53 smithi187 ceph-mon[111815]: pgmap v3194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:55.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:55.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:55 smithi088 ceph-mon[96111]: pgmap v3195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:56.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:56.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:55 smithi187 ceph-mon[111815]: pgmap v3195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:02:57.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:57.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:57 smithi088 ceph-mon[96111]: pgmap v3196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:57 smithi187 ceph-mon[111815]: pgmap v3196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:02:58.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:58.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:02:59.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:02:59.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:00.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:02:59 smithi088 ceph-mon[96111]: pgmap v3197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:00.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:00.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:02:59 smithi187 ceph-mon[111815]: pgmap v3197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:03:01.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:01.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:03:02.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:01 smithi088 ceph-mon[96111]: pgmap v3198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:02.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:02.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:01 smithi187 ceph-mon[111815]: pgmap v3198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:03.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:03.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:04.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:03 smithi088 ceph-mon[96111]: pgmap v3199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:04.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:04.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:03 smithi187 ceph-mon[111815]: pgmap v3199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:05.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:05.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:05 smithi088 ceph-mon[96111]: pgmap v3200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:06.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:06.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:05 smithi187 ceph-mon[111815]: pgmap v3200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:07.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:07.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:07 smithi088 ceph-mon[96111]: pgmap v3201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:07 smithi187 ceph-mon[111815]: pgmap v3201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:08.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:08.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:09.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:09.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:09 smithi088 ceph-mon[96111]: pgmap v3202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:10.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:10.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:09 smithi187 ceph-mon[111815]: pgmap v3202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:11.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:11.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:12.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:11 smithi088 ceph-mon[96111]: pgmap v3203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:12.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:12.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:11 smithi187 ceph-mon[111815]: pgmap v3203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:13.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:13.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:14.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:13 smithi088 ceph-mon[96111]: pgmap v3204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:14.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:14.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:13 smithi187 ceph-mon[111815]: pgmap v3204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:15.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:15.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:15 smithi088 ceph-mon[96111]: pgmap v3205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:03:16.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:16.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:15 smithi187 ceph-mon[111815]: pgmap v3205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:03:17.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:17.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:17 smithi088 ceph-mon[96111]: pgmap v3206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:17 smithi187 ceph-mon[111815]: pgmap v3206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:18.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:18.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:19.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:19.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:20.043 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:19 smithi187 ceph-mon[111815]: pgmap v3207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:19 smithi088 ceph-mon[96111]: pgmap v3207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:20.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:20.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:21.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:21.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:21 smithi088 ceph-mon[96111]: pgmap v3208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:22.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:22.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:21 smithi187 ceph-mon[111815]: pgmap v3208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:23.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:23.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:23 smithi088 ceph-mon[96111]: pgmap v3209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:24.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:24.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:23 smithi187 ceph-mon[111815]: pgmap v3209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:25.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:25.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:25 smithi088 ceph-mon[96111]: pgmap v3210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:26.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:26.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:25 smithi187 ceph-mon[111815]: pgmap v3210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:27.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:27.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:27 smithi088 ceph-mon[96111]: pgmap v3211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:27 smithi187 ceph-mon[111815]: pgmap v3211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:28.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:28.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:30.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:29 smithi088 ceph-mon[96111]: pgmap v3212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:30.148 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:29 smithi187 ceph-mon[111815]: pgmap v3212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:30.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:30.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:03:31.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:31.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:03:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:31 smithi088 ceph-mon[96111]: pgmap v3213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:32.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:32.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:31 smithi187 ceph-mon[111815]: pgmap v3213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:33.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:33.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:33 smithi088 ceph-mon[96111]: pgmap v3214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:34.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:34.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:33 smithi187 ceph-mon[111815]: pgmap v3214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:35.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:35.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:35 smithi088 ceph-mon[96111]: pgmap v3215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:35 smithi187 ceph-mon[111815]: pgmap v3215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:36.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:36.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:37.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:37.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:37 smithi088 ceph-mon[96111]: pgmap v3216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:37 smithi187 ceph-mon[111815]: pgmap v3216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:38.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:38.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:39.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:39.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:39.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:39 smithi088 ceph-mon[96111]: pgmap v3217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:39 smithi187 ceph-mon[111815]: pgmap v3217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:40.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:40.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:41.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:41.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:41 smithi088 ceph-mon[96111]: pgmap v3218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:41 smithi187 ceph-mon[111815]: pgmap v3218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:42.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:42.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:43.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:43.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:44.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:43 smithi088 ceph-mon[96111]: pgmap v3219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:43 smithi187 ceph-mon[111815]: pgmap v3219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:44.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:44.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:45.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:45.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:46.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:45 smithi088 ceph-mon[96111]: pgmap v3220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:03:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:45 smithi187 ceph-mon[111815]: pgmap v3220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:03:46.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:46.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:47.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:47.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:47 smithi088 ceph-mon[96111]: pgmap v3221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:47 smithi187 ceph-mon[111815]: pgmap v3221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:48.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:48.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:49.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:49.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:49 smithi088 ceph-mon[96111]: pgmap v3222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:03:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:03:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:03:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:03:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:03:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:03:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:49 smithi187 ceph-mon[111815]: pgmap v3222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:03:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:03:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:03:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:03:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:03:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:03:50.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:50.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:51.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:51.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:52.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:51 smithi088 ceph-mon[96111]: pgmap v3223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:51 smithi187 ceph-mon[111815]: pgmap v3223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:52.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:52.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:53.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:53.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:53 smithi088 ceph-mon[96111]: pgmap v3224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:53 smithi187 ceph-mon[111815]: pgmap v3224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:54.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:54.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:55.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:55.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:55 smithi088 ceph-mon[96111]: pgmap v3225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:55 smithi187 ceph-mon[111815]: pgmap v3225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:03:56.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:56.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:57.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:57.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:57 smithi088 ceph-mon[96111]: pgmap v3226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:57 smithi187 ceph-mon[111815]: pgmap v3226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:03:58.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:58.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:03:59.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:03:59.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:03:59 smithi088 ceph-mon[96111]: pgmap v3227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:03:59 smithi187 ceph-mon[111815]: pgmap v3227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:00.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:00.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:04:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:04:01.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:01.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:02.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:01 smithi088 ceph-mon[96111]: pgmap v3228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:01 smithi187 ceph-mon[111815]: pgmap v3228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:02.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:02.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:03.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:03.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:03 smithi088 ceph-mon[96111]: pgmap v3229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:03 smithi187 ceph-mon[111815]: pgmap v3229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:04.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:04.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:05.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:05.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:05 smithi187 ceph-mon[111815]: pgmap v3230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:06.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:05 smithi088 ceph-mon[96111]: pgmap v3230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:06.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:06.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:07.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:07.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:07 smithi088 ceph-mon[96111]: pgmap v3231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:07 smithi187 ceph-mon[111815]: pgmap v3231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:08.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:08.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:09.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:09.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:09 smithi088 ceph-mon[96111]: pgmap v3232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:09 smithi187 ceph-mon[111815]: pgmap v3232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:10.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:10.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:11.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:11.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:11 smithi088 ceph-mon[96111]: pgmap v3233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:11 smithi187 ceph-mon[111815]: pgmap v3233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:12.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:12.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:13.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:13.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:13 smithi088 ceph-mon[96111]: pgmap v3234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:13 smithi187 ceph-mon[111815]: pgmap v3234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:14.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:14.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:15.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:15.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:15 smithi187 ceph-mon[111815]: pgmap v3235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:04:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:15 smithi088 ceph-mon[96111]: pgmap v3235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:04:16.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:16.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:17.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:17.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:17 smithi088 ceph-mon[96111]: pgmap v3236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:17 smithi187 ceph-mon[111815]: pgmap v3236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:18.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:18.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:19.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:19.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:19 smithi088 ceph-mon[96111]: pgmap v3237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:19 smithi187 ceph-mon[111815]: pgmap v3237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:20.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:20.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:21.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:21.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:21 smithi088 ceph-mon[96111]: pgmap v3238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:21 smithi187 ceph-mon[111815]: pgmap v3238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:22.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:22.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:23.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:23.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:23 smithi088 ceph-mon[96111]: pgmap v3239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:23 smithi187 ceph-mon[111815]: pgmap v3239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:24.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:24.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:25.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:25.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:26.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:25 smithi088 ceph-mon[96111]: pgmap v3240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:25 smithi187 ceph-mon[111815]: pgmap v3240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:26.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:26.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:27.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:27.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:27 smithi088 ceph-mon[96111]: pgmap v3241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:27 smithi187 ceph-mon[111815]: pgmap v3241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:28.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:28.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:29.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:29.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:30.051 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:29 smithi088 ceph-mon[96111]: pgmap v3242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:29 smithi187 ceph-mon[111815]: pgmap v3242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:30.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:30.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:04:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:04:31.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:31.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:31 smithi088 ceph-mon[96111]: pgmap v3243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:32.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:31 smithi187 ceph-mon[111815]: pgmap v3243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:32.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:32.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:33.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:33.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:33 smithi088 ceph-mon[96111]: pgmap v3244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:33 smithi187 ceph-mon[111815]: pgmap v3244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:34.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:34.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:35.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:35.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:35 smithi088 ceph-mon[96111]: pgmap v3245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:35 smithi187 ceph-mon[111815]: pgmap v3245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:36.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:36.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:37.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:37.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:37 smithi187 ceph-mon[111815]: pgmap v3246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:37 smithi088 ceph-mon[96111]: pgmap v3246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:38.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:38.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:39.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:39.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:40.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:39 smithi088 ceph-mon[96111]: pgmap v3247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:39 smithi187 ceph-mon[111815]: pgmap v3247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:40.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:40.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:41.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:41.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:41 smithi088 ceph-mon[96111]: pgmap v3248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:41 smithi187 ceph-mon[111815]: pgmap v3248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:42.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:42.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:43.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:43.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:43 smithi088 ceph-mon[96111]: pgmap v3249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:43 smithi187 ceph-mon[111815]: pgmap v3249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:44.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:44.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:45.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:45.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:45 smithi088 ceph-mon[96111]: pgmap v3250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:04:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:45 smithi187 ceph-mon[111815]: pgmap v3250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:04:46.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:46.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:47.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:47.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:47 smithi187 ceph-mon[111815]: pgmap v3251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:47 smithi088 ceph-mon[96111]: pgmap v3251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:48.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:48.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:49.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:49.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:49 smithi088 ceph-mon[96111]: pgmap v3252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:04:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:49 smithi187 ceph-mon[111815]: pgmap v3252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:04:50.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:50.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:04:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:04:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:04:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:04:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:04:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:04:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:04:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:04:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:04:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:04:51.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:51.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:51 smithi187 ceph-mon[111815]: pgmap v3253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:51 smithi088 ceph-mon[96111]: pgmap v3253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:52.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:52.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:53.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:53.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:53 smithi187 ceph-mon[111815]: pgmap v3254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:53 smithi088 ceph-mon[96111]: pgmap v3254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:54.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:54.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:55.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:55.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:55 smithi187 ceph-mon[111815]: pgmap v3255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:55 smithi088 ceph-mon[96111]: pgmap v3255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:04:56.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:56.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:57.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:57.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:57 smithi187 ceph-mon[111815]: pgmap v3256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:58.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:57 smithi088 ceph-mon[96111]: pgmap v3256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:04:58.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:58.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:04:59.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:04:59.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:04:59 smithi088 ceph-mon[96111]: pgmap v3257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:04:59 smithi187 ceph-mon[111815]: pgmap v3257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:00.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:00.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:05:01.098 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:05:01.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:01.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:01 smithi088 ceph-mon[96111]: pgmap v3258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:01 smithi187 ceph-mon[111815]: pgmap v3258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:02.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:02.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:03.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:03.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:03 smithi088 ceph-mon[96111]: pgmap v3259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:03 smithi187 ceph-mon[111815]: pgmap v3259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:04.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:04.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:05.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:05.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:05 smithi088 ceph-mon[96111]: pgmap v3260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:06.151 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:05 smithi187 ceph-mon[111815]: pgmap v3260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:06.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:06.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:07.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:07.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:07 smithi187 ceph-mon[111815]: pgmap v3261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:08.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:07 smithi088 ceph-mon[96111]: pgmap v3261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:08.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:08.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:09.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:09.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:09 smithi088 ceph-mon[96111]: pgmap v3262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:09 smithi187 ceph-mon[111815]: pgmap v3262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:10.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:10.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:11.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:11.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:11 smithi088 ceph-mon[96111]: pgmap v3263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:11 smithi187 ceph-mon[111815]: pgmap v3263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:12.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:12.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:13.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:13.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:14.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:13 smithi088 ceph-mon[96111]: pgmap v3264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:13 smithi187 ceph-mon[111815]: pgmap v3264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:14.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:14.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:15.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:15.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:16.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:15 smithi088 ceph-mon[96111]: pgmap v3265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:05:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:15 smithi187 ceph-mon[111815]: pgmap v3265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:05:16.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:16.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:17.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:17.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:17 smithi187 ceph-mon[111815]: pgmap v3266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:17 smithi088 ceph-mon[96111]: pgmap v3266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:18.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:18.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:19.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:19.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:20.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:19 smithi088 ceph-mon[96111]: pgmap v3267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:19 smithi187 ceph-mon[111815]: pgmap v3267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:20.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:20.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:21.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:21.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:21 smithi088 ceph-mon[96111]: pgmap v3268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:21 smithi187 ceph-mon[111815]: pgmap v3268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:22.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:22.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:23.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:23.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:23 smithi088 ceph-mon[96111]: pgmap v3269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:23 smithi187 ceph-mon[111815]: pgmap v3269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:24.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:24.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:25.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:25.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:25 smithi088 ceph-mon[96111]: pgmap v3270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:25 smithi187 ceph-mon[111815]: pgmap v3270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:26.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:26.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:27.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:27.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:27 smithi187 ceph-mon[111815]: pgmap v3271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:27 smithi088 ceph-mon[96111]: pgmap v3271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:28.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:28.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:29.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:29.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:29 smithi088 ceph-mon[96111]: pgmap v3272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:29 smithi187 ceph-mon[111815]: pgmap v3272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:30.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:30.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:05:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:05:31.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:31.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:31 smithi088 ceph-mon[96111]: pgmap v3273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:31 smithi187 ceph-mon[111815]: pgmap v3273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:32.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:32.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:33.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:33.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:33 smithi088 ceph-mon[96111]: pgmap v3274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:33 smithi187 ceph-mon[111815]: pgmap v3274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:34.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:34.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:35.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:35.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:36.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:35 smithi088 ceph-mon[96111]: pgmap v3275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:35 smithi187 ceph-mon[111815]: pgmap v3275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:36.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:36.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:37.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:37.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:37 smithi187 ceph-mon[111815]: pgmap v3276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:38.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:37 smithi088 ceph-mon[96111]: pgmap v3276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:38.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:38.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:39.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:39.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:40.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:39 smithi088 ceph-mon[96111]: pgmap v3277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:39 smithi187 ceph-mon[111815]: pgmap v3277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:40.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:40.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:41.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:41.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:41 smithi187 ceph-mon[111815]: pgmap v3278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:41 smithi088 ceph-mon[96111]: pgmap v3278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:42.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:42.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:43.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:43.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:43 smithi088 ceph-mon[96111]: pgmap v3279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:43 smithi187 ceph-mon[111815]: pgmap v3279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:44.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:44.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:45.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:45.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:45 smithi088 ceph-mon[96111]: pgmap v3280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:05:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:45 smithi187 ceph-mon[111815]: pgmap v3280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:05:46.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:46.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:47.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:47.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:47 smithi187 ceph-mon[111815]: pgmap v3281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:47 smithi088 ceph-mon[96111]: pgmap v3281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:48.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:48.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:49.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:49.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:49 smithi088 ceph-mon[96111]: pgmap v3282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:49 smithi187 ceph-mon[111815]: pgmap v3282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:50.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:50.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:05:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:05:51.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:51.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:51 smithi187 ceph-mon[111815]: pgmap v3283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:51 smithi088 ceph-mon[96111]: pgmap v3283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:52.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:52.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:53.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:53.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:05:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:05:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:53 smithi187 ceph-mon[111815]: pgmap v3284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:05:53.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:05:53.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:05:53.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:05:53.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:05:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:05:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:05:54.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:53 smithi088 ceph-mon[96111]: pgmap v3284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:54.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:05:54.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:05:54.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:05:54.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:05:54.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:05:54.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:54.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:55.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:55.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:56.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:55 smithi088 ceph-mon[96111]: pgmap v3285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:55 smithi187 ceph-mon[111815]: pgmap v3285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:05:56.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:56.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:57.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:57.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:57 smithi187 ceph-mon[111815]: pgmap v3286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:58.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:57 smithi088 ceph-mon[96111]: pgmap v3286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:05:58.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:58.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:05:59.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:05:59.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:05:59 smithi088 ceph-mon[96111]: pgmap v3287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:05:59 smithi187 ceph-mon[111815]: pgmap v3287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:00.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:00.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:06:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:06:01.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:01.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:01 smithi088 ceph-mon[96111]: pgmap v3288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:01 smithi187 ceph-mon[111815]: pgmap v3288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:02.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:02.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:03.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:03.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:03 smithi088 ceph-mon[96111]: pgmap v3289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:03 smithi187 ceph-mon[111815]: pgmap v3289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:04.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:04.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:05.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:05.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:06.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:05 smithi088 ceph-mon[96111]: pgmap v3290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:05 smithi187 ceph-mon[111815]: pgmap v3290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:06.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:06.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:07.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:07.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:07 smithi187 ceph-mon[111815]: pgmap v3291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:08.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:07 smithi088 ceph-mon[96111]: pgmap v3291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:08.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:08.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:09.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:09.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:09 smithi088 ceph-mon[96111]: pgmap v3292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:09 smithi187 ceph-mon[111815]: pgmap v3292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:11.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:11.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:11 smithi088 ceph-mon[96111]: pgmap v3293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:11 smithi187 ceph-mon[111815]: pgmap v3293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:12.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:12.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:13.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:13.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:14.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:13 smithi088 ceph-mon[96111]: pgmap v3294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:13 smithi187 ceph-mon[111815]: pgmap v3294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:14.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:14.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:15.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:15.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:15 smithi088 ceph-mon[96111]: pgmap v3295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:06:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:15 smithi187 ceph-mon[111815]: pgmap v3295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:06:16.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:16.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:17.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:17.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:17 smithi187 ceph-mon[111815]: pgmap v3296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:17 smithi088 ceph-mon[96111]: pgmap v3296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:18.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:18.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:19.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:19.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:19 smithi088 ceph-mon[96111]: pgmap v3297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:19 smithi187 ceph-mon[111815]: pgmap v3297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:20.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:20.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:21.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:21.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:21 smithi088 ceph-mon[96111]: pgmap v3298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:21 smithi187 ceph-mon[111815]: pgmap v3298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:22.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:22.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:23.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:23.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:24.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:23 smithi088 ceph-mon[96111]: pgmap v3299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:23 smithi187 ceph-mon[111815]: pgmap v3299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:24.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:24.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:25.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:25.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:25 smithi088 ceph-mon[96111]: pgmap v3300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:25 smithi187 ceph-mon[111815]: pgmap v3300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:26.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:26.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:27.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:27.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:27 smithi187 ceph-mon[111815]: pgmap v3301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:27 smithi088 ceph-mon[96111]: pgmap v3301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:28.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:28.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:29.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:29.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:29 smithi088 ceph-mon[96111]: pgmap v3302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:29 smithi187 ceph-mon[111815]: pgmap v3302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:30.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:30.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:06:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:06:31.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:31.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:32.050 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:31 smithi187 ceph-mon[111815]: pgmap v3303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:31 smithi088 ceph-mon[96111]: pgmap v3303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:32.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:32.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:33.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:33.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:33 smithi088 ceph-mon[96111]: pgmap v3304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:33 smithi187 ceph-mon[111815]: pgmap v3304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:34.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:34.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:35.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:35.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:36.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:35 smithi088 ceph-mon[96111]: pgmap v3305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:35 smithi187 ceph-mon[111815]: pgmap v3305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:36.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:36.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:37.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:37.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:37 smithi187 ceph-mon[111815]: pgmap v3306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:38.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:37 smithi088 ceph-mon[96111]: pgmap v3306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:38.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:38.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:39.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:39.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:40.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:39 smithi088 ceph-mon[96111]: pgmap v3307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:39 smithi187 ceph-mon[111815]: pgmap v3307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:40.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:40.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:41.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:41.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:41 smithi088 ceph-mon[96111]: pgmap v3308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:42.154 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:41 smithi187 ceph-mon[111815]: pgmap v3308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:42.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:42.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:43.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:43.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:44.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:43 smithi088 ceph-mon[96111]: pgmap v3309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:43 smithi187 ceph-mon[111815]: pgmap v3309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:44.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:44.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:45.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:45.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:45 smithi088 ceph-mon[96111]: pgmap v3310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:06:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:45 smithi187 ceph-mon[111815]: pgmap v3310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:06:46.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:46.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:47.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:47.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:47 smithi187 ceph-mon[111815]: pgmap v3311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:47 smithi088 ceph-mon[96111]: pgmap v3311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:48.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:48.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:49.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:49.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:50.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:49 smithi088 ceph-mon[96111]: pgmap v3312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:49 smithi187 ceph-mon[111815]: pgmap v3312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:50.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:50.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:51.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:51.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:51 smithi088 ceph-mon[96111]: pgmap v3313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:51 smithi187 ceph-mon[111815]: pgmap v3313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:52.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:52.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:53.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:53.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:53 smithi088 ceph-mon[96111]: pgmap v3314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:06:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:53 smithi187 ceph-mon[111815]: pgmap v3314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:06:54.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:54.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:55.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:55.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:56.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:55 smithi088 ceph-mon[96111]: pgmap v3315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:55 smithi187 ceph-mon[111815]: pgmap v3315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:06:56.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:56.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:57.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:57.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:57 smithi187 ceph-mon[111815]: pgmap v3316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:58.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:57 smithi088 ceph-mon[96111]: pgmap v3316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:06:58.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:58.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:06:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:06:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:06:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:06:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:06:59.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:06:59.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:06:59.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:06:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:06:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:06:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:06:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:06:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:06:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:06:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:06:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:06:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:06:59.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:06:59.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:00 smithi187 ceph-mon[111815]: pgmap v3317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:07:00.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:00.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:00.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:00 smithi088 ceph-mon[96111]: pgmap v3317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:07:01.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:01.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:02 smithi187 ceph-mon[111815]: pgmap v3318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:02.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:02.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:02 smithi088 ceph-mon[96111]: pgmap v3318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:03.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:03.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:04 smithi187 ceph-mon[111815]: pgmap v3319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:04.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:04.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:04 smithi088 ceph-mon[96111]: pgmap v3319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:05.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:05.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:06 smithi187 ceph-mon[111815]: pgmap v3320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:06.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:06.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:06 smithi088 ceph-mon[96111]: pgmap v3320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:07.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:07.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:07 smithi187 ceph-mon[111815]: pgmap v3321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:07 smithi088 ceph-mon[96111]: pgmap v3321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:08.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:08.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:09.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:09.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:09 smithi088 ceph-mon[96111]: pgmap v3322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:09 smithi187 ceph-mon[111815]: pgmap v3322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:10.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:10.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:11.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:11.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:11 smithi088 ceph-mon[96111]: pgmap v3323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:11 smithi187 ceph-mon[111815]: pgmap v3323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:12.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:12.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:13.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:13.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:13 smithi088 ceph-mon[96111]: pgmap v3324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:13 smithi187 ceph-mon[111815]: pgmap v3324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:14.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:14.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:15.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:15.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:15 smithi088 ceph-mon[96111]: pgmap v3325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:07:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:15 smithi187 ceph-mon[111815]: pgmap v3325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:07:16.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:16.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:17.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:17.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:17 smithi187 ceph-mon[111815]: pgmap v3326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:17 smithi088 ceph-mon[96111]: pgmap v3326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:18.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:18.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:19.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:19.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:19 smithi088 ceph-mon[96111]: pgmap v3327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:19 smithi187 ceph-mon[111815]: pgmap v3327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:20.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:20.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:21.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:21.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:21 smithi088 ceph-mon[96111]: pgmap v3328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:21 smithi187 ceph-mon[111815]: pgmap v3328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:22.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:22.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:23.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:23.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:23 smithi088 ceph-mon[96111]: pgmap v3329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:23 smithi187 ceph-mon[111815]: pgmap v3329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:24.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:24.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:25.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:25.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:25 smithi088 ceph-mon[96111]: pgmap v3330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:25 smithi187 ceph-mon[111815]: pgmap v3330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:26.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:26.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:27.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:27.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:27 smithi187 ceph-mon[111815]: pgmap v3331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:27 smithi088 ceph-mon[96111]: pgmap v3331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:28.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:28.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:29.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:29.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:29 smithi088 ceph-mon[96111]: pgmap v3332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:29 smithi187 ceph-mon[111815]: pgmap v3332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:30.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:30.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:07:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:07:31.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:31.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:31 smithi088 ceph-mon[96111]: pgmap v3333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:31 smithi187 ceph-mon[111815]: pgmap v3333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:32.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:32.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:33.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:33.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:33 smithi088 ceph-mon[96111]: pgmap v3334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:33 smithi187 ceph-mon[111815]: pgmap v3334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:34.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:34.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:35.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:35.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:35 smithi088 ceph-mon[96111]: pgmap v3335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:35 smithi187 ceph-mon[111815]: pgmap v3335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:36.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:36.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:37.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:37.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:37 smithi187 ceph-mon[111815]: pgmap v3336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:37 smithi088 ceph-mon[96111]: pgmap v3336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:38.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:38.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:39.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:39.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:39 smithi088 ceph-mon[96111]: pgmap v3337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:39 smithi187 ceph-mon[111815]: pgmap v3337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:40.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:40.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:41.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:41.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:41 smithi088 ceph-mon[96111]: pgmap v3338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:41 smithi187 ceph-mon[111815]: pgmap v3338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:42.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:42.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:43.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:43.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:43 smithi088 ceph-mon[96111]: pgmap v3339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:43 smithi187 ceph-mon[111815]: pgmap v3339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:44.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:44.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:45.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:45.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:45 smithi088 ceph-mon[96111]: pgmap v3340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:07:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:45 smithi187 ceph-mon[111815]: pgmap v3340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:07:46.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:46.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:47.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:47.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:47 smithi187 ceph-mon[111815]: pgmap v3341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:47 smithi088 ceph-mon[96111]: pgmap v3341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:48.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:48.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:49.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:49.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:49 smithi088 ceph-mon[96111]: pgmap v3342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:49 smithi187 ceph-mon[111815]: pgmap v3342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:50.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:50.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:51.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:51.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:51 smithi088 ceph-mon[96111]: pgmap v3343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:51 smithi187 ceph-mon[111815]: pgmap v3343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:52.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:52.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:53.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:53.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:53 smithi088 ceph-mon[96111]: pgmap v3344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:53 smithi187 ceph-mon[111815]: pgmap v3344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:54.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:54.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:55.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:55.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:55 smithi088 ceph-mon[96111]: pgmap v3345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:55 smithi187 ceph-mon[111815]: pgmap v3345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:07:56.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:56.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:57.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:57.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:57.937 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:57 smithi187 ceph-mon[111815]: pgmap v3346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:57 smithi088 ceph-mon[96111]: pgmap v3346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:07:58.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:58.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:07:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:07:59.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:07:59.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:07:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:07:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:07:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:07:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:07:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:07:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:07:59 smithi187 ceph-mon[111815]: pgmap v3347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:08:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:08:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:08:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:08:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:08:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:07:59 smithi088 ceph-mon[96111]: pgmap v3347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:00.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:00.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:08:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:08:01.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:01.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:01 smithi187 ceph-mon[111815]: pgmap v3348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:01 smithi088 ceph-mon[96111]: pgmap v3348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:02.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:02.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:03.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:03.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:03 smithi088 ceph-mon[96111]: pgmap v3349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:03 smithi187 ceph-mon[111815]: pgmap v3349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:04.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:04.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:05.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:05.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:06.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:05 smithi088 ceph-mon[96111]: pgmap v3350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:05 smithi187 ceph-mon[111815]: pgmap v3350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:06.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:06.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:07.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:07.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:07 smithi187 ceph-mon[111815]: pgmap v3351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:08.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:07 smithi088 ceph-mon[96111]: pgmap v3351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:08.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:08.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:09.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:09.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:09 smithi088 ceph-mon[96111]: pgmap v3352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:09 smithi187 ceph-mon[111815]: pgmap v3352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:10.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:10.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:11.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:11.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:11 smithi088 ceph-mon[96111]: pgmap v3353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:11 smithi187 ceph-mon[111815]: pgmap v3353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:12.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:12.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:13.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:13.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:13 smithi088 ceph-mon[96111]: pgmap v3354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:13 smithi187 ceph-mon[111815]: pgmap v3354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:14.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:14.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:15.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:15.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:15 smithi088 ceph-mon[96111]: pgmap v3355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:08:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:15 smithi187 ceph-mon[111815]: pgmap v3355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:08:16.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:16.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:17.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:17.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:17 smithi187 ceph-mon[111815]: pgmap v3356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:17 smithi088 ceph-mon[96111]: pgmap v3356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:18.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:18.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:19.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:19.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:19 smithi088 ceph-mon[96111]: pgmap v3357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:19 smithi187 ceph-mon[111815]: pgmap v3357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:20.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:20.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:21.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:21.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:21 smithi088 ceph-mon[96111]: pgmap v3358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:21 smithi187 ceph-mon[111815]: pgmap v3358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:22.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:22.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:23.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:23.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:23 smithi187 ceph-mon[111815]: pgmap v3359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:23 smithi088 ceph-mon[96111]: pgmap v3359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:24.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:24.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:25.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:25.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:25 smithi187 ceph-mon[111815]: pgmap v3360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:25 smithi088 ceph-mon[96111]: pgmap v3360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:26.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:26.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:27.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:27.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:27 smithi187 ceph-mon[111815]: pgmap v3361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:27 smithi088 ceph-mon[96111]: pgmap v3361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:28.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:28.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:29.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:29.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:29 smithi088 ceph-mon[96111]: pgmap v3362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:29 smithi187 ceph-mon[111815]: pgmap v3362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:30.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:30.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:08:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:08:31.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:31.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:31 smithi187 ceph-mon[111815]: pgmap v3363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:31 smithi088 ceph-mon[96111]: pgmap v3363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:32.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:32.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:33.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:33.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:33 smithi088 ceph-mon[96111]: pgmap v3364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:33 smithi187 ceph-mon[111815]: pgmap v3364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:34.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:34.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:35.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:35.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:35 smithi187 ceph-mon[111815]: pgmap v3365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:35 smithi088 ceph-mon[96111]: pgmap v3365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:36.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:36.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:37.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:37.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:37 smithi088 ceph-mon[96111]: pgmap v3366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:37 smithi187 ceph-mon[111815]: pgmap v3366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:38.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:38.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:39.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:39.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:39 smithi088 ceph-mon[96111]: pgmap v3367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:39 smithi187 ceph-mon[111815]: pgmap v3367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:40.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:40.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:41.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:41.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:41 smithi187 ceph-mon[111815]: pgmap v3368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:41 smithi088 ceph-mon[96111]: pgmap v3368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:42.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:42.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:43.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:43.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:43 smithi187 ceph-mon[111815]: pgmap v3369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:43 smithi088 ceph-mon[96111]: pgmap v3369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:44.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:44.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:45.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:45.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:45 smithi187 ceph-mon[111815]: pgmap v3370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:08:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:45 smithi088 ceph-mon[96111]: pgmap v3370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:08:46.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:46.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:47.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:47.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:47.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:47 smithi088 ceph-mon[96111]: pgmap v3371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:47 smithi187 ceph-mon[111815]: pgmap v3371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:48.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:48.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:49.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:49.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:49 smithi187 ceph-mon[111815]: pgmap v3372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:49 smithi088 ceph-mon[96111]: pgmap v3372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:50.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:50.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:51.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:51.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:51 smithi187 ceph-mon[111815]: pgmap v3373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:51 smithi088 ceph-mon[96111]: pgmap v3373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:52.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:52.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:53.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:53.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:53 smithi187 ceph-mon[111815]: pgmap v3374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:53 smithi088 ceph-mon[96111]: pgmap v3374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:54.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:54.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:55.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:55.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:55 smithi187 ceph-mon[111815]: pgmap v3375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:55 smithi088 ceph-mon[96111]: pgmap v3375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:08:56.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:56.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:57.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:57.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:57 smithi187 ceph-mon[111815]: pgmap v3376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:57 smithi088 ceph-mon[96111]: pgmap v3376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:08:58.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:58.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:08:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:08:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:08:59.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:08:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:08:59.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:08:59.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:00 smithi088 ceph-mon[96111]: pgmap v3377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:09:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:09:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:09:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:09:00.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:09:00.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:09:00.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:09:00.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:09:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:00 smithi187 ceph-mon[111815]: pgmap v3377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:09:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:09:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:09:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:09:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:09:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:09:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:09:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:09:00.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:00.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:01.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:01.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:02 smithi088 ceph-mon[96111]: pgmap v3378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:02 smithi187 ceph-mon[111815]: pgmap v3378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:02.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:02.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:03.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:03.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:04 smithi088 ceph-mon[96111]: pgmap v3379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:04 smithi187 ceph-mon[111815]: pgmap v3379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:04.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:04.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:05.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:05.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:06 smithi088 ceph-mon[96111]: pgmap v3380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:06 smithi187 ceph-mon[111815]: pgmap v3380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:06.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:06.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:07.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:07.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:07 smithi187 ceph-mon[111815]: pgmap v3381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:07 smithi088 ceph-mon[96111]: pgmap v3381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:08.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:08.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:09.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:09.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:09 smithi187 ceph-mon[111815]: pgmap v3382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:09 smithi088 ceph-mon[96111]: pgmap v3382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:10.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:10.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:11.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:11.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:11 smithi187 ceph-mon[111815]: pgmap v3383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:11 smithi088 ceph-mon[96111]: pgmap v3383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:12.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:12.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:13.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:13.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:13 smithi187 ceph-mon[111815]: pgmap v3384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:13 smithi088 ceph-mon[96111]: pgmap v3384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:14.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:14.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:15.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:15.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:15 smithi187 ceph-mon[111815]: pgmap v3385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:09:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:15 smithi088 ceph-mon[96111]: pgmap v3385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:09:16.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:16.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:17.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:17.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:17 smithi187 ceph-mon[111815]: pgmap v3386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:17 smithi088 ceph-mon[96111]: pgmap v3386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:18.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:18.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:19.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:19.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:19 smithi187 ceph-mon[111815]: pgmap v3387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:19 smithi088 ceph-mon[96111]: pgmap v3387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:20.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:20.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:21.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:21.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:21 smithi187 ceph-mon[111815]: pgmap v3388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:21 smithi088 ceph-mon[96111]: pgmap v3388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:22.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:22.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:23.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:23.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:23 smithi187 ceph-mon[111815]: pgmap v3389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:23 smithi088 ceph-mon[96111]: pgmap v3389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:24.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:24.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:25.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:25.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:25 smithi187 ceph-mon[111815]: pgmap v3390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:25 smithi088 ceph-mon[96111]: pgmap v3390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:26.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:26.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:27.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:27.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:27.956 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:27 smithi088 ceph-mon[96111]: pgmap v3391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:27 smithi187 ceph-mon[111815]: pgmap v3391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:28.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:28.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:29.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:29.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:29 smithi187 ceph-mon[111815]: pgmap v3392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:29 smithi088 ceph-mon[96111]: pgmap v3392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:30.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:30.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:09:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:09:31.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:31.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:31 smithi187 ceph-mon[111815]: pgmap v3393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:31 smithi088 ceph-mon[96111]: pgmap v3393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:32.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:32.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:33.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:33.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:33 smithi187 ceph-mon[111815]: pgmap v3394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:33 smithi088 ceph-mon[96111]: pgmap v3394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:34.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:34.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:35.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:35.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:35 smithi187 ceph-mon[111815]: pgmap v3395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:35 smithi088 ceph-mon[96111]: pgmap v3395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:36.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:36.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:37.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:37.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:37 smithi187 ceph-mon[111815]: pgmap v3396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:38.053 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:37 smithi088 ceph-mon[96111]: pgmap v3396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:38.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:38.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:39.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:39.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:39 smithi187 ceph-mon[111815]: pgmap v3397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:39 smithi088 ceph-mon[96111]: pgmap v3397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:40.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:40.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:41.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:41.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:41 smithi187 ceph-mon[111815]: pgmap v3398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:41 smithi088 ceph-mon[96111]: pgmap v3398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:42.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:42.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:43.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:43.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:43 smithi187 ceph-mon[111815]: pgmap v3399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:43 smithi088 ceph-mon[96111]: pgmap v3399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:44.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:44.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:45.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:45.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:45 smithi187 ceph-mon[111815]: pgmap v3400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:09:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:45 smithi088 ceph-mon[96111]: pgmap v3400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:09:46.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:46.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:47.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:47.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:47 smithi187 ceph-mon[111815]: pgmap v3401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:47 smithi088 ceph-mon[96111]: pgmap v3401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:48.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:48.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:49.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:49.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:49 smithi187 ceph-mon[111815]: pgmap v3402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:49 smithi088 ceph-mon[96111]: pgmap v3402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:50.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:50.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:51.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:51.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:51 smithi187 ceph-mon[111815]: pgmap v3403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:51 smithi088 ceph-mon[96111]: pgmap v3403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:52.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:52.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:53.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:53.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:54.149 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:53 smithi187 ceph-mon[111815]: pgmap v3404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:53 smithi088 ceph-mon[96111]: pgmap v3404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:54.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:54.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:55.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:55.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:55 smithi187 ceph-mon[111815]: pgmap v3405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:55 smithi088 ceph-mon[96111]: pgmap v3405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:09:56.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:56.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:57.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:57.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:57 smithi187 ceph-mon[111815]: pgmap v3406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:57 smithi088 ceph-mon[96111]: pgmap v3406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:09:58.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:58.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:09:59.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:09:59.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:59 smithi187 ceph-mon[111815]: pgmap v3407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:09:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:10:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:59 smithi088 ceph-mon[96111]: pgmap v3407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:09:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:10:00.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:00.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T01:10:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:10:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:10:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:10:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:10:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:10:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:10:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T01:10:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:10:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:10:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:10:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:10:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:10:01.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:10:01.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:01.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:02.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:02 smithi088 ceph-mon[96111]: pgmap v3408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:02 smithi187 ceph-mon[111815]: pgmap v3408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:02.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:02.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:03.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:03.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:04 smithi088 ceph-mon[96111]: pgmap v3409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:04 smithi187 ceph-mon[111815]: pgmap v3409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:04.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:04.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:05.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:05.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:06 smithi088 ceph-mon[96111]: pgmap v3410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:06 smithi187 ceph-mon[111815]: pgmap v3410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:06.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:06.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:07.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:07.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:07 smithi187 ceph-mon[111815]: pgmap v3411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:07 smithi088 ceph-mon[96111]: pgmap v3411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:08.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:08.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:09.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:09.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:09 smithi187 ceph-mon[111815]: pgmap v3412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:09 smithi088 ceph-mon[96111]: pgmap v3412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:10.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:10.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:11.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:11.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:11 smithi187 ceph-mon[111815]: pgmap v3413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:11 smithi088 ceph-mon[96111]: pgmap v3413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:12.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:12.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:13.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:13.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:13 smithi187 ceph-mon[111815]: pgmap v3414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:13 smithi088 ceph-mon[96111]: pgmap v3414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:14.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:14.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:15.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:15.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:15 smithi187 ceph-mon[111815]: pgmap v3415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:10:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:15 smithi088 ceph-mon[96111]: pgmap v3415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:10:16.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:16.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:17.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:17.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:17 smithi187 ceph-mon[111815]: pgmap v3416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:17 smithi088 ceph-mon[96111]: pgmap v3416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:18.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:18.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:19.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:19.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:19 smithi187 ceph-mon[111815]: pgmap v3417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:19 smithi088 ceph-mon[96111]: pgmap v3417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:20.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:20.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:21.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:21.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:21 smithi187 ceph-mon[111815]: pgmap v3418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:21 smithi088 ceph-mon[96111]: pgmap v3418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:22.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:22.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:23.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:23.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:23 smithi187 ceph-mon[111815]: pgmap v3419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:23 smithi088 ceph-mon[96111]: pgmap v3419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:24.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:24.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:25.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:25.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:25 smithi187 ceph-mon[111815]: pgmap v3420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:25 smithi088 ceph-mon[96111]: pgmap v3420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:26.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:26.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:27.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:27.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:27 smithi187 ceph-mon[111815]: pgmap v3421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:27 smithi088 ceph-mon[96111]: pgmap v3421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:28.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:28.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:29.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:29.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:29 smithi187 ceph-mon[111815]: pgmap v3422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:29 smithi088 ceph-mon[96111]: pgmap v3422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:30.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:30.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:10:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:10:31.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:31.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:31 smithi187 ceph-mon[111815]: pgmap v3423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:31 smithi088 ceph-mon[96111]: pgmap v3423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:32.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:32.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:33.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:33.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:33 smithi187 ceph-mon[111815]: pgmap v3424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:33 smithi088 ceph-mon[96111]: pgmap v3424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:34.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:34.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:35.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:35.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:35 smithi187 ceph-mon[111815]: pgmap v3425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:35 smithi088 ceph-mon[96111]: pgmap v3425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:36.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:36.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:37.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:37.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:37 smithi187 ceph-mon[111815]: pgmap v3426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:37 smithi088 ceph-mon[96111]: pgmap v3426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:38.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:38.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:39.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:39.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:39 smithi187 ceph-mon[111815]: pgmap v3427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:39 smithi088 ceph-mon[96111]: pgmap v3427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:40.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:40.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:41.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:41.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:42.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:41 smithi187 ceph-mon[111815]: pgmap v3428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:41 smithi088 ceph-mon[96111]: pgmap v3428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:42.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:42.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:43.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:43.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:43 smithi088 ceph-mon[96111]: pgmap v3429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:43 smithi187 ceph-mon[111815]: pgmap v3429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:44.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:44.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:45.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:45.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:45 smithi187 ceph-mon[111815]: pgmap v3430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:10:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:45 smithi088 ceph-mon[96111]: pgmap v3430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:10:46.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:46.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:47.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:47.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:47 smithi187 ceph-mon[111815]: pgmap v3431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:47 smithi088 ceph-mon[96111]: pgmap v3431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:48.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:48.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:49.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:49.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:49 smithi187 ceph-mon[111815]: pgmap v3432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:49 smithi088 ceph-mon[96111]: pgmap v3432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:50.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:50.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:51.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:51.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:51 smithi187 ceph-mon[111815]: pgmap v3433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:51 smithi088 ceph-mon[96111]: pgmap v3433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:52.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:52.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:53.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:53.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:53 smithi088 ceph-mon[96111]: pgmap v3434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:53 smithi187 ceph-mon[111815]: pgmap v3434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:54.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:54.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:55.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:55.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:55 smithi187 ceph-mon[111815]: pgmap v3435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:55 smithi088 ceph-mon[96111]: pgmap v3435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:10:56.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:56.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:57.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:57.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:57 smithi187 ceph-mon[111815]: pgmap v3436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:57 smithi088 ceph-mon[96111]: pgmap v3436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:10:58.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:58.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:10:59.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:10:59.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:10:59 smithi187 ceph-mon[111815]: pgmap v3437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:10:59 smithi088 ceph-mon[96111]: pgmap v3437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:00.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:00.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:11:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:11:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:11:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:11:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:11:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:11:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:11:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:11:01.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:01.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:01 smithi187 ceph-mon[111815]: pgmap v3438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:11:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:11:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:11:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:11:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:11:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:01 smithi088 ceph-mon[96111]: pgmap v3438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:11:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:11:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:11:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:11:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:11:02.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:02.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:03.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:03.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:03 smithi187 ceph-mon[111815]: pgmap v3439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:03 smithi088 ceph-mon[96111]: pgmap v3439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:04.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:04.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:05.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:05.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:05 smithi187 ceph-mon[111815]: pgmap v3440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:05 smithi088 ceph-mon[96111]: pgmap v3440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:06.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:06.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:07.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:07.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:07 smithi187 ceph-mon[111815]: pgmap v3441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:07 smithi088 ceph-mon[96111]: pgmap v3441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:08.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:08.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:09.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:09.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:09 smithi187 ceph-mon[111815]: pgmap v3442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:09 smithi088 ceph-mon[96111]: pgmap v3442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:10.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:10.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:11.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:11.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:11 smithi187 ceph-mon[111815]: pgmap v3443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:11 smithi088 ceph-mon[96111]: pgmap v3443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:12.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:12.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:13.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:13.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:13 smithi187 ceph-mon[111815]: pgmap v3444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:13 smithi088 ceph-mon[96111]: pgmap v3444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:14.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:14.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:15.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:15.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:15 smithi187 ceph-mon[111815]: pgmap v3445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:11:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:15 smithi088 ceph-mon[96111]: pgmap v3445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:11:16.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:16.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:17 smithi187 ceph-mon[111815]: pgmap v3446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:17.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:17.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:17 smithi088 ceph-mon[96111]: pgmap v3446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:18.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:18.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:19.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:19.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:19 smithi187 ceph-mon[111815]: pgmap v3447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:19 smithi088 ceph-mon[96111]: pgmap v3447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:20.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:20.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:21.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:21.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:21 smithi187 ceph-mon[111815]: pgmap v3448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:21 smithi088 ceph-mon[96111]: pgmap v3448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:22.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:22.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:23.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:23.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:23 smithi187 ceph-mon[111815]: pgmap v3449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:23 smithi088 ceph-mon[96111]: pgmap v3449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:24.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:24.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:25.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:25.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:25 smithi187 ceph-mon[111815]: pgmap v3450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:25 smithi088 ceph-mon[96111]: pgmap v3450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:26.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:26.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:27 smithi187 ceph-mon[111815]: pgmap v3451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:27.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:27.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:27 smithi088 ceph-mon[96111]: pgmap v3451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:28.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:28.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:29.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:29.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:30.150 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:29 smithi187 ceph-mon[111815]: pgmap v3452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:29 smithi088 ceph-mon[96111]: pgmap v3452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:30.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:30.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:11:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:11:31.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:31.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:31 smithi187 ceph-mon[111815]: pgmap v3453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:31 smithi088 ceph-mon[96111]: pgmap v3453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:32.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:32.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:33.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:33.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:34.185 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:33 smithi088 ceph-mon[96111]: pgmap v3454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:33 smithi187 ceph-mon[111815]: pgmap v3454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:34.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:34.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:35.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:35.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:35 smithi187 ceph-mon[111815]: pgmap v3455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:35 smithi088 ceph-mon[96111]: pgmap v3455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:36.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:36.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:37 smithi187 ceph-mon[111815]: pgmap v3456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:37.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:37.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:37 smithi088 ceph-mon[96111]: pgmap v3456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:38.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:38.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:39.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:39.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:39 smithi187 ceph-mon[111815]: pgmap v3457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:39 smithi088 ceph-mon[96111]: pgmap v3457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:40.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:40.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:42.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:42.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:41 smithi187 ceph-mon[111815]: pgmap v3458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:41 smithi088 ceph-mon[96111]: pgmap v3458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:43.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:43.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:44.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:44.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:43 smithi187 ceph-mon[111815]: pgmap v3459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:44.285 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:43 smithi088 ceph-mon[96111]: pgmap v3459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:45.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:45.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:46.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:46.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:45 smithi187 ceph-mon[111815]: pgmap v3460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:11:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:45 smithi088 ceph-mon[96111]: pgmap v3460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:11:47.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:47.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:47 smithi187 ceph-mon[111815]: pgmap v3461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:48.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:48.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:47 smithi088 ceph-mon[96111]: pgmap v3461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:49.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:49.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:50.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:50.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:49 smithi187 ceph-mon[111815]: pgmap v3462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:49 smithi088 ceph-mon[96111]: pgmap v3462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:51.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:51.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:52.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:52.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:51 smithi187 ceph-mon[111815]: pgmap v3463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:51 smithi088 ceph-mon[96111]: pgmap v3463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:53.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:53.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:54.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:54.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:53 smithi187 ceph-mon[111815]: pgmap v3464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:53 smithi088 ceph-mon[96111]: pgmap v3464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:55.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:55.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:56.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:56.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:55 smithi187 ceph-mon[111815]: pgmap v3465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:55 smithi088 ceph-mon[96111]: pgmap v3465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:11:57.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:57.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:57 smithi187 ceph-mon[111815]: pgmap v3466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:58.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:58.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:11:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:57 smithi088 ceph-mon[96111]: pgmap v3466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:11:59.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:11:59.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:00.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:00.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:11:59 smithi187 ceph-mon[111815]: pgmap v3467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:11:59 smithi088 ceph-mon[96111]: pgmap v3467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:01.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:01.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:12:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:12:02.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:02.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:01 smithi187 ceph-mon[111815]: pgmap v3468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:02.229 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:12:02.229 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:12:02.230 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:12:02.230 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:12:02.230 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:12:02.230 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:12:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:01 smithi088 ceph-mon[96111]: pgmap v3468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:12:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:12:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:12:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:12:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:12:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:12:03.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:03.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:04.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:04.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:03 smithi187 ceph-mon[111815]: pgmap v3469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:03 smithi088 ceph-mon[96111]: pgmap v3469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:05.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:05.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:06.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:06.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:05 smithi187 ceph-mon[111815]: pgmap v3470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:05 smithi088 ceph-mon[96111]: pgmap v3470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:07.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:07.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:07 smithi187 ceph-mon[111815]: pgmap v3471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:08.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:08.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:07 smithi088 ceph-mon[96111]: pgmap v3471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:09.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:09.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:10.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:10.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:09 smithi187 ceph-mon[111815]: pgmap v3472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:09 smithi088 ceph-mon[96111]: pgmap v3472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:11.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:11.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:12.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:12.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:11 smithi187 ceph-mon[111815]: pgmap v3473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:11 smithi088 ceph-mon[96111]: pgmap v3473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:13.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:13.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:14.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:14.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:13 smithi187 ceph-mon[111815]: pgmap v3474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:13 smithi088 ceph-mon[96111]: pgmap v3474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:15.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:15.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:16.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:16.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:15 smithi187 ceph-mon[111815]: pgmap v3475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:12:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:15 smithi088 ceph-mon[96111]: pgmap v3475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:12:17.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:17.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:17 smithi187 ceph-mon[111815]: pgmap v3476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:18.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:18.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:17 smithi088 ceph-mon[96111]: pgmap v3476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:19.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:19.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:20.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:20.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:19 smithi187 ceph-mon[111815]: pgmap v3477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:19 smithi088 ceph-mon[96111]: pgmap v3477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:21.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:21.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:22.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:22.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:21 smithi187 ceph-mon[111815]: pgmap v3478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:21 smithi088 ceph-mon[96111]: pgmap v3478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:23.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:23.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:24.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:24.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:23 smithi187 ceph-mon[111815]: pgmap v3479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:23 smithi088 ceph-mon[96111]: pgmap v3479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:25.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:25.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:26.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:26.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:25 smithi187 ceph-mon[111815]: pgmap v3480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:25 smithi088 ceph-mon[96111]: pgmap v3480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:27.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:27.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:27 smithi187 ceph-mon[111815]: pgmap v3481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:27 smithi088 ceph-mon[96111]: pgmap v3481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:28.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:28.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:29.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:29.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:29 smithi088 ceph-mon[96111]: pgmap v3482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:30.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:30.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:29 smithi187 ceph-mon[111815]: pgmap v3482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:31.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:31.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:12:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:12:32.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:32.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:31 smithi187 ceph-mon[111815]: pgmap v3483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:31 smithi088 ceph-mon[96111]: pgmap v3483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:33.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:33.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:34.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:34.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:33 smithi187 ceph-mon[111815]: pgmap v3484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:33 smithi088 ceph-mon[96111]: pgmap v3484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:35.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:35.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:36.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:36.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:35 smithi187 ceph-mon[111815]: pgmap v3485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:35 smithi088 ceph-mon[96111]: pgmap v3485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:37.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:37.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:37 smithi187 ceph-mon[111815]: pgmap v3486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:37 smithi088 ceph-mon[96111]: pgmap v3486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:38.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:38.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:39.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:39.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:40.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:40.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:39 smithi187 ceph-mon[111815]: pgmap v3487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:39 smithi088 ceph-mon[96111]: pgmap v3487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:41.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:41.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:42.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:42.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:41 smithi187 ceph-mon[111815]: pgmap v3488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:41 smithi088 ceph-mon[96111]: pgmap v3488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:43.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:43.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:44.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:44.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:43 smithi187 ceph-mon[111815]: pgmap v3489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:43 smithi088 ceph-mon[96111]: pgmap v3489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:45.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:45.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:46.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:46.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:45 smithi187 ceph-mon[111815]: pgmap v3490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:12:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:45 smithi088 ceph-mon[96111]: pgmap v3490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:12:47.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:47.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:47 smithi187 ceph-mon[111815]: pgmap v3491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:47 smithi088 ceph-mon[96111]: pgmap v3491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:48.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:48.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:49.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:49.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:49 smithi187 ceph-mon[111815]: pgmap v3492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:49 smithi088 ceph-mon[96111]: pgmap v3492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:51.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:51.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:52.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:52.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:51 smithi187 ceph-mon[111815]: pgmap v3493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:51 smithi088 ceph-mon[96111]: pgmap v3493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:53.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:53.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:54.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:54.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:53 smithi187 ceph-mon[111815]: pgmap v3494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:53 smithi088 ceph-mon[96111]: pgmap v3494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:55.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:55.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:56.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:56.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:55 smithi187 ceph-mon[111815]: pgmap v3495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:55 smithi088 ceph-mon[96111]: pgmap v3495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:12:57.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:57.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:57 smithi187 ceph-mon[111815]: pgmap v3496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:57 smithi088 ceph-mon[96111]: pgmap v3496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:12:58.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:58.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:12:59.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:12:59.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:00.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:00.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:12:59 smithi187 ceph-mon[111815]: pgmap v3497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:12:59 smithi088 ceph-mon[96111]: pgmap v3497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:01.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:01.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:13:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:13:02.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:02.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:01 smithi187 ceph-mon[111815]: pgmap v3498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:13:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:01 smithi088 ceph-mon[96111]: pgmap v3498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:13:03.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:03.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:13:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:13:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:13:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:13:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:13:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:13:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:13:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:13:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:13:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:13:04.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:04.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:04.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:04 smithi088 ceph-mon[96111]: pgmap v3499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:04 smithi187 ceph-mon[111815]: pgmap v3499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:05.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:05.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:06.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:06.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:06 smithi088 ceph-mon[96111]: pgmap v3500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:06 smithi187 ceph-mon[111815]: pgmap v3500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:07.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:07.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:07 smithi187 ceph-mon[111815]: pgmap v3501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:07 smithi088 ceph-mon[96111]: pgmap v3501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:08.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:08.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:09.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:09.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:10.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:10.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:09 smithi187 ceph-mon[111815]: pgmap v3502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:09 smithi088 ceph-mon[96111]: pgmap v3502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:11.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:11.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:12.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:12.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:11 smithi187 ceph-mon[111815]: pgmap v3503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:11 smithi088 ceph-mon[96111]: pgmap v3503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:13.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:13.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:14.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:14.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:13 smithi187 ceph-mon[111815]: pgmap v3504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:13 smithi088 ceph-mon[96111]: pgmap v3504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:15.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:15.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:16.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:16.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:15 smithi187 ceph-mon[111815]: pgmap v3505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:13:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:15 smithi088 ceph-mon[96111]: pgmap v3505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:13:17.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:17.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:17 smithi187 ceph-mon[111815]: pgmap v3506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:17 smithi088 ceph-mon[96111]: pgmap v3506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:18.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:18.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:19.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:19.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:20.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:20.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:19 smithi187 ceph-mon[111815]: pgmap v3507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:20.223 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:19 smithi088 ceph-mon[96111]: pgmap v3507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:21.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:21.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:22.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:22.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:21 smithi187 ceph-mon[111815]: pgmap v3508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:21 smithi088 ceph-mon[96111]: pgmap v3508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:23.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:23.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:24.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:24.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:23 smithi187 ceph-mon[111815]: pgmap v3509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:23 smithi088 ceph-mon[96111]: pgmap v3509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:25.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:25.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:26.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:26.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:25 smithi187 ceph-mon[111815]: pgmap v3510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:25 smithi088 ceph-mon[96111]: pgmap v3510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:27.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:27.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:27 smithi187 ceph-mon[111815]: pgmap v3511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:27 smithi088 ceph-mon[96111]: pgmap v3511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:28.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:28.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:29.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:29.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:30.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:30.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:29 smithi187 ceph-mon[111815]: pgmap v3512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:29 smithi088 ceph-mon[96111]: pgmap v3512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:31.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:31.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:13:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:13:32.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:32.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:31 smithi187 ceph-mon[111815]: pgmap v3513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:31 smithi088 ceph-mon[96111]: pgmap v3513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:33.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:33.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:34.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:34.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:33 smithi187 ceph-mon[111815]: pgmap v3514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:33 smithi088 ceph-mon[96111]: pgmap v3514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:35.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:35.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:36.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:36.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:35 smithi187 ceph-mon[111815]: pgmap v3515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:35 smithi088 ceph-mon[96111]: pgmap v3515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:37.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:37.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:37 smithi187 ceph-mon[111815]: pgmap v3516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:38.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:37 smithi088 ceph-mon[96111]: pgmap v3516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:38.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:38.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:39.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:39.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:40.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:40.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:39 smithi187 ceph-mon[111815]: pgmap v3517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:39 smithi088 ceph-mon[96111]: pgmap v3517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:41.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:41.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:42.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:42.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:41 smithi187 ceph-mon[111815]: pgmap v3518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:41 smithi088 ceph-mon[96111]: pgmap v3518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:43.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:43.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:44.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:44.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:43 smithi187 ceph-mon[111815]: pgmap v3519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:43 smithi088 ceph-mon[96111]: pgmap v3519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:45.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:45.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:46.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:46.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:45 smithi187 ceph-mon[111815]: pgmap v3520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:13:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:45 smithi088 ceph-mon[96111]: pgmap v3520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:13:47.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:47.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:47 smithi187 ceph-mon[111815]: pgmap v3521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:47 smithi088 ceph-mon[96111]: pgmap v3521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:48.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:48.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:49.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:49.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:50.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:50.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:49 smithi187 ceph-mon[111815]: pgmap v3522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:49 smithi088 ceph-mon[96111]: pgmap v3522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:51.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:51.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:51 smithi187 ceph-mon[111815]: pgmap v3523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:52.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:52.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:51 smithi088 ceph-mon[96111]: pgmap v3523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:53.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:53.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:53 smithi187 ceph-mon[111815]: pgmap v3524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:54.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:54.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:53 smithi088 ceph-mon[96111]: pgmap v3524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:55.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:55.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:55 smithi187 ceph-mon[111815]: pgmap v3525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:56.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:56.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:55 smithi088 ceph-mon[96111]: pgmap v3525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:13:57.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:57.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:57 smithi187 ceph-mon[111815]: pgmap v3526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:57 smithi088 ceph-mon[96111]: pgmap v3526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:13:58.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:58.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:13:59.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:13:59.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:13:59 smithi187 ceph-mon[111815]: pgmap v3527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:00.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:00.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:13:59 smithi088 ceph-mon[96111]: pgmap v3527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:14:01.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:01.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:14:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:01 smithi187 ceph-mon[111815]: pgmap v3528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:02.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:02.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:01 smithi088 ceph-mon[96111]: pgmap v3528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:14:03.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:14:03.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:14:03.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:14:03.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:14:03.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:14:03.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:03.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:14:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:14:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:14:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:14:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:14:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:14:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:03 smithi187 ceph-mon[111815]: pgmap v3529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:04.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:04.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:03 smithi088 ceph-mon[96111]: pgmap v3529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:05.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:05.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:05 smithi187 ceph-mon[111815]: pgmap v3530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:06.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:06.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:05 smithi088 ceph-mon[96111]: pgmap v3530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:07.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:07.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:07 smithi187 ceph-mon[111815]: pgmap v3531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:07 smithi088 ceph-mon[96111]: pgmap v3531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:08.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:08.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:09.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:09.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:09 smithi187 ceph-mon[111815]: pgmap v3532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:10.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:10.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:09 smithi088 ceph-mon[96111]: pgmap v3532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:11.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:11.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:11 smithi187 ceph-mon[111815]: pgmap v3533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:12.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:12.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:11 smithi088 ceph-mon[96111]: pgmap v3533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:13.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:13.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:13 smithi187 ceph-mon[111815]: pgmap v3534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:14.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:14.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:13 smithi088 ceph-mon[96111]: pgmap v3534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:15.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:15.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:15 smithi088 ceph-mon[96111]: pgmap v3535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:14:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:15 smithi187 ceph-mon[111815]: pgmap v3535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:14:16.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:16.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:17.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:17.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:17 smithi187 ceph-mon[111815]: pgmap v3536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:17 smithi088 ceph-mon[96111]: pgmap v3536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:18.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:18.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:19.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:19.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:19 smithi187 ceph-mon[111815]: pgmap v3537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:20.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:20.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:19 smithi088 ceph-mon[96111]: pgmap v3537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:21.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:21.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:21 smithi187 ceph-mon[111815]: pgmap v3538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:22.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:22.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:21 smithi088 ceph-mon[96111]: pgmap v3538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:23.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:23.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:23 smithi187 ceph-mon[111815]: pgmap v3539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:24.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:24.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:23 smithi088 ceph-mon[96111]: pgmap v3539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:25.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:25.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:25 smithi187 ceph-mon[111815]: pgmap v3540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:26.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:26.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:25 smithi088 ceph-mon[96111]: pgmap v3540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:27.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:27.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:27 smithi187 ceph-mon[111815]: pgmap v3541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:27 smithi088 ceph-mon[96111]: pgmap v3541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:28.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:28.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:29.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:29.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:29 smithi187 ceph-mon[111815]: pgmap v3542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:30.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:30.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:29 smithi088 ceph-mon[96111]: pgmap v3542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:14:31.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:31.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:14:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:31 smithi187 ceph-mon[111815]: pgmap v3543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:32.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:32.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:31 smithi088 ceph-mon[96111]: pgmap v3543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:33.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:33.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:33 smithi187 ceph-mon[111815]: pgmap v3544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:34.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:34.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:33 smithi088 ceph-mon[96111]: pgmap v3544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:35.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:35.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:35 smithi187 ceph-mon[111815]: pgmap v3545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:36.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:36.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:35 smithi088 ceph-mon[96111]: pgmap v3545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:37.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:37.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:37 smithi187 ceph-mon[111815]: pgmap v3546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:37 smithi088 ceph-mon[96111]: pgmap v3546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:38.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:38.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:39.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:39.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:39 smithi187 ceph-mon[111815]: pgmap v3547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:40.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:40.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:39 smithi088 ceph-mon[96111]: pgmap v3547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:41.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:41.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:41 smithi187 ceph-mon[111815]: pgmap v3548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:42.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:42.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:41 smithi088 ceph-mon[96111]: pgmap v3548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:43.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:43.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:43 smithi187 ceph-mon[111815]: pgmap v3549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:44.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:44.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:43 smithi088 ceph-mon[96111]: pgmap v3549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:45.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:45.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:45 smithi187 ceph-mon[111815]: pgmap v3550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:14:46.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:46.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:45 smithi088 ceph-mon[96111]: pgmap v3550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:14:47.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:47.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:47 smithi088 ceph-mon[96111]: pgmap v3551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:47 smithi187 ceph-mon[111815]: pgmap v3551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:48.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:48.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:49.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:49.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:49 smithi187 ceph-mon[111815]: pgmap v3552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:50.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:50.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:49 smithi088 ceph-mon[96111]: pgmap v3552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:51.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:51.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:52.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:51 smithi187 ceph-mon[111815]: pgmap v3553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:52.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:52.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:51 smithi088 ceph-mon[96111]: pgmap v3553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:53.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:53.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:53 smithi187 ceph-mon[111815]: pgmap v3554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:54.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:54.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:53 smithi088 ceph-mon[96111]: pgmap v3554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:55.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:55.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:55 smithi187 ceph-mon[111815]: pgmap v3555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:56.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:56.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:56.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:55 smithi088 ceph-mon[96111]: pgmap v3555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:14:57.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:57.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:57 smithi088 ceph-mon[96111]: pgmap v3556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:57 smithi187 ceph-mon[111815]: pgmap v3556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:14:58.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:58.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:14:59.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:14:59.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:14:59 smithi187 ceph-mon[111815]: pgmap v3557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:00.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:00.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:14:59 smithi088 ceph-mon[96111]: pgmap v3557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:01.208 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:15:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:15:01.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:01.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:01 smithi187 ceph-mon[111815]: pgmap v3558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:01 smithi088 ceph-mon[96111]: pgmap v3558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:02.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:02.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:15:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:15:03.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:03.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:03 smithi187 ceph-mon[111815]: pgmap v3559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:15:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:15:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:15:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:15:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:15:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:03 smithi088 ceph-mon[96111]: pgmap v3559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:15:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:15:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:15:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:15:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:15:04.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:04.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:05.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:05.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:05 smithi187 ceph-mon[111815]: pgmap v3560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:06.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:05 smithi088 ceph-mon[96111]: pgmap v3560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:06.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:06.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:07.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:07.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:07 smithi088 ceph-mon[96111]: pgmap v3561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:07 smithi187 ceph-mon[111815]: pgmap v3561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:08.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:08.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:09.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:09.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:09 smithi187 ceph-mon[111815]: pgmap v3562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:09 smithi088 ceph-mon[96111]: pgmap v3562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:10.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:10.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:11.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:11.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:11 smithi187 ceph-mon[111815]: pgmap v3563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:11 smithi088 ceph-mon[96111]: pgmap v3563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:12.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:12.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:13.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:13.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:13 smithi187 ceph-mon[111815]: pgmap v3564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:13 smithi088 ceph-mon[96111]: pgmap v3564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:14.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:14.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:15.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:15.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:15.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:15 smithi088 ceph-mon[96111]: pgmap v3565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:15.948 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:15:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:15 smithi187 ceph-mon[111815]: pgmap v3565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:15:16.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:16.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:17.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:17.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:17 smithi187 ceph-mon[111815]: pgmap v3566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:17 smithi088 ceph-mon[96111]: pgmap v3566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:18.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:18.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:19.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:19.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:19 smithi187 ceph-mon[111815]: pgmap v3567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:19 smithi088 ceph-mon[96111]: pgmap v3567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:20.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:20.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:21.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:21.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:21 smithi187 ceph-mon[111815]: pgmap v3568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:21 smithi088 ceph-mon[96111]: pgmap v3568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:22.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:22.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:23.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:23.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:23 smithi187 ceph-mon[111815]: pgmap v3569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:23 smithi088 ceph-mon[96111]: pgmap v3569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:24.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:24.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:25.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:25.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:25 smithi187 ceph-mon[111815]: pgmap v3570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:25 smithi088 ceph-mon[96111]: pgmap v3570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:26.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:26.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:27.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:27.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:27 smithi187 ceph-mon[111815]: pgmap v3571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:27 smithi088 ceph-mon[96111]: pgmap v3571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:28.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:28.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:29.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:29.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:29 smithi187 ceph-mon[111815]: pgmap v3572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:29 smithi088 ceph-mon[96111]: pgmap v3572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:30.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:30.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:15:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:15:31.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:31.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:31 smithi187 ceph-mon[111815]: pgmap v3573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:31 smithi088 ceph-mon[96111]: pgmap v3573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:32.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:32.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:33.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:33.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:33 smithi187 ceph-mon[111815]: pgmap v3574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:33 smithi088 ceph-mon[96111]: pgmap v3574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:34.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:34.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:35.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:35.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:35 smithi187 ceph-mon[111815]: pgmap v3575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:35 smithi088 ceph-mon[96111]: pgmap v3575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:36.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:36.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:37.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:37.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:37 smithi088 ceph-mon[96111]: pgmap v3576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:37 smithi187 ceph-mon[111815]: pgmap v3576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:38.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:38.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:39.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:39.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:39 smithi187 ceph-mon[111815]: pgmap v3577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:39 smithi088 ceph-mon[96111]: pgmap v3577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:40.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:40.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:41.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:41.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:41 smithi187 ceph-mon[111815]: pgmap v3578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:41 smithi088 ceph-mon[96111]: pgmap v3578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:42.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:42.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:43.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:43.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:43 smithi187 ceph-mon[111815]: pgmap v3579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:43 smithi088 ceph-mon[96111]: pgmap v3579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:44.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:44.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:45.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:45.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:45 smithi187 ceph-mon[111815]: pgmap v3580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:15:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:45 smithi088 ceph-mon[96111]: pgmap v3580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:15:46.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:46.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:47.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:47.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:47 smithi088 ceph-mon[96111]: pgmap v3581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:47 smithi187 ceph-mon[111815]: pgmap v3581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:48.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:48.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:49.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:49.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:49 smithi187 ceph-mon[111815]: pgmap v3582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:49 smithi088 ceph-mon[96111]: pgmap v3582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:50.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:50.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:51.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:51.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:51 smithi187 ceph-mon[111815]: pgmap v3583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:51 smithi088 ceph-mon[96111]: pgmap v3583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:52.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:52.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:53.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:53.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:53 smithi187 ceph-mon[111815]: pgmap v3584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:53 smithi088 ceph-mon[96111]: pgmap v3584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:54.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:54.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:55.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:55.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:56.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:55 smithi088 ceph-mon[96111]: pgmap v3585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:56.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:56.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:55 smithi187 ceph-mon[111815]: pgmap v3585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:15:57.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:57.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:57 smithi088 ceph-mon[96111]: pgmap v3586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:57 smithi187 ceph-mon[111815]: pgmap v3586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:15:58.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:58.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:15:59.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:15:59.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:15:59 smithi187 ceph-mon[111815]: pgmap v3587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:15:59 smithi088 ceph-mon[96111]: pgmap v3587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:00.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:00.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:16:01.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:01.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:16:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:01 smithi088 ceph-mon[96111]: pgmap v3588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:02.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:02.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:01 smithi187 ceph-mon[111815]: pgmap v3588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:03.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:03.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:03 smithi088 ceph-mon[96111]: pgmap v3589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:16:04.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:04.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:03 smithi187 ceph-mon[111815]: pgmap v3589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:16:05.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:05.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:05 smithi088 ceph-mon[96111]: pgmap v3590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:06.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:06.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:05 smithi187 ceph-mon[111815]: pgmap v3590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:16:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:16:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:16:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:16:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:16:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:16:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:16:07.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:07.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:07.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:16:07.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:16:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:16:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:16:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:16:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:16:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:16:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:08 smithi088 ceph-mon[96111]: pgmap v3591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:08.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:08.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:08 smithi187 ceph-mon[111815]: pgmap v3591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:09.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:09.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:10 smithi088 ceph-mon[96111]: pgmap v3592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:10.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:10.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:10 smithi187 ceph-mon[111815]: pgmap v3592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:11.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:11.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:12 smithi088 ceph-mon[96111]: pgmap v3593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:12.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:12.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:12 smithi187 ceph-mon[111815]: pgmap v3593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:13.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:13.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:14 smithi088 ceph-mon[96111]: pgmap v3594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:14.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:14.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:14 smithi187 ceph-mon[111815]: pgmap v3594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:15.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:15.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:16 smithi088 ceph-mon[96111]: pgmap v3595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:16:16.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:16.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:16 smithi187 ceph-mon[111815]: pgmap v3595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:16:17.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:17.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:17 smithi088 ceph-mon[96111]: pgmap v3596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:18.140 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:17 smithi187 ceph-mon[111815]: pgmap v3596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:18.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:18.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:19.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:19.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:19 smithi187 ceph-mon[111815]: pgmap v3597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:19 smithi088 ceph-mon[96111]: pgmap v3597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:20.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:20.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:21.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:21.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:21 smithi088 ceph-mon[96111]: pgmap v3598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:22.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:22.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:21 smithi187 ceph-mon[111815]: pgmap v3598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:23.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:23.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:23 smithi088 ceph-mon[96111]: pgmap v3599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:24.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:24.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:23 smithi187 ceph-mon[111815]: pgmap v3599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:25.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:25.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:25 smithi088 ceph-mon[96111]: pgmap v3600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:25 smithi187 ceph-mon[111815]: pgmap v3600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:26.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:26.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:27.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:27.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:27 smithi088 ceph-mon[96111]: pgmap v3601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:27 smithi187 ceph-mon[111815]: pgmap v3601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:28.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:28.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:29.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:29.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:29 smithi088 ceph-mon[96111]: pgmap v3602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:29 smithi187 ceph-mon[111815]: pgmap v3602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:30.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:30.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:16:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:16:31.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:31.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:31 smithi088 ceph-mon[96111]: pgmap v3603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:31 smithi187 ceph-mon[111815]: pgmap v3603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:32.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:32.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:33.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:33.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:33 smithi088 ceph-mon[96111]: pgmap v3604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:33 smithi187 ceph-mon[111815]: pgmap v3604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:34.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:34.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:35.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:35.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:35 smithi088 ceph-mon[96111]: pgmap v3605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:35 smithi187 ceph-mon[111815]: pgmap v3605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:36.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:36.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:37.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:37.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:37 smithi088 ceph-mon[96111]: pgmap v3606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:37 smithi187 ceph-mon[111815]: pgmap v3606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:38.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:38.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:39.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:39.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:39 smithi088 ceph-mon[96111]: pgmap v3607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:39 smithi187 ceph-mon[111815]: pgmap v3607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:40.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:40.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:41.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:41.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:41 smithi088 ceph-mon[96111]: pgmap v3608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:41 smithi187 ceph-mon[111815]: pgmap v3608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:42.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:42.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:43.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:43.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:43 smithi088 ceph-mon[96111]: pgmap v3609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:43 smithi187 ceph-mon[111815]: pgmap v3609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:44.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:44.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:45.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:45.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:45 smithi088 ceph-mon[96111]: pgmap v3610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:16:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:45 smithi187 ceph-mon[111815]: pgmap v3610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:16:46.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:46.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:47.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:47.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:47 smithi088 ceph-mon[96111]: pgmap v3611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:47 smithi187 ceph-mon[111815]: pgmap v3611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:48.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:48.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:49.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:49.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:49 smithi088 ceph-mon[96111]: pgmap v3612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:49 smithi187 ceph-mon[111815]: pgmap v3612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:50.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:50.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:51.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:51.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:52.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:51 smithi088 ceph-mon[96111]: pgmap v3613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:51 smithi187 ceph-mon[111815]: pgmap v3613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:52.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:52.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:53.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:53.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:53 smithi088 ceph-mon[96111]: pgmap v3614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:53 smithi187 ceph-mon[111815]: pgmap v3614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:54.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:54.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:55.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:55.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:55 smithi088 ceph-mon[96111]: pgmap v3615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:55 smithi187 ceph-mon[111815]: pgmap v3615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:16:56.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:56.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:57.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:57.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:57 smithi088 ceph-mon[96111]: pgmap v3616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:57 smithi187 ceph-mon[111815]: pgmap v3616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:16:58.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:58.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:16:59.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:16:59.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:16:59 smithi088 ceph-mon[96111]: pgmap v3617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:16:59 smithi187 ceph-mon[111815]: pgmap v3617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:00.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:00.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:17:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:17:01.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:01.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:01 smithi088 ceph-mon[96111]: pgmap v3618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:01 smithi187 ceph-mon[111815]: pgmap v3618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:02.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:02.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:03.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:03.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:03 smithi088 ceph-mon[96111]: pgmap v3619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:03 smithi187 ceph-mon[111815]: pgmap v3619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:04.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:04.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:05.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:05.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:05 smithi088 ceph-mon[96111]: pgmap v3620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:05 smithi187 ceph-mon[111815]: pgmap v3620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:06.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:06.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:17:07.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:17:07.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:07.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:07 smithi088 ceph-mon[96111]: pgmap v3621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:07 smithi187 ceph-mon[111815]: pgmap v3621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:08.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:08.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:09.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:09.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:09 smithi088 ceph-mon[96111]: pgmap v3622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:09 smithi187 ceph-mon[111815]: pgmap v3622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:10.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:10.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:11.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:11.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:12 smithi088 ceph-mon[96111]: pgmap v3623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:17:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:17:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:17:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:17:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:17:12.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:17:12.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:17:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:12 smithi187 ceph-mon[111815]: pgmap v3623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:17:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:17:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:17:12.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:17:12.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:17:12.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:17:12.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:17:12.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:12.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:13.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:13.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:14 smithi088 ceph-mon[96111]: pgmap v3624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:14 smithi187 ceph-mon[111815]: pgmap v3624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:14.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:14.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:17:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:17:15.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:15.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:16 smithi088 ceph-mon[96111]: pgmap v3625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:16 smithi187 ceph-mon[111815]: pgmap v3625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:16.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:16.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:17.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:17.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:17 smithi088 ceph-mon[96111]: pgmap v3626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:17 smithi187 ceph-mon[111815]: pgmap v3626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:18.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:18.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:19.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:19.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:19 smithi088 ceph-mon[96111]: pgmap v3627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:19 smithi187 ceph-mon[111815]: pgmap v3627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:20.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:20.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:21.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:21.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:21 smithi088 ceph-mon[96111]: pgmap v3628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:21 smithi187 ceph-mon[111815]: pgmap v3628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:22.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:22.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:23.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:23.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:23 smithi187 ceph-mon[111815]: pgmap v3629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:23 smithi088 ceph-mon[96111]: pgmap v3629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:24.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:24.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:25.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:25.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:25 smithi088 ceph-mon[96111]: pgmap v3630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:25 smithi187 ceph-mon[111815]: pgmap v3630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:26.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:26.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:27.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:27.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:27 smithi088 ceph-mon[96111]: pgmap v3631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:27 smithi187 ceph-mon[111815]: pgmap v3631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:28.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:28.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:29.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:29.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:29 smithi088 ceph-mon[96111]: pgmap v3632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:29 smithi187 ceph-mon[111815]: pgmap v3632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:30.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:30.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:17:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:17:31.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:31.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:31 smithi088 ceph-mon[96111]: pgmap v3633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:31 smithi187 ceph-mon[111815]: pgmap v3633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:32.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:32.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:33.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:33.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:33 smithi187 ceph-mon[111815]: pgmap v3634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:33 smithi088 ceph-mon[96111]: pgmap v3634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:34.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:34.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:35.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:35.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:35 smithi088 ceph-mon[96111]: pgmap v3635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:35 smithi187 ceph-mon[111815]: pgmap v3635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:36.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:36.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:37.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:37.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:37 smithi088 ceph-mon[96111]: pgmap v3636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:37 smithi187 ceph-mon[111815]: pgmap v3636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:38.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:38.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:39.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:39.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:39 smithi088 ceph-mon[96111]: pgmap v3637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:39 smithi187 ceph-mon[111815]: pgmap v3637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:40.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:40.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:41.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:41.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:41 smithi088 ceph-mon[96111]: pgmap v3638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:41 smithi187 ceph-mon[111815]: pgmap v3638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:42.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:42.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:43.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:43.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:43 smithi088 ceph-mon[96111]: pgmap v3639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:43 smithi187 ceph-mon[111815]: pgmap v3639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:44.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:44.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:45.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:45.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:45 smithi088 ceph-mon[96111]: pgmap v3640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:17:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:45 smithi187 ceph-mon[111815]: pgmap v3640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:17:46.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:46.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:47.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:47.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:47 smithi088 ceph-mon[96111]: pgmap v3641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:47 smithi187 ceph-mon[111815]: pgmap v3641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:48.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:48.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:49.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:49.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:49 smithi088 ceph-mon[96111]: pgmap v3642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:49 smithi187 ceph-mon[111815]: pgmap v3642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:50.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:50.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:51.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:51.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:51 smithi088 ceph-mon[96111]: pgmap v3643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:51 smithi187 ceph-mon[111815]: pgmap v3643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:52.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:52.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:53.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:53.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:53 smithi088 ceph-mon[96111]: pgmap v3644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:53 smithi187 ceph-mon[111815]: pgmap v3644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:54.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:54.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:55.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:55.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:55 smithi088 ceph-mon[96111]: pgmap v3645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:55 smithi187 ceph-mon[111815]: pgmap v3645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:17:56.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:56.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:57.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:57.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:57 smithi088 ceph-mon[96111]: pgmap v3646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:57 smithi187 ceph-mon[111815]: pgmap v3646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:17:58.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:58.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:17:59.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:17:59.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:17:59 smithi088 ceph-mon[96111]: pgmap v3647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:17:59 smithi187 ceph-mon[111815]: pgmap v3647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:00.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:00.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:18:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:18:01.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:01.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:01 smithi088 ceph-mon[96111]: pgmap v3648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:01 smithi187 ceph-mon[111815]: pgmap v3648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:02.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:02.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:03.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:03.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:04 smithi088 ceph-mon[96111]: pgmap v3649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:04 smithi187 ceph-mon[111815]: pgmap v3649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:04.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:04.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:05.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:05.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:06 smithi088 ceph-mon[96111]: pgmap v3650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:06 smithi187 ceph-mon[111815]: pgmap v3650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:06.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:06.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:07.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:07.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:08.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:07 smithi088 ceph-mon[96111]: pgmap v3651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:07 smithi187 ceph-mon[111815]: pgmap v3651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:08.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:08.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:09.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:09.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:09 smithi088 ceph-mon[96111]: pgmap v3652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:09 smithi187 ceph-mon[111815]: pgmap v3652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:10.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:10.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:11.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:11.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:11 smithi088 ceph-mon[96111]: pgmap v3653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:18:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:11 smithi187 ceph-mon[111815]: pgmap v3653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:18:12.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:12.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:18:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:18:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:18:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:18:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:18:13.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:18:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:18:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:18:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:18:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:18:13.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:13.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:14 smithi088 ceph-mon[96111]: pgmap v3654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:14.350 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:14 smithi187 ceph-mon[111815]: pgmap v3654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:14.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:14.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:18:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:18:15.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:15.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:16 smithi088 ceph-mon[96111]: pgmap v3655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:16 smithi187 ceph-mon[111815]: pgmap v3655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:16.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:16.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:17.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:17.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:17 smithi088 ceph-mon[96111]: pgmap v3656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:17 smithi187 ceph-mon[111815]: pgmap v3656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:18.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:18.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:19.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:19.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:19 smithi088 ceph-mon[96111]: pgmap v3657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:19 smithi187 ceph-mon[111815]: pgmap v3657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:20.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:20.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:21.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:21.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:21 smithi088 ceph-mon[96111]: pgmap v3658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:21 smithi187 ceph-mon[111815]: pgmap v3658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:22.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:22.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:23.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:23.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:23 smithi088 ceph-mon[96111]: pgmap v3659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:24.454 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:23 smithi187 ceph-mon[111815]: pgmap v3659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:24.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:24.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:25.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:25.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:26.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:26 smithi088 ceph-mon[96111]: pgmap v3660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:26 smithi187 ceph-mon[111815]: pgmap v3660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:26.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:26.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:27.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:27.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:27 smithi088 ceph-mon[96111]: pgmap v3661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:27 smithi187 ceph-mon[111815]: pgmap v3661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:28.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:28.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:29.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:29.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:29 smithi088 ceph-mon[96111]: pgmap v3662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:29 smithi187 ceph-mon[111815]: pgmap v3662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:30.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:30.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:18:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:18:31.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:31.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:32 smithi088 ceph-mon[96111]: pgmap v3663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:32 smithi187 ceph-mon[111815]: pgmap v3663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:32.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:32.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:33.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:33.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:34 smithi088 ceph-mon[96111]: pgmap v3664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:34 smithi187 ceph-mon[111815]: pgmap v3664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:34.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:34.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:35.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:35.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:36 smithi088 ceph-mon[96111]: pgmap v3665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:36 smithi187 ceph-mon[111815]: pgmap v3665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:36.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:36.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:37.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:37.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:37 smithi088 ceph-mon[96111]: pgmap v3666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:37 smithi187 ceph-mon[111815]: pgmap v3666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:38.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:38.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:39.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:39.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:39 smithi088 ceph-mon[96111]: pgmap v3667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:39 smithi187 ceph-mon[111815]: pgmap v3667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:40.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:40.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:41.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:41.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:42 smithi088 ceph-mon[96111]: pgmap v3668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:42 smithi187 ceph-mon[111815]: pgmap v3668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:42.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:42.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:43.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:43.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:44 smithi088 ceph-mon[96111]: pgmap v3669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:44 smithi187 ceph-mon[111815]: pgmap v3669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:44.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:44.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:45.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:45.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:46 smithi088 ceph-mon[96111]: pgmap v3670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:18:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:46 smithi187 ceph-mon[111815]: pgmap v3670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:18:46.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:46.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:47.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:47.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:47 smithi088 ceph-mon[96111]: pgmap v3671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:47 smithi187 ceph-mon[111815]: pgmap v3671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:48.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:48.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:49.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:49.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:50 smithi088 ceph-mon[96111]: pgmap v3672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:50 smithi187 ceph-mon[111815]: pgmap v3672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:50.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:50.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:51.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:51.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:52 smithi088 ceph-mon[96111]: pgmap v3673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:52 smithi187 ceph-mon[111815]: pgmap v3673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:52.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:52.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:53.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:53.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:54 smithi088 ceph-mon[96111]: pgmap v3674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:54 smithi187 ceph-mon[111815]: pgmap v3674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:54.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:54.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:55.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:55.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:56 smithi088 ceph-mon[96111]: pgmap v3675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:56 smithi187 ceph-mon[111815]: pgmap v3675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:18:56.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:56.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:57.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:57.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:18:57 smithi088 ceph-mon[96111]: pgmap v3676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:18:57 smithi187 ceph-mon[111815]: pgmap v3676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:18:58.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:58.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:18:59.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:18:59.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:00 smithi187 ceph-mon[111815]: pgmap v3677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:00 smithi088 ceph-mon[96111]: pgmap v3677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:00.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:00.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:19:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:19:01.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:01.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:02 smithi088 ceph-mon[96111]: pgmap v3678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:02 smithi187 ceph-mon[111815]: pgmap v3678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:02.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:02.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:03.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:03.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:04 smithi088 ceph-mon[96111]: pgmap v3679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:04 smithi187 ceph-mon[111815]: pgmap v3679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:04.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:04.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:05.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:05.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:06 smithi088 ceph-mon[96111]: pgmap v3680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:06 smithi187 ceph-mon[111815]: pgmap v3680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:06.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:06.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:07.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:07.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:07 smithi088 ceph-mon[96111]: pgmap v3681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:07 smithi187 ceph-mon[111815]: pgmap v3681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:08.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:08.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:09.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:09.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:10 smithi187 ceph-mon[111815]: pgmap v3682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:10 smithi088 ceph-mon[96111]: pgmap v3682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:10.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:10.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:11.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:11.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:12 smithi088 ceph-mon[96111]: pgmap v3683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:12 smithi187 ceph-mon[111815]: pgmap v3683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:12.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:12.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:13.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:19:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:19:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:19:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:19:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:19:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:19:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:19:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:19:13.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:19:13.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:19:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:19:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:19:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:19:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:19:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:19:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:19:13.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:13.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:14 smithi088 ceph-mon[96111]: pgmap v3684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:14 smithi187 ceph-mon[111815]: pgmap v3684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:14.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:14.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:15.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:15.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:16 smithi088 ceph-mon[96111]: pgmap v3685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:19:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:16 smithi187 ceph-mon[111815]: pgmap v3685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:19:16.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:16.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:17.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:17.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:18.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:17 smithi088 ceph-mon[96111]: pgmap v3686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:17 smithi187 ceph-mon[111815]: pgmap v3686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:18.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:18.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:19.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:19.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:20 smithi088 ceph-mon[96111]: pgmap v3687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:20 smithi187 ceph-mon[111815]: pgmap v3687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:20.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:20.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:21.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:21.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:22.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:22 smithi088 ceph-mon[96111]: pgmap v3688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:22 smithi187 ceph-mon[111815]: pgmap v3688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:22.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:22.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:23.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:23.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:24.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:24 smithi088 ceph-mon[96111]: pgmap v3689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:24 smithi187 ceph-mon[111815]: pgmap v3689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:24.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:24.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:25.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:25.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:26 smithi088 ceph-mon[96111]: pgmap v3690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:26 smithi187 ceph-mon[111815]: pgmap v3690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:26.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:26.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:27.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:27.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:27 smithi088 ceph-mon[96111]: pgmap v3691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:27 smithi187 ceph-mon[111815]: pgmap v3691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:28.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:28.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:29.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:29.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:30 smithi088 ceph-mon[96111]: pgmap v3692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:30 smithi187 ceph-mon[111815]: pgmap v3692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:30.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:30.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:19:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:19:31.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:31.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:32 smithi088 ceph-mon[96111]: pgmap v3693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:32 smithi187 ceph-mon[111815]: pgmap v3693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:32.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:32.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:33.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:33.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:34 smithi088 ceph-mon[96111]: pgmap v3694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:34 smithi187 ceph-mon[111815]: pgmap v3694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:34.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:34.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:35.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:35.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:36 smithi088 ceph-mon[96111]: pgmap v3695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:36 smithi187 ceph-mon[111815]: pgmap v3695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:36.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:36.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:37.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:37.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:37 smithi088 ceph-mon[96111]: pgmap v3696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:37 smithi187 ceph-mon[111815]: pgmap v3696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:38.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:38.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:39.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:39.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:40 smithi088 ceph-mon[96111]: pgmap v3697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:40 smithi187 ceph-mon[111815]: pgmap v3697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:40.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:40.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:41.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:41.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:42 smithi088 ceph-mon[96111]: pgmap v3698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:42 smithi187 ceph-mon[111815]: pgmap v3698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:42.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:42.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:43.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:43.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:44 smithi088 ceph-mon[96111]: pgmap v3699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:44 smithi187 ceph-mon[111815]: pgmap v3699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:44.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:44.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:19:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:19:45.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:45.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:46 smithi187 ceph-mon[111815]: pgmap v3700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:46 smithi088 ceph-mon[96111]: pgmap v3700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:46.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:46.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:47.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:47.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:47 smithi088 ceph-mon[96111]: pgmap v3701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:47 smithi187 ceph-mon[111815]: pgmap v3701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:48.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:48.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:49.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:49.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:50 smithi088 ceph-mon[96111]: pgmap v3702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:50.349 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:50 smithi187 ceph-mon[111815]: pgmap v3702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:50.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:50.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:51.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:52 smithi088 ceph-mon[96111]: pgmap v3703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:52 smithi187 ceph-mon[111815]: pgmap v3703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:52.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:52.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:53.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:53.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:54 smithi088 ceph-mon[96111]: pgmap v3704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:54 smithi187 ceph-mon[111815]: pgmap v3704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:54.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:54.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:55.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:55.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:56.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:56 smithi088 ceph-mon[96111]: pgmap v3705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:56 smithi187 ceph-mon[111815]: pgmap v3705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:19:56.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:56.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:57.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:57.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:19:57 smithi088 ceph-mon[96111]: pgmap v3706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:19:57 smithi187 ceph-mon[111815]: pgmap v3706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:19:58.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:58.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:19:59.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:19:59.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:00 smithi088 ceph-mon[96111]: pgmap v3707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T01:20:00.454 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:00 smithi187 ceph-mon[111815]: pgmap v3707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:00.455 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T01:20:00.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:00.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:20:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:20:01.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:01.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:02 smithi088 ceph-mon[96111]: pgmap v3708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:02 smithi187 ceph-mon[111815]: pgmap v3708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:02.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:02.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:03.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:03.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:04 smithi088 ceph-mon[96111]: pgmap v3709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:04 smithi187 ceph-mon[111815]: pgmap v3709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:04.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:04.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:05.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:05.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:06 smithi088 ceph-mon[96111]: pgmap v3710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:06 smithi187 ceph-mon[111815]: pgmap v3710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:06.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:06.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:07.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:07.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:07 smithi088 ceph-mon[96111]: pgmap v3711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:07 smithi187 ceph-mon[111815]: pgmap v3711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:08.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:08.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:09.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:09.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:10 smithi088 ceph-mon[96111]: pgmap v3712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:10 smithi187 ceph-mon[111815]: pgmap v3712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:10.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:10.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:11.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:11.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:12 smithi088 ceph-mon[96111]: pgmap v3713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:12 smithi187 ceph-mon[111815]: pgmap v3713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:12.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:12.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:20:13.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:20:13.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:13.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:14 smithi088 ceph-mon[96111]: pgmap v3714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:20:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:20:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:20:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:20:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:20:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:14 smithi187 ceph-mon[111815]: pgmap v3714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:20:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:20:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:20:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:20:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:20:14.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:14.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:20:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:20:15.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:15.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:16 smithi088 ceph-mon[96111]: pgmap v3715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:16 smithi187 ceph-mon[111815]: pgmap v3715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:16.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:16.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:17.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:17.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:17 smithi088 ceph-mon[96111]: pgmap v3716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:17 smithi187 ceph-mon[111815]: pgmap v3716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:18.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:18.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:19.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:19.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:20 smithi088 ceph-mon[96111]: pgmap v3717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:20 smithi187 ceph-mon[111815]: pgmap v3717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:20.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:20.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:21.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:21.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:22 smithi088 ceph-mon[96111]: pgmap v3718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:22 smithi187 ceph-mon[111815]: pgmap v3718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:22.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:22.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:23.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:23.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:24 smithi088 ceph-mon[96111]: pgmap v3719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:24 smithi187 ceph-mon[111815]: pgmap v3719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:24.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:24.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:25.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:25.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:26 smithi088 ceph-mon[96111]: pgmap v3720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:26 smithi187 ceph-mon[111815]: pgmap v3720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:26.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:26.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:27.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:27.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:27 smithi088 ceph-mon[96111]: pgmap v3721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:27 smithi187 ceph-mon[111815]: pgmap v3721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:28.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:28.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:29.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:29.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:30 smithi088 ceph-mon[96111]: pgmap v3722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:20:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:30 smithi187 ceph-mon[111815]: pgmap v3722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:20:30.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:30.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:31.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:31.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:32 smithi088 ceph-mon[96111]: pgmap v3723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:32 smithi187 ceph-mon[111815]: pgmap v3723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:32.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:32.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:33.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:33.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:34 smithi088 ceph-mon[96111]: pgmap v3724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:34 smithi187 ceph-mon[111815]: pgmap v3724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:34.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:34.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:35.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:35.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:36 smithi187 ceph-mon[111815]: pgmap v3725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:36 smithi088 ceph-mon[96111]: pgmap v3725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:36.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:36.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:37.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:37.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:37 smithi088 ceph-mon[96111]: pgmap v3726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:37 smithi187 ceph-mon[111815]: pgmap v3726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:38.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:38.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:39.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:39.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:40 smithi088 ceph-mon[96111]: pgmap v3727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:40 smithi187 ceph-mon[111815]: pgmap v3727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:40.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:40.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:41.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:41.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:42 smithi088 ceph-mon[96111]: pgmap v3728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:42 smithi187 ceph-mon[111815]: pgmap v3728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:42.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:42.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:43.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:43.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:44 smithi088 ceph-mon[96111]: pgmap v3729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:44 smithi187 ceph-mon[111815]: pgmap v3729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:44.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:44.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:20:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:20:45.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:45.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:46 smithi187 ceph-mon[111815]: pgmap v3730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:46 smithi088 ceph-mon[96111]: pgmap v3730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:46.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:46.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:47.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:47.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:47 smithi088 ceph-mon[96111]: pgmap v3731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:47 smithi187 ceph-mon[111815]: pgmap v3731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:48.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:48.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:49.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:49.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:50 smithi088 ceph-mon[96111]: pgmap v3732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:50 smithi187 ceph-mon[111815]: pgmap v3732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:50.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:50.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:51.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:51.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:52 smithi088 ceph-mon[96111]: pgmap v3733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:52 smithi187 ceph-mon[111815]: pgmap v3733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:52.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:52.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:53.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:53.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:54 smithi088 ceph-mon[96111]: pgmap v3734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:54 smithi187 ceph-mon[111815]: pgmap v3734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:54.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:54.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:55.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:55.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:56 smithi088 ceph-mon[96111]: pgmap v3735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:56 smithi187 ceph-mon[111815]: pgmap v3735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:20:56.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:56.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:57.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:57.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:58.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:20:57 smithi088 ceph-mon[96111]: pgmap v3736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:20:57 smithi187 ceph-mon[111815]: pgmap v3736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:20:58.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:58.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:20:59.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:20:59.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:00 smithi088 ceph-mon[96111]: pgmap v3737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:21:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:00 smithi187 ceph-mon[111815]: pgmap v3737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:21:00.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:00.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:01.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:01.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:02 smithi088 ceph-mon[96111]: pgmap v3738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:02 smithi187 ceph-mon[111815]: pgmap v3738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:02.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:02.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:03.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:03.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:04 smithi088 ceph-mon[96111]: pgmap v3739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:04 smithi187 ceph-mon[111815]: pgmap v3739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:04.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:04.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:05.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:05.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:06 smithi088 ceph-mon[96111]: pgmap v3740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:06 smithi187 ceph-mon[111815]: pgmap v3740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:06.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:06.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:07.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:07.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:07 smithi088 ceph-mon[96111]: pgmap v3741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:07 smithi187 ceph-mon[111815]: pgmap v3741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:08.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:08.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:09.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:09.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:10 smithi088 ceph-mon[96111]: pgmap v3742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:10 smithi187 ceph-mon[111815]: pgmap v3742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:10.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:10.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:11.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:11.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:12 smithi088 ceph-mon[96111]: pgmap v3743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:12 smithi187 ceph-mon[111815]: pgmap v3743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:12.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:12.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:13.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:13.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:14 smithi088 ceph-mon[96111]: pgmap v3744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:21:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:21:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:21:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:14 smithi187 ceph-mon[111815]: pgmap v3744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:21:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:21:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:21:14.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:14.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:21:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:21:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:21:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:21:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:21:15.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:21:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:21:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:21:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:21:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:21:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:21:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:21:15.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:15.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:16 smithi187 ceph-mon[111815]: pgmap v3745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:16 smithi088 ceph-mon[96111]: pgmap v3745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:16.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:16.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:17.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:17.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:17 smithi088 ceph-mon[96111]: pgmap v3746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:17 smithi187 ceph-mon[111815]: pgmap v3746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:18.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:18.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:19.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:19.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:20 smithi088 ceph-mon[96111]: pgmap v3747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:20 smithi187 ceph-mon[111815]: pgmap v3747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:20.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:20.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:21.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:21.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:22 smithi088 ceph-mon[96111]: pgmap v3748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:22 smithi187 ceph-mon[111815]: pgmap v3748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:22.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:22.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:23.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:23.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:24 smithi088 ceph-mon[96111]: pgmap v3749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:24 smithi187 ceph-mon[111815]: pgmap v3749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:24.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:24.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:25.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:25.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:26 smithi088 ceph-mon[96111]: pgmap v3750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:26.351 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:26 smithi187 ceph-mon[111815]: pgmap v3750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:26.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:26.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:27.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:27.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:27 smithi088 ceph-mon[96111]: pgmap v3751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:27 smithi187 ceph-mon[111815]: pgmap v3751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:28.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:28.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:29.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:29.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:30 smithi088 ceph-mon[96111]: pgmap v3752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:21:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:30 smithi187 ceph-mon[111815]: pgmap v3752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:21:30.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:30.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:31.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:31.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:32 smithi088 ceph-mon[96111]: pgmap v3753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:32 smithi187 ceph-mon[111815]: pgmap v3753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:32.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:32.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:33.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:33.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:34.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:34 smithi088 ceph-mon[96111]: pgmap v3754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:34 smithi187 ceph-mon[111815]: pgmap v3754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:34.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:34.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:35.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:35.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:36 smithi088 ceph-mon[96111]: pgmap v3755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:36.455 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:36 smithi187 ceph-mon[111815]: pgmap v3755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:36.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:36.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:37.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:37.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:37 smithi088 ceph-mon[96111]: pgmap v3756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:37 smithi187 ceph-mon[111815]: pgmap v3756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:38.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:38.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:39.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:39.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:40 smithi088 ceph-mon[96111]: pgmap v3757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:40 smithi187 ceph-mon[111815]: pgmap v3757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:40.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:40.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:41.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:41.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:42 smithi088 ceph-mon[96111]: pgmap v3758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:42 smithi187 ceph-mon[111815]: pgmap v3758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:42.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:42.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:43.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:43.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:44 smithi088 ceph-mon[96111]: pgmap v3759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:44 smithi187 ceph-mon[111815]: pgmap v3759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:44.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:44.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:21:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:21:45.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:45.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:46 smithi088 ceph-mon[96111]: pgmap v3760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:46 smithi187 ceph-mon[111815]: pgmap v3760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:46.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:46.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:47.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:47.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:47 smithi088 ceph-mon[96111]: pgmap v3761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:47 smithi187 ceph-mon[111815]: pgmap v3761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:48.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:48.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:49.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:49.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:50 smithi088 ceph-mon[96111]: pgmap v3762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:50 smithi187 ceph-mon[111815]: pgmap v3762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:50.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:51.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:51.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:51.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:52 smithi088 ceph-mon[96111]: pgmap v3763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:52 smithi187 ceph-mon[111815]: pgmap v3763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:52.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:52.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:53.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:53.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:54 smithi088 ceph-mon[96111]: pgmap v3764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:54 smithi187 ceph-mon[111815]: pgmap v3764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:54.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:54.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:55.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:55.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:56 smithi088 ceph-mon[96111]: pgmap v3765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:56 smithi187 ceph-mon[111815]: pgmap v3765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:21:56.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:56.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:58.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:58.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:21:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:21:57 smithi088 ceph-mon[96111]: pgmap v3766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:21:57 smithi187 ceph-mon[111815]: pgmap v3766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:21:59.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:21:59.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:00.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:00.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:00 smithi088 ceph-mon[96111]: pgmap v3767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:22:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:00 smithi187 ceph-mon[111815]: pgmap v3767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:22:01.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:01.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:02.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:02.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:02 smithi088 ceph-mon[96111]: pgmap v3768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:02 smithi187 ceph-mon[111815]: pgmap v3768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:03.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:03.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:04.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:04.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:04 smithi088 ceph-mon[96111]: pgmap v3769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:04 smithi187 ceph-mon[111815]: pgmap v3769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:05.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:05.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:06.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:06.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:06 smithi088 ceph-mon[96111]: pgmap v3770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:06 smithi187 ceph-mon[111815]: pgmap v3770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:07.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:07.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:08.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:08.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:07 smithi088 ceph-mon[96111]: pgmap v3771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:07 smithi187 ceph-mon[111815]: pgmap v3771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:09.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:09.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:10.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:10.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:10 smithi088 ceph-mon[96111]: pgmap v3772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:10 smithi187 ceph-mon[111815]: pgmap v3772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:11.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:11.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:12.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:12.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:12 smithi187 ceph-mon[111815]: pgmap v3773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:12 smithi088 ceph-mon[96111]: pgmap v3773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:13.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:13.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:14.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:14.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:14 smithi088 ceph-mon[96111]: pgmap v3774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:14 smithi187 ceph-mon[111815]: pgmap v3774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:15.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:15.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:22:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:22:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:22:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:22:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:22:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:22:15.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:22:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:22:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:22:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:22:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:22:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:22:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:22:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:22:16.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:16.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:16 smithi187 ceph-mon[111815]: pgmap v3775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:16 smithi088 ceph-mon[96111]: pgmap v3775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:17.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:17.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:18.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:18.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:17 smithi088 ceph-mon[96111]: pgmap v3776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:17 smithi187 ceph-mon[111815]: pgmap v3776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:19.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:19.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:20.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:20.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:20 smithi088 ceph-mon[96111]: pgmap v3777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:20 smithi187 ceph-mon[111815]: pgmap v3777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:21.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:21.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:22.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:22.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:22 smithi187 ceph-mon[111815]: pgmap v3778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:22 smithi088 ceph-mon[96111]: pgmap v3778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:23.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:23.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:24.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:24.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:24 smithi187 ceph-mon[111815]: pgmap v3779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:24 smithi088 ceph-mon[96111]: pgmap v3779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:25.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:25.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:26.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:26.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:26 smithi187 ceph-mon[111815]: pgmap v3780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:26 smithi088 ceph-mon[96111]: pgmap v3780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:27.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:27.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:28.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:28.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:27 smithi088 ceph-mon[96111]: pgmap v3781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:27 smithi187 ceph-mon[111815]: pgmap v3781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:29.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:29.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:30.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:30.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:30 smithi088 ceph-mon[96111]: pgmap v3782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:22:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:30 smithi187 ceph-mon[111815]: pgmap v3782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:22:31.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:31.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:32.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:32.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:32 smithi187 ceph-mon[111815]: pgmap v3783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:32 smithi088 ceph-mon[96111]: pgmap v3783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:33.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:33.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:34.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:34.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:34 smithi187 ceph-mon[111815]: pgmap v3784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:34 smithi088 ceph-mon[96111]: pgmap v3784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:35.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:35.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:36.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:36.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:36 smithi187 ceph-mon[111815]: pgmap v3785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:36.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:36 smithi088 ceph-mon[96111]: pgmap v3785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:37.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:37.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:38.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:38.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:37 smithi088 ceph-mon[96111]: pgmap v3786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:37 smithi187 ceph-mon[111815]: pgmap v3786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:39.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:39.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:40.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:40.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:40 smithi187 ceph-mon[111815]: pgmap v3787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:40 smithi088 ceph-mon[96111]: pgmap v3787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:41.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:41.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:42.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:42.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:42 smithi187 ceph-mon[111815]: pgmap v3788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:42 smithi088 ceph-mon[96111]: pgmap v3788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:43.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:43.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:44.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:44.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:44 smithi187 ceph-mon[111815]: pgmap v3789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:44 smithi088 ceph-mon[96111]: pgmap v3789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:45.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:45.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:22:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:22:46.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:46.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:46 smithi187 ceph-mon[111815]: pgmap v3790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:46 smithi088 ceph-mon[96111]: pgmap v3790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:47.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:47.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:48.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:47 smithi088 ceph-mon[96111]: pgmap v3791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:48.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:48.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:47 smithi187 ceph-mon[111815]: pgmap v3791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:49.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:49.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:50.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:50.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:50 smithi187 ceph-mon[111815]: pgmap v3792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:50 smithi088 ceph-mon[96111]: pgmap v3792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:51.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:51.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:52.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:52.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:52 smithi187 ceph-mon[111815]: pgmap v3793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:52 smithi088 ceph-mon[96111]: pgmap v3793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:53.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:53.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:54.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:54.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:54 smithi187 ceph-mon[111815]: pgmap v3794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:54 smithi088 ceph-mon[96111]: pgmap v3794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:55.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:55.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:56.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:56.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:56 smithi088 ceph-mon[96111]: pgmap v3795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:56 smithi187 ceph-mon[111815]: pgmap v3795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:22:57.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:57.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:22:57 smithi088 ceph-mon[96111]: pgmap v3796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:58.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:58.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:22:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:22:57 smithi187 ceph-mon[111815]: pgmap v3796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:22:59.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:22:59.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:00.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:00.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:00 smithi187 ceph-mon[111815]: pgmap v3797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:23:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:00 smithi088 ceph-mon[96111]: pgmap v3797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:23:01.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:01.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:02.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:02.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:02.348 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:02 smithi187 ceph-mon[111815]: pgmap v3798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:02 smithi088 ceph-mon[96111]: pgmap v3798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:03.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:03.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:04.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:04.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:04 smithi187 ceph-mon[111815]: pgmap v3799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:04 smithi088 ceph-mon[96111]: pgmap v3799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:05.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:05.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:06.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:06.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:06 smithi088 ceph-mon[96111]: pgmap v3800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:06 smithi187 ceph-mon[111815]: pgmap v3800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:07.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:07.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:08.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:08.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:07 smithi187 ceph-mon[111815]: pgmap v3801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:07 smithi088 ceph-mon[96111]: pgmap v3801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:09.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:09.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:10.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:10.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:10 smithi187 ceph-mon[111815]: pgmap v3802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:10 smithi088 ceph-mon[96111]: pgmap v3802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:11.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:11.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:12.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:12.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:12.452 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:12 smithi187 ceph-mon[111815]: pgmap v3803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:12 smithi088 ceph-mon[96111]: pgmap v3803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:13.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:13.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:14.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:14.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:14 smithi187 ceph-mon[111815]: pgmap v3804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:14.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:14 smithi088 ceph-mon[96111]: pgmap v3804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:15.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:15.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:23:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:23:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:23:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:23:16.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:16.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:16 smithi088 ceph-mon[96111]: pgmap v3805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:23:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:23:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:23:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:23:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:23:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:23:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:23:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:16 smithi187 ceph-mon[111815]: pgmap v3805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:23:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:23:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:23:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:23:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:23:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:23:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:23:17.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:17.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:18.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:18.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:17 smithi187 ceph-mon[111815]: pgmap v3806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:17 smithi088 ceph-mon[96111]: pgmap v3806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:19.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:19.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:20.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:20.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:20 smithi187 ceph-mon[111815]: pgmap v3807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:20 smithi088 ceph-mon[96111]: pgmap v3807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:21.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:21.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:22.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:22.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:22 smithi187 ceph-mon[111815]: pgmap v3808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:22 smithi088 ceph-mon[96111]: pgmap v3808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:23.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:23.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:24.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:24.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:24 smithi187 ceph-mon[111815]: pgmap v3809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:24 smithi088 ceph-mon[96111]: pgmap v3809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:25.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:25.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:26.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:26.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:26 smithi187 ceph-mon[111815]: pgmap v3810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:26 smithi088 ceph-mon[96111]: pgmap v3810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:27.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:27.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:27 smithi187 ceph-mon[111815]: pgmap v3811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:28.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:28.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:27 smithi088 ceph-mon[96111]: pgmap v3811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:29.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:29.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:30.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:30.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:30 smithi187 ceph-mon[111815]: pgmap v3812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:23:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:30 smithi088 ceph-mon[96111]: pgmap v3812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:23:31.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:31.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:32.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:32.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:32 smithi187 ceph-mon[111815]: pgmap v3813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:32.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:32 smithi088 ceph-mon[96111]: pgmap v3813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:33.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:33.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:34.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:34.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:34 smithi187 ceph-mon[111815]: pgmap v3814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:34 smithi088 ceph-mon[96111]: pgmap v3814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:35.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:35.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:36.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:36.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:36 smithi187 ceph-mon[111815]: pgmap v3815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:36 smithi088 ceph-mon[96111]: pgmap v3815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:37.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:37.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:38.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:38.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:37 smithi187 ceph-mon[111815]: pgmap v3816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:37 smithi088 ceph-mon[96111]: pgmap v3816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:39.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:39.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:40.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:40.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:40 smithi187 ceph-mon[111815]: pgmap v3817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:40.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:40 smithi088 ceph-mon[96111]: pgmap v3817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:41.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:41.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:42.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:42.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:42 smithi187 ceph-mon[111815]: pgmap v3818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:42 smithi088 ceph-mon[96111]: pgmap v3818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:43.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:43.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:44.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:44 smithi187 ceph-mon[111815]: pgmap v3819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:44 smithi088 ceph-mon[96111]: pgmap v3819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:45.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:45.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:23:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:23:46.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:46.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:46 smithi187 ceph-mon[111815]: pgmap v3820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:46 smithi088 ceph-mon[96111]: pgmap v3820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:47.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:47.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:48.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:48.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:47 smithi187 ceph-mon[111815]: pgmap v3821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:47 smithi088 ceph-mon[96111]: pgmap v3821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:49.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:49.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:50.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:50.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:50 smithi187 ceph-mon[111815]: pgmap v3822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:50 smithi088 ceph-mon[96111]: pgmap v3822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:51.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:51.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:52.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:52.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:52 smithi187 ceph-mon[111815]: pgmap v3823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:52 smithi088 ceph-mon[96111]: pgmap v3823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:53.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:53.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:54.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:54.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:54 smithi187 ceph-mon[111815]: pgmap v3824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:54 smithi088 ceph-mon[96111]: pgmap v3824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:55.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:55.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:56.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:56.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:56.434 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:56 smithi088 ceph-mon[96111]: pgmap v3825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:56 smithi187 ceph-mon[111815]: pgmap v3825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:23:57.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:57.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:58.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:58.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:23:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:23:57 smithi187 ceph-mon[111815]: pgmap v3826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:23:57 smithi088 ceph-mon[96111]: pgmap v3826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:23:59.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:23:59.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:00.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:00.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:00 smithi187 ceph-mon[111815]: pgmap v3827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:24:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:00 smithi088 ceph-mon[96111]: pgmap v3827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:24:01.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:01.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:02.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:02.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:02 smithi187 ceph-mon[111815]: pgmap v3828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:02 smithi088 ceph-mon[96111]: pgmap v3828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:03.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:03.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:04.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:04.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:04 smithi187 ceph-mon[111815]: pgmap v3829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:04 smithi088 ceph-mon[96111]: pgmap v3829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:05.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:05.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:06.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:06.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:06 smithi187 ceph-mon[111815]: pgmap v3830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:06.533 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:06 smithi088 ceph-mon[96111]: pgmap v3830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:07.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:07.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:08.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:08.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:07 smithi187 ceph-mon[111815]: pgmap v3831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:07 smithi088 ceph-mon[96111]: pgmap v3831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:09.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:09.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:10.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:10.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:10 smithi187 ceph-mon[111815]: pgmap v3832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:10 smithi088 ceph-mon[96111]: pgmap v3832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:11.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:11.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:12.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:12.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:12 smithi187 ceph-mon[111815]: pgmap v3833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:12 smithi088 ceph-mon[96111]: pgmap v3833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:13.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:13.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:14.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:14.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:14 smithi187 ceph-mon[111815]: pgmap v3834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:14 smithi088 ceph-mon[96111]: pgmap v3834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:15.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:15.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:24:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:24:16.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:16.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:16 smithi187 ceph-mon[111815]: pgmap v3835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:24:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:16 smithi088 ceph-mon[96111]: pgmap v3835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:24:17.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:17.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:17.688 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:17.689 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:17.689 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:17 smithi187 ceph-mon[111815]: pgmap v3836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:17.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:17.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:17.811 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:17 smithi088 ceph-mon[96111]: pgmap v3836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:18.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:18.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:19.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:19.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:20.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:20.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:20 smithi088 ceph-mon[96111]: pgmap v3837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:20 smithi187 ceph-mon[111815]: pgmap v3837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:21.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:21.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:24:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:24:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:24:21.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:21.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:21 smithi187 ceph-mon[111815]: pgmap v3838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:24:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:24:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:24:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:24:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:21 smithi088 ceph-mon[96111]: pgmap v3838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:22.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:22.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:23.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:23.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:24.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:24.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:24 smithi187 ceph-mon[111815]: pgmap v3839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:24 smithi088 ceph-mon[96111]: pgmap v3839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:25.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:25.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:26.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:26.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:26 smithi187 ceph-mon[111815]: pgmap v3840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:26.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:26 smithi088 ceph-mon[96111]: pgmap v3840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:27.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:27.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:27 smithi187 ceph-mon[111815]: pgmap v3841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:28.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:28.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:27 smithi088 ceph-mon[96111]: pgmap v3841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:29.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:29.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:30.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:30.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:30 smithi187 ceph-mon[111815]: pgmap v3842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:24:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:30 smithi088 ceph-mon[96111]: pgmap v3842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:24:31.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:31.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:32.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:32.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:32 smithi187 ceph-mon[111815]: pgmap v3843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:32 smithi088 ceph-mon[96111]: pgmap v3843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:33.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:33.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:34.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:34.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:34 smithi187 ceph-mon[111815]: pgmap v3844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:34 smithi088 ceph-mon[96111]: pgmap v3844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:35.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:35.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:36.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:36.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:36 smithi187 ceph-mon[111815]: pgmap v3845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:36 smithi088 ceph-mon[96111]: pgmap v3845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:37.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:37.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:37 smithi187 ceph-mon[111815]: pgmap v3846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:38.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:38.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:37 smithi088 ceph-mon[96111]: pgmap v3846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:39.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:39.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:40.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:40.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:40 smithi187 ceph-mon[111815]: pgmap v3847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:40 smithi088 ceph-mon[96111]: pgmap v3847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:41.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:41.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:42.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:42.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:42 smithi088 ceph-mon[96111]: pgmap v3848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:42 smithi187 ceph-mon[111815]: pgmap v3848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:43.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:43.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:44.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:44.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:44 smithi187 ceph-mon[111815]: pgmap v3849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:44 smithi088 ceph-mon[96111]: pgmap v3849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:45.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:45.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:24:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:24:46.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:46.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:46 smithi187 ceph-mon[111815]: pgmap v3850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:46 smithi088 ceph-mon[96111]: pgmap v3850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:47.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:47.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:47 smithi187 ceph-mon[111815]: pgmap v3851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:48.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:48.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:47 smithi088 ceph-mon[96111]: pgmap v3851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:49.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:49.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:50.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:50.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:50 smithi187 ceph-mon[111815]: pgmap v3852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:50 smithi088 ceph-mon[96111]: pgmap v3852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:51.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:51.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:52.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:52.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:52 smithi088 ceph-mon[96111]: pgmap v3853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:52 smithi187 ceph-mon[111815]: pgmap v3853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:53.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:53.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:54.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:54.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:54 smithi187 ceph-mon[111815]: pgmap v3854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:54 smithi088 ceph-mon[96111]: pgmap v3854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:55.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:55.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:56.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:56.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:56 smithi187 ceph-mon[111815]: pgmap v3855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:56 smithi088 ceph-mon[96111]: pgmap v3855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:24:57.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:57.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:24:57 smithi187 ceph-mon[111815]: pgmap v3856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:58.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:58.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:24:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:24:57 smithi088 ceph-mon[96111]: pgmap v3856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:24:59.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:24:59.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:00.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:00.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:00 smithi187 ceph-mon[111815]: pgmap v3857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:25:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:00 smithi088 ceph-mon[96111]: pgmap v3857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:25:01.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:01.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:02.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:02.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:02 smithi187 ceph-mon[111815]: pgmap v3858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:02.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:02 smithi088 ceph-mon[96111]: pgmap v3858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:03.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:03.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:04.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:04.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:04 smithi187 ceph-mon[111815]: pgmap v3859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:04 smithi088 ceph-mon[96111]: pgmap v3859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:05.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:05.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:06.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:06.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:06 smithi187 ceph-mon[111815]: pgmap v3860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:06 smithi088 ceph-mon[96111]: pgmap v3860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:07.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:07.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:07 smithi187 ceph-mon[111815]: pgmap v3861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:08.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:08.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:07 smithi088 ceph-mon[96111]: pgmap v3861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:09.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:09.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:10.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:10.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:10 smithi187 ceph-mon[111815]: pgmap v3862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:10.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:10 smithi088 ceph-mon[96111]: pgmap v3862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:11.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:11.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:12.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:12.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:12 smithi187 ceph-mon[111815]: pgmap v3863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:12.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:12 smithi088 ceph-mon[96111]: pgmap v3863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:13.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:13.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:14.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:14.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:14 smithi187 ceph-mon[111815]: pgmap v3864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:14.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:14 smithi088 ceph-mon[96111]: pgmap v3864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:15.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:15.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:25:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:25:16.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:16.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:16 smithi187 ceph-mon[111815]: pgmap v3865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:16 smithi088 ceph-mon[96111]: pgmap v3865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:17.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:17.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:17 smithi187 ceph-mon[111815]: pgmap v3866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:18.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:18.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:17 smithi088 ceph-mon[96111]: pgmap v3866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:19.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:19.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:20.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:20.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:20 smithi187 ceph-mon[111815]: pgmap v3867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:20 smithi088 ceph-mon[96111]: pgmap v3867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:21.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:21.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:21.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:25:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:25:22.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:22.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:22 smithi187 ceph-mon[111815]: pgmap v3868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:25:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:25:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:25:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:25:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:25:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:22 smithi088 ceph-mon[96111]: pgmap v3868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:25:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:25:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:25:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:25:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:25:23.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:23.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:24.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:24.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:24 smithi187 ceph-mon[111815]: pgmap v3869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:24 smithi088 ceph-mon[96111]: pgmap v3869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:25.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:25.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:26.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:26.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:26 smithi187 ceph-mon[111815]: pgmap v3870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:26 smithi088 ceph-mon[96111]: pgmap v3870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:27.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:27.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:27 smithi187 ceph-mon[111815]: pgmap v3871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:27 smithi088 ceph-mon[96111]: pgmap v3871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:28.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:28.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:29.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:29.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:30.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:30.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:30 smithi187 ceph-mon[111815]: pgmap v3872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:25:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:30 smithi088 ceph-mon[96111]: pgmap v3872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:25:31.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:31.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:32.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:32.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:32 smithi187 ceph-mon[111815]: pgmap v3873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:32 smithi088 ceph-mon[96111]: pgmap v3873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:33.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:33.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:34 smithi187 ceph-mon[111815]: pgmap v3874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:34.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:34.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:34 smithi088 ceph-mon[96111]: pgmap v3874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:35.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:35.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:36.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:36.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:36 smithi187 ceph-mon[111815]: pgmap v3875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:36 smithi088 ceph-mon[96111]: pgmap v3875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:37.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:37.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:37 smithi187 ceph-mon[111815]: pgmap v3876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:37 smithi088 ceph-mon[96111]: pgmap v3876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:38.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:38.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:39.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:39.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:40.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:40.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:40.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:40 smithi187 ceph-mon[111815]: pgmap v3877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:40 smithi088 ceph-mon[96111]: pgmap v3877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:41.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:41.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:42.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:42.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:42 smithi187 ceph-mon[111815]: pgmap v3878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:42.478 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:42 smithi088 ceph-mon[96111]: pgmap v3878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:43.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:43.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:44.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:44.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:44 smithi187 ceph-mon[111815]: pgmap v3879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:44 smithi088 ceph-mon[96111]: pgmap v3879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:45.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:45.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:25:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:25:46.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:46.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:46 smithi187 ceph-mon[111815]: pgmap v3880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:46 smithi088 ceph-mon[96111]: pgmap v3880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:47.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:47.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:47 smithi187 ceph-mon[111815]: pgmap v3881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:47 smithi088 ceph-mon[96111]: pgmap v3881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:48.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:48.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:49.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:49.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:50.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:50.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:50 smithi187 ceph-mon[111815]: pgmap v3882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:50.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:50 smithi088 ceph-mon[96111]: pgmap v3882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:51.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:51.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:52.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:52.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:52 smithi187 ceph-mon[111815]: pgmap v3883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:52.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:52 smithi088 ceph-mon[96111]: pgmap v3883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:53.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:53.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:54.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:54.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:54 smithi187 ceph-mon[111815]: pgmap v3884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:54 smithi088 ceph-mon[96111]: pgmap v3884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:55.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:55.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:56.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:56.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:56 smithi187 ceph-mon[111815]: pgmap v3885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:56.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:56 smithi088 ceph-mon[96111]: pgmap v3885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:25:57.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:57.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:25:57 smithi088 ceph-mon[96111]: pgmap v3886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:25:57 smithi187 ceph-mon[111815]: pgmap v3886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:25:58.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:58.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:25:59.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:25:59.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:00.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:00.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:00 smithi187 ceph-mon[111815]: pgmap v3887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:26:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:00 smithi088 ceph-mon[96111]: pgmap v3887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:26:01.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:01.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:02.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:02.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:02 smithi187 ceph-mon[111815]: pgmap v3888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:02 smithi088 ceph-mon[96111]: pgmap v3888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:03.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:03.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:04.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:04.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:04 smithi187 ceph-mon[111815]: pgmap v3889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:04 smithi088 ceph-mon[96111]: pgmap v3889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:05.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:05.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:06.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:06.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:06 smithi187 ceph-mon[111815]: pgmap v3890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:06 smithi088 ceph-mon[96111]: pgmap v3890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:07.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:07.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:07 smithi088 ceph-mon[96111]: pgmap v3891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:07 smithi187 ceph-mon[111815]: pgmap v3891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:08.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:08.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:09.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:09.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:10.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:10.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:10 smithi187 ceph-mon[111815]: pgmap v3892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:10 smithi088 ceph-mon[96111]: pgmap v3892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:11.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:11.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:12.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:12.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:12 smithi187 ceph-mon[111815]: pgmap v3893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:12.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:12 smithi088 ceph-mon[96111]: pgmap v3893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:13.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:13.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:14.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:14.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:14 smithi187 ceph-mon[111815]: pgmap v3894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:14 smithi088 ceph-mon[96111]: pgmap v3894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:15.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:15.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:26:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:26:16.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:16.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:16 smithi187 ceph-mon[111815]: pgmap v3895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:16 smithi088 ceph-mon[96111]: pgmap v3895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:17.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:17.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:17 smithi187 ceph-mon[111815]: pgmap v3896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:17 smithi088 ceph-mon[96111]: pgmap v3896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:18.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:18.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:19.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:19.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:20.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:20.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:20 smithi187 ceph-mon[111815]: pgmap v3897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:20 smithi088 ceph-mon[96111]: pgmap v3897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:21.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:21.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:22.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:22.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:22 smithi187 ceph-mon[111815]: pgmap v3898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:26:22.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:22 smithi088 ceph-mon[96111]: pgmap v3898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:26:23.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:23.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:24.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:24.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:24.447 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:24 smithi187 ceph-mon[111815]: pgmap v3899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:24.448 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:26:24.448 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:26:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:24 smithi088 ceph-mon[96111]: pgmap v3899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:26:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:26:25.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:25.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:25.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:26:25.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:26:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:26:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:26:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:26:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:26:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:26:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:26:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:26:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:26:26.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:26.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:26 smithi187 ceph-mon[111815]: pgmap v3900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:26 smithi088 ceph-mon[96111]: pgmap v3900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:27.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:27.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:27 smithi187 ceph-mon[111815]: pgmap v3901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:27 smithi088 ceph-mon[96111]: pgmap v3901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:28.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:28.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:29.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:29.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:30.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:30.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:30 smithi187 ceph-mon[111815]: pgmap v3902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:26:30.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:30 smithi088 ceph-mon[96111]: pgmap v3902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:26:31.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:31.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:32.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:32.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:32 smithi187 ceph-mon[111815]: pgmap v3903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:32.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:32 smithi088 ceph-mon[96111]: pgmap v3903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:33.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:33.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:34.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:34.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:34 smithi187 ceph-mon[111815]: pgmap v3904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:34 smithi088 ceph-mon[96111]: pgmap v3904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:35.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:35.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:36.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:36.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:36 smithi187 ceph-mon[111815]: pgmap v3905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:36.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:36 smithi088 ceph-mon[96111]: pgmap v3905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:37.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:37.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:37 smithi187 ceph-mon[111815]: pgmap v3906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:37 smithi088 ceph-mon[96111]: pgmap v3906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:38.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:38.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:39.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:39.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:40.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:40.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:40 smithi187 ceph-mon[111815]: pgmap v3907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:40 smithi088 ceph-mon[96111]: pgmap v3907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:41.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:41.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:42.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:42 smithi187 ceph-mon[111815]: pgmap v3908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:42.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:42.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:42.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:42 smithi088 ceph-mon[96111]: pgmap v3908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:43.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:43.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:44 smithi187 ceph-mon[111815]: pgmap v3909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:44.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:44.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:44 smithi088 ceph-mon[96111]: pgmap v3909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:26:45.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:45.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:26:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:46 smithi187 ceph-mon[111815]: pgmap v3910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:46.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:46.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:46 smithi088 ceph-mon[96111]: pgmap v3910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:47.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:47.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:47 smithi187 ceph-mon[111815]: pgmap v3911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:47 smithi088 ceph-mon[96111]: pgmap v3911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:48.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:48.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:49.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:49.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:50 smithi187 ceph-mon[111815]: pgmap v3912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:50.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:50.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:50.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:50 smithi088 ceph-mon[96111]: pgmap v3912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:51.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:51.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:52 smithi187 ceph-mon[111815]: pgmap v3913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:52.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:52.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:52 smithi088 ceph-mon[96111]: pgmap v3913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:53.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:53.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:54 smithi187 ceph-mon[111815]: pgmap v3914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:54.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:54.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:54 smithi088 ceph-mon[96111]: pgmap v3914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:55.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:55.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:56 smithi187 ceph-mon[111815]: pgmap v3915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:56.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:56.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:56 smithi088 ceph-mon[96111]: pgmap v3915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:26:57.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:57.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:58.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:26:57 smithi187 ceph-mon[111815]: pgmap v3916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:58.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:26:57 smithi088 ceph-mon[96111]: pgmap v3916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:26:58.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:58.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:26:59.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:26:59.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:00 smithi187 ceph-mon[111815]: pgmap v3917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:00.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:27:00.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:00.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:00.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:00 smithi088 ceph-mon[96111]: pgmap v3917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:27:01.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:01.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:02.465 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:02 smithi187 ceph-mon[111815]: pgmap v3918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:02.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:02.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:02.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:02 smithi088 ceph-mon[96111]: pgmap v3918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:03.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:03.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:04 smithi187 ceph-mon[111815]: pgmap v3919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:04.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:04.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:04 smithi088 ceph-mon[96111]: pgmap v3919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:05.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:05.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:06 smithi187 ceph-mon[111815]: pgmap v3920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:06.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:06.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:06.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:06 smithi088 ceph-mon[96111]: pgmap v3920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:07.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:07.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:07 smithi187 ceph-mon[111815]: pgmap v3921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:08.313 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:07 smithi088 ceph-mon[96111]: pgmap v3921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:08.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:08.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:09.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:09.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:10 smithi187 ceph-mon[111815]: pgmap v3922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:10.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:10.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:10 smithi088 ceph-mon[96111]: pgmap v3922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:11.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:11.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:12 smithi187 ceph-mon[111815]: pgmap v3923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:12.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:12.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:12.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:12 smithi088 ceph-mon[96111]: pgmap v3923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:13.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:13.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:14 smithi187 ceph-mon[111815]: pgmap v3924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:14.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:14.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:14 smithi088 ceph-mon[96111]: pgmap v3924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:27:15.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:15.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:27:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:16 smithi187 ceph-mon[111815]: pgmap v3925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:16.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:16.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:16 smithi088 ceph-mon[96111]: pgmap v3925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:17.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:17.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:17 smithi187 ceph-mon[111815]: pgmap v3926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:17 smithi088 ceph-mon[96111]: pgmap v3926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:18.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:18.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:19.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:19.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:20 smithi187 ceph-mon[111815]: pgmap v3927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:20.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:20.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:20 smithi088 ceph-mon[96111]: pgmap v3927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:21.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:21.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:22 smithi187 ceph-mon[111815]: pgmap v3928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:22.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:22.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:22 smithi088 ceph-mon[96111]: pgmap v3928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:23.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:23.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:24 smithi187 ceph-mon[111815]: pgmap v3929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:24.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:24.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:24 smithi088 ceph-mon[96111]: pgmap v3929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:25.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:27:25.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:25.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:27:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:26 smithi187 ceph-mon[111815]: pgmap v3930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:26.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:26.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:26 smithi088 ceph-mon[96111]: pgmap v3930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:27.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:27.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:27 smithi187 ceph-mon[111815]: pgmap v3931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:27 smithi088 ceph-mon[96111]: pgmap v3931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:28.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:28.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:29.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:29.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:27:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:27:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:30 smithi088 ceph-mon[96111]: pgmap v3932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:27:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:27:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:27:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:27:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:27:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:27:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:27:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:27:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:30 smithi187 ceph-mon[111815]: pgmap v3932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:27:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:27:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:27:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:27:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:27:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:27:30.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:30.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:31.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:31.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:32 smithi187 ceph-mon[111815]: pgmap v3933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:32.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:32.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:32 smithi088 ceph-mon[96111]: pgmap v3933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:33.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:33.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:34 smithi187 ceph-mon[111815]: pgmap v3934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:34.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:34.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:34 smithi088 ceph-mon[96111]: pgmap v3934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:35.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:35.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:36 smithi187 ceph-mon[111815]: pgmap v3935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:36.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:36.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:36 smithi088 ceph-mon[96111]: pgmap v3935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:37.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:37.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:37 smithi187 ceph-mon[111815]: pgmap v3936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:37 smithi088 ceph-mon[96111]: pgmap v3936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:38.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:38.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:39.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:39.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:40 smithi187 ceph-mon[111815]: pgmap v3937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:40.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:40.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:40 smithi088 ceph-mon[96111]: pgmap v3937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:41.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:41.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:42 smithi187 ceph-mon[111815]: pgmap v3938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:42.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:42.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:42.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:42 smithi088 ceph-mon[96111]: pgmap v3938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:43.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:43.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:44 smithi187 ceph-mon[111815]: pgmap v3939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:44.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:44.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:44 smithi088 ceph-mon[96111]: pgmap v3939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:27:45.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:45.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:27:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:46 smithi187 ceph-mon[111815]: pgmap v3940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:46.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:46.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:46 smithi088 ceph-mon[96111]: pgmap v3940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:47.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:47.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:47 smithi187 ceph-mon[111815]: pgmap v3941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:47 smithi088 ceph-mon[96111]: pgmap v3941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:48.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:48.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:49.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:49.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:50 smithi187 ceph-mon[111815]: pgmap v3942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:50.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:50.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:50 smithi088 ceph-mon[96111]: pgmap v3942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:51.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:51.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:52 smithi187 ceph-mon[111815]: pgmap v3943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:52 smithi088 ceph-mon[96111]: pgmap v3943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:52.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:52.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:53.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:53.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:54 smithi187 ceph-mon[111815]: pgmap v3944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:54 smithi088 ceph-mon[96111]: pgmap v3944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:54.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:54.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:55.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:55.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:56 smithi187 ceph-mon[111815]: pgmap v3945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:56 smithi088 ceph-mon[96111]: pgmap v3945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:27:56.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:56.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:57.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:57.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:27:57 smithi187 ceph-mon[111815]: pgmap v3946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:27:57 smithi088 ceph-mon[96111]: pgmap v3946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:27:58.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:58.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:27:59.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:27:59.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:00.435 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:00 smithi187 ceph-mon[111815]: pgmap v3947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:00.436 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:28:00.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:00 smithi088 ceph-mon[96111]: pgmap v3947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:28:00.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:00.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:01.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:01.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:02 smithi187 ceph-mon[111815]: pgmap v3948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:02 smithi088 ceph-mon[96111]: pgmap v3948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:02.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:02.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:03.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:03.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:04 smithi187 ceph-mon[111815]: pgmap v3949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:04 smithi088 ceph-mon[96111]: pgmap v3949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:04.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:04.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:05.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:05.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:06 smithi187 ceph-mon[111815]: pgmap v3950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:06.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:06 smithi088 ceph-mon[96111]: pgmap v3950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:06.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:06.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:07.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:07.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:07 smithi187 ceph-mon[111815]: pgmap v3951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:07 smithi088 ceph-mon[96111]: pgmap v3951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:08.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:08.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:09.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:09.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:10 smithi187 ceph-mon[111815]: pgmap v3952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:10 smithi088 ceph-mon[96111]: pgmap v3952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:10.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:10.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:11.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:11.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:12 smithi187 ceph-mon[111815]: pgmap v3953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:12 smithi088 ceph-mon[96111]: pgmap v3953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:12.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:12.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:13.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:13.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:14 smithi088 ceph-mon[96111]: pgmap v3954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:14 smithi187 ceph-mon[111815]: pgmap v3954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:14.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:14.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:28:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:28:15.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:15.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:16 smithi187 ceph-mon[111815]: pgmap v3955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:16 smithi088 ceph-mon[96111]: pgmap v3955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:16.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:16.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:17.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:17.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:17 smithi187 ceph-mon[111815]: pgmap v3956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:17 smithi088 ceph-mon[96111]: pgmap v3956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:18.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:18.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:19.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:19.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:20 smithi187 ceph-mon[111815]: pgmap v3957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:20 smithi088 ceph-mon[96111]: pgmap v3957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:20.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:20.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:21.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:21.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:22 smithi187 ceph-mon[111815]: pgmap v3958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:22 smithi088 ceph-mon[96111]: pgmap v3958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:22.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:22.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:23.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:23.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:24 smithi088 ceph-mon[96111]: pgmap v3959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:24 smithi187 ceph-mon[111815]: pgmap v3959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:24.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:24.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:25.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:25.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:26 smithi187 ceph-mon[111815]: pgmap v3960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:26 smithi088 ceph-mon[96111]: pgmap v3960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:26.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:26.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:27.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:27.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:27 smithi187 ceph-mon[111815]: pgmap v3961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:27 smithi088 ceph-mon[96111]: pgmap v3961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:28.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:28.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:29.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:29.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:30 smithi187 ceph-mon[111815]: pgmap v3962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:28:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:28:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:28:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:28:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:28:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:28:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:28:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:30 smithi088 ceph-mon[96111]: pgmap v3962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:28:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:28:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:28:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:28:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:28:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:28:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:28:30.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:30.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:31.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:31.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:32 smithi187 ceph-mon[111815]: pgmap v3963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:32 smithi088 ceph-mon[96111]: pgmap v3963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:32.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:32.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:33.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:33.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:34 smithi187 ceph-mon[111815]: pgmap v3964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:34 smithi088 ceph-mon[96111]: pgmap v3964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:34.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:34.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:35.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:35.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:36 smithi187 ceph-mon[111815]: pgmap v3965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:36.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:36 smithi088 ceph-mon[96111]: pgmap v3965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:36.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:36.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:37.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:37.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:37 smithi187 ceph-mon[111815]: pgmap v3966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:37 smithi088 ceph-mon[96111]: pgmap v3966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:38.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:38.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:39.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:39.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:40 smithi187 ceph-mon[111815]: pgmap v3967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:40.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:40 smithi088 ceph-mon[96111]: pgmap v3967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:40.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:40.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:41.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:41.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:42 smithi187 ceph-mon[111815]: pgmap v3968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:42.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:42 smithi088 ceph-mon[96111]: pgmap v3968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:42.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:42.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:43.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:43.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:44 smithi187 ceph-mon[111815]: pgmap v3969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:44 smithi088 ceph-mon[96111]: pgmap v3969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:44.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:44.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:28:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:28:45.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:45.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:46 smithi187 ceph-mon[111815]: pgmap v3970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:46 smithi088 ceph-mon[96111]: pgmap v3970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:46.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:46.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:47.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:47.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:47 smithi187 ceph-mon[111815]: pgmap v3971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:47 smithi088 ceph-mon[96111]: pgmap v3971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:48.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:48.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:49.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:49.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:50 smithi187 ceph-mon[111815]: pgmap v3972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:50.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:50 smithi088 ceph-mon[96111]: pgmap v3972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:50.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:50.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:51.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:51.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:52 smithi187 ceph-mon[111815]: pgmap v3973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:52 smithi088 ceph-mon[96111]: pgmap v3973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:52.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:52.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:53.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:53.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:54 smithi187 ceph-mon[111815]: pgmap v3974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:54.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:54 smithi088 ceph-mon[96111]: pgmap v3974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:54.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:54.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:55.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:55.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:56 smithi187 ceph-mon[111815]: pgmap v3975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:56 smithi088 ceph-mon[96111]: pgmap v3975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:28:56.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:56.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:57.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:57.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:28:57 smithi187 ceph-mon[111815]: pgmap v3976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:28:57 smithi088 ceph-mon[96111]: pgmap v3976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:28:58.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:58.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:28:59.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:28:59.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:00 smithi187 ceph-mon[111815]: pgmap v3977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:29:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:00 smithi088 ceph-mon[96111]: pgmap v3977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:29:00.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:00.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:01.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:01.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:02 smithi187 ceph-mon[111815]: pgmap v3978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:02 smithi088 ceph-mon[96111]: pgmap v3978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:02.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:02.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:03.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:03.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:04 smithi187 ceph-mon[111815]: pgmap v3979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:04 smithi088 ceph-mon[96111]: pgmap v3979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:04.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:04.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:05.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:05.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:06 smithi187 ceph-mon[111815]: pgmap v3980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:06 smithi088 ceph-mon[96111]: pgmap v3980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:06.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:06.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:07.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:07.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:07 smithi187 ceph-mon[111815]: pgmap v3981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:07 smithi088 ceph-mon[96111]: pgmap v3981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:08.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:08.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:09.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:09.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:10 smithi187 ceph-mon[111815]: pgmap v3982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:10 smithi088 ceph-mon[96111]: pgmap v3982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:10.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:10.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:11.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:11.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:12 smithi187 ceph-mon[111815]: pgmap v3983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:12 smithi088 ceph-mon[96111]: pgmap v3983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:12.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:12.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:13.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:13.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:14 smithi187 ceph-mon[111815]: pgmap v3984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:14.544 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:14 smithi088 ceph-mon[96111]: pgmap v3984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:14.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:14.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:29:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:29:15.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:15.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:16 smithi187 ceph-mon[111815]: pgmap v3985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:16 smithi088 ceph-mon[96111]: pgmap v3985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:16.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:16.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:17.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:17.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:17 smithi187 ceph-mon[111815]: pgmap v3986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:17 smithi088 ceph-mon[96111]: pgmap v3986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:18.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:18.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:19.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:19.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:20 smithi187 ceph-mon[111815]: pgmap v3987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:20 smithi088 ceph-mon[96111]: pgmap v3987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:20.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:20.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:21.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:21.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:22 smithi187 ceph-mon[111815]: pgmap v3988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:22 smithi088 ceph-mon[96111]: pgmap v3988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:22.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:22.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:23.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:23.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:24 smithi187 ceph-mon[111815]: pgmap v3989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:24 smithi088 ceph-mon[96111]: pgmap v3989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:24.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:24.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:25.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:25.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:26 smithi187 ceph-mon[111815]: pgmap v3990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:26 smithi088 ceph-mon[96111]: pgmap v3990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:26.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:26.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:27.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:27.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:27 smithi187 ceph-mon[111815]: pgmap v3991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:27 smithi088 ceph-mon[96111]: pgmap v3991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:28.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:28.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:29.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:29.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:30 smithi187 ceph-mon[111815]: pgmap v3992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:29:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:29:30.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:30 smithi088 ceph-mon[96111]: pgmap v3992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:29:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:29:30.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:30.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:29:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:29:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:29:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:29:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:29:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:29:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:29:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:31 smithi187 ceph-mon[111815]: pgmap v3993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:31.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:31.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:29:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:29:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:29:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:29:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:29:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:29:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:29:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:31 smithi088 ceph-mon[96111]: pgmap v3993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:32.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:32.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:33.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:33.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:34 smithi187 ceph-mon[111815]: pgmap v3994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:34 smithi088 ceph-mon[96111]: pgmap v3994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:34.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:34.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:35.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:35.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:36 smithi187 ceph-mon[111815]: pgmap v3995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:36 smithi088 ceph-mon[96111]: pgmap v3995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:36.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:36.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:37.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:37.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:37 smithi187 ceph-mon[111815]: pgmap v3996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:37 smithi088 ceph-mon[96111]: pgmap v3996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:38.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:38.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:39.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:39.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:40 smithi187 ceph-mon[111815]: pgmap v3997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:40 smithi088 ceph-mon[96111]: pgmap v3997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:40.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:40.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:41.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:41.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:42 smithi187 ceph-mon[111815]: pgmap v3998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:42 smithi088 ceph-mon[96111]: pgmap v3998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:42.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:42.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:43.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:43.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:44 smithi088 ceph-mon[96111]: pgmap v3999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:44 smithi187 ceph-mon[111815]: pgmap v3999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:44.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:44.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:29:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:29:45.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:45.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:46.537 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:46 smithi187 ceph-mon[111815]: pgmap v4000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:46 smithi088 ceph-mon[96111]: pgmap v4000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:46.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:46.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:47.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:47.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:47 smithi187 ceph-mon[111815]: pgmap v4001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:47 smithi088 ceph-mon[96111]: pgmap v4001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:48.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:48.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:49.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:49.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:50 smithi187 ceph-mon[111815]: pgmap v4002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:50 smithi088 ceph-mon[96111]: pgmap v4002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:50.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:50.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:51.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:51.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:52 smithi088 ceph-mon[96111]: pgmap v4003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:52 smithi187 ceph-mon[111815]: pgmap v4003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:52.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:52.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:53.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:53.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:54 smithi088 ceph-mon[96111]: pgmap v4004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:54 smithi187 ceph-mon[111815]: pgmap v4004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:54.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:54.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:55.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:55.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:56 smithi088 ceph-mon[96111]: pgmap v4005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:56.642 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:56 smithi187 ceph-mon[111815]: pgmap v4005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:29:56.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:56.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:57.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:57.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:29:57 smithi187 ceph-mon[111815]: pgmap v4006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:29:57 smithi088 ceph-mon[96111]: pgmap v4006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:29:58.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:58.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:29:59.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:29:59.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:00 smithi088 ceph-mon[96111]: pgmap v4007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T01:30:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:30:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:00 smithi187 ceph-mon[111815]: pgmap v4007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T01:30:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:30:00.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:00.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:01.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:01.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:02 smithi088 ceph-mon[96111]: pgmap v4008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:02 smithi187 ceph-mon[111815]: pgmap v4008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:02.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:02.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:03.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:03.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:04 smithi088 ceph-mon[96111]: pgmap v4009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:04 smithi187 ceph-mon[111815]: pgmap v4009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:04.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:04.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:05.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:05.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:06 smithi088 ceph-mon[96111]: pgmap v4010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:06 smithi187 ceph-mon[111815]: pgmap v4010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:06.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:06.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:07.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:07.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:07 smithi187 ceph-mon[111815]: pgmap v4011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:07 smithi088 ceph-mon[96111]: pgmap v4011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:08.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:08.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:09.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:09.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:10 smithi088 ceph-mon[96111]: pgmap v4012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:10 smithi187 ceph-mon[111815]: pgmap v4012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:10.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:10.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:11.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:11.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:12 smithi088 ceph-mon[96111]: pgmap v4013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:12 smithi187 ceph-mon[111815]: pgmap v4013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:12.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:12.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:13.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:13.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:14 smithi088 ceph-mon[96111]: pgmap v4014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:14 smithi187 ceph-mon[111815]: pgmap v4014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:14.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:14.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:30:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:30:15.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:15.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:16 smithi088 ceph-mon[96111]: pgmap v4015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:16 smithi187 ceph-mon[111815]: pgmap v4015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:16.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:16.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:17.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:17.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:17 smithi187 ceph-mon[111815]: pgmap v4016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:17 smithi088 ceph-mon[96111]: pgmap v4016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:18.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:18.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:19.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:19.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:20 smithi088 ceph-mon[96111]: pgmap v4017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:20 smithi187 ceph-mon[111815]: pgmap v4017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:20.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:20.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:21.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:21.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:22 smithi088 ceph-mon[96111]: pgmap v4018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:22 smithi187 ceph-mon[111815]: pgmap v4018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:22.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:22.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:23.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:23.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:24 smithi088 ceph-mon[96111]: pgmap v4019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:24 smithi187 ceph-mon[111815]: pgmap v4019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:24.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:24.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:25.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:25.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:26 smithi088 ceph-mon[96111]: pgmap v4020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:26 smithi187 ceph-mon[111815]: pgmap v4020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:26.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:26.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:27.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:27.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:27 smithi187 ceph-mon[111815]: pgmap v4021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:27 smithi088 ceph-mon[96111]: pgmap v4021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:28.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:28.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:29.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:29.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:30 smithi088 ceph-mon[96111]: pgmap v4022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:30:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:30 smithi187 ceph-mon[111815]: pgmap v4022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:30:30.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:30.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:30:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:30:31.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:31.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:32 smithi187 ceph-mon[111815]: pgmap v4023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:30:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:30:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:30:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:30:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:30:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:32 smithi088 ceph-mon[96111]: pgmap v4023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:30:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:30:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:30:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:30:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:30:32.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:32.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:33.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:33.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:34 smithi088 ceph-mon[96111]: pgmap v4024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:34 smithi187 ceph-mon[111815]: pgmap v4024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:34.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:34.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:35.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:35.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:36 smithi088 ceph-mon[96111]: pgmap v4025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:36 smithi187 ceph-mon[111815]: pgmap v4025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:36.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:36.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:37.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:37.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:37 smithi187 ceph-mon[111815]: pgmap v4026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:37 smithi088 ceph-mon[96111]: pgmap v4026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:38.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:38.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:39.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:39.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:40 smithi088 ceph-mon[96111]: pgmap v4027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:40 smithi187 ceph-mon[111815]: pgmap v4027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:40.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:40.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:41.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:41.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:42 smithi187 ceph-mon[111815]: pgmap v4028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:42.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:42 smithi088 ceph-mon[96111]: pgmap v4028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:42.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:42.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:43.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:43.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:44 smithi088 ceph-mon[96111]: pgmap v4029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:44 smithi187 ceph-mon[111815]: pgmap v4029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:44.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:44.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:30:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:30:45.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:45.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:46 smithi088 ceph-mon[96111]: pgmap v4030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:46 smithi187 ceph-mon[111815]: pgmap v4030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:46.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:46.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:47.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:47.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:47 smithi187 ceph-mon[111815]: pgmap v4031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:47 smithi088 ceph-mon[96111]: pgmap v4031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:48.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:48.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:49.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:49.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:50.480 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:50 smithi088 ceph-mon[96111]: pgmap v4032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:50 smithi187 ceph-mon[111815]: pgmap v4032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:50.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:50.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:51.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:51.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:52 smithi088 ceph-mon[96111]: pgmap v4033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:52 smithi187 ceph-mon[111815]: pgmap v4033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:52.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:52.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:53.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:53.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:54 smithi088 ceph-mon[96111]: pgmap v4034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:54 smithi187 ceph-mon[111815]: pgmap v4034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:54.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:54.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:55.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:55.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:56 smithi088 ceph-mon[96111]: pgmap v4035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:56 smithi187 ceph-mon[111815]: pgmap v4035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:30:56.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:56.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:57.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:57.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:30:57 smithi187 ceph-mon[111815]: pgmap v4036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:30:57 smithi088 ceph-mon[96111]: pgmap v4036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:30:58.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:58.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:30:59.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:30:59.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:00 smithi088 ceph-mon[96111]: pgmap v4037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:31:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:00 smithi187 ceph-mon[111815]: pgmap v4037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:31:00.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:00.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:01.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:01.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:02 smithi088 ceph-mon[96111]: pgmap v4038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:02 smithi187 ceph-mon[111815]: pgmap v4038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:02.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:02.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:03.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:03.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:04 smithi088 ceph-mon[96111]: pgmap v4039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:04 smithi187 ceph-mon[111815]: pgmap v4039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:04.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:04.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:05.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:05.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:06 smithi088 ceph-mon[96111]: pgmap v4040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:06 smithi187 ceph-mon[111815]: pgmap v4040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:06.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:06.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:07.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:07.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:07 smithi187 ceph-mon[111815]: pgmap v4041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:07 smithi088 ceph-mon[96111]: pgmap v4041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:08.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:08.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:09.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:09.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:10 smithi088 ceph-mon[96111]: pgmap v4042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:10 smithi187 ceph-mon[111815]: pgmap v4042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:10.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:10.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:11.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:11.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:12 smithi088 ceph-mon[96111]: pgmap v4043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:12 smithi187 ceph-mon[111815]: pgmap v4043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:12.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:12.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:13.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:13.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:14 smithi088 ceph-mon[96111]: pgmap v4044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:14 smithi187 ceph-mon[111815]: pgmap v4044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:14.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:14.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:31:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:31:15.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:15.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:16 smithi088 ceph-mon[96111]: pgmap v4045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:16 smithi187 ceph-mon[111815]: pgmap v4045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:16.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:16.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:17.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:17.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:17 smithi187 ceph-mon[111815]: pgmap v4046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:17 smithi088 ceph-mon[96111]: pgmap v4046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:18.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:18.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:19.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:19.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:20 smithi088 ceph-mon[96111]: pgmap v4047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:20 smithi187 ceph-mon[111815]: pgmap v4047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:20.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:20.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:21.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:21.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:22.532 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:22 smithi187 ceph-mon[111815]: pgmap v4048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:22.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:22 smithi088 ceph-mon[96111]: pgmap v4048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:22.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:22.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:23.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:23.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:24 smithi088 ceph-mon[96111]: pgmap v4049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:24 smithi187 ceph-mon[111815]: pgmap v4049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:24.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:24.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:25.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:25.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:26 smithi088 ceph-mon[96111]: pgmap v4050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:26 smithi187 ceph-mon[111815]: pgmap v4050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:26.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:26.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:27.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:27.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:27 smithi187 ceph-mon[111815]: pgmap v4051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:27 smithi088 ceph-mon[96111]: pgmap v4051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:28.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:28.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:29.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:29.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:30 smithi088 ceph-mon[96111]: pgmap v4052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:31:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:30 smithi187 ceph-mon[111815]: pgmap v4052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:31:30.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:30.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:31.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:31.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:32 smithi088 ceph-mon[96111]: pgmap v4053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:31:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:31:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:31:32.637 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:32 smithi187 ceph-mon[111815]: pgmap v4053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:32.637 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:31:32.637 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:31:32.638 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:31:32.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:32.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:31:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:31:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:31:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:31:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:31:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:31:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:31:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:31:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:31:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:31:33.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:33.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:34 smithi088 ceph-mon[96111]: pgmap v4054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:34 smithi187 ceph-mon[111815]: pgmap v4054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:34.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:34.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:35.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:35.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:36 smithi187 ceph-mon[111815]: pgmap v4055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:36.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:36 smithi088 ceph-mon[96111]: pgmap v4055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:36.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:36.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:37.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:37.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:37 smithi187 ceph-mon[111815]: pgmap v4056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:37 smithi088 ceph-mon[96111]: pgmap v4056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:38.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:38.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:39.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:39.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:40 smithi088 ceph-mon[96111]: pgmap v4057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:40 smithi187 ceph-mon[111815]: pgmap v4057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:40.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:40.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:41.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:41.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:42 smithi088 ceph-mon[96111]: pgmap v4058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:42 smithi187 ceph-mon[111815]: pgmap v4058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:42.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:42.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:43.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:43.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:44 smithi088 ceph-mon[96111]: pgmap v4059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:44 smithi187 ceph-mon[111815]: pgmap v4059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:44.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:45.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:31:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:31:45.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:45.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:46 smithi088 ceph-mon[96111]: pgmap v4060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:46 smithi187 ceph-mon[111815]: pgmap v4060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:46.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:46.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:47.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:47.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:47 smithi187 ceph-mon[111815]: pgmap v4061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:47 smithi088 ceph-mon[96111]: pgmap v4061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:48.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:48.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:49.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:49.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:50 smithi088 ceph-mon[96111]: pgmap v4062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:50 smithi187 ceph-mon[111815]: pgmap v4062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:50.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:50.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:51.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:51.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:52 smithi088 ceph-mon[96111]: pgmap v4063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:52 smithi187 ceph-mon[111815]: pgmap v4063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:52.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:52.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:53.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:53.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:54 smithi088 ceph-mon[96111]: pgmap v4064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:54 smithi187 ceph-mon[111815]: pgmap v4064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:54.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:54.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:55.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:55.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:56 smithi088 ceph-mon[96111]: pgmap v4065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:56 smithi187 ceph-mon[111815]: pgmap v4065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:31:56.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:56.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:57.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:57.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:31:57 smithi187 ceph-mon[111815]: pgmap v4066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:31:57 smithi088 ceph-mon[96111]: pgmap v4066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:31:58.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:58.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:31:59.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:31:59.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:00 smithi088 ceph-mon[96111]: pgmap v4067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:32:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:00 smithi187 ceph-mon[111815]: pgmap v4067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:32:00.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:00.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:01.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:01.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:02 smithi088 ceph-mon[96111]: pgmap v4068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:02 smithi187 ceph-mon[111815]: pgmap v4068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:02.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:02.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:03.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:03.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:04 smithi088 ceph-mon[96111]: pgmap v4069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:04 smithi187 ceph-mon[111815]: pgmap v4069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:04.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:04.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:05.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:05.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:06 smithi088 ceph-mon[96111]: pgmap v4070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:06 smithi187 ceph-mon[111815]: pgmap v4070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:06.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:06.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:07.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:07.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:07 smithi187 ceph-mon[111815]: pgmap v4071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:07 smithi088 ceph-mon[96111]: pgmap v4071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:08.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:08.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:09.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:09.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:10 smithi088 ceph-mon[96111]: pgmap v4072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:10 smithi187 ceph-mon[111815]: pgmap v4072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:11.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:11.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:12.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:12.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:12 smithi088 ceph-mon[96111]: pgmap v4073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:12 smithi187 ceph-mon[111815]: pgmap v4073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:13.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:13.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:14.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:14.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:14 smithi088 ceph-mon[96111]: pgmap v4074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:14 smithi187 ceph-mon[111815]: pgmap v4074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:15.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:15.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:32:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:32:16.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:16.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:16 smithi088 ceph-mon[96111]: pgmap v4075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:16 smithi187 ceph-mon[111815]: pgmap v4075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:17.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:17.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:18.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:18.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:17 smithi187 ceph-mon[111815]: pgmap v4076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:17 smithi088 ceph-mon[96111]: pgmap v4076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:19.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:19.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:20.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:20.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:20 smithi088 ceph-mon[96111]: pgmap v4077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:20 smithi187 ceph-mon[111815]: pgmap v4077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:21.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:21.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:22.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:22.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:22 smithi088 ceph-mon[96111]: pgmap v4078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:22 smithi187 ceph-mon[111815]: pgmap v4078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:23.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:23.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:24.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:24.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:24 smithi088 ceph-mon[96111]: pgmap v4079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:24 smithi187 ceph-mon[111815]: pgmap v4079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:25.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:25.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:26.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:26.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:26 smithi088 ceph-mon[96111]: pgmap v4080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:26 smithi187 ceph-mon[111815]: pgmap v4080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:27.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:27.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:28.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:28.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:27 smithi187 ceph-mon[111815]: pgmap v4081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:27 smithi088 ceph-mon[96111]: pgmap v4081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:29.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:29.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:30.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:30.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:30 smithi088 ceph-mon[96111]: pgmap v4082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:32:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:30 smithi187 ceph-mon[111815]: pgmap v4082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:32:31.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:31.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:32.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:32.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:32 smithi088 ceph-mon[96111]: pgmap v4083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:32 smithi187 ceph-mon[111815]: pgmap v4083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:33.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:33.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:32:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:32:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:32:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:32:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:32:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:32:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:32:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:32:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:32:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:32:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:32:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:32:34.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:34.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:34 smithi088 ceph-mon[96111]: pgmap v4084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:34 smithi187 ceph-mon[111815]: pgmap v4084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:35.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:35.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:36.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:36.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:36.518 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:36 smithi088 ceph-mon[96111]: pgmap v4085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:36 smithi187 ceph-mon[111815]: pgmap v4085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:37.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:37.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:38.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:38.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:37 smithi187 ceph-mon[111815]: pgmap v4086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:37 smithi088 ceph-mon[96111]: pgmap v4086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:39.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:39.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:40.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:40.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:40 smithi088 ceph-mon[96111]: pgmap v4087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:40 smithi187 ceph-mon[111815]: pgmap v4087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:41.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:41.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:42.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:42.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:42 smithi088 ceph-mon[96111]: pgmap v4088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:42 smithi187 ceph-mon[111815]: pgmap v4088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:43.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:43.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:44.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:44.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:44.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:44 smithi088 ceph-mon[96111]: pgmap v4089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:44 smithi187 ceph-mon[111815]: pgmap v4089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:45.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:45.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:32:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:32:46.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:46.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:46 smithi088 ceph-mon[96111]: pgmap v4090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:46 smithi187 ceph-mon[111815]: pgmap v4090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:47.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:47.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:48.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:48.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:47 smithi088 ceph-mon[96111]: pgmap v4091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:48.415 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:47 smithi187 ceph-mon[111815]: pgmap v4091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:49.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:49.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:50.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:50.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:50.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:50 smithi088 ceph-mon[96111]: pgmap v4092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:50 smithi187 ceph-mon[111815]: pgmap v4092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:51.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:51.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:52.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:52.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:52 smithi088 ceph-mon[96111]: pgmap v4093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:52 smithi187 ceph-mon[111815]: pgmap v4093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:53.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:53.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:54.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:54.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:54.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:54 smithi088 ceph-mon[96111]: pgmap v4094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:54 smithi187 ceph-mon[111815]: pgmap v4094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:55.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:55.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:56.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:56.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:56.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:56 smithi088 ceph-mon[96111]: pgmap v4095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:56 smithi187 ceph-mon[111815]: pgmap v4095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:32:57.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:57.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:58.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:58.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:32:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:32:57 smithi088 ceph-mon[96111]: pgmap v4096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:32:57 smithi187 ceph-mon[111815]: pgmap v4096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:32:59.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:32:59.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:00.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:00.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:00.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:00 smithi088 ceph-mon[96111]: pgmap v4097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:33:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:00 smithi187 ceph-mon[111815]: pgmap v4097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:33:01.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:01.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:02.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:02.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:02 smithi088 ceph-mon[96111]: pgmap v4098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:02 smithi187 ceph-mon[111815]: pgmap v4098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:03.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:03.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:04.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:04.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:04 smithi088 ceph-mon[96111]: pgmap v4099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:04 smithi187 ceph-mon[111815]: pgmap v4099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:05.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:05.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:06.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:06.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:06 smithi088 ceph-mon[96111]: pgmap v4100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:06 smithi187 ceph-mon[111815]: pgmap v4100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:07.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:07.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:08.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:08.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:07 smithi088 ceph-mon[96111]: pgmap v4101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:07 smithi187 ceph-mon[111815]: pgmap v4101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:09.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:09.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:10.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:10.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:10 smithi088 ceph-mon[96111]: pgmap v4102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:10 smithi187 ceph-mon[111815]: pgmap v4102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:11.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:11.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:12.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:12.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:12 smithi088 ceph-mon[96111]: pgmap v4103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:12 smithi187 ceph-mon[111815]: pgmap v4103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:13.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:13.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:14.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:14.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:14 smithi088 ceph-mon[96111]: pgmap v4104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:14 smithi187 ceph-mon[111815]: pgmap v4104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:15.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:15.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:33:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:33:16.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:16.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:16 smithi088 ceph-mon[96111]: pgmap v4105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:16 smithi187 ceph-mon[111815]: pgmap v4105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:17.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:17.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:18.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:18.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:17 smithi088 ceph-mon[96111]: pgmap v4106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:17 smithi187 ceph-mon[111815]: pgmap v4106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:19.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:19.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:20.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:20.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:20 smithi088 ceph-mon[96111]: pgmap v4107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:20 smithi187 ceph-mon[111815]: pgmap v4107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:21.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:21.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:22.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:22.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:22.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:22 smithi088 ceph-mon[96111]: pgmap v4108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:22 smithi187 ceph-mon[111815]: pgmap v4108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:23.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:23.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:24.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:24.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:24 smithi088 ceph-mon[96111]: pgmap v4109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:24 smithi187 ceph-mon[111815]: pgmap v4109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:25.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:25.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:26.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:26.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:26 smithi088 ceph-mon[96111]: pgmap v4110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:26 smithi187 ceph-mon[111815]: pgmap v4110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:27.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:27.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:28.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:28.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:27 smithi088 ceph-mon[96111]: pgmap v4111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:27 smithi187 ceph-mon[111815]: pgmap v4111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:29.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:29.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:30.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:30.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:30 smithi088 ceph-mon[96111]: pgmap v4112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:33:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:30 smithi187 ceph-mon[111815]: pgmap v4112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:33:31.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:31.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:32.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:32.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:32 smithi088 ceph-mon[96111]: pgmap v4113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:32 smithi187 ceph-mon[111815]: pgmap v4113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:33.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:33.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:33.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:33:33.713 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:33:34.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:34.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:34 smithi088 ceph-mon[96111]: pgmap v4114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:33:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:33:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:33:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:33:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:33:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:34 smithi187 ceph-mon[111815]: pgmap v4114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:33:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:33:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:33:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:33:34.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:33:35.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:35.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:36.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:36.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:36 smithi088 ceph-mon[96111]: pgmap v4115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:36 smithi187 ceph-mon[111815]: pgmap v4115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:37.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:37.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:38.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:38.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:37 smithi088 ceph-mon[96111]: pgmap v4116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:37 smithi187 ceph-mon[111815]: pgmap v4116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:39.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:39.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:40.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:40.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:40 smithi088 ceph-mon[96111]: pgmap v4117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:40 smithi187 ceph-mon[111815]: pgmap v4117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:41.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:41.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:42.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:42.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:42 smithi088 ceph-mon[96111]: pgmap v4118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:42 smithi187 ceph-mon[111815]: pgmap v4118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:43.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:43.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:44.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:44.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:44 smithi088 ceph-mon[96111]: pgmap v4119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:44 smithi187 ceph-mon[111815]: pgmap v4119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:45.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:45.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:33:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:33:46.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:46.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:46 smithi088 ceph-mon[96111]: pgmap v4120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:46 smithi187 ceph-mon[111815]: pgmap v4120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:47.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:47.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:48.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:48.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:47 smithi088 ceph-mon[96111]: pgmap v4121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:47 smithi187 ceph-mon[111815]: pgmap v4121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:49.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:49.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:50.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:50.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:50 smithi088 ceph-mon[96111]: pgmap v4122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:50 smithi187 ceph-mon[111815]: pgmap v4122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:51.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:51.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:52.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:52.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:52 smithi088 ceph-mon[96111]: pgmap v4123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:52 smithi187 ceph-mon[111815]: pgmap v4123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:53.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:53.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:54.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:54.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:54 smithi187 ceph-mon[111815]: pgmap v4124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:54 smithi088 ceph-mon[96111]: pgmap v4124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:55.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:55.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:56.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:56.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:56 smithi088 ceph-mon[96111]: pgmap v4125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:56 smithi187 ceph-mon[111815]: pgmap v4125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:33:57.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:57.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:58.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:58.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:33:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:33:57 smithi088 ceph-mon[96111]: pgmap v4126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:33:57 smithi187 ceph-mon[111815]: pgmap v4126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:33:59.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:33:59.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:00.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:00.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:00 smithi088 ceph-mon[96111]: pgmap v4127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:34:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:00 smithi187 ceph-mon[111815]: pgmap v4127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:34:01.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:01.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:02.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:02.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:02 smithi088 ceph-mon[96111]: pgmap v4128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:02 smithi187 ceph-mon[111815]: pgmap v4128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:03.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:03.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:04.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:04.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:04 smithi187 ceph-mon[111815]: pgmap v4129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:04.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:04 smithi088 ceph-mon[96111]: pgmap v4129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:05.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:05.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:06.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:06.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:06 smithi088 ceph-mon[96111]: pgmap v4130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:06 smithi187 ceph-mon[111815]: pgmap v4130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:07.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:07.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:08.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:08.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:07 smithi088 ceph-mon[96111]: pgmap v4131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:07 smithi187 ceph-mon[111815]: pgmap v4131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:09.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:09.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:10.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:10.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:10 smithi088 ceph-mon[96111]: pgmap v4132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:10 smithi187 ceph-mon[111815]: pgmap v4132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:11.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:11.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:12.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:12.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:12.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:12 smithi088 ceph-mon[96111]: pgmap v4133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:12 smithi187 ceph-mon[111815]: pgmap v4133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:13.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:13.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:14.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:14.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:14 smithi088 ceph-mon[96111]: pgmap v4134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:14 smithi187 ceph-mon[111815]: pgmap v4134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:15.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:15.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:34:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:34:16.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:16.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:16 smithi088 ceph-mon[96111]: pgmap v4135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:16 smithi187 ceph-mon[111815]: pgmap v4135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:17.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:17.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:18.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:18.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:17 smithi088 ceph-mon[96111]: pgmap v4136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:17 smithi187 ceph-mon[111815]: pgmap v4136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:19.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:19.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:20.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:20.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:20 smithi088 ceph-mon[96111]: pgmap v4137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:20 smithi187 ceph-mon[111815]: pgmap v4137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:21.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:21.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:22.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:22.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:22.551 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:22 smithi088 ceph-mon[96111]: pgmap v4138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:22 smithi187 ceph-mon[111815]: pgmap v4138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:23.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:23.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:24.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:24.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:24 smithi088 ceph-mon[96111]: pgmap v4139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:24 smithi187 ceph-mon[111815]: pgmap v4139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:25.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:25.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:26.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:26.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:26 smithi088 ceph-mon[96111]: pgmap v4140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:26 smithi187 ceph-mon[111815]: pgmap v4140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:27.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:27.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:28.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:28.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:27 smithi088 ceph-mon[96111]: pgmap v4141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:27 smithi187 ceph-mon[111815]: pgmap v4141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:29.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:29.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:30.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:30.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:30.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:30 smithi088 ceph-mon[96111]: pgmap v4142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:34:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:30 smithi187 ceph-mon[111815]: pgmap v4142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:34:31.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:31.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:32.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:32.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:32 smithi088 ceph-mon[96111]: pgmap v4143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:32 smithi187 ceph-mon[111815]: pgmap v4143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:33.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:33.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:34.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:34.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:34 smithi088 ceph-mon[96111]: pgmap v4144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:34:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:34:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:34:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:34:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:34:34.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:34:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:34 smithi187 ceph-mon[111815]: pgmap v4144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:34.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:34:34.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:34:34.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:34:34.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:34:34.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:34:34.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:34:35.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:35.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:36.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:36.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:36.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:36 smithi088 ceph-mon[96111]: pgmap v4145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:36.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:36 smithi187 ceph-mon[111815]: pgmap v4145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:37.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:37.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:38.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:38.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:37 smithi088 ceph-mon[96111]: pgmap v4146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:37 smithi187 ceph-mon[111815]: pgmap v4146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:39.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:39.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:40.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:40.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:40 smithi088 ceph-mon[96111]: pgmap v4147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:40 smithi187 ceph-mon[111815]: pgmap v4147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:41.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:41.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:42.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:42.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:42 smithi088 ceph-mon[96111]: pgmap v4148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:42 smithi187 ceph-mon[111815]: pgmap v4148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:43.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:43.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:44.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:44.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:44 smithi088 ceph-mon[96111]: pgmap v4149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:44.619 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:44 smithi187 ceph-mon[111815]: pgmap v4149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:45.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:45.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:34:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:34:46.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:46.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:46 smithi088 ceph-mon[96111]: pgmap v4150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:46 smithi187 ceph-mon[111815]: pgmap v4150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:47.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:47.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:47 smithi088 ceph-mon[96111]: pgmap v4151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:48.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:48.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:47 smithi187 ceph-mon[111815]: pgmap v4151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:49.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:49.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:50.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:50.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:50 smithi088 ceph-mon[96111]: pgmap v4152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:50 smithi187 ceph-mon[111815]: pgmap v4152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:51.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:51.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:52.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:52.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:52 smithi088 ceph-mon[96111]: pgmap v4153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:52 smithi187 ceph-mon[111815]: pgmap v4153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:53.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:53.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:54.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:54.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:54 smithi088 ceph-mon[96111]: pgmap v4154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:54 smithi187 ceph-mon[111815]: pgmap v4154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:55.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:55.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:56.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:56.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:56 smithi088 ceph-mon[96111]: pgmap v4155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:56 smithi187 ceph-mon[111815]: pgmap v4155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:34:57.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:57.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:58.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:58.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:34:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:34:57 smithi088 ceph-mon[96111]: pgmap v4156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:34:57 smithi187 ceph-mon[111815]: pgmap v4156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:34:59.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:34:59.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:00.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:00.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:00.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:00 smithi088 ceph-mon[96111]: pgmap v4157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:00.578 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:35:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:00 smithi187 ceph-mon[111815]: pgmap v4157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:35:01.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:01.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:02.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:02.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:02 smithi088 ceph-mon[96111]: pgmap v4158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:02 smithi187 ceph-mon[111815]: pgmap v4158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:03.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:03.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:04.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:04.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:04.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:04 smithi088 ceph-mon[96111]: pgmap v4159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:04 smithi187 ceph-mon[111815]: pgmap v4159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:05.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:05.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:06.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:06.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:06 smithi088 ceph-mon[96111]: pgmap v4160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:06 smithi187 ceph-mon[111815]: pgmap v4160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:07.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:07.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:08.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:08.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:07 smithi088 ceph-mon[96111]: pgmap v4161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:07 smithi187 ceph-mon[111815]: pgmap v4161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:09.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:09.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:10.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:10.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:10 smithi088 ceph-mon[96111]: pgmap v4162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:10 smithi187 ceph-mon[111815]: pgmap v4162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:11.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:11.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:12.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:12.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:12.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:12 smithi088 ceph-mon[96111]: pgmap v4163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:12 smithi187 ceph-mon[111815]: pgmap v4163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:13.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:13.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:14.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:14.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:14.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:14 smithi088 ceph-mon[96111]: pgmap v4164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:14 smithi187 ceph-mon[111815]: pgmap v4164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:15.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:15.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:35:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:35:16.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:16.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:16 smithi088 ceph-mon[96111]: pgmap v4165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:16 smithi187 ceph-mon[111815]: pgmap v4165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:17.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:17.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:18.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:18.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:17 smithi088 ceph-mon[96111]: pgmap v4166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:17 smithi187 ceph-mon[111815]: pgmap v4166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:19.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:19.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:20.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:20.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:20 smithi088 ceph-mon[96111]: pgmap v4167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:20 smithi187 ceph-mon[111815]: pgmap v4167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:21.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:21.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:22.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:22.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:22.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:22 smithi088 ceph-mon[96111]: pgmap v4168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:22 smithi187 ceph-mon[111815]: pgmap v4168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:23.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:23.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:24.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:24.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:24 smithi088 ceph-mon[96111]: pgmap v4169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:24 smithi187 ceph-mon[111815]: pgmap v4169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:25.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:25.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:26.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:26.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:26.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:26 smithi088 ceph-mon[96111]: pgmap v4170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:26 smithi187 ceph-mon[111815]: pgmap v4170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:27.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:27.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:28.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:28.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:27 smithi088 ceph-mon[96111]: pgmap v4171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:27 smithi187 ceph-mon[111815]: pgmap v4171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:29.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:29.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:30.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:30.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:30 smithi187 ceph-mon[111815]: pgmap v4172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:35:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:30 smithi088 ceph-mon[96111]: pgmap v4172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:35:31.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:31.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:32.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:32.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:32.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:32 smithi088 ceph-mon[96111]: pgmap v4173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:32 smithi187 ceph-mon[111815]: pgmap v4173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:33.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:33.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:34.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:34.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:34 smithi088 ceph-mon[96111]: pgmap v4174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:35:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:34 smithi187 ceph-mon[111815]: pgmap v4174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:35:35.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:35.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:35.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:35:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:35:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:35:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:35:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:35:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:35:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:35:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:35:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:35:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:35:36.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:36.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:36 smithi088 ceph-mon[96111]: pgmap v4175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:36 smithi187 ceph-mon[111815]: pgmap v4175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:37.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:37.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:38.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:37 smithi088 ceph-mon[96111]: pgmap v4176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:38.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:38.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:37 smithi187 ceph-mon[111815]: pgmap v4176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:39.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:39.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:40.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:40.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:40 smithi187 ceph-mon[111815]: pgmap v4177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:40 smithi088 ceph-mon[96111]: pgmap v4177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:41.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:41.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:42.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:42.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:42 smithi088 ceph-mon[96111]: pgmap v4178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:42 smithi187 ceph-mon[111815]: pgmap v4178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:43.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:43.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:44.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:44.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:44 smithi088 ceph-mon[96111]: pgmap v4179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:44 smithi187 ceph-mon[111815]: pgmap v4179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:45.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:45.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:35:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:35:46.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:46.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:46 smithi187 ceph-mon[111815]: pgmap v4180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:46 smithi088 ceph-mon[96111]: pgmap v4180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:47.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:47.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:47 smithi088 ceph-mon[96111]: pgmap v4181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:48.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:48.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:47 smithi187 ceph-mon[111815]: pgmap v4181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:49.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:49.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:50.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:50.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:50 smithi088 ceph-mon[96111]: pgmap v4182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:50 smithi187 ceph-mon[111815]: pgmap v4182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:51.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:51.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:52.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:52.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:52 smithi088 ceph-mon[96111]: pgmap v4183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:52 smithi187 ceph-mon[111815]: pgmap v4183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:53.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:53.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:54.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:54.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:54.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:54 smithi088 ceph-mon[96111]: pgmap v4184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:54 smithi187 ceph-mon[111815]: pgmap v4184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:55.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:55.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:56.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:56.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:56 smithi187 ceph-mon[111815]: pgmap v4185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:56 smithi088 ceph-mon[96111]: pgmap v4185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:35:57.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:57.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:35:58 smithi088 ceph-mon[96111]: pgmap v4186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:58.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:58.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:35:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:35:58 smithi187 ceph-mon[111815]: pgmap v4186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:35:59.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:35:59.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:00.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:00.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:00 smithi088 ceph-mon[96111]: pgmap v4187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:36:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:00 smithi187 ceph-mon[111815]: pgmap v4187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:36:01.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:01.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:02.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:02.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:02 smithi187 ceph-mon[111815]: pgmap v4188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:02.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:02 smithi088 ceph-mon[96111]: pgmap v4188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:03.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:03.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:04.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:04.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:04 smithi088 ceph-mon[96111]: pgmap v4189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:04 smithi187 ceph-mon[111815]: pgmap v4189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:05.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:05.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:06.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:06.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:06 smithi187 ceph-mon[111815]: pgmap v4190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:06.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:06 smithi088 ceph-mon[96111]: pgmap v4190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:07.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:07.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:08 smithi088 ceph-mon[96111]: pgmap v4191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:08.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:08.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:08 smithi187 ceph-mon[111815]: pgmap v4191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:09.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:09.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:10.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:10.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:10.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:10 smithi088 ceph-mon[96111]: pgmap v4192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:10 smithi187 ceph-mon[111815]: pgmap v4192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:11.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:11.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:12.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:12.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:12 smithi187 ceph-mon[111815]: pgmap v4193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:12 smithi088 ceph-mon[96111]: pgmap v4193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:13.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:13.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:14.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:14.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:14 smithi088 ceph-mon[96111]: pgmap v4194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:14 smithi187 ceph-mon[111815]: pgmap v4194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:15.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:15.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:36:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:36:16.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:16.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:16 smithi187 ceph-mon[111815]: pgmap v4195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:16 smithi088 ceph-mon[96111]: pgmap v4195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:17.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:17.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:18 smithi088 ceph-mon[96111]: pgmap v4196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:18.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:18.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:18 smithi187 ceph-mon[111815]: pgmap v4196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:19.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:19.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:20.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:20.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:20.616 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:20 smithi187 ceph-mon[111815]: pgmap v4197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:20 smithi088 ceph-mon[96111]: pgmap v4197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:21.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:21.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:22.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:22.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:22 smithi187 ceph-mon[111815]: pgmap v4198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:22 smithi088 ceph-mon[96111]: pgmap v4198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:23.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:23.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:24.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:24.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:24 smithi088 ceph-mon[96111]: pgmap v4199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:24 smithi187 ceph-mon[111815]: pgmap v4199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:25.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:25.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:26.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:26.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:26 smithi187 ceph-mon[111815]: pgmap v4200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:26 smithi088 ceph-mon[96111]: pgmap v4200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:27.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:27.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:28 smithi088 ceph-mon[96111]: pgmap v4201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:28.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:28.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:28 smithi187 ceph-mon[111815]: pgmap v4201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:29.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:29.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:30.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:30.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:30 smithi187 ceph-mon[111815]: pgmap v4202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:36:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:30 smithi088 ceph-mon[96111]: pgmap v4202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:36:31.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:31.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:32.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:32.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:32 smithi187 ceph-mon[111815]: pgmap v4203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:32.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:32 smithi088 ceph-mon[96111]: pgmap v4203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:33.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:33.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:34.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:34.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:34 smithi088 ceph-mon[96111]: pgmap v4204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:34 smithi187 ceph-mon[111815]: pgmap v4204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:35.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:35.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:36:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:36:36.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:36.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:36 smithi187 ceph-mon[111815]: pgmap v4205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:36 smithi088 ceph-mon[96111]: pgmap v4205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:37.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:37.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:38.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:38.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:38 smithi088 ceph-mon[96111]: pgmap v4206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:36:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:36:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:36:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:36:38.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:36:38.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:36:38.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:36:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:38 smithi187 ceph-mon[111815]: pgmap v4206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:36:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:36:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:36:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:36:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:36:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:36:38.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:36:39.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:39.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:40.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:40.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:40 smithi088 ceph-mon[96111]: pgmap v4207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:40 smithi187 ceph-mon[111815]: pgmap v4207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:41.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:41.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:42.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:42.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:42.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:42 smithi088 ceph-mon[96111]: pgmap v4208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:42 smithi187 ceph-mon[111815]: pgmap v4208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:43.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:43.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:44.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:44.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:44.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:44 smithi088 ceph-mon[96111]: pgmap v4209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:44 smithi187 ceph-mon[111815]: pgmap v4209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:45.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:45.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:36:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:36:46.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:46.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:46 smithi088 ceph-mon[96111]: pgmap v4210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:46 smithi187 ceph-mon[111815]: pgmap v4210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:47.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:47.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:48 smithi088 ceph-mon[96111]: pgmap v4211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:48.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:48.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:48 smithi187 ceph-mon[111815]: pgmap v4211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:49.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:49.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:50.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:50.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:50 smithi187 ceph-mon[111815]: pgmap v4212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:50 smithi088 ceph-mon[96111]: pgmap v4212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:51.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:51.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:52.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:52.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:52 smithi187 ceph-mon[111815]: pgmap v4213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:52 smithi088 ceph-mon[96111]: pgmap v4213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:53.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:53.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:54.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:54.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:54 smithi088 ceph-mon[96111]: pgmap v4214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:54 smithi187 ceph-mon[111815]: pgmap v4214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:55.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:55.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:56.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:56.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:56 smithi187 ceph-mon[111815]: pgmap v4215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:56.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:56 smithi088 ceph-mon[96111]: pgmap v4215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:36:57.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:57.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:36:58 smithi088 ceph-mon[96111]: pgmap v4216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:36:58 smithi187 ceph-mon[111815]: pgmap v4216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:36:58.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:58.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:36:59.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:36:59.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:00.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:00.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:00 smithi187 ceph-mon[111815]: pgmap v4217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:37:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:00 smithi088 ceph-mon[96111]: pgmap v4217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:37:01.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:01.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:02.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:02.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:02 smithi187 ceph-mon[111815]: pgmap v4218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:02 smithi088 ceph-mon[96111]: pgmap v4218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:03.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:03.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:04.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:04.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:04 smithi088 ceph-mon[96111]: pgmap v4219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:04 smithi187 ceph-mon[111815]: pgmap v4219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:05.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:05.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:06.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:06.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:06 smithi187 ceph-mon[111815]: pgmap v4220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:06.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:06 smithi088 ceph-mon[96111]: pgmap v4220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:07.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:07.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:08 smithi088 ceph-mon[96111]: pgmap v4221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:08 smithi187 ceph-mon[111815]: pgmap v4221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:08.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:08.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:09.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:09.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:10.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:10.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:10 smithi187 ceph-mon[111815]: pgmap v4222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:10 smithi088 ceph-mon[96111]: pgmap v4222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:11.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:11.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:12.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:12.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:12 smithi187 ceph-mon[111815]: pgmap v4223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:12.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:12 smithi088 ceph-mon[96111]: pgmap v4223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:13.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:13.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:14.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:14.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:14 smithi088 ceph-mon[96111]: pgmap v4224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:14 smithi187 ceph-mon[111815]: pgmap v4224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:15.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:15.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:37:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:37:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:16 smithi187 ceph-mon[111815]: pgmap v4225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:16.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:16.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:16.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:16 smithi088 ceph-mon[96111]: pgmap v4225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:17.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:17.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:18 smithi088 ceph-mon[96111]: pgmap v4226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:18 smithi187 ceph-mon[111815]: pgmap v4226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:18.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:18.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:19.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:19.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:20.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:20.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:20 smithi187 ceph-mon[111815]: pgmap v4227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:20 smithi088 ceph-mon[96111]: pgmap v4227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:21.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:21.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:22.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:22.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:22 smithi187 ceph-mon[111815]: pgmap v4228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:22 smithi088 ceph-mon[96111]: pgmap v4228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:23.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:23.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:24.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:24.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:24 smithi088 ceph-mon[96111]: pgmap v4229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:24 smithi187 ceph-mon[111815]: pgmap v4229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:25.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:25.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:26.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:26.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:26 smithi187 ceph-mon[111815]: pgmap v4230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:26 smithi088 ceph-mon[96111]: pgmap v4230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:27.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:27.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:28 smithi088 ceph-mon[96111]: pgmap v4231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:28 smithi187 ceph-mon[111815]: pgmap v4231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:28.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:28.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:29.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:29.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:30.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:30.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:30 smithi187 ceph-mon[111815]: pgmap v4232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:37:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:30 smithi088 ceph-mon[96111]: pgmap v4232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:37:31.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:31.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:32.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:32.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:32 smithi187 ceph-mon[111815]: pgmap v4233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:32 smithi088 ceph-mon[96111]: pgmap v4233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:33.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:33.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:34.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:34.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:34 smithi088 ceph-mon[96111]: pgmap v4234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:34 smithi187 ceph-mon[111815]: pgmap v4234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:35.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:35.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:36.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:36.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:36 smithi187 ceph-mon[111815]: pgmap v4235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:36 smithi088 ceph-mon[96111]: pgmap v4235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:37.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:37.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:38 smithi088 ceph-mon[96111]: pgmap v4236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:37:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:38 smithi187 ceph-mon[111815]: pgmap v4236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:37:38.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:38.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:39.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:39.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:40.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:40.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:40 smithi187 ceph-mon[111815]: pgmap v4237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:40 smithi088 ceph-mon[96111]: pgmap v4237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:41.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:41.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:42.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:42.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:42 smithi187 ceph-mon[111815]: pgmap v4238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:42.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:42 smithi088 ceph-mon[96111]: pgmap v4238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:43.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:43.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:37:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:37:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:37:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:37:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:37:43.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:37:43.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:37:43.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:37:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:37:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:37:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:37:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:37:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:37:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:37:44.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:44.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:44 smithi088 ceph-mon[96111]: pgmap v4239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:44 smithi187 ceph-mon[111815]: pgmap v4239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:45.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:45.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:37:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:37:46.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:46.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:46 smithi187 ceph-mon[111815]: pgmap v4240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:46.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:46 smithi088 ceph-mon[96111]: pgmap v4240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:47.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:47.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:48 smithi088 ceph-mon[96111]: pgmap v4241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:48 smithi187 ceph-mon[111815]: pgmap v4241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:48.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:48.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:49.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:49.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:50.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:50.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:50 smithi187 ceph-mon[111815]: pgmap v4242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:50 smithi088 ceph-mon[96111]: pgmap v4242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:51.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:51.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:52.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:52.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:52 smithi187 ceph-mon[111815]: pgmap v4243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:52 smithi088 ceph-mon[96111]: pgmap v4243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:53.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:53.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:54.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:54.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:54.616 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:54 smithi088 ceph-mon[96111]: pgmap v4244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:54 smithi187 ceph-mon[111815]: pgmap v4244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:55.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:55.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:56.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:56.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:56.618 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:56 smithi187 ceph-mon[111815]: pgmap v4245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:56 smithi088 ceph-mon[96111]: pgmap v4245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:37:57.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:57.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:37:58 smithi088 ceph-mon[96111]: pgmap v4246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:58.352 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:37:58 smithi187 ceph-mon[111815]: pgmap v4246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:37:58.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:58.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:37:59.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:37:59.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:00.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:00.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:00 smithi187 ceph-mon[111815]: pgmap v4247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:38:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:00 smithi088 ceph-mon[96111]: pgmap v4247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:38:01.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:01.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:02.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:02.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:02 smithi187 ceph-mon[111815]: pgmap v4248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:02 smithi088 ceph-mon[96111]: pgmap v4248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:03.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:03.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:04.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:04.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:04 smithi088 ceph-mon[96111]: pgmap v4249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:04 smithi187 ceph-mon[111815]: pgmap v4249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:05.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:05.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:06.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:06.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:06 smithi187 ceph-mon[111815]: pgmap v4250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:06.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:06 smithi088 ceph-mon[96111]: pgmap v4250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:07.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:07.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:08 smithi088 ceph-mon[96111]: pgmap v4251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:08 smithi187 ceph-mon[111815]: pgmap v4251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:08.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:08.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:09.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:09.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:10.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:10.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:10 smithi187 ceph-mon[111815]: pgmap v4252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:10 smithi088 ceph-mon[96111]: pgmap v4252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:11.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:11.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:12.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:12.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:12 smithi187 ceph-mon[111815]: pgmap v4253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:12 smithi088 ceph-mon[96111]: pgmap v4253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:13.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:13.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:14.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:14.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:14.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:14 smithi088 ceph-mon[96111]: pgmap v4254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:14 smithi187 ceph-mon[111815]: pgmap v4254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:15.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:15.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:38:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:38:16.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:16.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:16 smithi187 ceph-mon[111815]: pgmap v4255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:16 smithi088 ceph-mon[96111]: pgmap v4255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:17.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:17.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:18 smithi088 ceph-mon[96111]: pgmap v4256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:18 smithi187 ceph-mon[111815]: pgmap v4256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:18.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:18.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:19.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:19.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:20.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:20.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:20 smithi187 ceph-mon[111815]: pgmap v4257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:20 smithi088 ceph-mon[96111]: pgmap v4257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:21.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:21.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:22.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:22.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:22 smithi187 ceph-mon[111815]: pgmap v4258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:22 smithi088 ceph-mon[96111]: pgmap v4258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:23.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:23.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:24.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:24.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:24 smithi088 ceph-mon[96111]: pgmap v4259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:24 smithi187 ceph-mon[111815]: pgmap v4259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:25.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:25.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:26.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:26.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:26 smithi187 ceph-mon[111815]: pgmap v4260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:26 smithi088 ceph-mon[96111]: pgmap v4260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:27.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:27.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:28 smithi088 ceph-mon[96111]: pgmap v4261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:28 smithi187 ceph-mon[111815]: pgmap v4261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:28.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:28.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:29.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:29.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:30.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:30.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:30 smithi187 ceph-mon[111815]: pgmap v4262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:38:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:30 smithi088 ceph-mon[96111]: pgmap v4262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:38:31.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:31.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:32.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:32.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:32 smithi187 ceph-mon[111815]: pgmap v4263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:32.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:32 smithi088 ceph-mon[96111]: pgmap v4263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:33.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:33.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:34.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:34.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:34 smithi088 ceph-mon[96111]: pgmap v4264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:34 smithi187 ceph-mon[111815]: pgmap v4264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:35.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:35.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:36.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:36.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:36 smithi187 ceph-mon[111815]: pgmap v4265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:36 smithi088 ceph-mon[96111]: pgmap v4265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:37.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:37.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:38 smithi088 ceph-mon[96111]: pgmap v4266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:38 smithi187 ceph-mon[111815]: pgmap v4266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:38.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:38.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:39.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:39.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:40.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:40.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:40 smithi187 ceph-mon[111815]: pgmap v4267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:40 smithi088 ceph-mon[96111]: pgmap v4267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:41.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:41.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:42.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:42.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:42 smithi187 ceph-mon[111815]: pgmap v4268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:42 smithi088 ceph-mon[96111]: pgmap v4268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:43.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:43.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:38:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:38:44.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:44.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:44 smithi088 ceph-mon[96111]: pgmap v4269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:38:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:38:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:38:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:38:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:38:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:44 smithi187 ceph-mon[111815]: pgmap v4269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:38:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:38:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:38:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:38:44.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:38:45.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:45.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:38:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:38:46.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:46.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:46 smithi187 ceph-mon[111815]: pgmap v4270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:46 smithi088 ceph-mon[96111]: pgmap v4270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:47.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:47.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:48 smithi088 ceph-mon[96111]: pgmap v4271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:48 smithi187 ceph-mon[111815]: pgmap v4271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:48.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:48.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:49.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:49.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:50 smithi088 ceph-mon[96111]: pgmap v4272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:50.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:50.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:50 smithi187 ceph-mon[111815]: pgmap v4272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:51.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:51.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:52 smithi187 ceph-mon[111815]: pgmap v4273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:52.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:52.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:52 smithi088 ceph-mon[96111]: pgmap v4273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:53.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:53.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:54.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:54.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:54 smithi088 ceph-mon[96111]: pgmap v4274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:54 smithi187 ceph-mon[111815]: pgmap v4274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:55.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:55.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:56.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:56.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:56 smithi187 ceph-mon[111815]: pgmap v4275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:56 smithi088 ceph-mon[96111]: pgmap v4275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:38:57.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:57.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:38:58 smithi088 ceph-mon[96111]: pgmap v4276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:38:58 smithi187 ceph-mon[111815]: pgmap v4276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:38:58.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:58.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:38:59.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:38:59.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:00 smithi088 ceph-mon[96111]: pgmap v4277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:39:00.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:00.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:00 smithi187 ceph-mon[111815]: pgmap v4277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:39:01.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:01.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:02.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:02.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:02 smithi187 ceph-mon[111815]: pgmap v4278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:02 smithi088 ceph-mon[96111]: pgmap v4278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:03.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:03.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:04.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:04.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:04 smithi088 ceph-mon[96111]: pgmap v4279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:04 smithi187 ceph-mon[111815]: pgmap v4279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:05.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:05.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:06.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:06.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:06 smithi187 ceph-mon[111815]: pgmap v4280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:06 smithi088 ceph-mon[96111]: pgmap v4280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:07.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:07.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:08 smithi088 ceph-mon[96111]: pgmap v4281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:08 smithi187 ceph-mon[111815]: pgmap v4281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:08.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:08.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:09.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:09.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:10.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:10.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:10 smithi187 ceph-mon[111815]: pgmap v4282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:10 smithi088 ceph-mon[96111]: pgmap v4282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:11.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:11.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:12.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:12.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:12 smithi187 ceph-mon[111815]: pgmap v4283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:12.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:12 smithi088 ceph-mon[96111]: pgmap v4283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:13.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:13.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:14.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:14.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:14.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:14 smithi088 ceph-mon[96111]: pgmap v4284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:14 smithi187 ceph-mon[111815]: pgmap v4284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:15.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:15.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:39:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:39:16.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:16.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:16 smithi187 ceph-mon[111815]: pgmap v4285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:16 smithi088 ceph-mon[96111]: pgmap v4285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:17.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:17.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:18 smithi088 ceph-mon[96111]: pgmap v4286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:18 smithi187 ceph-mon[111815]: pgmap v4286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:18.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:18.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:19.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:19.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:20.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:20.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:20 smithi187 ceph-mon[111815]: pgmap v4287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:20 smithi088 ceph-mon[96111]: pgmap v4287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:21.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:21.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:22.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:22.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:22 smithi187 ceph-mon[111815]: pgmap v4288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:22 smithi088 ceph-mon[96111]: pgmap v4288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:23.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:23.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:24 smithi088 ceph-mon[96111]: pgmap v4289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:24.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:24.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:24 smithi187 ceph-mon[111815]: pgmap v4289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:25.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:25.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:26.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:26.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:26 smithi187 ceph-mon[111815]: pgmap v4290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:26 smithi088 ceph-mon[96111]: pgmap v4290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:27.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:27.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:28 smithi088 ceph-mon[96111]: pgmap v4291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:28 smithi187 ceph-mon[111815]: pgmap v4291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:28.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:28.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:29.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:29.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:30 smithi187 ceph-mon[111815]: pgmap v4292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:39:30.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:30.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:30 smithi088 ceph-mon[96111]: pgmap v4292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:39:31.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:31.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:32 smithi187 ceph-mon[111815]: pgmap v4293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:32.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:32.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:32 smithi088 ceph-mon[96111]: pgmap v4293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:33.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:33.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:34 smithi088 ceph-mon[96111]: pgmap v4294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:34 smithi187 ceph-mon[111815]: pgmap v4294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:34.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:34.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:35.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:35.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:36 smithi187 ceph-mon[111815]: pgmap v4295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:36.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:36.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:36.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:36 smithi088 ceph-mon[96111]: pgmap v4295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:37.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:37.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:38 smithi088 ceph-mon[96111]: pgmap v4296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:38 smithi187 ceph-mon[111815]: pgmap v4296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:38.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:38.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:39.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:39.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:40.645 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:40 smithi088 ceph-mon[96111]: pgmap v4297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:40 smithi187 ceph-mon[111815]: pgmap v4297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:40.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:40.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:41.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:41.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:42 smithi187 ceph-mon[111815]: pgmap v4298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:42.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:42.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:42 smithi088 ceph-mon[96111]: pgmap v4298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:43.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:43.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:44 smithi088 ceph-mon[96111]: pgmap v4299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:39:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:39:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:39:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:39:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:39:44.696 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:39:44.696 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:39:44.696 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:39:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:44 smithi187 ceph-mon[111815]: pgmap v4299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:39:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:39:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:39:44.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:39:44.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:39:44.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:39:44.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:39:44.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:39:44.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:44.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:45.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:39:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:39:45.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:45.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:46 smithi187 ceph-mon[111815]: pgmap v4300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:46.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:46.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:46 smithi088 ceph-mon[96111]: pgmap v4300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:47.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:47.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:48 smithi088 ceph-mon[96111]: pgmap v4301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:48 smithi187 ceph-mon[111815]: pgmap v4301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:48.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:48.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:49.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:49.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:50 smithi187 ceph-mon[111815]: pgmap v4302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:50.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:50.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:50.744 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:50 smithi088 ceph-mon[96111]: pgmap v4302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:51.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:51.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:52 smithi187 ceph-mon[111815]: pgmap v4303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:52.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:52.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:52 smithi088 ceph-mon[96111]: pgmap v4303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:53.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:53.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:54 smithi088 ceph-mon[96111]: pgmap v4304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:54 smithi187 ceph-mon[111815]: pgmap v4304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:54.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:54.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:55.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:55.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:56 smithi187 ceph-mon[111815]: pgmap v4305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:56.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:56.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:56.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:56 smithi088 ceph-mon[96111]: pgmap v4305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:39:57.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:57.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:39:58 smithi187 ceph-mon[111815]: pgmap v4306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:39:58 smithi088 ceph-mon[96111]: pgmap v4306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:39:58.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:58.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:39:59.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:39:59.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:00 smithi187 ceph-mon[111815]: pgmap v4307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T01:40:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:40:00.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:00.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:00 smithi088 ceph-mon[96111]: pgmap v4307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T01:40:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:40:01.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:01.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:02 smithi187 ceph-mon[111815]: pgmap v4308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:02 smithi088 ceph-mon[96111]: pgmap v4308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:03.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:03.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:04 smithi088 ceph-mon[96111]: pgmap v4309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:04 smithi187 ceph-mon[111815]: pgmap v4309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:04.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:04.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:05.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:05.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:06 smithi187 ceph-mon[111815]: pgmap v4310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:06.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:06.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:06.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:06 smithi088 ceph-mon[96111]: pgmap v4310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:07.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:07.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:08 smithi088 ceph-mon[96111]: pgmap v4311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:08 smithi187 ceph-mon[111815]: pgmap v4311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:08.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:08.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:09.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:09.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:10 smithi187 ceph-mon[111815]: pgmap v4312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:10.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:10.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:10.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:10 smithi088 ceph-mon[96111]: pgmap v4312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:11.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:11.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:12 smithi187 ceph-mon[111815]: pgmap v4313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:12.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:12.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:12 smithi088 ceph-mon[96111]: pgmap v4313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:13.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:13.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:14.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:14 smithi088 ceph-mon[96111]: pgmap v4314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:14 smithi187 ceph-mon[111815]: pgmap v4314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:14.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:14.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:40:15.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:15.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:40:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:16 smithi187 ceph-mon[111815]: pgmap v4315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:16.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:16.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:16 smithi088 ceph-mon[96111]: pgmap v4315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:17.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:17.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:18 smithi088 ceph-mon[96111]: pgmap v4316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:18 smithi187 ceph-mon[111815]: pgmap v4316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:18.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:18.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:19.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:19.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:20 smithi187 ceph-mon[111815]: pgmap v4317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:20.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:20.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:20 smithi088 ceph-mon[96111]: pgmap v4317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:21.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:21.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:22 smithi187 ceph-mon[111815]: pgmap v4318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:22.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:22.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:22 smithi088 ceph-mon[96111]: pgmap v4318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:23.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:23.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:24 smithi088 ceph-mon[96111]: pgmap v4319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:24 smithi187 ceph-mon[111815]: pgmap v4319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:24.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:24.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:25.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:25.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:26 smithi187 ceph-mon[111815]: pgmap v4320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:26.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:26.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:26 smithi088 ceph-mon[96111]: pgmap v4320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:27.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:27.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:28 smithi088 ceph-mon[96111]: pgmap v4321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:28 smithi187 ceph-mon[111815]: pgmap v4321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:28.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:28.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:29.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:29.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:30 smithi187 ceph-mon[111815]: pgmap v4322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:40:30.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:30.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:30 smithi088 ceph-mon[96111]: pgmap v4322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:40:31.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:31.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:32 smithi187 ceph-mon[111815]: pgmap v4323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:32.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:32.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:32 smithi088 ceph-mon[96111]: pgmap v4323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:33.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:33.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:34 smithi088 ceph-mon[96111]: pgmap v4324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:34 smithi187 ceph-mon[111815]: pgmap v4324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:34.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:34.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:35.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:35.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:36 smithi088 ceph-mon[96111]: pgmap v4325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:36 smithi187 ceph-mon[111815]: pgmap v4325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:36.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:36.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:37.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:37.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:38 smithi088 ceph-mon[96111]: pgmap v4326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:38 smithi187 ceph-mon[111815]: pgmap v4326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:38.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:38.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:39.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:39.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:40 smithi187 ceph-mon[111815]: pgmap v4327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:40 smithi088 ceph-mon[96111]: pgmap v4327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:40.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:40.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:41.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:41.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:42 smithi187 ceph-mon[111815]: pgmap v4328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:42 smithi088 ceph-mon[96111]: pgmap v4328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:42.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:42.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:43.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:43.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:44 smithi088 ceph-mon[96111]: pgmap v4329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:40:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:44 smithi187 ceph-mon[111815]: pgmap v4329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:40:44.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:44.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:40:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:40:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:40:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:40:45.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:40:45.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:40:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:40:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:40:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:40:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:40:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:40:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:40:45.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:45.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:46 smithi088 ceph-mon[96111]: pgmap v4330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:46 smithi187 ceph-mon[111815]: pgmap v4330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:46.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:46.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:47.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:47.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:48.426 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:48 smithi187 ceph-mon[111815]: pgmap v4331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:48 smithi088 ceph-mon[96111]: pgmap v4331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:48.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:48.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:49.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:49.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:50 smithi187 ceph-mon[111815]: pgmap v4332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:50 smithi088 ceph-mon[96111]: pgmap v4332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:50.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:50.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:51.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:51.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:52 smithi187 ceph-mon[111815]: pgmap v4333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:52 smithi088 ceph-mon[96111]: pgmap v4333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:52.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:52.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:53.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:53.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:54 smithi088 ceph-mon[96111]: pgmap v4334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:54 smithi187 ceph-mon[111815]: pgmap v4334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:54.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:54.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:55.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:55.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:56 smithi187 ceph-mon[111815]: pgmap v4335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:56 smithi088 ceph-mon[96111]: pgmap v4335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:40:56.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:56.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:57.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:57.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:40:58 smithi187 ceph-mon[111815]: pgmap v4336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:40:58 smithi088 ceph-mon[96111]: pgmap v4336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:40:58.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:58.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:40:59.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:40:59.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:00 smithi187 ceph-mon[111815]: pgmap v4337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:41:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:00 smithi088 ceph-mon[96111]: pgmap v4337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:41:00.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:00.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:01.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:01.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:02 smithi187 ceph-mon[111815]: pgmap v4338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:02 smithi088 ceph-mon[96111]: pgmap v4338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:02.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:02.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:03.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:03.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:04 smithi088 ceph-mon[96111]: pgmap v4339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:04 smithi187 ceph-mon[111815]: pgmap v4339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:04.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:04.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:05.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:05.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:06 smithi187 ceph-mon[111815]: pgmap v4340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:06 smithi088 ceph-mon[96111]: pgmap v4340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:06.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:06.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:07.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:07.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:08 smithi187 ceph-mon[111815]: pgmap v4341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:08 smithi088 ceph-mon[96111]: pgmap v4341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:08.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:08.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:09.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:09.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:10 smithi187 ceph-mon[111815]: pgmap v4342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:10 smithi088 ceph-mon[96111]: pgmap v4342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:10.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:10.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:11.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:11.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:12 smithi187 ceph-mon[111815]: pgmap v4343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:12 smithi088 ceph-mon[96111]: pgmap v4343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:12.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:12.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:13.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:13.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:14 smithi088 ceph-mon[96111]: pgmap v4344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:14 smithi187 ceph-mon[111815]: pgmap v4344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:14.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:14.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:41:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:41:15.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:15.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:16 smithi187 ceph-mon[111815]: pgmap v4345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:16.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:16 smithi088 ceph-mon[96111]: pgmap v4345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:16.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:16.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:17.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:17.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:18 smithi187 ceph-mon[111815]: pgmap v4346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:18 smithi088 ceph-mon[96111]: pgmap v4346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:18.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:18.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:19.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:19.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:20 smithi187 ceph-mon[111815]: pgmap v4347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:20 smithi088 ceph-mon[96111]: pgmap v4347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:20.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:20.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:21.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:21.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:22 smithi187 ceph-mon[111815]: pgmap v4348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:22 smithi088 ceph-mon[96111]: pgmap v4348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:22.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:22.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:23.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:23.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:24 smithi088 ceph-mon[96111]: pgmap v4349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:24 smithi187 ceph-mon[111815]: pgmap v4349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:24.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:24.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:25.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:25.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:26.677 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:26 smithi088 ceph-mon[96111]: pgmap v4350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:26 smithi187 ceph-mon[111815]: pgmap v4350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:26.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:26.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:27.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:27.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:28 smithi187 ceph-mon[111815]: pgmap v4351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:28 smithi088 ceph-mon[96111]: pgmap v4351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:28.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:28.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:29.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:29.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:30 smithi187 ceph-mon[111815]: pgmap v4352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:41:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:30 smithi088 ceph-mon[96111]: pgmap v4352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:41:30.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:30.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:31.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:31.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:32 smithi187 ceph-mon[111815]: pgmap v4353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:32 smithi088 ceph-mon[96111]: pgmap v4353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:32.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:32.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:33.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:33.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:34 smithi088 ceph-mon[96111]: pgmap v4354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:34 smithi187 ceph-mon[111815]: pgmap v4354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:34.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:34.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:35.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:35.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:36 smithi187 ceph-mon[111815]: pgmap v4355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:36.775 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:36 smithi088 ceph-mon[96111]: pgmap v4355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:36.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:36.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:37.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:37.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:38 smithi187 ceph-mon[111815]: pgmap v4356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:38 smithi088 ceph-mon[96111]: pgmap v4356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:38.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:38.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:39.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:39.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:40 smithi187 ceph-mon[111815]: pgmap v4357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:40 smithi088 ceph-mon[96111]: pgmap v4357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:40.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:40.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:41.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:41.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:42 smithi187 ceph-mon[111815]: pgmap v4358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:42 smithi088 ceph-mon[96111]: pgmap v4358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:42.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:42.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:43.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:43.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:44 smithi088 ceph-mon[96111]: pgmap v4359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:44 smithi187 ceph-mon[111815]: pgmap v4359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:44.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:44.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:41:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:41:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:41:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:41:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:41:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:41:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:41:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:41:45.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:45.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:46 smithi187 ceph-mon[111815]: pgmap v4360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:41:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:41:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:41:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:41:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:41:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:46 smithi088 ceph-mon[96111]: pgmap v4360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:41:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:41:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:41:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:41:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:41:46.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:46.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:47.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:47.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:48 smithi187 ceph-mon[111815]: pgmap v4361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:48 smithi088 ceph-mon[96111]: pgmap v4361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:48.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:48.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:49.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:49.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:50 smithi187 ceph-mon[111815]: pgmap v4362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:50 smithi088 ceph-mon[96111]: pgmap v4362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:50.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:50.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:51.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:51.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:52 smithi187 ceph-mon[111815]: pgmap v4363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:52 smithi088 ceph-mon[96111]: pgmap v4363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:52.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:52.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:53.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:53.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:54 smithi088 ceph-mon[96111]: pgmap v4364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:54 smithi187 ceph-mon[111815]: pgmap v4364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:54.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:54.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:55.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:55.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:56 smithi187 ceph-mon[111815]: pgmap v4365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:56 smithi088 ceph-mon[96111]: pgmap v4365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:41:56.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:56.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:57.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:57.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:41:58 smithi187 ceph-mon[111815]: pgmap v4366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:41:58 smithi088 ceph-mon[96111]: pgmap v4366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:41:58.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:58.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:41:59.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:41:59.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:00 smithi187 ceph-mon[111815]: pgmap v4367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:42:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:00 smithi088 ceph-mon[96111]: pgmap v4367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:42:00.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:00.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:01.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:01.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:02 smithi187 ceph-mon[111815]: pgmap v4368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:02 smithi088 ceph-mon[96111]: pgmap v4368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:02.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:02.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:03.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:03.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:04 smithi088 ceph-mon[96111]: pgmap v4369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:04 smithi187 ceph-mon[111815]: pgmap v4369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:04.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:04.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:05.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:05.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:06 smithi187 ceph-mon[111815]: pgmap v4370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:06 smithi088 ceph-mon[96111]: pgmap v4370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:06.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:06.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:07.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:07.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:08 smithi187 ceph-mon[111815]: pgmap v4371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:08 smithi088 ceph-mon[96111]: pgmap v4371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:08.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:08.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:09.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:09.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:10 smithi187 ceph-mon[111815]: pgmap v4372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:10 smithi088 ceph-mon[96111]: pgmap v4372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:10.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:10.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:11.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:11.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:12 smithi187 ceph-mon[111815]: pgmap v4373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:12 smithi088 ceph-mon[96111]: pgmap v4373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:12.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:12.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:13.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:13.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:14 smithi088 ceph-mon[96111]: pgmap v4374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:14 smithi187 ceph-mon[111815]: pgmap v4374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:14.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:14.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:42:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:42:15.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:15.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:16 smithi187 ceph-mon[111815]: pgmap v4375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:16 smithi088 ceph-mon[96111]: pgmap v4375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:16.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:16.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:17.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:17.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:18 smithi187 ceph-mon[111815]: pgmap v4376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:18 smithi088 ceph-mon[96111]: pgmap v4376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:18.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:18.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:19.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:19.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:20 smithi187 ceph-mon[111815]: pgmap v4377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:20 smithi088 ceph-mon[96111]: pgmap v4377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:20.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:20.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:21.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:21.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:22 smithi088 ceph-mon[96111]: pgmap v4378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:22 smithi187 ceph-mon[111815]: pgmap v4378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:22.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:22.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:23.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:23.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:24 smithi088 ceph-mon[96111]: pgmap v4379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:24 smithi187 ceph-mon[111815]: pgmap v4379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:24.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:24.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:26.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:26.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:26 smithi187 ceph-mon[111815]: pgmap v4380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:26 smithi088 ceph-mon[96111]: pgmap v4380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:27.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:27.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:28.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:28.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:28 smithi187 ceph-mon[111815]: pgmap v4381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:28 smithi088 ceph-mon[96111]: pgmap v4381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:29.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:29.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:30.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:30.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:30 smithi187 ceph-mon[111815]: pgmap v4382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:42:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:30 smithi088 ceph-mon[96111]: pgmap v4382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:42:31.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:31.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:32.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:32.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:32 smithi088 ceph-mon[96111]: pgmap v4383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:32 smithi187 ceph-mon[111815]: pgmap v4383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:33.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:33.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:34.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:34.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:34 smithi088 ceph-mon[96111]: pgmap v4384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:34 smithi187 ceph-mon[111815]: pgmap v4384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:35.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:35.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:36.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:36.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:36 smithi187 ceph-mon[111815]: pgmap v4385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:36 smithi088 ceph-mon[96111]: pgmap v4385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:37.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:37.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:38.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:38.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:38 smithi187 ceph-mon[111815]: pgmap v4386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:38 smithi088 ceph-mon[96111]: pgmap v4386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:39.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:39.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:40.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:40.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:40 smithi187 ceph-mon[111815]: pgmap v4387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:40 smithi088 ceph-mon[96111]: pgmap v4387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:41.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:41.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:42.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:42.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:42 smithi187 ceph-mon[111815]: pgmap v4388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:42 smithi088 ceph-mon[96111]: pgmap v4388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:43.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:43.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:44.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:44.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:44 smithi088 ceph-mon[96111]: pgmap v4389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:44 smithi187 ceph-mon[111815]: pgmap v4389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:45.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:45.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:42:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:42:46.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:46.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:46 smithi187 ceph-mon[111815]: pgmap v4390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:42:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:42:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:42:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:42:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:42:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:42:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:46 smithi088 ceph-mon[96111]: pgmap v4390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:42:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:42:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:42:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:42:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:42:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:42:47.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:47.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:48.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:48.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:48 smithi187 ceph-mon[111815]: pgmap v4391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:48 smithi088 ceph-mon[96111]: pgmap v4391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:49.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:49.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:50.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:50.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:50 smithi187 ceph-mon[111815]: pgmap v4392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:50 smithi088 ceph-mon[96111]: pgmap v4392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:51.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:51.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:52.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:52.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:52 smithi187 ceph-mon[111815]: pgmap v4393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:52 smithi088 ceph-mon[96111]: pgmap v4393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:53.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:53.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:54.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:54.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:54 smithi187 ceph-mon[111815]: pgmap v4394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:54 smithi088 ceph-mon[96111]: pgmap v4394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:55.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:55.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:56.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:56.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:56 smithi187 ceph-mon[111815]: pgmap v4395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:56 smithi088 ceph-mon[96111]: pgmap v4395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:42:57.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:57.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:58.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:58.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:42:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:42:58 smithi187 ceph-mon[111815]: pgmap v4396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:42:58 smithi088 ceph-mon[96111]: pgmap v4396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:42:59.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:42:59.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:00.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:00.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:00 smithi187 ceph-mon[111815]: pgmap v4397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:43:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:00 smithi088 ceph-mon[96111]: pgmap v4397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:43:01.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:01.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:02.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:02.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:02 smithi187 ceph-mon[111815]: pgmap v4398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:02 smithi088 ceph-mon[96111]: pgmap v4398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:03.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:03.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:04.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:04.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:04 smithi187 ceph-mon[111815]: pgmap v4399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:04 smithi088 ceph-mon[96111]: pgmap v4399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:05.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:05.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:06.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:06.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:06 smithi187 ceph-mon[111815]: pgmap v4400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:06 smithi088 ceph-mon[96111]: pgmap v4400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:07.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:07.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:08.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:08.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:08 smithi187 ceph-mon[111815]: pgmap v4401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:08 smithi088 ceph-mon[96111]: pgmap v4401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:09.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:09.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:10.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:10.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:10 smithi187 ceph-mon[111815]: pgmap v4402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:10 smithi088 ceph-mon[96111]: pgmap v4402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:11.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:11.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:12.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:12.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:12 smithi187 ceph-mon[111815]: pgmap v4403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:12.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:12 smithi088 ceph-mon[96111]: pgmap v4403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:13.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:13.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:14.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:14.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:14 smithi187 ceph-mon[111815]: pgmap v4404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:14 smithi088 ceph-mon[96111]: pgmap v4404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:15.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:15.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:43:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:43:16.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:16.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:16 smithi088 ceph-mon[96111]: pgmap v4405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:16 smithi187 ceph-mon[111815]: pgmap v4405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:17.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:17.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:18.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:18.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:18 smithi187 ceph-mon[111815]: pgmap v4406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:18 smithi088 ceph-mon[96111]: pgmap v4406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:19.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:19.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:20.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:20.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:20 smithi187 ceph-mon[111815]: pgmap v4407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:20 smithi088 ceph-mon[96111]: pgmap v4407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:21.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:21.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:22.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:22.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:22 smithi187 ceph-mon[111815]: pgmap v4408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:22.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:22 smithi088 ceph-mon[96111]: pgmap v4408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:23.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:23.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:24.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:24.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:24 smithi187 ceph-mon[111815]: pgmap v4409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:24 smithi088 ceph-mon[96111]: pgmap v4409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:25.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:25.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:26.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:26.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:26 smithi088 ceph-mon[96111]: pgmap v4410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:26 smithi187 ceph-mon[111815]: pgmap v4410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:27.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:27.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:28.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:28.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:28 smithi088 ceph-mon[96111]: pgmap v4411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:28 smithi187 ceph-mon[111815]: pgmap v4411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:29.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:29.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:30.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:30.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:30 smithi187 ceph-mon[111815]: pgmap v4412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:43:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:30 smithi088 ceph-mon[96111]: pgmap v4412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:43:31.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:31.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:32.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:32.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:32 smithi187 ceph-mon[111815]: pgmap v4413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:32 smithi088 ceph-mon[96111]: pgmap v4413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:33.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:33.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:34.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:34.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:34 smithi187 ceph-mon[111815]: pgmap v4414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:34 smithi088 ceph-mon[96111]: pgmap v4414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:35.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:35.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:36.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:36.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:36 smithi088 ceph-mon[96111]: pgmap v4415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:36 smithi187 ceph-mon[111815]: pgmap v4415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:37.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:37.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:38.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:38.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:38 smithi088 ceph-mon[96111]: pgmap v4416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:38 smithi187 ceph-mon[111815]: pgmap v4416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:39.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:39.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:40.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:40.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:40 smithi187 ceph-mon[111815]: pgmap v4417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:40 smithi088 ceph-mon[96111]: pgmap v4417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:41.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:41.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:42.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:42.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:42 smithi088 ceph-mon[96111]: pgmap v4418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:42 smithi187 ceph-mon[111815]: pgmap v4418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:43.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:43.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:44.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:44.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:44 smithi088 ceph-mon[96111]: pgmap v4419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:44 smithi187 ceph-mon[111815]: pgmap v4419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:45.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:45.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:43:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:43:46.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:46.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:46 smithi088 ceph-mon[96111]: pgmap v4420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:43:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:46 smithi187 ceph-mon[111815]: pgmap v4420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:43:47.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:47.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:43:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:43:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:43:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:43:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:43:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:43:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:43:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:43:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:43:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:43:48.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:48.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:48 smithi088 ceph-mon[96111]: pgmap v4421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:48 smithi187 ceph-mon[111815]: pgmap v4421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:49.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:49.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:50.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:50.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:50 smithi187 ceph-mon[111815]: pgmap v4422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:50 smithi088 ceph-mon[96111]: pgmap v4422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:51.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:51.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:52.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:52.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:52 smithi088 ceph-mon[96111]: pgmap v4423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:52 smithi187 ceph-mon[111815]: pgmap v4423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:53.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:53.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:54.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:54.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:54 smithi088 ceph-mon[96111]: pgmap v4424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:54 smithi187 ceph-mon[111815]: pgmap v4424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:55.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:55.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:56.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:56.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:56 smithi088 ceph-mon[96111]: pgmap v4425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:56 smithi187 ceph-mon[111815]: pgmap v4425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:43:57.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:57.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:58.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:58.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:43:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:43:58 smithi187 ceph-mon[111815]: pgmap v4426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:43:58 smithi088 ceph-mon[96111]: pgmap v4426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:43:59.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:43:59.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:00.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:00.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:00 smithi187 ceph-mon[111815]: pgmap v4427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:44:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:00 smithi088 ceph-mon[96111]: pgmap v4427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:44:01.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:01.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:02.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:02.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:02 smithi088 ceph-mon[96111]: pgmap v4428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:02 smithi187 ceph-mon[111815]: pgmap v4428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:03.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:03.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:04.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:04.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:04 smithi088 ceph-mon[96111]: pgmap v4429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:04 smithi187 ceph-mon[111815]: pgmap v4429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:05.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:05.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:06.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:06.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:06 smithi088 ceph-mon[96111]: pgmap v4430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:06 smithi187 ceph-mon[111815]: pgmap v4430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:07.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:07.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:08.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:08.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:08 smithi187 ceph-mon[111815]: pgmap v4431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:08 smithi088 ceph-mon[96111]: pgmap v4431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:09.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:09.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:10.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:10.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:10 smithi088 ceph-mon[96111]: pgmap v4432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:10 smithi187 ceph-mon[111815]: pgmap v4432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:11.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:11.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:12.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:12.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:12 smithi088 ceph-mon[96111]: pgmap v4433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:12 smithi187 ceph-mon[111815]: pgmap v4433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:13.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:13.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:14.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:14.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:14 smithi088 ceph-mon[96111]: pgmap v4434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:14 smithi187 ceph-mon[111815]: pgmap v4434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:15.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:15.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:44:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:44:16.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:16.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:16 smithi088 ceph-mon[96111]: pgmap v4435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:16 smithi187 ceph-mon[111815]: pgmap v4435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:17.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:17.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:18.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:18.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:18 smithi187 ceph-mon[111815]: pgmap v4436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:18 smithi088 ceph-mon[96111]: pgmap v4436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:19.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:19.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:20.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:20.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:20 smithi088 ceph-mon[96111]: pgmap v4437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:20 smithi187 ceph-mon[111815]: pgmap v4437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:21.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:21.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:22.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:22.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:22 smithi088 ceph-mon[96111]: pgmap v4438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:22 smithi187 ceph-mon[111815]: pgmap v4438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:23.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:23.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:24.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:24.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:24 smithi088 ceph-mon[96111]: pgmap v4439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:24 smithi187 ceph-mon[111815]: pgmap v4439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:25.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:25.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:26.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:26.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:26 smithi088 ceph-mon[96111]: pgmap v4440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:26 smithi187 ceph-mon[111815]: pgmap v4440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:27.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:27.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:28.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:28.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:28.448 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:28 smithi088 ceph-mon[96111]: pgmap v4441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:28 smithi187 ceph-mon[111815]: pgmap v4441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:30.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:30.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:30.745 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:30 smithi187 ceph-mon[111815]: pgmap v4442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:30.745 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:44:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:30 smithi088 ceph-mon[96111]: pgmap v4442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:44:31.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:31.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:32.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:32.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:32 smithi088 ceph-mon[96111]: pgmap v4443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:32 smithi187 ceph-mon[111815]: pgmap v4443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:33.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:33.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:34.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:34.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:34 smithi088 ceph-mon[96111]: pgmap v4444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:34 smithi187 ceph-mon[111815]: pgmap v4444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:35.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:35.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:36.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:36.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:36 smithi088 ceph-mon[96111]: pgmap v4445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:36 smithi187 ceph-mon[111815]: pgmap v4445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:37.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:37.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:38.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:38.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:38 smithi187 ceph-mon[111815]: pgmap v4446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:38.547 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:38 smithi088 ceph-mon[96111]: pgmap v4446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:39.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:39.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:40.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:40.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:40 smithi088 ceph-mon[96111]: pgmap v4447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:40.850 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:40 smithi187 ceph-mon[111815]: pgmap v4447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:41.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:41.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:42.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:42.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:42 smithi088 ceph-mon[96111]: pgmap v4448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:42 smithi187 ceph-mon[111815]: pgmap v4448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:43.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:43.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:44.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:44.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:44 smithi088 ceph-mon[96111]: pgmap v4449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:44 smithi187 ceph-mon[111815]: pgmap v4449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:45.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:45.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:44:45.903 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:44:46.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:46.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:46 smithi088 ceph-mon[96111]: pgmap v4450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:46 smithi187 ceph-mon[111815]: pgmap v4450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:47.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:47.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:44:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:44:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:44:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:44:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:44:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:44:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:44:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:44:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:44:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:44:47.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:44:47.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:44:48.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:48.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:48 smithi088 ceph-mon[96111]: pgmap v4451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:48 smithi187 ceph-mon[111815]: pgmap v4451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:49.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:49.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:50.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:50.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:50 smithi088 ceph-mon[96111]: pgmap v4452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:50.956 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:50 smithi187 ceph-mon[111815]: pgmap v4452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:51.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:51.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:52.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:52.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:52 smithi088 ceph-mon[96111]: pgmap v4453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:52 smithi187 ceph-mon[111815]: pgmap v4453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:53.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:53.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:54.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:54.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:54 smithi088 ceph-mon[96111]: pgmap v4454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:54 smithi187 ceph-mon[111815]: pgmap v4454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:55.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:55.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:56.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:56.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:56 smithi088 ceph-mon[96111]: pgmap v4455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:56 smithi187 ceph-mon[111815]: pgmap v4455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:44:57.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:57.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:58.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:58.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:44:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:44:58 smithi187 ceph-mon[111815]: pgmap v4456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:44:58 smithi088 ceph-mon[96111]: pgmap v4456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:44:59.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:44:59.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:00.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:00.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:00 smithi088 ceph-mon[96111]: pgmap v4457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:45:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:00 smithi187 ceph-mon[111815]: pgmap v4457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:45:01.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:01.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:02.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:02.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:02 smithi088 ceph-mon[96111]: pgmap v4458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:02 smithi187 ceph-mon[111815]: pgmap v4458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:03.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:03.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:04.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:04.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:04 smithi088 ceph-mon[96111]: pgmap v4459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:04 smithi187 ceph-mon[111815]: pgmap v4459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:05.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:05.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:06.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:06.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:06 smithi088 ceph-mon[96111]: pgmap v4460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:06 smithi187 ceph-mon[111815]: pgmap v4460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:07.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:07.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:08.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:08.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:08 smithi187 ceph-mon[111815]: pgmap v4461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:08 smithi088 ceph-mon[96111]: pgmap v4461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:09.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:09.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:10.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:10.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:10 smithi088 ceph-mon[96111]: pgmap v4462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:10 smithi187 ceph-mon[111815]: pgmap v4462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:11.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:11.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:12.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:12.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:12.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:12 smithi088 ceph-mon[96111]: pgmap v4463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:12 smithi187 ceph-mon[111815]: pgmap v4463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:13.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:13.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:14.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:14.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:14 smithi088 ceph-mon[96111]: pgmap v4464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:14 smithi187 ceph-mon[111815]: pgmap v4464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:15.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:15.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:45:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:45:16.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:16.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:16 smithi088 ceph-mon[96111]: pgmap v4465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:16 smithi187 ceph-mon[111815]: pgmap v4465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:17.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:17.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:18.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:18.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:18 smithi187 ceph-mon[111815]: pgmap v4466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:18 smithi088 ceph-mon[96111]: pgmap v4466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:19.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:19.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:20.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:20.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:20 smithi088 ceph-mon[96111]: pgmap v4467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:20 smithi187 ceph-mon[111815]: pgmap v4467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:21.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:21.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:22.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:22.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:22 smithi088 ceph-mon[96111]: pgmap v4468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:22 smithi187 ceph-mon[111815]: pgmap v4468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:23.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:23.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:24.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:24.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:24 smithi088 ceph-mon[96111]: pgmap v4469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:24 smithi187 ceph-mon[111815]: pgmap v4469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:25.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:25.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:26.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:26.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:26 smithi187 ceph-mon[111815]: pgmap v4470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:26 smithi088 ceph-mon[96111]: pgmap v4470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:27.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:27.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:28.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:28.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:28 smithi187 ceph-mon[111815]: pgmap v4471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:28 smithi088 ceph-mon[96111]: pgmap v4471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:29.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:29.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:30.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:30.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:30 smithi088 ceph-mon[96111]: pgmap v4472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:45:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:30 smithi187 ceph-mon[111815]: pgmap v4472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:45:31.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:31.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:32.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:32.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:32 smithi088 ceph-mon[96111]: pgmap v4473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:32 smithi187 ceph-mon[111815]: pgmap v4473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:33.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:33.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:34.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:34.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:34 smithi088 ceph-mon[96111]: pgmap v4474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:34 smithi187 ceph-mon[111815]: pgmap v4474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:35.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:35.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:36.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:36.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:36 smithi187 ceph-mon[111815]: pgmap v4475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:36 smithi088 ceph-mon[96111]: pgmap v4475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:37.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:37.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:38.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:38.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:38 smithi187 ceph-mon[111815]: pgmap v4476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:38 smithi088 ceph-mon[96111]: pgmap v4476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:39.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:39.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:40.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:40.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:40 smithi088 ceph-mon[96111]: pgmap v4477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:40 smithi187 ceph-mon[111815]: pgmap v4477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:41.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:41.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:42.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:42.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:42 smithi088 ceph-mon[96111]: pgmap v4478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:42 smithi187 ceph-mon[111815]: pgmap v4478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:43.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:43.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:44.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:44.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:44 smithi088 ceph-mon[96111]: pgmap v4479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:44 smithi187 ceph-mon[111815]: pgmap v4479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:45.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:45.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:45:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:45:46.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:46.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:46 smithi088 ceph-mon[96111]: pgmap v4480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:46 smithi187 ceph-mon[111815]: pgmap v4480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:47.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:47.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:48.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:48.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:45:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:48 smithi187 ceph-mon[111815]: pgmap v4481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:45:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:45:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:45:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:45:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:45:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:45:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:48 smithi088 ceph-mon[96111]: pgmap v4481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:45:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:45:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:45:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:45:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:45:49.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:49.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:50.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:50.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:50 smithi088 ceph-mon[96111]: pgmap v4482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:50 smithi187 ceph-mon[111815]: pgmap v4482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:51.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:51.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:52.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:52.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:52 smithi088 ceph-mon[96111]: pgmap v4483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:52 smithi187 ceph-mon[111815]: pgmap v4483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:53.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:53.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:54.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:54.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:54 smithi088 ceph-mon[96111]: pgmap v4484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:54 smithi187 ceph-mon[111815]: pgmap v4484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:55.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:55.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:56.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:56.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:56 smithi088 ceph-mon[96111]: pgmap v4485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:56 smithi187 ceph-mon[111815]: pgmap v4485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:45:57.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:57.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:58.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:58.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:45:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:45:58 smithi187 ceph-mon[111815]: pgmap v4486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:45:58 smithi088 ceph-mon[96111]: pgmap v4486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:45:59.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:45:59.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:00.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:00.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:00 smithi088 ceph-mon[96111]: pgmap v4487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:46:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:00 smithi187 ceph-mon[111815]: pgmap v4487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:46:01.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:01.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:02.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:02.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:02 smithi088 ceph-mon[96111]: pgmap v4488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:02 smithi187 ceph-mon[111815]: pgmap v4488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:03.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:03.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:04.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:04.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:04 smithi088 ceph-mon[96111]: pgmap v4489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:04 smithi187 ceph-mon[111815]: pgmap v4489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:05.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:05.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:06.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:06.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:06 smithi088 ceph-mon[96111]: pgmap v4490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:06 smithi187 ceph-mon[111815]: pgmap v4490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:07.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:07.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:08.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:08.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:08 smithi187 ceph-mon[111815]: pgmap v4491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:08 smithi088 ceph-mon[96111]: pgmap v4491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:09.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:09.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:10.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:10.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:10 smithi088 ceph-mon[96111]: pgmap v4492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:10 smithi187 ceph-mon[111815]: pgmap v4492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:11.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:11.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:12.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:12.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:12 smithi088 ceph-mon[96111]: pgmap v4493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:12 smithi187 ceph-mon[111815]: pgmap v4493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:13.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:13.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:14.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:14.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:14 smithi088 ceph-mon[96111]: pgmap v4494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:14 smithi187 ceph-mon[111815]: pgmap v4494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:15.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:15.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:46:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:46:16.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:16.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:16 smithi088 ceph-mon[96111]: pgmap v4495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:16.856 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:16 smithi187 ceph-mon[111815]: pgmap v4495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:17.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:17.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:18.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:18.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:18 smithi187 ceph-mon[111815]: pgmap v4496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:18 smithi088 ceph-mon[96111]: pgmap v4496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:19.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:19.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:20.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:20.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:20 smithi088 ceph-mon[96111]: pgmap v4497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:20 smithi187 ceph-mon[111815]: pgmap v4497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:21.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:21.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:22.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:22.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:22 smithi088 ceph-mon[96111]: pgmap v4498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:22 smithi187 ceph-mon[111815]: pgmap v4498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:23.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:23.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:24.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:24.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:24 smithi088 ceph-mon[96111]: pgmap v4499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:24 smithi187 ceph-mon[111815]: pgmap v4499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:25.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:25.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:26.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:26.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:26 smithi088 ceph-mon[96111]: pgmap v4500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:26 smithi187 ceph-mon[111815]: pgmap v4500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:27.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:27.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:28.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:28.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:28 smithi187 ceph-mon[111815]: pgmap v4501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:28 smithi088 ceph-mon[96111]: pgmap v4501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:29.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:29.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:30.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:30.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:30 smithi088 ceph-mon[96111]: pgmap v4502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:46:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:30 smithi187 ceph-mon[111815]: pgmap v4502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:46:31.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:31.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:32.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:32.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:32 smithi088 ceph-mon[96111]: pgmap v4503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:32 smithi187 ceph-mon[111815]: pgmap v4503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:33.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:33.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:34.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:34.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:34 smithi088 ceph-mon[96111]: pgmap v4504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:34 smithi187 ceph-mon[111815]: pgmap v4504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:35.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:35.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:36.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:36.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:36 smithi088 ceph-mon[96111]: pgmap v4505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:36 smithi187 ceph-mon[111815]: pgmap v4505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:37.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:37.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:38.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:38.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:38 smithi187 ceph-mon[111815]: pgmap v4506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:38 smithi088 ceph-mon[96111]: pgmap v4506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:39.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:39.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:40.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:40.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:40 smithi088 ceph-mon[96111]: pgmap v4507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:40 smithi187 ceph-mon[111815]: pgmap v4507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:41.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:41.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:42.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:42.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:42 smithi088 ceph-mon[96111]: pgmap v4508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:42 smithi187 ceph-mon[111815]: pgmap v4508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:43.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:43.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:44.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:44.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:44.774 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:44 smithi088 ceph-mon[96111]: pgmap v4509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:44 smithi187 ceph-mon[111815]: pgmap v4509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:45.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:45.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:46:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:46:46.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:46.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:46 smithi088 ceph-mon[96111]: pgmap v4510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:46 smithi187 ceph-mon[111815]: pgmap v4510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:47.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:47.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:48.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:48.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:48 smithi187 ceph-mon[111815]: pgmap v4511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:46:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:48 smithi088 ceph-mon[96111]: pgmap v4511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:46:49.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:49.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:50.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:50.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:50 smithi088 ceph-mon[96111]: pgmap v4512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:50 smithi187 ceph-mon[111815]: pgmap v4512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:51.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:51.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:46:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:46:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:46:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:46:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:46:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:46:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:46:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:51 smithi088 ceph-mon[96111]: pgmap v4513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:46:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:46:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:46:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:46:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:46:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:46:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:46:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:51 smithi187 ceph-mon[111815]: pgmap v4513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:52.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:52.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:53.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:53.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:54.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:54.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:54 smithi088 ceph-mon[96111]: pgmap v4514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:54 smithi187 ceph-mon[111815]: pgmap v4514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:55.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:55.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:56.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:56.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:56 smithi088 ceph-mon[96111]: pgmap v4515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:56 smithi187 ceph-mon[111815]: pgmap v4515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:46:57.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:57.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:58.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:58.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:46:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:46:58 smithi187 ceph-mon[111815]: pgmap v4516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:46:58 smithi088 ceph-mon[96111]: pgmap v4516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:46:59.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:46:59.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:00.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:00.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:00 smithi088 ceph-mon[96111]: pgmap v4517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:47:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:00 smithi187 ceph-mon[111815]: pgmap v4517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:47:01.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:01.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:02.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:02.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:02 smithi187 ceph-mon[111815]: pgmap v4518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:02 smithi088 ceph-mon[96111]: pgmap v4518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:03.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:03.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:04.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:04.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:04 smithi088 ceph-mon[96111]: pgmap v4519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:04 smithi187 ceph-mon[111815]: pgmap v4519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:05.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:05.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:06.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:06.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:06 smithi088 ceph-mon[96111]: pgmap v4520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:06 smithi187 ceph-mon[111815]: pgmap v4520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:07.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:07.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:08 smithi187 ceph-mon[111815]: pgmap v4521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:08.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:08.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:08 smithi088 ceph-mon[96111]: pgmap v4521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:09.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:09.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:10.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:10.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:10 smithi088 ceph-mon[96111]: pgmap v4522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:10 smithi187 ceph-mon[111815]: pgmap v4522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:11.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:11.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:12.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:12.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:12 smithi187 ceph-mon[111815]: pgmap v4523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:12 smithi088 ceph-mon[96111]: pgmap v4523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:13.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:13.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:14.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:14.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:14 smithi088 ceph-mon[96111]: pgmap v4524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:14 smithi187 ceph-mon[111815]: pgmap v4524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:15.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:15.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:47:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:47:16.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:16.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:16 smithi088 ceph-mon[96111]: pgmap v4525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:16 smithi187 ceph-mon[111815]: pgmap v4525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:17.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:17.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:18 smithi187 ceph-mon[111815]: pgmap v4526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:18.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:18.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:18 smithi088 ceph-mon[96111]: pgmap v4526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:19.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:19.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:20.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:20.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:20 smithi088 ceph-mon[96111]: pgmap v4527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:20 smithi187 ceph-mon[111815]: pgmap v4527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:21.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:21.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:22.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:22.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:22 smithi088 ceph-mon[96111]: pgmap v4528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:22 smithi187 ceph-mon[111815]: pgmap v4528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:23.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:23.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:24.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:24.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:24 smithi088 ceph-mon[96111]: pgmap v4529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:24 smithi187 ceph-mon[111815]: pgmap v4529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:25.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:25.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:26.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:26.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:26 smithi088 ceph-mon[96111]: pgmap v4530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:26 smithi187 ceph-mon[111815]: pgmap v4530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:27.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:27.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:28 smithi187 ceph-mon[111815]: pgmap v4531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:28.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:28.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:28 smithi088 ceph-mon[96111]: pgmap v4531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:29.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:29.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:30.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:30.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:30 smithi088 ceph-mon[96111]: pgmap v4532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:47:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:30 smithi187 ceph-mon[111815]: pgmap v4532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:47:31.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:31.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:32.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:32.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:32 smithi088 ceph-mon[96111]: pgmap v4533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:32 smithi187 ceph-mon[111815]: pgmap v4533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:33.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:33.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:34.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:34.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:34 smithi088 ceph-mon[96111]: pgmap v4534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:34 smithi187 ceph-mon[111815]: pgmap v4534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:35.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:35.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:36.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:36.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:36 smithi088 ceph-mon[96111]: pgmap v4535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:36 smithi187 ceph-mon[111815]: pgmap v4535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:37.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:37.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:38 smithi187 ceph-mon[111815]: pgmap v4536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:38.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:38.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:38 smithi088 ceph-mon[96111]: pgmap v4536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:39.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:39.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:40.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:40.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:40 smithi088 ceph-mon[96111]: pgmap v4537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:40 smithi187 ceph-mon[111815]: pgmap v4537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:41.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:41.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:42.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:42.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:42 smithi088 ceph-mon[96111]: pgmap v4538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:42 smithi187 ceph-mon[111815]: pgmap v4538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:43.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:43.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:44.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:44.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:44 smithi088 ceph-mon[96111]: pgmap v4539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:44 smithi187 ceph-mon[111815]: pgmap v4539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:45.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:45.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:47:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:47:46.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:46.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:46 smithi088 ceph-mon[96111]: pgmap v4540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:46 smithi187 ceph-mon[111815]: pgmap v4540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:47.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:47.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:48.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:48 smithi187 ceph-mon[111815]: pgmap v4541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:48.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:48.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:48 smithi088 ceph-mon[96111]: pgmap v4541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:49.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:49.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:50.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:50.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:50 smithi088 ceph-mon[96111]: pgmap v4542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:50 smithi187 ceph-mon[111815]: pgmap v4542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:51.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:51.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:47:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:47:52.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:52.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:52 smithi088 ceph-mon[96111]: pgmap v4543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:52.860 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:52 smithi187 ceph-mon[111815]: pgmap v4543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:53.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:53.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:54.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:54.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:54 smithi088 ceph-mon[96111]: pgmap v4544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:54 smithi187 ceph-mon[111815]: pgmap v4544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:55.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:55.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:56.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:56.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:56 smithi088 ceph-mon[96111]: pgmap v4545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:47:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:47:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:47:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:47:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:47:56.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:47:56.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:47:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:56 smithi187 ceph-mon[111815]: pgmap v4545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:47:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:47:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:47:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:47:56.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:47:56.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:47:56.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:47:56.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:47:57.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:57.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:58.421 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:47:58 smithi187 ceph-mon[111815]: pgmap v4546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:58.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:58.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:47:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:47:58 smithi088 ceph-mon[96111]: pgmap v4546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:47:59.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:47:59.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:00.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:00.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:00 smithi088 ceph-mon[96111]: pgmap v4547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:48:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:00 smithi187 ceph-mon[111815]: pgmap v4547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:48:01.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:01.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:02.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:02.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:02 smithi088 ceph-mon[96111]: pgmap v4548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:02 smithi187 ceph-mon[111815]: pgmap v4548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:03.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:03.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:04.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:04.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:04 smithi088 ceph-mon[96111]: pgmap v4549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:04 smithi187 ceph-mon[111815]: pgmap v4549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:05.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:05.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:06.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:06.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:06 smithi088 ceph-mon[96111]: pgmap v4550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:06 smithi187 ceph-mon[111815]: pgmap v4550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:07.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:07.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:08 smithi187 ceph-mon[111815]: pgmap v4551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:08.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:08.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:08 smithi088 ceph-mon[96111]: pgmap v4551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:09.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:09.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:10.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:10.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:10 smithi088 ceph-mon[96111]: pgmap v4552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:10 smithi187 ceph-mon[111815]: pgmap v4552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:11.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:11.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:12.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:12.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:12 smithi088 ceph-mon[96111]: pgmap v4553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:12 smithi187 ceph-mon[111815]: pgmap v4553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:13.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:13.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:14.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:14.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:14 smithi088 ceph-mon[96111]: pgmap v4554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:14 smithi187 ceph-mon[111815]: pgmap v4554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:15.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:15.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:48:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:48:16.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:16.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:16 smithi088 ceph-mon[96111]: pgmap v4555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:16 smithi187 ceph-mon[111815]: pgmap v4555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:17.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:17.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:18 smithi187 ceph-mon[111815]: pgmap v4556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:18 smithi088 ceph-mon[96111]: pgmap v4556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:18.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:18.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:19.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:19.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:20.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:20.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:20 smithi088 ceph-mon[96111]: pgmap v4557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:20 smithi187 ceph-mon[111815]: pgmap v4557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:21.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:21.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:22.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:22.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:22 smithi088 ceph-mon[96111]: pgmap v4558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:22 smithi187 ceph-mon[111815]: pgmap v4558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:23.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:23.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:24.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:24.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:24 smithi088 ceph-mon[96111]: pgmap v4559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:24 smithi187 ceph-mon[111815]: pgmap v4559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:25.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:25.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:26.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:26.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:26 smithi088 ceph-mon[96111]: pgmap v4560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:26.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:26 smithi187 ceph-mon[111815]: pgmap v4560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:27.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:27.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:28 smithi187 ceph-mon[111815]: pgmap v4561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:28 smithi088 ceph-mon[96111]: pgmap v4561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:28.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:28.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:29.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:29.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:30.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:30.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:30.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:30 smithi088 ceph-mon[96111]: pgmap v4562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:30.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:48:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:30 smithi187 ceph-mon[111815]: pgmap v4562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:48:31.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:31.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:32.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:32.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:32 smithi088 ceph-mon[96111]: pgmap v4563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:32 smithi187 ceph-mon[111815]: pgmap v4563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:33.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:33.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:34.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:34.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:34 smithi088 ceph-mon[96111]: pgmap v4564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:34 smithi187 ceph-mon[111815]: pgmap v4564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:35.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:35.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:36.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:36.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:36 smithi088 ceph-mon[96111]: pgmap v4565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:36 smithi187 ceph-mon[111815]: pgmap v4565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:37.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:37.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:38 smithi187 ceph-mon[111815]: pgmap v4566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:38 smithi088 ceph-mon[96111]: pgmap v4566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:38.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:38.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:39.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:39.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:40.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:40.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:40 smithi088 ceph-mon[96111]: pgmap v4567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:40 smithi187 ceph-mon[111815]: pgmap v4567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:41.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:41.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:42.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:42.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:42 smithi088 ceph-mon[96111]: pgmap v4568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:42 smithi187 ceph-mon[111815]: pgmap v4568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:43.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:43.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:44.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:44.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:44 smithi088 ceph-mon[96111]: pgmap v4569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:44 smithi187 ceph-mon[111815]: pgmap v4569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:45.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:45.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:48:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:48:46.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:46.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:46 smithi088 ceph-mon[96111]: pgmap v4570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:46 smithi187 ceph-mon[111815]: pgmap v4570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:47.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:47.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:48.441 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:48 smithi187 ceph-mon[111815]: pgmap v4571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:48 smithi088 ceph-mon[96111]: pgmap v4571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:48.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:48.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:49.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:49.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:50.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:50.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:50 smithi088 ceph-mon[96111]: pgmap v4572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:50 smithi187 ceph-mon[111815]: pgmap v4572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:51.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:51.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:52.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:52.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:52 smithi088 ceph-mon[96111]: pgmap v4573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:52 smithi187 ceph-mon[111815]: pgmap v4573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:53.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:53.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:54.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:54.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:54 smithi088 ceph-mon[96111]: pgmap v4574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:54 smithi187 ceph-mon[111815]: pgmap v4574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:55.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:55.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:56.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:56.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:56 smithi088 ceph-mon[96111]: pgmap v4575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:48:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:56 smithi187 ceph-mon[111815]: pgmap v4575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:48:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:48:57.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:57.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:48:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:48:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:48:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:48:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:48:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:48:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:48:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:48:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:48:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:48:58.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:58.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:48:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:48:58 smithi088 ceph-mon[96111]: pgmap v4576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:48:58 smithi187 ceph-mon[111815]: pgmap v4576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:48:59.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:48:59.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:00.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:00.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:00 smithi088 ceph-mon[96111]: pgmap v4577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:49:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:00 smithi187 ceph-mon[111815]: pgmap v4577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:49:01.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:01.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:02.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:02.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:02 smithi088 ceph-mon[96111]: pgmap v4578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:02 smithi187 ceph-mon[111815]: pgmap v4578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:03.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:03.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:04.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:04.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:04 smithi187 ceph-mon[111815]: pgmap v4579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:04 smithi088 ceph-mon[96111]: pgmap v4579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:05.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:05.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:06.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:06.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:06 smithi187 ceph-mon[111815]: pgmap v4580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:06 smithi088 ceph-mon[96111]: pgmap v4580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:07.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:07.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:08 smithi187 ceph-mon[111815]: pgmap v4581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:08 smithi088 ceph-mon[96111]: pgmap v4581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:08.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:08.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:09.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:09.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:10.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:10.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:10 smithi088 ceph-mon[96111]: pgmap v4582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:10 smithi187 ceph-mon[111815]: pgmap v4582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:11.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:11.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:12.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:12.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:12 smithi088 ceph-mon[96111]: pgmap v4583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:12 smithi187 ceph-mon[111815]: pgmap v4583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:13.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:13.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:14.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:14.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:14 smithi088 ceph-mon[96111]: pgmap v4584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:14 smithi187 ceph-mon[111815]: pgmap v4584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:15.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:15.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:49:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:49:16.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:16.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:16 smithi088 ceph-mon[96111]: pgmap v4585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:16 smithi187 ceph-mon[111815]: pgmap v4585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:17.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:17.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:18 smithi187 ceph-mon[111815]: pgmap v4586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:18 smithi088 ceph-mon[96111]: pgmap v4586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:18.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:18.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:19.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:19.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:20.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:20.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:20 smithi088 ceph-mon[96111]: pgmap v4587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:20 smithi187 ceph-mon[111815]: pgmap v4587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:21.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:21.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:22.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:22.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:22 smithi088 ceph-mon[96111]: pgmap v4588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:22 smithi187 ceph-mon[111815]: pgmap v4588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:23.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:23.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:24.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:24.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:24 smithi088 ceph-mon[96111]: pgmap v4589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:24 smithi187 ceph-mon[111815]: pgmap v4589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:25.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:25.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:26.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:26.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:26 smithi088 ceph-mon[96111]: pgmap v4590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:26 smithi187 ceph-mon[111815]: pgmap v4590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:27.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:27.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:28 smithi187 ceph-mon[111815]: pgmap v4591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:28 smithi088 ceph-mon[96111]: pgmap v4591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:28.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:28.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:29.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:29.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:30.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:30.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:30 smithi088 ceph-mon[96111]: pgmap v4592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:49:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:30 smithi187 ceph-mon[111815]: pgmap v4592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:49:31.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:31.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:32.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:32.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:32 smithi088 ceph-mon[96111]: pgmap v4593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:32 smithi187 ceph-mon[111815]: pgmap v4593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:33.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:33.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:34.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:34.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:34 smithi088 ceph-mon[96111]: pgmap v4594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:34 smithi187 ceph-mon[111815]: pgmap v4594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:35.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:35.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:36.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:36.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:36 smithi088 ceph-mon[96111]: pgmap v4595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:36 smithi187 ceph-mon[111815]: pgmap v4595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:37.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:37.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:38 smithi187 ceph-mon[111815]: pgmap v4596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:38 smithi088 ceph-mon[96111]: pgmap v4596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:38.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:38.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:39.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:39.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:40.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:40.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:40 smithi088 ceph-mon[96111]: pgmap v4597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:40 smithi187 ceph-mon[111815]: pgmap v4597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:41.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:41.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:42.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:42.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:42 smithi088 ceph-mon[96111]: pgmap v4598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:42 smithi187 ceph-mon[111815]: pgmap v4598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:43.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:43.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:44.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:44.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:44 smithi088 ceph-mon[96111]: pgmap v4599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:44 smithi187 ceph-mon[111815]: pgmap v4599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:45.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:45.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:49:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:49:46.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:46.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:46 smithi088 ceph-mon[96111]: pgmap v4600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:46 smithi187 ceph-mon[111815]: pgmap v4600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:47.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:47.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:48 smithi187 ceph-mon[111815]: pgmap v4601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:48 smithi088 ceph-mon[96111]: pgmap v4601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:48.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:48.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:49.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:49.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:50.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:50.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:50 smithi088 ceph-mon[96111]: pgmap v4602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:50 smithi187 ceph-mon[111815]: pgmap v4602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:51.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:51.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:52.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:52.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:52 smithi088 ceph-mon[96111]: pgmap v4603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:52 smithi187 ceph-mon[111815]: pgmap v4603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:53.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:53.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:54.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:54.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:54 smithi088 ceph-mon[96111]: pgmap v4604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:54 smithi187 ceph-mon[111815]: pgmap v4604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:55.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:55.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:56.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:56.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:56 smithi187 ceph-mon[111815]: pgmap v4605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:57.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:56 smithi088 ceph-mon[96111]: pgmap v4605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:49:57.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:57.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:49:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:49:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:49:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:49:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:49:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:49:58.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:58.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:49:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:58 smithi187 ceph-mon[111815]: pgmap v4606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:49:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:49:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:49:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:49:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:49:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:49:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:58 smithi088 ceph-mon[96111]: pgmap v4606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:49:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:49:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:49:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:49:59.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:49:59.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:49:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:49:59.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:49:59.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:00.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:00.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:00 smithi187 ceph-mon[111815]: pgmap v4607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T01:50:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:50:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:00 smithi088 ceph-mon[96111]: pgmap v4607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T01:50:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:50:01.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:01.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:02.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:02.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:02 smithi187 ceph-mon[111815]: pgmap v4608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:02 smithi088 ceph-mon[96111]: pgmap v4608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:03.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:03.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:04.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:04.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:04 smithi187 ceph-mon[111815]: pgmap v4609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:04 smithi088 ceph-mon[96111]: pgmap v4609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:05.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:05.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:06.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:06.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:06 smithi187 ceph-mon[111815]: pgmap v4610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:06 smithi088 ceph-mon[96111]: pgmap v4610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:07.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:07.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:08 smithi187 ceph-mon[111815]: pgmap v4611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:08 smithi088 ceph-mon[96111]: pgmap v4611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:08.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:08.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:09.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:09.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:10.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:10.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:10 smithi088 ceph-mon[96111]: pgmap v4612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:10 smithi187 ceph-mon[111815]: pgmap v4612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:11.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:11.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:12.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:12.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:12 smithi187 ceph-mon[111815]: pgmap v4613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:12 smithi088 ceph-mon[96111]: pgmap v4613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:13.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:13.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:14 smithi187 ceph-mon[111815]: pgmap v4614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:14.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:14.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:14 smithi088 ceph-mon[96111]: pgmap v4614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:15.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:15.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:50:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:50:16.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:16.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:16.840 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:16 smithi088 ceph-mon[96111]: pgmap v4615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:16 smithi187 ceph-mon[111815]: pgmap v4615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:17.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:17.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:18 smithi187 ceph-mon[111815]: pgmap v4616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:18 smithi088 ceph-mon[96111]: pgmap v4616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:18.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:18.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:19.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:19.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:20.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:20.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:20 smithi187 ceph-mon[111815]: pgmap v4617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:20 smithi088 ceph-mon[96111]: pgmap v4617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:21.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:21.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:22.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:22.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:22 smithi187 ceph-mon[111815]: pgmap v4618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:22 smithi088 ceph-mon[96111]: pgmap v4618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:23.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:23.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:24 smithi187 ceph-mon[111815]: pgmap v4619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:24.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:24.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:24 smithi088 ceph-mon[96111]: pgmap v4619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:25.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:25.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:26.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:26.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:26.937 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:26 smithi088 ceph-mon[96111]: pgmap v4620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:26 smithi187 ceph-mon[111815]: pgmap v4620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:27.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:27.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:28 smithi187 ceph-mon[111815]: pgmap v4621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:28 smithi088 ceph-mon[96111]: pgmap v4621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:28.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:28.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:29.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:29.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:30.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:30.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:30 smithi187 ceph-mon[111815]: pgmap v4622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:50:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:30 smithi088 ceph-mon[96111]: pgmap v4622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:50:31.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:31.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:32.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:32.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:32 smithi187 ceph-mon[111815]: pgmap v4623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:32 smithi088 ceph-mon[96111]: pgmap v4623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:33.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:33.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:34.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:34.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:34 smithi187 ceph-mon[111815]: pgmap v4624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:34 smithi088 ceph-mon[96111]: pgmap v4624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:35.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:35.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:36.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:36.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:36 smithi187 ceph-mon[111815]: pgmap v4625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:37.035 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:36 smithi088 ceph-mon[96111]: pgmap v4625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:37.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:37.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:38 smithi088 ceph-mon[96111]: pgmap v4626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:38 smithi187 ceph-mon[111815]: pgmap v4626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:38.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:38.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:39.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:39.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:40.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:40.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:40 smithi187 ceph-mon[111815]: pgmap v4627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:40 smithi088 ceph-mon[96111]: pgmap v4627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:41.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:41.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:42.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:42.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:42 smithi187 ceph-mon[111815]: pgmap v4628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:42 smithi088 ceph-mon[96111]: pgmap v4628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:43.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:43.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:44.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:44.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:44 smithi187 ceph-mon[111815]: pgmap v4629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:44 smithi088 ceph-mon[96111]: pgmap v4629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:45.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:45.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:50:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:50:46.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:46.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:46 smithi187 ceph-mon[111815]: pgmap v4630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:46 smithi088 ceph-mon[96111]: pgmap v4630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:47.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:47.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:48 smithi088 ceph-mon[96111]: pgmap v4631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:48 smithi187 ceph-mon[111815]: pgmap v4631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:48.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:48.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:49.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:49.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:50.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:50.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:50 smithi187 ceph-mon[111815]: pgmap v4632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:50 smithi088 ceph-mon[96111]: pgmap v4632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:51.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:51.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:52.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:52.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:52 smithi187 ceph-mon[111815]: pgmap v4633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:52 smithi088 ceph-mon[96111]: pgmap v4633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:53.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:53.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:54.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:54.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:54 smithi187 ceph-mon[111815]: pgmap v4634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:54 smithi088 ceph-mon[96111]: pgmap v4634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:55.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:55.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:56.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:56.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:56 smithi187 ceph-mon[111815]: pgmap v4635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:56 smithi088 ceph-mon[96111]: pgmap v4635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:50:57.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:57.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:58 smithi088 ceph-mon[96111]: pgmap v4636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:50:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:58 smithi187 ceph-mon[111815]: pgmap v4636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:50:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:50:58.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:58.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:50:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:50:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:50:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:50:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:50:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:50:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:50:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:50:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:50:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:50:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:50:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:50:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:50:59.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:50:59.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:00 smithi088 ceph-mon[96111]: pgmap v4637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:51:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:00 smithi187 ceph-mon[111815]: pgmap v4637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:51:00.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:00.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:01.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:01.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:02.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:02.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:02 smithi187 ceph-mon[111815]: pgmap v4638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:02 smithi088 ceph-mon[96111]: pgmap v4638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:03.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:03.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:04.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:04.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:04.859 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:04 smithi187 ceph-mon[111815]: pgmap v4639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:04 smithi088 ceph-mon[96111]: pgmap v4639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:05.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:05.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:06.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:06.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:06 smithi187 ceph-mon[111815]: pgmap v4640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:06 smithi088 ceph-mon[96111]: pgmap v4640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:07.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:07.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:08 smithi088 ceph-mon[96111]: pgmap v4641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:08 smithi187 ceph-mon[111815]: pgmap v4641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:08.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:08.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:09.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:09.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:10.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:10.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:10 smithi187 ceph-mon[111815]: pgmap v4642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:10 smithi088 ceph-mon[96111]: pgmap v4642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:11.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:11.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:12 smithi088 ceph-mon[96111]: pgmap v4643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:12.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:12.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:12 smithi187 ceph-mon[111815]: pgmap v4643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:13.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:13.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:14.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:14.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:14 smithi187 ceph-mon[111815]: pgmap v4644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:14 smithi088 ceph-mon[96111]: pgmap v4644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:15.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:15.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:51:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:51:16.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:16.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:16 smithi187 ceph-mon[111815]: pgmap v4645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:16 smithi088 ceph-mon[96111]: pgmap v4645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:17.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:17.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:18 smithi088 ceph-mon[96111]: pgmap v4646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:18 smithi187 ceph-mon[111815]: pgmap v4646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:18.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:18.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:19.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:19.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:20.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:20.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:20 smithi187 ceph-mon[111815]: pgmap v4647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:20 smithi088 ceph-mon[96111]: pgmap v4647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:21.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:21.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:22 smithi088 ceph-mon[96111]: pgmap v4648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:22.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:22.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:22 smithi187 ceph-mon[111815]: pgmap v4648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:23.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:23.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:24.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:24.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:24 smithi187 ceph-mon[111815]: pgmap v4649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:24 smithi088 ceph-mon[96111]: pgmap v4649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:25.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:25.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:26.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:26.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:26 smithi187 ceph-mon[111815]: pgmap v4650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:26 smithi088 ceph-mon[96111]: pgmap v4650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:27.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:27.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:28 smithi088 ceph-mon[96111]: pgmap v4651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:28 smithi187 ceph-mon[111815]: pgmap v4651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:28.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:28.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:29.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:29.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:30.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:30.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:30 smithi187 ceph-mon[111815]: pgmap v4652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:51:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:30 smithi088 ceph-mon[96111]: pgmap v4652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:51:31.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:31.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:32.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:32.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:32 smithi187 ceph-mon[111815]: pgmap v4653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:32 smithi088 ceph-mon[96111]: pgmap v4653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:33.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:33.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:34.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:34.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:34 smithi187 ceph-mon[111815]: pgmap v4654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:34 smithi088 ceph-mon[96111]: pgmap v4654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:35.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:35.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:36.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:36.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:36 smithi187 ceph-mon[111815]: pgmap v4655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:36 smithi088 ceph-mon[96111]: pgmap v4655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:37.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:37.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:38 smithi088 ceph-mon[96111]: pgmap v4656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:38 smithi187 ceph-mon[111815]: pgmap v4656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:38.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:38.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:39.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:39.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:40.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:40.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:40 smithi187 ceph-mon[111815]: pgmap v4657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:41.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:40 smithi088 ceph-mon[96111]: pgmap v4657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:41.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:41.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:42.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:42.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:42 smithi187 ceph-mon[111815]: pgmap v4658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:42 smithi088 ceph-mon[96111]: pgmap v4658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:43.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:43.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:44.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:44.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:44 smithi187 ceph-mon[111815]: pgmap v4659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:44 smithi088 ceph-mon[96111]: pgmap v4659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:45.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:45.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:51:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:51:46.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:46.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:46 smithi187 ceph-mon[111815]: pgmap v4660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:46 smithi088 ceph-mon[96111]: pgmap v4660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:47.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:47.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:48 smithi088 ceph-mon[96111]: pgmap v4661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:48 smithi187 ceph-mon[111815]: pgmap v4661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:48.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:48.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:49.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:49.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:50.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:50.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:50 smithi187 ceph-mon[111815]: pgmap v4662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:50 smithi088 ceph-mon[96111]: pgmap v4662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:51.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:51.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:52.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:52.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:52 smithi187 ceph-mon[111815]: pgmap v4663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:52 smithi088 ceph-mon[96111]: pgmap v4663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:53.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:53.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:54.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:54.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:54 smithi187 ceph-mon[111815]: pgmap v4664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:54 smithi088 ceph-mon[96111]: pgmap v4664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:55.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:55.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:56.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:56.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:56 smithi187 ceph-mon[111815]: pgmap v4665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:56 smithi088 ceph-mon[96111]: pgmap v4665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:51:57.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:57.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:58 smithi088 ceph-mon[96111]: pgmap v4666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:58 smithi187 ceph-mon[111815]: pgmap v4666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:51:58.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:58.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:51:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:51:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:51:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:51:59.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:51:59.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:51:59.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:51:59.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:51:59.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:51:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:51:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:51:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:51:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:51:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:51:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:51:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:51:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:51:59.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:51:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:51:59.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:51:59.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:00 smithi088 ceph-mon[96111]: pgmap v4667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:52:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:00 smithi187 ceph-mon[111815]: pgmap v4667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:52:00.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:00.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:01.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:01.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:02.870 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:02 smithi088 ceph-mon[96111]: pgmap v4668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:02.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:02.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:02 smithi187 ceph-mon[111815]: pgmap v4668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:03.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:03.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:04.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:04.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:04 smithi187 ceph-mon[111815]: pgmap v4669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:04 smithi088 ceph-mon[96111]: pgmap v4669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:05.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:05.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:06.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:06.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:06 smithi187 ceph-mon[111815]: pgmap v4670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:06 smithi088 ceph-mon[96111]: pgmap v4670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:07.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:07.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:08 smithi088 ceph-mon[96111]: pgmap v4671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:08 smithi187 ceph-mon[111815]: pgmap v4671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:08.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:08.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:09.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:09.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:10.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:10.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:10 smithi187 ceph-mon[111815]: pgmap v4672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:10 smithi088 ceph-mon[96111]: pgmap v4672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:11.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:11.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:12.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:12.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:12 smithi187 ceph-mon[111815]: pgmap v4673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:12.969 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:12 smithi088 ceph-mon[96111]: pgmap v4673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:13.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:13.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:14 smithi187 ceph-mon[111815]: pgmap v4674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:14.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:14.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:14 smithi088 ceph-mon[96111]: pgmap v4674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:52:15.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:15.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:52:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:16 smithi187 ceph-mon[111815]: pgmap v4675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:16.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:16.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:17.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:16 smithi088 ceph-mon[96111]: pgmap v4675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:17.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:17.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:18 smithi088 ceph-mon[96111]: pgmap v4676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:18 smithi187 ceph-mon[111815]: pgmap v4676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:18.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:18.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:19.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:19.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:20 smithi187 ceph-mon[111815]: pgmap v4677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:20.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:20.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:20 smithi088 ceph-mon[96111]: pgmap v4677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:21.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:21.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:22 smithi187 ceph-mon[111815]: pgmap v4678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:22.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:22.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:23.067 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:22 smithi088 ceph-mon[96111]: pgmap v4678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:23.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:23.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:24 smithi187 ceph-mon[111815]: pgmap v4679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:24.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:24.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:24 smithi088 ceph-mon[96111]: pgmap v4679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:25.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:25.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:26 smithi187 ceph-mon[111815]: pgmap v4680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:26.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:26.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:26 smithi088 ceph-mon[96111]: pgmap v4680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:27.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:27.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:28 smithi088 ceph-mon[96111]: pgmap v4681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:28 smithi187 ceph-mon[111815]: pgmap v4681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:28.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:28.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:29.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:29.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:30 smithi187 ceph-mon[111815]: pgmap v4682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:52:30.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:30.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:30 smithi088 ceph-mon[96111]: pgmap v4682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:52:31.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:31.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:32 smithi187 ceph-mon[111815]: pgmap v4683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:32.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:32.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:32 smithi088 ceph-mon[96111]: pgmap v4683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:33.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:33.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:34 smithi187 ceph-mon[111815]: pgmap v4684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:34.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:34.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:34 smithi088 ceph-mon[96111]: pgmap v4684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:35.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:35.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:36 smithi187 ceph-mon[111815]: pgmap v4685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:36.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:36.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:36 smithi088 ceph-mon[96111]: pgmap v4685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:37.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:37.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:38 smithi088 ceph-mon[96111]: pgmap v4686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:38 smithi187 ceph-mon[111815]: pgmap v4686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:39.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:39.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:40.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:40.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:40 smithi187 ceph-mon[111815]: pgmap v4687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:41.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:41.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:40 smithi088 ceph-mon[96111]: pgmap v4687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:42.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:42.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:42 smithi187 ceph-mon[111815]: pgmap v4688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:43.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:43.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:42 smithi088 ceph-mon[96111]: pgmap v4688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:44.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:44.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:44 smithi187 ceph-mon[111815]: pgmap v4689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:45.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:45.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:44 smithi088 ceph-mon[96111]: pgmap v4689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:45.911 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:52:46.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:46.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:52:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:46 smithi187 ceph-mon[111815]: pgmap v4690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:47.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:47.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:46 smithi088 ceph-mon[96111]: pgmap v4690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:48.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:48.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:48 smithi088 ceph-mon[96111]: pgmap v4691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:48 smithi187 ceph-mon[111815]: pgmap v4691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:49.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:49.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:50.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:50.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:50 smithi187 ceph-mon[111815]: pgmap v4692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:51.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:51.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:50 smithi088 ceph-mon[96111]: pgmap v4692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:52.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:52.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:52 smithi187 ceph-mon[111815]: pgmap v4693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:53.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:53.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:52 smithi088 ceph-mon[96111]: pgmap v4693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:54.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:54.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:54 smithi187 ceph-mon[111815]: pgmap v4694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:55.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:55.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:54 smithi088 ceph-mon[96111]: pgmap v4694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:56.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:56.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:56 smithi187 ceph-mon[111815]: pgmap v4695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:57.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:57.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:56 smithi088 ceph-mon[96111]: pgmap v4695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:52:58.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:58.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:58 smithi088 ceph-mon[96111]: pgmap v4696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:58 smithi187 ceph-mon[111815]: pgmap v4696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:52:59.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:52:59.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:52:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:52:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:52:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:52:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:53:00.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:00.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:00 smithi088 ceph-mon[96111]: pgmap v4697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:53:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:53:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:53:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:53:00.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:53:00.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:53:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:00 smithi187 ceph-mon[111815]: pgmap v4697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:53:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:53:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:53:00.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:53:00.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:53:00.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:53:01.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:01.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:02.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:02.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:02 smithi187 ceph-mon[111815]: pgmap v4698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:03.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:03.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:02 smithi088 ceph-mon[96111]: pgmap v4698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:04.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:04.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:04 smithi187 ceph-mon[111815]: pgmap v4699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:05.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:05.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:04 smithi088 ceph-mon[96111]: pgmap v4699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:06.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:06.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:06 smithi187 ceph-mon[111815]: pgmap v4700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:07.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:07.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:06 smithi088 ceph-mon[96111]: pgmap v4700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:08.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:08.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:08.511 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:08 smithi088 ceph-mon[96111]: pgmap v4701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:08 smithi187 ceph-mon[111815]: pgmap v4701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:09.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:09.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:10.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:10.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:10 smithi187 ceph-mon[111815]: pgmap v4702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:11.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:11.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:10 smithi088 ceph-mon[96111]: pgmap v4702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:12.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:12.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:12 smithi187 ceph-mon[111815]: pgmap v4703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:13.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:13.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:12 smithi088 ceph-mon[96111]: pgmap v4703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:14.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:14.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:14 smithi187 ceph-mon[111815]: pgmap v4704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:15.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:15.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:15.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:14 smithi088 ceph-mon[96111]: pgmap v4704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:53:16.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:16.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:53:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:16 smithi187 ceph-mon[111815]: pgmap v4705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:17.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:17.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:16 smithi088 ceph-mon[96111]: pgmap v4705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:18.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:18.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:18 smithi088 ceph-mon[96111]: pgmap v4706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:18 smithi187 ceph-mon[111815]: pgmap v4706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:19.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:19.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:20.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:20.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:20 smithi187 ceph-mon[111815]: pgmap v4707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:21.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:21.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:20 smithi088 ceph-mon[96111]: pgmap v4707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:22.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:22.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:22 smithi187 ceph-mon[111815]: pgmap v4708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:22 smithi088 ceph-mon[96111]: pgmap v4708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:23.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:23.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:24.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:24.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:24 smithi187 ceph-mon[111815]: pgmap v4709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:24 smithi088 ceph-mon[96111]: pgmap v4709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:25.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:25.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:26.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:26.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:26 smithi187 ceph-mon[111815]: pgmap v4710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:26 smithi088 ceph-mon[96111]: pgmap v4710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:27.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:27.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:28.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:28.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:28 smithi088 ceph-mon[96111]: pgmap v4711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:28 smithi187 ceph-mon[111815]: pgmap v4711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:29.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:29.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:30.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:30.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:30 smithi187 ceph-mon[111815]: pgmap v4712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:53:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:30 smithi088 ceph-mon[96111]: pgmap v4712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:53:31.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:31.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:32.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:32.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:32 smithi187 ceph-mon[111815]: pgmap v4713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:32 smithi088 ceph-mon[96111]: pgmap v4713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:33.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:33.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:34.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:34.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:34 smithi187 ceph-mon[111815]: pgmap v4714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:34 smithi088 ceph-mon[96111]: pgmap v4714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:35.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:35.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:36.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:36.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:36 smithi187 ceph-mon[111815]: pgmap v4715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:36 smithi088 ceph-mon[96111]: pgmap v4715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:37.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:37.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:38.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:38.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:38 smithi088 ceph-mon[96111]: pgmap v4716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:38 smithi187 ceph-mon[111815]: pgmap v4716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:39.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:39.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:40.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:40.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:40 smithi187 ceph-mon[111815]: pgmap v4717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:40 smithi088 ceph-mon[96111]: pgmap v4717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:41.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:41.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:42.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:42.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:42 smithi187 ceph-mon[111815]: pgmap v4718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:42 smithi088 ceph-mon[96111]: pgmap v4718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:43.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:43.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:44.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:44.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:44 smithi187 ceph-mon[111815]: pgmap v4719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:44 smithi088 ceph-mon[96111]: pgmap v4719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:45.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:45.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:53:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:53:46.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:46.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:46 smithi187 ceph-mon[111815]: pgmap v4720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:46 smithi088 ceph-mon[96111]: pgmap v4720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:47.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:47.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:48.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:48.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:48 smithi088 ceph-mon[96111]: pgmap v4721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:48 smithi187 ceph-mon[111815]: pgmap v4721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:49.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:49.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:50.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:50.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:50 smithi187 ceph-mon[111815]: pgmap v4722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:50 smithi088 ceph-mon[96111]: pgmap v4722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:51.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:51.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:52.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:52.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:52 smithi187 ceph-mon[111815]: pgmap v4723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:52 smithi088 ceph-mon[96111]: pgmap v4723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:53.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:53.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:54.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:54.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:54 smithi187 ceph-mon[111815]: pgmap v4724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:54 smithi088 ceph-mon[96111]: pgmap v4724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:55.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:55.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:56.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:56.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:56 smithi187 ceph-mon[111815]: pgmap v4725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:56 smithi088 ceph-mon[96111]: pgmap v4725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:53:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:58.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:58.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:53:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:53:58 smithi088 ceph-mon[96111]: pgmap v4726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:53:58 smithi187 ceph-mon[111815]: pgmap v4726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:53:59.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:53:59.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:00.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:00.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:00 smithi187 ceph-mon[111815]: pgmap v4727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:54:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:54:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:54:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:54:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:54:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:54:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:54:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:54:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:54:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:00 smithi088 ceph-mon[96111]: pgmap v4727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:54:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:54:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:54:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:54:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:54:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:54:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:54:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:54:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:54:01.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:01.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:02.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:02.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:02 smithi187 ceph-mon[111815]: pgmap v4728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:02 smithi088 ceph-mon[96111]: pgmap v4728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:03.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:03.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:04.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:04.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:04 smithi187 ceph-mon[111815]: pgmap v4729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:04 smithi088 ceph-mon[96111]: pgmap v4729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:05.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:05.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:06.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:06.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:06 smithi187 ceph-mon[111815]: pgmap v4730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:06 smithi088 ceph-mon[96111]: pgmap v4730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:07.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:07.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:08.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:08.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:08 smithi088 ceph-mon[96111]: pgmap v4731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:08 smithi187 ceph-mon[111815]: pgmap v4731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:09.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:09.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:10.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:10.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:10 smithi187 ceph-mon[111815]: pgmap v4732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:10 smithi088 ceph-mon[96111]: pgmap v4732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:11.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:11.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:12.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:12.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:12 smithi187 ceph-mon[111815]: pgmap v4733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:12 smithi088 ceph-mon[96111]: pgmap v4733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:13.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:14.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:14.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:14 smithi187 ceph-mon[111815]: pgmap v4734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:14 smithi088 ceph-mon[96111]: pgmap v4734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:15.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:15.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:54:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:54:16.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:16.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:16 smithi187 ceph-mon[111815]: pgmap v4735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:16 smithi088 ceph-mon[96111]: pgmap v4735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:17.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:17.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:18.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:18.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:18 smithi088 ceph-mon[96111]: pgmap v4736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:18 smithi187 ceph-mon[111815]: pgmap v4736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:19.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:19.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:20.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:20.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:20 smithi187 ceph-mon[111815]: pgmap v4737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:20 smithi088 ceph-mon[96111]: pgmap v4737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:21.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:21.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:22.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:22.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:22 smithi187 ceph-mon[111815]: pgmap v4738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:22 smithi088 ceph-mon[96111]: pgmap v4738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:23.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:23.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:24.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:24.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:24 smithi187 ceph-mon[111815]: pgmap v4739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:24 smithi088 ceph-mon[96111]: pgmap v4739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:25.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:25.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:26.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:26.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:26 smithi187 ceph-mon[111815]: pgmap v4740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:26 smithi088 ceph-mon[96111]: pgmap v4740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:27.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:27.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:28.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:28.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:28 smithi088 ceph-mon[96111]: pgmap v4741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:28 smithi187 ceph-mon[111815]: pgmap v4741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:29.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:29.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:30.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:30.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:30 smithi187 ceph-mon[111815]: pgmap v4742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:54:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:30 smithi088 ceph-mon[96111]: pgmap v4742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:54:31.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:31.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:32.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:32.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:32 smithi187 ceph-mon[111815]: pgmap v4743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:32 smithi088 ceph-mon[96111]: pgmap v4743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:33.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:33.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:34.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:34.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:34 smithi187 ceph-mon[111815]: pgmap v4744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:34 smithi088 ceph-mon[96111]: pgmap v4744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:35.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:35.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:36.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:36.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:36 smithi187 ceph-mon[111815]: pgmap v4745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:36 smithi088 ceph-mon[96111]: pgmap v4745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:37.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:37.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:38.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:38.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:38 smithi088 ceph-mon[96111]: pgmap v4746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:38 smithi187 ceph-mon[111815]: pgmap v4746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:39.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:39.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:40.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:40.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:40 smithi187 ceph-mon[111815]: pgmap v4747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:40 smithi088 ceph-mon[96111]: pgmap v4747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:41.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:41.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:42.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:42.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:42 smithi187 ceph-mon[111815]: pgmap v4748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:42 smithi088 ceph-mon[96111]: pgmap v4748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:43.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:43.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:44.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:44.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:44 smithi088 ceph-mon[96111]: pgmap v4749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:44 smithi187 ceph-mon[111815]: pgmap v4749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:45.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:45.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:54:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:54:46.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:46.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:46 smithi187 ceph-mon[111815]: pgmap v4750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:46 smithi088 ceph-mon[96111]: pgmap v4750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:47.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:47.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:48.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:48.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:48 smithi088 ceph-mon[96111]: pgmap v4751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:48 smithi187 ceph-mon[111815]: pgmap v4751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:49.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:49.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:50.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:50.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:50 smithi187 ceph-mon[111815]: pgmap v4752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:50 smithi088 ceph-mon[96111]: pgmap v4752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:51.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:51.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:52.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:52.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:52 smithi187 ceph-mon[111815]: pgmap v4753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:52 smithi088 ceph-mon[96111]: pgmap v4753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:53.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:53.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:54.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:54.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:54 smithi088 ceph-mon[96111]: pgmap v4754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:54 smithi187 ceph-mon[111815]: pgmap v4754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:55.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:55.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:56.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:56.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:56 smithi187 ceph-mon[111815]: pgmap v4755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:56 smithi088 ceph-mon[96111]: pgmap v4755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:54:57.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:57.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:58.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:58.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:54:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:54:58 smithi088 ceph-mon[96111]: pgmap v4756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:54:58 smithi187 ceph-mon[111815]: pgmap v4756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:54:59.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:54:59.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:00.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:00.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:00 smithi187 ceph-mon[111815]: pgmap v4757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:55:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:55:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:00 smithi088 ceph-mon[96111]: pgmap v4757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:55:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:55:01.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:01.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:02.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:02.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:02.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:02 smithi088 ceph-mon[96111]: pgmap v4758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:02.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:02.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:02.671 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:02 smithi187 ceph-mon[111815]: pgmap v4758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:03.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:03.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:04.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:04.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:04.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:04 smithi088 ceph-mon[96111]: pgmap v4759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:04 smithi187 ceph-mon[111815]: pgmap v4759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:05.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:05.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:55:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:55:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:55:06.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:05 smithi187 ceph-mon[111815]: pgmap v4760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:06.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:06.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:55:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:55:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:55:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:55:06.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:05 smithi088 ceph-mon[96111]: pgmap v4760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:07.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:07.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:08.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:08.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:08 smithi088 ceph-mon[96111]: pgmap v4761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:08 smithi187 ceph-mon[111815]: pgmap v4761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:09.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:09.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:10.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:10.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:10 smithi187 ceph-mon[111815]: pgmap v4762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:10 smithi088 ceph-mon[96111]: pgmap v4762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:11.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:11.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:12.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:12.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:12 smithi187 ceph-mon[111815]: pgmap v4763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:12 smithi088 ceph-mon[96111]: pgmap v4763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:13.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:13.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:14.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:14.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:14 smithi187 ceph-mon[111815]: pgmap v4764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:14 smithi088 ceph-mon[96111]: pgmap v4764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:15.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:15.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:55:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:55:16.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:16.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:16 smithi187 ceph-mon[111815]: pgmap v4765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:16 smithi088 ceph-mon[96111]: pgmap v4765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:17.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:17.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:18.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:18.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:18 smithi088 ceph-mon[96111]: pgmap v4766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:18 smithi187 ceph-mon[111815]: pgmap v4766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:19.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:19.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:20.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:20.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:20 smithi187 ceph-mon[111815]: pgmap v4767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:20 smithi088 ceph-mon[96111]: pgmap v4767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:21.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:21.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:22.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:22.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:22 smithi187 ceph-mon[111815]: pgmap v4768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:22 smithi088 ceph-mon[96111]: pgmap v4768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:23.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:23.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:24.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:24.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:24 smithi187 ceph-mon[111815]: pgmap v4769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:24 smithi088 ceph-mon[96111]: pgmap v4769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:25.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:25.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:26.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:26.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:26 smithi187 ceph-mon[111815]: pgmap v4770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:26 smithi088 ceph-mon[96111]: pgmap v4770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:27.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:27.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:28.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:28.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:28 smithi088 ceph-mon[96111]: pgmap v4771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:28 smithi187 ceph-mon[111815]: pgmap v4771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:29.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:29.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:30.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:30.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:30 smithi187 ceph-mon[111815]: pgmap v4772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:55:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:30 smithi088 ceph-mon[96111]: pgmap v4772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:55:31.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:31.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:32.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:32.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:32 smithi187 ceph-mon[111815]: pgmap v4773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:32 smithi088 ceph-mon[96111]: pgmap v4773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:33.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:33.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:34.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:34.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:34.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:34 smithi088 ceph-mon[96111]: pgmap v4774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:34 smithi187 ceph-mon[111815]: pgmap v4774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:35.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:35.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:36.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:36.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:36 smithi187 ceph-mon[111815]: pgmap v4775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:36 smithi088 ceph-mon[96111]: pgmap v4775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:37.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:37.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:38.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:38.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:38.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:38 smithi088 ceph-mon[96111]: pgmap v4776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:38 smithi187 ceph-mon[111815]: pgmap v4776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:39.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:39.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:40.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:40.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:40 smithi187 ceph-mon[111815]: pgmap v4777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:40 smithi088 ceph-mon[96111]: pgmap v4777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:41.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:41.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:42.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:42.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:42 smithi187 ceph-mon[111815]: pgmap v4778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:42 smithi088 ceph-mon[96111]: pgmap v4778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:43.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:43.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:44.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:44.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:44 smithi187 ceph-mon[111815]: pgmap v4779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:45.039 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:44 smithi088 ceph-mon[96111]: pgmap v4779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:45.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:45.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:55:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:55:46.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:46.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:46 smithi187 ceph-mon[111815]: pgmap v4780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:46 smithi088 ceph-mon[96111]: pgmap v4780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:47.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:47.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:48.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:48.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:48.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:48 smithi088 ceph-mon[96111]: pgmap v4781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:48 smithi187 ceph-mon[111815]: pgmap v4781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:49.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:49.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:50.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:50.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:50 smithi187 ceph-mon[111815]: pgmap v4782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:50 smithi088 ceph-mon[96111]: pgmap v4782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:51.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:51.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:52.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:52.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:52 smithi187 ceph-mon[111815]: pgmap v4783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:52 smithi088 ceph-mon[96111]: pgmap v4783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:53.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:53.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:54.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:54.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:54 smithi187 ceph-mon[111815]: pgmap v4784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:54 smithi088 ceph-mon[96111]: pgmap v4784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:55.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:55.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:56.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:56.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:56 smithi187 ceph-mon[111815]: pgmap v4785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:56 smithi088 ceph-mon[96111]: pgmap v4785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:55:57.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:57.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:58.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:58.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:55:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:55:58 smithi088 ceph-mon[96111]: pgmap v4786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:55:58 smithi187 ceph-mon[111815]: pgmap v4786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:55:59.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:55:59.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:00.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:00.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:00 smithi187 ceph-mon[111815]: pgmap v4787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:56:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:00 smithi088 ceph-mon[96111]: pgmap v4787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:56:01.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:01.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:02.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:02.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:02 smithi187 ceph-mon[111815]: pgmap v4788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:02 smithi088 ceph-mon[96111]: pgmap v4788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:03.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:03.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:04.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:04.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:04 smithi187 ceph-mon[111815]: pgmap v4789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:04 smithi088 ceph-mon[96111]: pgmap v4789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:05.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:05.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:56:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:56:06.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:06.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:06 smithi187 ceph-mon[111815]: pgmap v4790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:56:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:56:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:56:06.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:56:06.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:56:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:06 smithi088 ceph-mon[96111]: pgmap v4790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:56:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:56:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:56:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:56:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:56:07.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:07.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:08.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:08.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:08 smithi088 ceph-mon[96111]: pgmap v4791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:08 smithi187 ceph-mon[111815]: pgmap v4791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:09.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:09.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:10.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:10.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:10 smithi187 ceph-mon[111815]: pgmap v4792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:10 smithi088 ceph-mon[96111]: pgmap v4792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:11.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:11.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:12.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:12.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:12 smithi187 ceph-mon[111815]: pgmap v4793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:12 smithi088 ceph-mon[96111]: pgmap v4793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:13.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:13.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:14.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:14.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:14 smithi187 ceph-mon[111815]: pgmap v4794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:14 smithi088 ceph-mon[96111]: pgmap v4794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:15.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:15.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:56:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:56:16.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:16.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:16 smithi187 ceph-mon[111815]: pgmap v4795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:16 smithi088 ceph-mon[96111]: pgmap v4795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:17.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:17.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:18.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:18.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:18 smithi187 ceph-mon[111815]: pgmap v4796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:18 smithi088 ceph-mon[96111]: pgmap v4796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:19.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:19.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:20.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:20.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:20 smithi187 ceph-mon[111815]: pgmap v4797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:20 smithi088 ceph-mon[96111]: pgmap v4797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:21.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:21.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:22.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:22.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:22 smithi187 ceph-mon[111815]: pgmap v4798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:22 smithi088 ceph-mon[96111]: pgmap v4798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:23.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:23.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:24.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:24.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:24 smithi187 ceph-mon[111815]: pgmap v4799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:24 smithi088 ceph-mon[96111]: pgmap v4799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:25.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:25.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:26.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:26.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:26 smithi187 ceph-mon[111815]: pgmap v4800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:26 smithi088 ceph-mon[96111]: pgmap v4800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:27.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:27.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:28.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:28.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:28 smithi088 ceph-mon[96111]: pgmap v4801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:28 smithi187 ceph-mon[111815]: pgmap v4801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:29.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:29.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:30.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:30.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:30 smithi088 ceph-mon[96111]: pgmap v4802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:56:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:30 smithi187 ceph-mon[111815]: pgmap v4802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:56:31.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:31.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:32.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:32.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:32 smithi187 ceph-mon[111815]: pgmap v4803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:32 smithi088 ceph-mon[96111]: pgmap v4803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:33.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:33.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:34.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:34.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:34 smithi187 ceph-mon[111815]: pgmap v4804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:34 smithi088 ceph-mon[96111]: pgmap v4804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:35.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:35.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:36.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:36.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:36 smithi187 ceph-mon[111815]: pgmap v4805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:36 smithi088 ceph-mon[96111]: pgmap v4805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:37.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:37.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:38.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:38.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:38 smithi088 ceph-mon[96111]: pgmap v4806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:38 smithi187 ceph-mon[111815]: pgmap v4806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:39.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:39.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:40.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:40.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:40 smithi187 ceph-mon[111815]: pgmap v4807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:40 smithi088 ceph-mon[96111]: pgmap v4807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:41.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:41.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:42.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:42.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:42 smithi187 ceph-mon[111815]: pgmap v4808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:42 smithi088 ceph-mon[96111]: pgmap v4808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:43.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:43.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:44.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:44.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:44 smithi187 ceph-mon[111815]: pgmap v4809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:44 smithi088 ceph-mon[96111]: pgmap v4809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:45.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:45.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:56:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:56:46.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:46.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:46 smithi187 ceph-mon[111815]: pgmap v4810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:46 smithi088 ceph-mon[96111]: pgmap v4810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:47.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:47.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:48.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:48.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:48 smithi088 ceph-mon[96111]: pgmap v4811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:48 smithi187 ceph-mon[111815]: pgmap v4811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:49.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:49.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:50.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:50.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:50 smithi187 ceph-mon[111815]: pgmap v4812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:50 smithi088 ceph-mon[96111]: pgmap v4812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:51.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:51.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:52.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:52.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:52 smithi187 ceph-mon[111815]: pgmap v4813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:52 smithi088 ceph-mon[96111]: pgmap v4813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:53.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:53.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:54.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:54.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:54 smithi187 ceph-mon[111815]: pgmap v4814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:54 smithi088 ceph-mon[96111]: pgmap v4814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:55.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:55.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:56.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:56.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:56 smithi187 ceph-mon[111815]: pgmap v4815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:56 smithi088 ceph-mon[96111]: pgmap v4815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:56:57.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:57.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:58.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:58.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:56:58.555 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:56:58 smithi187 ceph-mon[111815]: pgmap v4816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:56:58 smithi088 ceph-mon[96111]: pgmap v4816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:56:59.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:56:59.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:00.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:00.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:00 smithi187 ceph-mon[111815]: pgmap v4817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:57:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:00 smithi088 ceph-mon[96111]: pgmap v4817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:57:01.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:01.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:02.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:02.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:02 smithi187 ceph-mon[111815]: pgmap v4818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:02 smithi088 ceph-mon[96111]: pgmap v4818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:03.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:03.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:04.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:04.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:04 smithi187 ceph-mon[111815]: pgmap v4819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:04 smithi088 ceph-mon[96111]: pgmap v4819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:05.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:05.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:06.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:06.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:06 smithi187 ceph-mon[111815]: pgmap v4820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:57:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:06 smithi088 ceph-mon[96111]: pgmap v4820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:57:07.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:07.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:08.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:08.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:08 smithi088 ceph-mon[96111]: pgmap v4821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:08.661 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:08 smithi187 ceph-mon[111815]: pgmap v4821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:09.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:09.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:57:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:57:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:57:10.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:57:10.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:57:10.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:57:10.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:57:10.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:09 smithi187 ceph-mon[111815]: pgmap v4822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:57:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:57:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:57:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:57:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:57:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:57:10.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:57:10.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:09 smithi088 ceph-mon[96111]: pgmap v4822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:10.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:10.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:11.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:11.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:12.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:12.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:12 smithi187 ceph-mon[111815]: pgmap v4823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:12 smithi088 ceph-mon[96111]: pgmap v4823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:13.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:13.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:14.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:14.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:14 smithi187 ceph-mon[111815]: pgmap v4824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:14 smithi088 ceph-mon[96111]: pgmap v4824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:15.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:15.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:57:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:57:16.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:16.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:16 smithi187 ceph-mon[111815]: pgmap v4825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:16 smithi088 ceph-mon[96111]: pgmap v4825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:17.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:17.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:18.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:18.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:18 smithi088 ceph-mon[96111]: pgmap v4826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:18 smithi187 ceph-mon[111815]: pgmap v4826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:19.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:19.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:20.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:20.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:20 smithi187 ceph-mon[111815]: pgmap v4827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:20.974 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:20 smithi088 ceph-mon[96111]: pgmap v4827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:21.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:21.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:22.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:22.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:22 smithi187 ceph-mon[111815]: pgmap v4828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:22 smithi088 ceph-mon[96111]: pgmap v4828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:23.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:23.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:24.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:24.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:24 smithi187 ceph-mon[111815]: pgmap v4829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:24 smithi088 ceph-mon[96111]: pgmap v4829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:25.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:25.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:26.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:26.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:26 smithi088 ceph-mon[96111]: pgmap v4830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:26 smithi187 ceph-mon[111815]: pgmap v4830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:27.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:27.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:28.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:28.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:28 smithi088 ceph-mon[96111]: pgmap v4831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:28 smithi187 ceph-mon[111815]: pgmap v4831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:29.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:29.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:30.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:30.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:30 smithi187 ceph-mon[111815]: pgmap v4832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:57:31.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:30 smithi088 ceph-mon[96111]: pgmap v4832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:57:31.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:31.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:32.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:32.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:32 smithi187 ceph-mon[111815]: pgmap v4833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:32 smithi088 ceph-mon[96111]: pgmap v4833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:33.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:33.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:34.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:34.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:34 smithi088 ceph-mon[96111]: pgmap v4834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:34 smithi187 ceph-mon[111815]: pgmap v4834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:35.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:35.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:36 smithi088 ceph-mon[96111]: pgmap v4835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:36 smithi187 ceph-mon[111815]: pgmap v4835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:37.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:37.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:38.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:38.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:38 smithi088 ceph-mon[96111]: pgmap v4836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:38 smithi187 ceph-mon[111815]: pgmap v4836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:39.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:39.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:40.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:40.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:40 smithi187 ceph-mon[111815]: pgmap v4837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:40 smithi088 ceph-mon[96111]: pgmap v4837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:41.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:41.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:42.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:42.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:42 smithi088 ceph-mon[96111]: pgmap v4838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:42 smithi187 ceph-mon[111815]: pgmap v4838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:43.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:43.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:44.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:44.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:44 smithi088 ceph-mon[96111]: pgmap v4839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:44 smithi187 ceph-mon[111815]: pgmap v4839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:45.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:45.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:57:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:57:46.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:46.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:46 smithi088 ceph-mon[96111]: pgmap v4840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:46 smithi187 ceph-mon[111815]: pgmap v4840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:47.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:47.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:48.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:48.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:48 smithi088 ceph-mon[96111]: pgmap v4841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:48 smithi187 ceph-mon[111815]: pgmap v4841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:49.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:49.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:50.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:50.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:50 smithi088 ceph-mon[96111]: pgmap v4842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:50 smithi187 ceph-mon[111815]: pgmap v4842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:51.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:51.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:52.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:52.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:52 smithi088 ceph-mon[96111]: pgmap v4843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:52 smithi187 ceph-mon[111815]: pgmap v4843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:53.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:53.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:54.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:54.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:54 smithi088 ceph-mon[96111]: pgmap v4844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:54 smithi187 ceph-mon[111815]: pgmap v4844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:55.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:55.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:56.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:56.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:56 smithi088 ceph-mon[96111]: pgmap v4845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:56 smithi187 ceph-mon[111815]: pgmap v4845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:57:57.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:57.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:58.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:58.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:57:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:57:58 smithi088 ceph-mon[96111]: pgmap v4846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:57:58 smithi187 ceph-mon[111815]: pgmap v4846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:57:59.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:57:59.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:00.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:00.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:00 smithi088 ceph-mon[96111]: pgmap v4847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:58:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:00 smithi187 ceph-mon[111815]: pgmap v4847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:58:01.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:01.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:02.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:02.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:02 smithi088 ceph-mon[96111]: pgmap v4848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:02 smithi187 ceph-mon[111815]: pgmap v4848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:03.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:03.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:04.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:04.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:04 smithi088 ceph-mon[96111]: pgmap v4849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:04 smithi187 ceph-mon[111815]: pgmap v4849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:05.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:05.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:06.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:06.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:06 smithi088 ceph-mon[96111]: pgmap v4850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:06 smithi187 ceph-mon[111815]: pgmap v4850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:07.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:07.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:08.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:08.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:08 smithi088 ceph-mon[96111]: pgmap v4851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:08 smithi187 ceph-mon[111815]: pgmap v4851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:09.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:09.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:58:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:58:10.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:10.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:10 smithi088 ceph-mon[96111]: pgmap v4852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:10 smithi187 ceph-mon[111815]: pgmap v4852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:11.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:11.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:12.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:12.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:12 smithi088 ceph-mon[96111]: pgmap v4853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:12 smithi187 ceph-mon[111815]: pgmap v4853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:13.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:13.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:14.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:14.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:14 smithi088 ceph-mon[96111]: pgmap v4854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:58:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:58:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:58:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:58:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:58:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:58:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:58:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:14 smithi187 ceph-mon[111815]: pgmap v4854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:58:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:58:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:58:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:58:15.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:58:15.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:58:15.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:58:15.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:15.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:58:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:58:16.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:16.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:16 smithi088 ceph-mon[96111]: pgmap v4855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:16 smithi187 ceph-mon[111815]: pgmap v4855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:17.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:17.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:18.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:18.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:18 smithi088 ceph-mon[96111]: pgmap v4856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:18 smithi187 ceph-mon[111815]: pgmap v4856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:19.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:19.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:20.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:20.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:20 smithi088 ceph-mon[96111]: pgmap v4857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:20 smithi187 ceph-mon[111815]: pgmap v4857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:21.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:21.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:22.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:22.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:22 smithi088 ceph-mon[96111]: pgmap v4858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:22 smithi187 ceph-mon[111815]: pgmap v4858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:23.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:23.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:24.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:24.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:24 smithi088 ceph-mon[96111]: pgmap v4859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:24 smithi187 ceph-mon[111815]: pgmap v4859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:25.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:25.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:26.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:26.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:26 smithi088 ceph-mon[96111]: pgmap v4860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:26 smithi187 ceph-mon[111815]: pgmap v4860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:27.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:27.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:28.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:28.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:28.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:28 smithi088 ceph-mon[96111]: pgmap v4861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:28 smithi187 ceph-mon[111815]: pgmap v4861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:29.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:29.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:30.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:30.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:30 smithi088 ceph-mon[96111]: pgmap v4862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:58:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:30 smithi187 ceph-mon[111815]: pgmap v4862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:58:31.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:31.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:32.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:32.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:32 smithi088 ceph-mon[96111]: pgmap v4863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:32 smithi187 ceph-mon[111815]: pgmap v4863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:33.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:33.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:34.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:34.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:34 smithi187 ceph-mon[111815]: pgmap v4864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:34 smithi088 ceph-mon[96111]: pgmap v4864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:35.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:35.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:36.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:36.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:36 smithi088 ceph-mon[96111]: pgmap v4865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:36 smithi187 ceph-mon[111815]: pgmap v4865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:37.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:37.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:38 smithi088 ceph-mon[96111]: pgmap v4866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:38.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:38.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:38 smithi187 ceph-mon[111815]: pgmap v4866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:39.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:39.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:40.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:40.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:40 smithi088 ceph-mon[96111]: pgmap v4867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:40 smithi187 ceph-mon[111815]: pgmap v4867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:41.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:41.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:42.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:42.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:42 smithi088 ceph-mon[96111]: pgmap v4868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:42 smithi187 ceph-mon[111815]: pgmap v4868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:43.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:43.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:44.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:44.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:44 smithi187 ceph-mon[111815]: pgmap v4869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:44 smithi088 ceph-mon[96111]: pgmap v4869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:45.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:45.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:58:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:45 smithi088 ceph-mon[96111]: pgmap v4870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:58:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:45 smithi187 ceph-mon[111815]: pgmap v4870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:46.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:46.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:47.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:47.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:48.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:48.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:48 smithi187 ceph-mon[111815]: pgmap v4871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:48 smithi088 ceph-mon[96111]: pgmap v4871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:49.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:49.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:50.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:50.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:50 smithi088 ceph-mon[96111]: pgmap v4872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:50 smithi187 ceph-mon[111815]: pgmap v4872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:51.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:51.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:52.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:52.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:52 smithi088 ceph-mon[96111]: pgmap v4873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:52 smithi187 ceph-mon[111815]: pgmap v4873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:53.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:53.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:53 smithi088 ceph-mon[96111]: pgmap v4874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:53 smithi187 ceph-mon[111815]: pgmap v4874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:54.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:54.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:55.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:55.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:56.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:56.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:56 smithi088 ceph-mon[96111]: pgmap v4875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:56 smithi187 ceph-mon[111815]: pgmap v4875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:58:57.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:57.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:58.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:58.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:58:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:58:58 smithi187 ceph-mon[111815]: pgmap v4876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:58:58 smithi088 ceph-mon[96111]: pgmap v4876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:58:59.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:58:59.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:00.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:00.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:00 smithi088 ceph-mon[96111]: pgmap v4877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:59:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:00 smithi187 ceph-mon[111815]: pgmap v4877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:59:01.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:01.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:02.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:02.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:02 smithi088 ceph-mon[96111]: pgmap v4878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:02 smithi187 ceph-mon[111815]: pgmap v4878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:03.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:03.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:03 smithi088 ceph-mon[96111]: pgmap v4879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:03 smithi187 ceph-mon[111815]: pgmap v4879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:04.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:04.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:05.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:05.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:06.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:06.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:07.006 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:06 smithi088 ceph-mon[96111]: pgmap v4880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:06 smithi187 ceph-mon[111815]: pgmap v4880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:07.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:07.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:08.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:08.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:08 smithi187 ceph-mon[111815]: pgmap v4881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:08 smithi088 ceph-mon[96111]: pgmap v4881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:09.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:09.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:10.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:10.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:10 smithi088 ceph-mon[96111]: pgmap v4882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:10 smithi187 ceph-mon[111815]: pgmap v4882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:11.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:11.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:12.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:12.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:12 smithi088 ceph-mon[96111]: pgmap v4883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:12 smithi187 ceph-mon[111815]: pgmap v4883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:13.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:13.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:13 smithi088 ceph-mon[96111]: pgmap v4884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:13 smithi187 ceph-mon[111815]: pgmap v4884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:14.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:14.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:59:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T01:59:15.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:15.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:59:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:59:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:59:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:59:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:59:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:59:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:15 smithi088 ceph-mon[96111]: pgmap v4885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T01:59:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T01:59:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:59:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T01:59:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T01:59:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:59:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:15 smithi187 ceph-mon[111815]: pgmap v4885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:16.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:16.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:17.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:17.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:18.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:18.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:18 smithi187 ceph-mon[111815]: pgmap v4886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:18 smithi088 ceph-mon[96111]: pgmap v4886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:19.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:19.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:20.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:20.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:20 smithi088 ceph-mon[96111]: pgmap v4887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:20 smithi187 ceph-mon[111815]: pgmap v4887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:21.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:21.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:21 smithi088 ceph-mon[96111]: pgmap v4888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:21 smithi187 ceph-mon[111815]: pgmap v4888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:22.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:22.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:23.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:23.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:24.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:24.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:24 smithi088 ceph-mon[96111]: pgmap v4889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:25.089 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:24 smithi187 ceph-mon[111815]: pgmap v4889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:25.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:25.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:25 smithi088 ceph-mon[96111]: pgmap v4890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:25 smithi187 ceph-mon[111815]: pgmap v4890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:26.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:26.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:27.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:27.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:28.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:28.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:28 smithi187 ceph-mon[111815]: pgmap v4891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:28 smithi088 ceph-mon[96111]: pgmap v4891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:29.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:29.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:29 smithi088 ceph-mon[96111]: pgmap v4892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:30.142 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:29 smithi187 ceph-mon[111815]: pgmap v4892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:30.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:30.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:59:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:59:31.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:31.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:31 smithi088 ceph-mon[96111]: pgmap v4893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:31 smithi187 ceph-mon[111815]: pgmap v4893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:32.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:32.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:33.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:33.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:33 smithi088 ceph-mon[96111]: pgmap v4894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:33 smithi187 ceph-mon[111815]: pgmap v4894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:34.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:34.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:35.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:35.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:35 smithi088 ceph-mon[96111]: pgmap v4895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:35 smithi187 ceph-mon[111815]: pgmap v4895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:36.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:36.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:37.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:37.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:38.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:38.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:38 smithi187 ceph-mon[111815]: pgmap v4896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:38 smithi088 ceph-mon[96111]: pgmap v4896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:39.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:39.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:39 smithi088 ceph-mon[96111]: pgmap v4897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:39 smithi187 ceph-mon[111815]: pgmap v4897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:40.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:40.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:41.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:41.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:41 smithi088 ceph-mon[96111]: pgmap v4898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:41 smithi187 ceph-mon[111815]: pgmap v4898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:42.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:42.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:43.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:43.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:43 smithi088 ceph-mon[96111]: pgmap v4899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:43 smithi187 ceph-mon[111815]: pgmap v4899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:44.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:44.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:59:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T01:59:45.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:45.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:46 smithi187 ceph-mon[111815]: pgmap v4900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:46 smithi088 ceph-mon[96111]: pgmap v4900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:46.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:46.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:47.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:47.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:48.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:48.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:48 smithi187 ceph-mon[111815]: pgmap v4901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:48 smithi088 ceph-mon[96111]: pgmap v4901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:49.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:49.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:49 smithi088 ceph-mon[96111]: pgmap v4902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:49 smithi187 ceph-mon[111815]: pgmap v4902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:50.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:50.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:51.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:51.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:51 smithi088 ceph-mon[96111]: pgmap v4903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:51 smithi187 ceph-mon[111815]: pgmap v4903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:52.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:52.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:53.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:53.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:53 smithi088 ceph-mon[96111]: pgmap v4904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:53 smithi187 ceph-mon[111815]: pgmap v4904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:54.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:54.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:55.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:55.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:55 smithi088 ceph-mon[96111]: pgmap v4905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:55 smithi187 ceph-mon[111815]: pgmap v4905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T01:59:56.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:56.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:57.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:57.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:58 smithi187 ceph-mon[111815]: pgmap v4906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:58.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:58.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T01:59:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:58 smithi088 ceph-mon[96111]: pgmap v4906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T01:59:59.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T01:59:59.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 01:59:59 smithi088 ceph-mon[96111]: pgmap v4907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 01:59:59 smithi187 ceph-mon[111815]: pgmap v4907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:00.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:00.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T02:00:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:00:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T02:00:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:00:01.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:01.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:01 smithi088 ceph-mon[96111]: pgmap v4908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:01 smithi187 ceph-mon[111815]: pgmap v4908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:02.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:02.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:03.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:03.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:03 smithi088 ceph-mon[96111]: pgmap v4909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:03 smithi187 ceph-mon[111815]: pgmap v4909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:04.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:04.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:05.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:05.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:05 smithi088 ceph-mon[96111]: pgmap v4910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:05 smithi187 ceph-mon[111815]: pgmap v4910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:06.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:06.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:07.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:07.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:08 smithi187 ceph-mon[111815]: pgmap v4911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:08.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:08.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:08 smithi088 ceph-mon[96111]: pgmap v4911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:09.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:09.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:09 smithi088 ceph-mon[96111]: pgmap v4912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:09 smithi187 ceph-mon[111815]: pgmap v4912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:10.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:10.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:11.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:11.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:11 smithi088 ceph-mon[96111]: pgmap v4913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:11 smithi187 ceph-mon[111815]: pgmap v4913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:12.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:12.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:13.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:13.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:13 smithi088 ceph-mon[96111]: pgmap v4914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:13 smithi187 ceph-mon[111815]: pgmap v4914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:14.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:14.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:00:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:00:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:00:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:00:15.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:15.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:00:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:00:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:16 smithi187 ceph-mon[111815]: pgmap v4915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:00:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:00:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:00:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:00:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:00:16.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:16.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:00:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:00:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:16 smithi088 ceph-mon[96111]: pgmap v4915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:00:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:00:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:00:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:00:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:00:17.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:17.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:18 smithi187 ceph-mon[111815]: pgmap v4916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:18.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:18.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:18 smithi088 ceph-mon[96111]: pgmap v4916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:19.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:19.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:19 smithi088 ceph-mon[96111]: pgmap v4917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:19 smithi187 ceph-mon[111815]: pgmap v4917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:20.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:20.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:21.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:21.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:21 smithi088 ceph-mon[96111]: pgmap v4918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:21 smithi187 ceph-mon[111815]: pgmap v4918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:22.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:22.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:23.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:23.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:23 smithi088 ceph-mon[96111]: pgmap v4919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:23 smithi187 ceph-mon[111815]: pgmap v4919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:24.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:24.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:25.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:25.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:25 smithi088 ceph-mon[96111]: pgmap v4920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:25 smithi187 ceph-mon[111815]: pgmap v4920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:26.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:26.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:27.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:27.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:28 smithi187 ceph-mon[111815]: pgmap v4921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:28.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:28.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:28 smithi088 ceph-mon[96111]: pgmap v4921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:29.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:29.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:29 smithi088 ceph-mon[96111]: pgmap v4922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:29 smithi187 ceph-mon[111815]: pgmap v4922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:30.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:30.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:00:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:00:31.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:31.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:31 smithi088 ceph-mon[96111]: pgmap v4923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:31 smithi187 ceph-mon[111815]: pgmap v4923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:32.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:32.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:33.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:33.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:33 smithi088 ceph-mon[96111]: pgmap v4924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:33 smithi187 ceph-mon[111815]: pgmap v4924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:34.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:34.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:35.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:35.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:35 smithi088 ceph-mon[96111]: pgmap v4925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:35 smithi187 ceph-mon[111815]: pgmap v4925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:36.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:36.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:37.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:37.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:38 smithi187 ceph-mon[111815]: pgmap v4926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:38.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:38.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:38 smithi088 ceph-mon[96111]: pgmap v4926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:39.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:39.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:39 smithi088 ceph-mon[96111]: pgmap v4927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:39 smithi187 ceph-mon[111815]: pgmap v4927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:40.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:40.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:41.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:41.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:41 smithi088 ceph-mon[96111]: pgmap v4928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:41 smithi187 ceph-mon[111815]: pgmap v4928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:42.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:42.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:43.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:43.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:43 smithi088 ceph-mon[96111]: pgmap v4929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:43 smithi187 ceph-mon[111815]: pgmap v4929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:44.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:44.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:00:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:00:45.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:45.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:46 smithi187 ceph-mon[111815]: pgmap v4930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:46 smithi088 ceph-mon[96111]: pgmap v4930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:46.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:46.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:47.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:47.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:48 smithi187 ceph-mon[111815]: pgmap v4931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:48.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:48.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:48 smithi088 ceph-mon[96111]: pgmap v4931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:49.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:49.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:49 smithi088 ceph-mon[96111]: pgmap v4932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:49 smithi187 ceph-mon[111815]: pgmap v4932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:50.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:50.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:51.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:51.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:51 smithi088 ceph-mon[96111]: pgmap v4933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:51 smithi187 ceph-mon[111815]: pgmap v4933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:52.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:52.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:53.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:53.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:53 smithi088 ceph-mon[96111]: pgmap v4934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:53 smithi187 ceph-mon[111815]: pgmap v4934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:54.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:54.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:55.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:55.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:55 smithi088 ceph-mon[96111]: pgmap v4935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:55 smithi187 ceph-mon[111815]: pgmap v4935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:00:56.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:56.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:57.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:57.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:58 smithi187 ceph-mon[111815]: pgmap v4936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:58.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:58.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:00:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:58 smithi088 ceph-mon[96111]: pgmap v4936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:00:59.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:00:59.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:00:59 smithi088 ceph-mon[96111]: pgmap v4937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:00:59 smithi187 ceph-mon[111815]: pgmap v4937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:00.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:00.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:01:01.091 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:01:01.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:01.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:01.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:01 smithi187 ceph-mon[111815]: pgmap v4938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:01 smithi088 ceph-mon[96111]: pgmap v4938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:02.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:02.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:03.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:03.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:03 smithi088 ceph-mon[96111]: pgmap v4939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:03 smithi187 ceph-mon[111815]: pgmap v4939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:04.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:04.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:05.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:05.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:05 smithi088 ceph-mon[96111]: pgmap v4940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:06.144 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:05 smithi187 ceph-mon[111815]: pgmap v4940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:06.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:06.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:07.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:07.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:08 smithi088 ceph-mon[96111]: pgmap v4941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:08 smithi187 ceph-mon[111815]: pgmap v4941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:08.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:08.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:09.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:09.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:09 smithi088 ceph-mon[96111]: pgmap v4942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:09 smithi187 ceph-mon[111815]: pgmap v4942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:10.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:10.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:11.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:11.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:11 smithi088 ceph-mon[96111]: pgmap v4943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:11 smithi187 ceph-mon[111815]: pgmap v4943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:12.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:12.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:13.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:13.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:13 smithi088 ceph-mon[96111]: pgmap v4944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:13 smithi187 ceph-mon[111815]: pgmap v4944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:14.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:14.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:01:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:01:15.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:15.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:16 smithi187 ceph-mon[111815]: pgmap v4945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:01:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:16 smithi088 ceph-mon[96111]: pgmap v4945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:01:16.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:16.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:01:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:01:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:01:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:01:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:01:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:01:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:01:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:01:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:01:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:01:17.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:17.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:18 smithi088 ceph-mon[96111]: pgmap v4946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:18 smithi187 ceph-mon[111815]: pgmap v4946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:18.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:18.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:19.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:19.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:19 smithi088 ceph-mon[96111]: pgmap v4947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:19 smithi187 ceph-mon[111815]: pgmap v4947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:20.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:20.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:21.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:21.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:21 smithi088 ceph-mon[96111]: pgmap v4948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:21 smithi187 ceph-mon[111815]: pgmap v4948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:22.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:22.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:23.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:23.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:23 smithi088 ceph-mon[96111]: pgmap v4949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:23 smithi187 ceph-mon[111815]: pgmap v4949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:24.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:24.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:25.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:25.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:25 smithi088 ceph-mon[96111]: pgmap v4950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:25 smithi187 ceph-mon[111815]: pgmap v4950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:26.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:26.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:27.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:27.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:28 smithi187 ceph-mon[111815]: pgmap v4951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:28 smithi088 ceph-mon[96111]: pgmap v4951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:28.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:28.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:29.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:29.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:29 smithi088 ceph-mon[96111]: pgmap v4952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:29 smithi187 ceph-mon[111815]: pgmap v4952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:30.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:30.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:01:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:01:31.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:31.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:31 smithi088 ceph-mon[96111]: pgmap v4953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:31 smithi187 ceph-mon[111815]: pgmap v4953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:32.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:32.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:33.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:33.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:33 smithi088 ceph-mon[96111]: pgmap v4954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:33 smithi187 ceph-mon[111815]: pgmap v4954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:34.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:34.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:35.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:35.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:35 smithi088 ceph-mon[96111]: pgmap v4955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:35 smithi187 ceph-mon[111815]: pgmap v4955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:36.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:36.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:37.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:37.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:38 smithi187 ceph-mon[111815]: pgmap v4956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:38 smithi088 ceph-mon[96111]: pgmap v4956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:38.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:38.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:39.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:39.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:39 smithi088 ceph-mon[96111]: pgmap v4957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:39 smithi187 ceph-mon[111815]: pgmap v4957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:40.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:40.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:41.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:41.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:41 smithi088 ceph-mon[96111]: pgmap v4958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:41 smithi187 ceph-mon[111815]: pgmap v4958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:42.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:42.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:43.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:43.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:43 smithi088 ceph-mon[96111]: pgmap v4959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:43 smithi187 ceph-mon[111815]: pgmap v4959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:44.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:44.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:01:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:01:45.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:45.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:46 smithi187 ceph-mon[111815]: pgmap v4960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:46 smithi088 ceph-mon[96111]: pgmap v4960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:46.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:46.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:47.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:47.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:48 smithi187 ceph-mon[111815]: pgmap v4961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:48 smithi088 ceph-mon[96111]: pgmap v4961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:48.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:48.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:49.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:49.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:49 smithi088 ceph-mon[96111]: pgmap v4962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:49 smithi187 ceph-mon[111815]: pgmap v4962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:50.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:50.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:51.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:51.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:51 smithi187 ceph-mon[111815]: pgmap v4963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:51 smithi088 ceph-mon[96111]: pgmap v4963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:52.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:52.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:53.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:53.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:53 smithi088 ceph-mon[96111]: pgmap v4964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:53 smithi187 ceph-mon[111815]: pgmap v4964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:54.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:54.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:55.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:55.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:55 smithi088 ceph-mon[96111]: pgmap v4965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:55 smithi187 ceph-mon[111815]: pgmap v4965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:01:56.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:56.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:57.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:57.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:58.660 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:58 smithi088 ceph-mon[96111]: pgmap v4966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:58 smithi187 ceph-mon[111815]: pgmap v4966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:01:58.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:58.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:01:59.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:01:59.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:01:59 smithi088 ceph-mon[96111]: pgmap v4967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:01:59 smithi187 ceph-mon[111815]: pgmap v4967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:00.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:00.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:02:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:02:01.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:01.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:01 smithi187 ceph-mon[111815]: pgmap v4968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:01 smithi088 ceph-mon[96111]: pgmap v4968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:02.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:02.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:03.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:03.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:03 smithi088 ceph-mon[96111]: pgmap v4969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:03 smithi187 ceph-mon[111815]: pgmap v4969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:04.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:04.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:05.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:05.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:05 smithi088 ceph-mon[96111]: pgmap v4970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:05 smithi187 ceph-mon[111815]: pgmap v4970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:06.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:06.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:07.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:07.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:08 smithi187 ceph-mon[111815]: pgmap v4971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:08.757 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:08 smithi088 ceph-mon[96111]: pgmap v4971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:08.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:08.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:09.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:09.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:09 smithi088 ceph-mon[96111]: pgmap v4972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:09 smithi187 ceph-mon[111815]: pgmap v4972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:10.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:10.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:11.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:11.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:11 smithi088 ceph-mon[96111]: pgmap v4973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:11 smithi187 ceph-mon[111815]: pgmap v4973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:12.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:12.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:13.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:13.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:13 smithi088 ceph-mon[96111]: pgmap v4974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:13 smithi187 ceph-mon[111815]: pgmap v4974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:14.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:14.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:02:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:02:15.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:15.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:16 smithi187 ceph-mon[111815]: pgmap v4975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:16 smithi088 ceph-mon[96111]: pgmap v4975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:16.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:16.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:02:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:02:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:02:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:02:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:02:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:02:17.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:17.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:02:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:02:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:02:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:02:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:02:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:18 smithi187 ceph-mon[111815]: pgmap v4976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:02:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:02:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:02:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:02:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:02:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:18 smithi088 ceph-mon[96111]: pgmap v4976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:18.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:18.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:19.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:19.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:19 smithi088 ceph-mon[96111]: pgmap v4977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:19 smithi187 ceph-mon[111815]: pgmap v4977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:20.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:20.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:21.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:21.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:21 smithi088 ceph-mon[96111]: pgmap v4978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:21 smithi187 ceph-mon[111815]: pgmap v4978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:22.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:22.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:23.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:23.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:23 smithi187 ceph-mon[111815]: pgmap v4979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:23 smithi088 ceph-mon[96111]: pgmap v4979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:24.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:24.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:25.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:25.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:25 smithi088 ceph-mon[96111]: pgmap v4980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:25 smithi187 ceph-mon[111815]: pgmap v4980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:26.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:26.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:27.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:27.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:28 smithi187 ceph-mon[111815]: pgmap v4981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:28 smithi088 ceph-mon[96111]: pgmap v4981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:28.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:28.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:29.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:29.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:29 smithi088 ceph-mon[96111]: pgmap v4982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:29 smithi187 ceph-mon[111815]: pgmap v4982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:30.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:30.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:02:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:02:31.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:31.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:31 smithi187 ceph-mon[111815]: pgmap v4983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:31 smithi088 ceph-mon[96111]: pgmap v4983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:32.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:32.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:33.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:33.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:33 smithi187 ceph-mon[111815]: pgmap v4984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:33 smithi088 ceph-mon[96111]: pgmap v4984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:34.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:34.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:35.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:35.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:35 smithi187 ceph-mon[111815]: pgmap v4985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:35 smithi088 ceph-mon[96111]: pgmap v4985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:36.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:36.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:37.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:37.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:38 smithi187 ceph-mon[111815]: pgmap v4986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:38 smithi088 ceph-mon[96111]: pgmap v4986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:38.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:38.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:39.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:39.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:39 smithi187 ceph-mon[111815]: pgmap v4987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:39 smithi088 ceph-mon[96111]: pgmap v4987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:40.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:40.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:41.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:41.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:42.177 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:41 smithi187 ceph-mon[111815]: pgmap v4988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:41 smithi088 ceph-mon[96111]: pgmap v4988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:42.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:42.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:43.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:43.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:44.101 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:43 smithi088 ceph-mon[96111]: pgmap v4989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:43 smithi187 ceph-mon[111815]: pgmap v4989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:44.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:44.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:02:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:02:45.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:45.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:46 smithi187 ceph-mon[111815]: pgmap v4990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:46 smithi088 ceph-mon[96111]: pgmap v4990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:46.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:46.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:47.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:47.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:48 smithi187 ceph-mon[111815]: pgmap v4991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:48 smithi088 ceph-mon[96111]: pgmap v4991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:48.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:48.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:49.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:49.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:49 smithi187 ceph-mon[111815]: pgmap v4992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:49 smithi088 ceph-mon[96111]: pgmap v4992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:50.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:50.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:51.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:52.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:51 smithi187 ceph-mon[111815]: pgmap v4993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:51 smithi088 ceph-mon[96111]: pgmap v4993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:53.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:53.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:54.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:54.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:54.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:53 smithi088 ceph-mon[96111]: pgmap v4994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:53 smithi187 ceph-mon[111815]: pgmap v4994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:55.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:55.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:56.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:56.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:55 smithi187 ceph-mon[111815]: pgmap v4995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:55 smithi088 ceph-mon[96111]: pgmap v4995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:02:57.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:57.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:58.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:58.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:02:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:58 smithi187 ceph-mon[111815]: pgmap v4996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:58 smithi088 ceph-mon[96111]: pgmap v4996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:02:59.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:02:59.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:00.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:00.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:02:59 smithi187 ceph-mon[111815]: pgmap v4997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:02:59 smithi088 ceph-mon[96111]: pgmap v4997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:01.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:01.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:03:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:03:02.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:02.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:01 smithi187 ceph-mon[111815]: pgmap v4998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:01 smithi088 ceph-mon[96111]: pgmap v4998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:03.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:03.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:04.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:04.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:03 smithi187 ceph-mon[111815]: pgmap v4999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:04.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:03 smithi088 ceph-mon[96111]: pgmap v4999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:05.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:05.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:06.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:06.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:05 smithi187 ceph-mon[111815]: pgmap v5000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:05 smithi088 ceph-mon[96111]: pgmap v5000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:07.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:07.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:08.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:08.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:08 smithi187 ceph-mon[111815]: pgmap v5001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:08 smithi088 ceph-mon[96111]: pgmap v5001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:09.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:09.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:10.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:10.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:09 smithi187 ceph-mon[111815]: pgmap v5002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:09 smithi088 ceph-mon[96111]: pgmap v5002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:11.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:11.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:12.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:12.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:11 smithi187 ceph-mon[111815]: pgmap v5003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:11 smithi088 ceph-mon[96111]: pgmap v5003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:13.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:13.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:14.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:14.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:13 smithi187 ceph-mon[111815]: pgmap v5004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:13 smithi088 ceph-mon[96111]: pgmap v5004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:15.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:15.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:03:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:03:16.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:16.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:16 smithi187 ceph-mon[111815]: pgmap v5005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:16 smithi088 ceph-mon[96111]: pgmap v5005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:17.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:17.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:03:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:03:18.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:18.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:18 smithi187 ceph-mon[111815]: pgmap v5006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:03:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:03:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:03:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:03:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:03:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:18 smithi088 ceph-mon[96111]: pgmap v5006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:03:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:03:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:03:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:03:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:03:19.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:19.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:20.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:20.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:19 smithi187 ceph-mon[111815]: pgmap v5007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:19 smithi088 ceph-mon[96111]: pgmap v5007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:21.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:21.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:22.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:22.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:21 smithi187 ceph-mon[111815]: pgmap v5008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:21 smithi088 ceph-mon[96111]: pgmap v5008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:23.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:23.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:24.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:24.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:23 smithi187 ceph-mon[111815]: pgmap v5009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:23 smithi088 ceph-mon[96111]: pgmap v5009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:25.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:25.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:26.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:26.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:25 smithi187 ceph-mon[111815]: pgmap v5010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:25 smithi088 ceph-mon[96111]: pgmap v5010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:27.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:27.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:28.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:28.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:28 smithi187 ceph-mon[111815]: pgmap v5011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:28 smithi088 ceph-mon[96111]: pgmap v5011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:29.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:29.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:30.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:30.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:29 smithi187 ceph-mon[111815]: pgmap v5012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:29 smithi088 ceph-mon[96111]: pgmap v5012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:31.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:31.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:03:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:03:32.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:32.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:31 smithi187 ceph-mon[111815]: pgmap v5013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:31 smithi088 ceph-mon[96111]: pgmap v5013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:33.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:33.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:34.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:34.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:33 smithi187 ceph-mon[111815]: pgmap v5014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:33 smithi088 ceph-mon[96111]: pgmap v5014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:35.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:35.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:36.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:36.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:35 smithi187 ceph-mon[111815]: pgmap v5015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:35 smithi088 ceph-mon[96111]: pgmap v5015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:37.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:37.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:38.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:38.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:38 smithi187 ceph-mon[111815]: pgmap v5016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:38 smithi088 ceph-mon[96111]: pgmap v5016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:39.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:39.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:39 smithi088 ceph-mon[96111]: pgmap v5017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:40.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:40.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:39 smithi187 ceph-mon[111815]: pgmap v5017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:41.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:41.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:42.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:42.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:41 smithi187 ceph-mon[111815]: pgmap v5018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:41 smithi088 ceph-mon[96111]: pgmap v5018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:43.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:43.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:44.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:44.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:43 smithi187 ceph-mon[111815]: pgmap v5019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:43 smithi088 ceph-mon[96111]: pgmap v5019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:45.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:45.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:03:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:03:46.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:46.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:46 smithi187 ceph-mon[111815]: pgmap v5020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:46 smithi088 ceph-mon[96111]: pgmap v5020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:47.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:47.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:48.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:48.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:48 smithi187 ceph-mon[111815]: pgmap v5021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:48 smithi088 ceph-mon[96111]: pgmap v5021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:49.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:49.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:49 smithi088 ceph-mon[96111]: pgmap v5022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:50.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:50.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:49 smithi187 ceph-mon[111815]: pgmap v5022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:51.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:51.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:52.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:52.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:51 smithi187 ceph-mon[111815]: pgmap v5023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:51 smithi088 ceph-mon[96111]: pgmap v5023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:53.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:53.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:54.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:54.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:53 smithi187 ceph-mon[111815]: pgmap v5024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:53 smithi088 ceph-mon[96111]: pgmap v5024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:55.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:55.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:56.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:56.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:55 smithi187 ceph-mon[111815]: pgmap v5025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:55 smithi088 ceph-mon[96111]: pgmap v5025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:03:57.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:57.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:58.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:58.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:03:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:58 smithi187 ceph-mon[111815]: pgmap v5026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:58 smithi088 ceph-mon[96111]: pgmap v5026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:03:59.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:03:59.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:00.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:00.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:03:59 smithi187 ceph-mon[111815]: pgmap v5027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:03:59 smithi088 ceph-mon[96111]: pgmap v5027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:01.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:01.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:04:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:04:02.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:02.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:01 smithi187 ceph-mon[111815]: pgmap v5028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:01 smithi088 ceph-mon[96111]: pgmap v5028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:03.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:03.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:04.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:04.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:03 smithi187 ceph-mon[111815]: pgmap v5029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:03 smithi088 ceph-mon[96111]: pgmap v5029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:05.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:05.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:06.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:06.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:05 smithi187 ceph-mon[111815]: pgmap v5030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:05 smithi088 ceph-mon[96111]: pgmap v5030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:07.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:07.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:08.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:08.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:08 smithi187 ceph-mon[111815]: pgmap v5031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:08 smithi088 ceph-mon[96111]: pgmap v5031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:09.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:09.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:10.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:10.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:09 smithi187 ceph-mon[111815]: pgmap v5032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:09 smithi088 ceph-mon[96111]: pgmap v5032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:11.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:11.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:12.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:12.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:11 smithi187 ceph-mon[111815]: pgmap v5033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:11 smithi088 ceph-mon[96111]: pgmap v5033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:13.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:13.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:14.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:14.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:13 smithi187 ceph-mon[111815]: pgmap v5034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:13 smithi088 ceph-mon[96111]: pgmap v5034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:15.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:15.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:04:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:04:16.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:16.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:16 smithi187 ceph-mon[111815]: pgmap v5035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:16 smithi088 ceph-mon[96111]: pgmap v5035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:17.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:17.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:18.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:18.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:18 smithi187 ceph-mon[111815]: pgmap v5036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:04:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:04:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:04:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:04:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:04:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:04:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:18 smithi088 ceph-mon[96111]: pgmap v5036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:04:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:04:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:04:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:04:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:04:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:04:19.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:19.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:20.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:20.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:19 smithi187 ceph-mon[111815]: pgmap v5037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:19 smithi088 ceph-mon[96111]: pgmap v5037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:21.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:21.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:22.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:22.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:21 smithi187 ceph-mon[111815]: pgmap v5038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:21 smithi088 ceph-mon[96111]: pgmap v5038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:23.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:23.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:24.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:24.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:23 smithi187 ceph-mon[111815]: pgmap v5039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:23 smithi088 ceph-mon[96111]: pgmap v5039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:25.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:25.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:26.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:26.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:25 smithi187 ceph-mon[111815]: pgmap v5040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:25 smithi088 ceph-mon[96111]: pgmap v5040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:27.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:27.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:28.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:28.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:28 smithi187 ceph-mon[111815]: pgmap v5041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:28 smithi088 ceph-mon[96111]: pgmap v5041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:29.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:29.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:30.135 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:29 smithi088 ceph-mon[96111]: pgmap v5042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:30.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:30.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:29 smithi187 ceph-mon[111815]: pgmap v5042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:31.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:31.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:04:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:04:32.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:32.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:31 smithi187 ceph-mon[111815]: pgmap v5043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:31 smithi088 ceph-mon[96111]: pgmap v5043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:33.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:33.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:34.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:34.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:33 smithi187 ceph-mon[111815]: pgmap v5044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:33 smithi088 ceph-mon[96111]: pgmap v5044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:35.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:35.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:36.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:36.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:35 smithi187 ceph-mon[111815]: pgmap v5045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:35 smithi088 ceph-mon[96111]: pgmap v5045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:37.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:37.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:38.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:38.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:38 smithi187 ceph-mon[111815]: pgmap v5046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:38 smithi088 ceph-mon[96111]: pgmap v5046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:39.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:39.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:40.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:40.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:39 smithi187 ceph-mon[111815]: pgmap v5047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:40.234 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:39 smithi088 ceph-mon[96111]: pgmap v5047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:41.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:41.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:42.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:42.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:41 smithi187 ceph-mon[111815]: pgmap v5048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:41 smithi088 ceph-mon[96111]: pgmap v5048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:43.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:43.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:44.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:44.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:43 smithi187 ceph-mon[111815]: pgmap v5049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:43 smithi088 ceph-mon[96111]: pgmap v5049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:45.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:45.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:04:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:04:46.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:46.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:46 smithi187 ceph-mon[111815]: pgmap v5050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:46 smithi088 ceph-mon[96111]: pgmap v5050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:47.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:47.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:48.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:48.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:48 smithi187 ceph-mon[111815]: pgmap v5051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:48 smithi088 ceph-mon[96111]: pgmap v5051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:49.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:49.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:50.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:50.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:49 smithi187 ceph-mon[111815]: pgmap v5052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:49 smithi088 ceph-mon[96111]: pgmap v5052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:51.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:51.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:52.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:52.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:51 smithi187 ceph-mon[111815]: pgmap v5053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:51 smithi088 ceph-mon[96111]: pgmap v5053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:53.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:53.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:54.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:54.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:53 smithi187 ceph-mon[111815]: pgmap v5054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:53 smithi088 ceph-mon[96111]: pgmap v5054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:55.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:55.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:56.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:56.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:55 smithi187 ceph-mon[111815]: pgmap v5055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:55 smithi088 ceph-mon[96111]: pgmap v5055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:04:57.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:57.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:58.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:58.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:04:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:58 smithi187 ceph-mon[111815]: pgmap v5056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:58 smithi088 ceph-mon[96111]: pgmap v5056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:04:59.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:04:59.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:00.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:00.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:04:59 smithi187 ceph-mon[111815]: pgmap v5057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:04:59 smithi088 ceph-mon[96111]: pgmap v5057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:01.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:01.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:05:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:05:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:01 smithi187 ceph-mon[111815]: pgmap v5058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:02.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:02.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:01 smithi088 ceph-mon[96111]: pgmap v5058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:03.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:03.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:03 smithi187 ceph-mon[111815]: pgmap v5059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:04.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:04.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:03 smithi088 ceph-mon[96111]: pgmap v5059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:05.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:05.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:05 smithi187 ceph-mon[111815]: pgmap v5060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:06.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:06.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:05 smithi088 ceph-mon[96111]: pgmap v5060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:07.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:07.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:08.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:08.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:08.696 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:08 smithi187 ceph-mon[111815]: pgmap v5061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:08 smithi088 ceph-mon[96111]: pgmap v5061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:09.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:09.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:09 smithi187 ceph-mon[111815]: pgmap v5062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:10.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:10.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:09 smithi088 ceph-mon[96111]: pgmap v5062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:11.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:11.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:11 smithi187 ceph-mon[111815]: pgmap v5063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:12.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:12.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:11 smithi088 ceph-mon[96111]: pgmap v5063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:13.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:13.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:13 smithi187 ceph-mon[111815]: pgmap v5064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:14.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:14.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:13 smithi088 ceph-mon[96111]: pgmap v5064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:15.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:15.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:05:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:05:16.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:16.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:16 smithi187 ceph-mon[111815]: pgmap v5065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:16 smithi088 ceph-mon[96111]: pgmap v5065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:17.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:17.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:18.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:18.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:18 smithi187 ceph-mon[111815]: pgmap v5066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:05:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:18 smithi088 ceph-mon[96111]: pgmap v5066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:05:19.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:19.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:05:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:05:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:05:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:05:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:05:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:05:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:05:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:05:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:05:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:05:20.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:20.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:20 smithi187 ceph-mon[111815]: pgmap v5067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:20 smithi088 ceph-mon[96111]: pgmap v5067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:21.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:21.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:21 smithi187 ceph-mon[111815]: pgmap v5068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:22.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:22.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:21 smithi088 ceph-mon[96111]: pgmap v5068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:23.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:23.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:23 smithi187 ceph-mon[111815]: pgmap v5069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:24.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:24.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:23 smithi088 ceph-mon[96111]: pgmap v5069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:25.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:25.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:25 smithi088 ceph-mon[96111]: pgmap v5070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:25 smithi187 ceph-mon[111815]: pgmap v5070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:26.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:26.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:27.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:27.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:28.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:28.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:28 smithi187 ceph-mon[111815]: pgmap v5071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:28 smithi088 ceph-mon[96111]: pgmap v5071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:29.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:29.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:29 smithi187 ceph-mon[111815]: pgmap v5072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:30.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:30.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:29 smithi088 ceph-mon[96111]: pgmap v5072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:05:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:05:31.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:31.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:31 smithi187 ceph-mon[111815]: pgmap v5073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:32.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:32.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:31 smithi088 ceph-mon[96111]: pgmap v5073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:33.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:33.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:33 smithi187 ceph-mon[111815]: pgmap v5074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:34.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:34.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:33 smithi088 ceph-mon[96111]: pgmap v5074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:35.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:35.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:35 smithi088 ceph-mon[96111]: pgmap v5075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:35 smithi187 ceph-mon[111815]: pgmap v5075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:36.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:36.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:37.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:37.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:38.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:38.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:38 smithi187 ceph-mon[111815]: pgmap v5076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:38 smithi088 ceph-mon[96111]: pgmap v5076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:39.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:39.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:39 smithi187 ceph-mon[111815]: pgmap v5077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:40.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:40.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:39 smithi088 ceph-mon[96111]: pgmap v5077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:41.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:41.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:41 smithi187 ceph-mon[111815]: pgmap v5078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:42.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:42.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:41 smithi088 ceph-mon[96111]: pgmap v5078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:43.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:43.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:43 smithi187 ceph-mon[111815]: pgmap v5079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:44.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:44.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:43 smithi088 ceph-mon[96111]: pgmap v5079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:45.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:45.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:05:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:05:46.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:46.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:46 smithi187 ceph-mon[111815]: pgmap v5080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:46 smithi088 ceph-mon[96111]: pgmap v5080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:47.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:47.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:48.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:48.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:48 smithi187 ceph-mon[111815]: pgmap v5081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:48 smithi088 ceph-mon[96111]: pgmap v5081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:49.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:49.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:49 smithi187 ceph-mon[111815]: pgmap v5082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:50.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:50.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:49 smithi088 ceph-mon[96111]: pgmap v5082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:51.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:51.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:51 smithi187 ceph-mon[111815]: pgmap v5083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:52.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:52.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:51 smithi088 ceph-mon[96111]: pgmap v5083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:53.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:53.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:54.170 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:53 smithi187 ceph-mon[111815]: pgmap v5084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:54.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:54.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:53 smithi088 ceph-mon[96111]: pgmap v5084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:55.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:55.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:55 smithi187 ceph-mon[111815]: pgmap v5085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:56.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:56.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:55 smithi088 ceph-mon[96111]: pgmap v5085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:05:57.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:57.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:58.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:58.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:05:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:58 smithi187 ceph-mon[111815]: pgmap v5086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:58 smithi088 ceph-mon[96111]: pgmap v5086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:05:59.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:05:59.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:05:59 smithi187 ceph-mon[111815]: pgmap v5087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:00.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:00.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:05:59 smithi088 ceph-mon[96111]: pgmap v5087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:06:01.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:01.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:06:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:01 smithi187 ceph-mon[111815]: pgmap v5088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:02.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:02.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:01 smithi088 ceph-mon[96111]: pgmap v5088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:03.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:03.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:03 smithi187 ceph-mon[111815]: pgmap v5089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:04.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:04.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:03 smithi088 ceph-mon[96111]: pgmap v5089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:05.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:05.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:06.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:06.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:06 smithi187 ceph-mon[111815]: pgmap v5090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:07.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:07.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:06 smithi088 ceph-mon[96111]: pgmap v5090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:08.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:08.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:09.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:09.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:09.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:09 smithi187 ceph-mon[111815]: pgmap v5091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:09 smithi088 ceph-mon[96111]: pgmap v5091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:10.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:10.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:11.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:11.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:11 smithi187 ceph-mon[111815]: pgmap v5092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:11 smithi088 ceph-mon[96111]: pgmap v5092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:12.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:12.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:13.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:13.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:13 smithi187 ceph-mon[111815]: pgmap v5093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:13 smithi088 ceph-mon[96111]: pgmap v5093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:14.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:14.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:15.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:15.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:15 smithi187 ceph-mon[111815]: pgmap v5094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:06:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:15 smithi088 ceph-mon[96111]: pgmap v5094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:06:16.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:16.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:17.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:17.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:17 smithi187 ceph-mon[111815]: pgmap v5095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:17 smithi088 ceph-mon[96111]: pgmap v5095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:18.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:18.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:19.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:19.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:19 smithi187 ceph-mon[111815]: pgmap v5096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:06:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:06:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:06:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:06:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:06:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:06:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:19 smithi088 ceph-mon[96111]: pgmap v5096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:06:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:06:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:06:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:06:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:06:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:06:20.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:20.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:21.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:21.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:21 smithi088 ceph-mon[96111]: pgmap v5097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:21 smithi187 ceph-mon[111815]: pgmap v5097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:22.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:22.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:23.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:23.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:23 smithi187 ceph-mon[111815]: pgmap v5098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:23 smithi088 ceph-mon[96111]: pgmap v5098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:24.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:24.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:25.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:25.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:25 smithi187 ceph-mon[111815]: pgmap v5099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:25 smithi088 ceph-mon[96111]: pgmap v5099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:26.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:26.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:27.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:27.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:27 smithi187 ceph-mon[111815]: pgmap v5100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:27 smithi088 ceph-mon[96111]: pgmap v5100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:28.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:28.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:29.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:29.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:29 smithi187 ceph-mon[111815]: pgmap v5101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:29 smithi088 ceph-mon[96111]: pgmap v5101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:30.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:30.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:06:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:06:31.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:31.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:31 smithi088 ceph-mon[96111]: pgmap v5102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:31 smithi187 ceph-mon[111815]: pgmap v5102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:32.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:32.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:33.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:33.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:33 smithi088 ceph-mon[96111]: pgmap v5103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:33 smithi187 ceph-mon[111815]: pgmap v5103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:34.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:34.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:35.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:35.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:35 smithi088 ceph-mon[96111]: pgmap v5104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:35 smithi187 ceph-mon[111815]: pgmap v5104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:36.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:36.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:37.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:37.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:37 smithi088 ceph-mon[96111]: pgmap v5105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:37 smithi187 ceph-mon[111815]: pgmap v5105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:38.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:38.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:39.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:39.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:39 smithi088 ceph-mon[96111]: pgmap v5106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:39 smithi187 ceph-mon[111815]: pgmap v5106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:40.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:40.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:41.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:41.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:41 smithi088 ceph-mon[96111]: pgmap v5107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:41 smithi187 ceph-mon[111815]: pgmap v5107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:42.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:42.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:43.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:43.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:43 smithi088 ceph-mon[96111]: pgmap v5108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:43 smithi187 ceph-mon[111815]: pgmap v5108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:44.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:44.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:45.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:45.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:45 smithi088 ceph-mon[96111]: pgmap v5109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:06:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:45 smithi187 ceph-mon[111815]: pgmap v5109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:06:46.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:46.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:47.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:47.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:47 smithi088 ceph-mon[96111]: pgmap v5110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:47 smithi187 ceph-mon[111815]: pgmap v5110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:48.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:48.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:49.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:49.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:49.745 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:49 smithi187 ceph-mon[111815]: pgmap v5111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:49 smithi088 ceph-mon[96111]: pgmap v5111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:50.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:50.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:51.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:51.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:51 smithi088 ceph-mon[96111]: pgmap v5112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:51 smithi187 ceph-mon[111815]: pgmap v5112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:52.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:52.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:53.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:53.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:53 smithi088 ceph-mon[96111]: pgmap v5113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:53 smithi187 ceph-mon[111815]: pgmap v5113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:54.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:54.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:55.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:55.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:55 smithi088 ceph-mon[96111]: pgmap v5114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:55 smithi187 ceph-mon[111815]: pgmap v5114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:56.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:56.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:57.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:57.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:57 smithi088 ceph-mon[96111]: pgmap v5115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:57 smithi187 ceph-mon[111815]: pgmap v5115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:06:58.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:58.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:59.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:06:59.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:06:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:06:59 smithi088 ceph-mon[96111]: pgmap v5116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:06:59.851 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:06:59 smithi187 ceph-mon[111815]: pgmap v5116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:00.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:00.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:07:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:07:01.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:01.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:01 smithi088 ceph-mon[96111]: pgmap v5117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:01 smithi187 ceph-mon[111815]: pgmap v5117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:02.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:02.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:03.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:03.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:03 smithi088 ceph-mon[96111]: pgmap v5118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:03 smithi187 ceph-mon[111815]: pgmap v5118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:04.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:04.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:05.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:05.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:05 smithi088 ceph-mon[96111]: pgmap v5119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:05 smithi187 ceph-mon[111815]: pgmap v5119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:06.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:06.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:07.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:07.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:07 smithi088 ceph-mon[96111]: pgmap v5120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:07 smithi187 ceph-mon[111815]: pgmap v5120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:08.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:08.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:09.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:09.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:09 smithi088 ceph-mon[96111]: pgmap v5121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:09.956 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:09 smithi187 ceph-mon[111815]: pgmap v5121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:10.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:10.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:11.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:11.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:11 smithi088 ceph-mon[96111]: pgmap v5122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:11 smithi187 ceph-mon[111815]: pgmap v5122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:12.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:12.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:13.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:13.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:13 smithi088 ceph-mon[96111]: pgmap v5123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:13 smithi187 ceph-mon[111815]: pgmap v5123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:14.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:14.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:15.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:15.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:15 smithi088 ceph-mon[96111]: pgmap v5124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:07:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:15 smithi187 ceph-mon[111815]: pgmap v5124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:07:16.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:16.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:17.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:17.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:17 smithi088 ceph-mon[96111]: pgmap v5125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:17 smithi187 ceph-mon[111815]: pgmap v5125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:18.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:18.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:19.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:19.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:19 smithi088 ceph-mon[96111]: pgmap v5126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:07:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:19 smithi187 ceph-mon[111815]: pgmap v5126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:07:20.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:20.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:21.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:21.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:21.815 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:21 smithi088 ceph-mon[96111]: pgmap v5127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:21 smithi187 ceph-mon[111815]: pgmap v5127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:22.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:22.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:23.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:23.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:23 smithi088 ceph-mon[96111]: pgmap v5128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:07:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:07:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:07:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:07:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:07:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:07:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:07:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:23 smithi187 ceph-mon[111815]: pgmap v5128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:07:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:07:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:07:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:07:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:07:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:07:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:07:24.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:24.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:25.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:25.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:25 smithi187 ceph-mon[111815]: pgmap v5129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:25 smithi088 ceph-mon[96111]: pgmap v5129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:26.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:26.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:27.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:27.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:27 smithi088 ceph-mon[96111]: pgmap v5130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:27 smithi187 ceph-mon[111815]: pgmap v5130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:28.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:28.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:29.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:29.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:29 smithi187 ceph-mon[111815]: pgmap v5131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:29 smithi088 ceph-mon[96111]: pgmap v5131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:30.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:30.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:07:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:07:31.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:31.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:31 smithi187 ceph-mon[111815]: pgmap v5132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:31 smithi088 ceph-mon[96111]: pgmap v5132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:32.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:32.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:33.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:33.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:33 smithi187 ceph-mon[111815]: pgmap v5133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:33 smithi088 ceph-mon[96111]: pgmap v5133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:34.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:34.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:35.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:35.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:35 smithi187 ceph-mon[111815]: pgmap v5134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:35 smithi088 ceph-mon[96111]: pgmap v5134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:36.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:36.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:37.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:37.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:37 smithi088 ceph-mon[96111]: pgmap v5135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:37 smithi187 ceph-mon[111815]: pgmap v5135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:38.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:38.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:39.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:39.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:39 smithi088 ceph-mon[96111]: pgmap v5136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:39 smithi187 ceph-mon[111815]: pgmap v5136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:40.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:40.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:41.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:41.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:41 smithi088 ceph-mon[96111]: pgmap v5137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:41 smithi187 ceph-mon[111815]: pgmap v5137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:42.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:42.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:43.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:43.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:43 smithi088 ceph-mon[96111]: pgmap v5138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:43 smithi187 ceph-mon[111815]: pgmap v5138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:44.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:44.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:45.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:45.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:45 smithi187 ceph-mon[111815]: pgmap v5139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:07:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:45 smithi088 ceph-mon[96111]: pgmap v5139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:07:46.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:46.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:47.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:47.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:47 smithi088 ceph-mon[96111]: pgmap v5140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:47 smithi187 ceph-mon[111815]: pgmap v5140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:48.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:48.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:49.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:49.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:49 smithi088 ceph-mon[96111]: pgmap v5141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:49 smithi187 ceph-mon[111815]: pgmap v5141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:50.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:50.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:51.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:51.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:51 smithi088 ceph-mon[96111]: pgmap v5142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:51 smithi187 ceph-mon[111815]: pgmap v5142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:52.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:52.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:53.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:53.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:53 smithi088 ceph-mon[96111]: pgmap v5143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:53 smithi187 ceph-mon[111815]: pgmap v5143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:54.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:54.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:55.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:55.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:55 smithi187 ceph-mon[111815]: pgmap v5144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:55 smithi088 ceph-mon[96111]: pgmap v5144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:56.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:56.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:57.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:57.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:57 smithi088 ceph-mon[96111]: pgmap v5145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:57 smithi187 ceph-mon[111815]: pgmap v5145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:07:58.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:58.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:59.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:07:59.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:07:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:07:59 smithi088 ceph-mon[96111]: pgmap v5146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:07:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:07:59 smithi187 ceph-mon[111815]: pgmap v5146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:00.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:00.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:08:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:08:01.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:01.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:01 smithi088 ceph-mon[96111]: pgmap v5147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:01 smithi187 ceph-mon[111815]: pgmap v5147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:02.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:02.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:03.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:03.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:03 smithi088 ceph-mon[96111]: pgmap v5148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:03 smithi187 ceph-mon[111815]: pgmap v5148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:04.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:04.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:05.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:05.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:05 smithi088 ceph-mon[96111]: pgmap v5149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:05 smithi187 ceph-mon[111815]: pgmap v5149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:06.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:06.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:07.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:07.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:07 smithi088 ceph-mon[96111]: pgmap v5150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:07 smithi187 ceph-mon[111815]: pgmap v5150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:08.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:08.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:09.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:09.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:09 smithi088 ceph-mon[96111]: pgmap v5151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:09 smithi187 ceph-mon[111815]: pgmap v5151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:10.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:10.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:11.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:11.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:11 smithi088 ceph-mon[96111]: pgmap v5152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:11 smithi187 ceph-mon[111815]: pgmap v5152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:12.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:12.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:13.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:13.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:13 smithi088 ceph-mon[96111]: pgmap v5153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:13 smithi187 ceph-mon[111815]: pgmap v5153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:14.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:14.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:15.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:15.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:15 smithi088 ceph-mon[96111]: pgmap v5154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:08:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:15 smithi187 ceph-mon[111815]: pgmap v5154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:08:16.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:16.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:17.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:17.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:17 smithi088 ceph-mon[96111]: pgmap v5155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:17 smithi187 ceph-mon[111815]: pgmap v5155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:18.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:18.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:19.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:19.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:19 smithi088 ceph-mon[96111]: pgmap v5156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:19 smithi187 ceph-mon[111815]: pgmap v5156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:20.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:20.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:21.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:21.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:21 smithi088 ceph-mon[96111]: pgmap v5157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:21 smithi187 ceph-mon[111815]: pgmap v5157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:22.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:22.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:23.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:23.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:23 smithi088 ceph-mon[96111]: pgmap v5158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:08:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:23 smithi187 ceph-mon[111815]: pgmap v5158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:08:24.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:24.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:25.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:25.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:25 smithi088 ceph-mon[96111]: pgmap v5159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:25 smithi187 ceph-mon[111815]: pgmap v5159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:26.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:26.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:27.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:27.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:27 smithi088 ceph-mon[96111]: pgmap v5160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:08:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:08:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:27 smithi187 ceph-mon[111815]: pgmap v5160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:08:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:08:28.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:28.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:08:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:08:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:08:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:08:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:08:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:08:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:08:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:08:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:08:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:08:29.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:29.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:29 smithi088 ceph-mon[96111]: pgmap v5161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:29 smithi187 ceph-mon[111815]: pgmap v5161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:30.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:30.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:08:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:08:31.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:31.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:31 smithi088 ceph-mon[96111]: pgmap v5162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:31 smithi187 ceph-mon[111815]: pgmap v5162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:32.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:32.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:33.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:33.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:33 smithi088 ceph-mon[96111]: pgmap v5163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:33 smithi187 ceph-mon[111815]: pgmap v5163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:34.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:34.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:35.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:35.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:35 smithi187 ceph-mon[111815]: pgmap v5164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:35 smithi088 ceph-mon[96111]: pgmap v5164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:36.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:36.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:37.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:37.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:37 smithi187 ceph-mon[111815]: pgmap v5165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:37 smithi088 ceph-mon[96111]: pgmap v5165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:38.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:38.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:39.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:39.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:39 smithi187 ceph-mon[111815]: pgmap v5166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:39 smithi088 ceph-mon[96111]: pgmap v5166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:40.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:40.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:41.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:41.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:41 smithi187 ceph-mon[111815]: pgmap v5167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:41 smithi088 ceph-mon[96111]: pgmap v5167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:42.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:42.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:43.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:43.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:43 smithi088 ceph-mon[96111]: pgmap v5168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:43 smithi187 ceph-mon[111815]: pgmap v5168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:44.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:44.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:45.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:45.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:45 smithi088 ceph-mon[96111]: pgmap v5169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:08:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:45 smithi187 ceph-mon[111815]: pgmap v5169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:08:46.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:46.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:47.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:47.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:47 smithi088 ceph-mon[96111]: pgmap v5170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:47 smithi187 ceph-mon[111815]: pgmap v5170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:48.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:48.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:49.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:49.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:49 smithi088 ceph-mon[96111]: pgmap v5171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:49 smithi187 ceph-mon[111815]: pgmap v5171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:50.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:50.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:51.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:51.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:51 smithi088 ceph-mon[96111]: pgmap v5172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:51 smithi187 ceph-mon[111815]: pgmap v5172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:52.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:52.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:53.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:53.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:53 smithi088 ceph-mon[96111]: pgmap v5173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:53 smithi187 ceph-mon[111815]: pgmap v5173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:54.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:54.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:55.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:55.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:55 smithi088 ceph-mon[96111]: pgmap v5174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:55 smithi187 ceph-mon[111815]: pgmap v5174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:56.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:56.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:57.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:57.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:57.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:57 smithi088 ceph-mon[96111]: pgmap v5175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:57 smithi187 ceph-mon[111815]: pgmap v5175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:08:58.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:58.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:59.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:08:59.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:08:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:08:59 smithi088 ceph-mon[96111]: pgmap v5176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:08:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:08:59 smithi187 ceph-mon[111815]: pgmap v5176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:00.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:00.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:09:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:09:01.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:01.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:01 smithi088 ceph-mon[96111]: pgmap v5177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:01 smithi187 ceph-mon[111815]: pgmap v5177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:02.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:02.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:03.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:03.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:03 smithi088 ceph-mon[96111]: pgmap v5178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:03 smithi187 ceph-mon[111815]: pgmap v5178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:04.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:04.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:05.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:05.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:05 smithi088 ceph-mon[96111]: pgmap v5179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:05 smithi187 ceph-mon[111815]: pgmap v5179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:06.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:06.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:07.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:07.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:07 smithi088 ceph-mon[96111]: pgmap v5180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:07 smithi187 ceph-mon[111815]: pgmap v5180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:08.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:08.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:09.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:09.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:09 smithi088 ceph-mon[96111]: pgmap v5181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:09 smithi187 ceph-mon[111815]: pgmap v5181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:10.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:10.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:11.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:11.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:11 smithi088 ceph-mon[96111]: pgmap v5182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:11 smithi187 ceph-mon[111815]: pgmap v5182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:12.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:12.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:13.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:13.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:13 smithi088 ceph-mon[96111]: pgmap v5183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:13 smithi187 ceph-mon[111815]: pgmap v5183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:14.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:14.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:15.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:15.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:15 smithi088 ceph-mon[96111]: pgmap v5184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:09:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:15 smithi187 ceph-mon[111815]: pgmap v5184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:09:16.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:16.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:17.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:17.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:17 smithi088 ceph-mon[96111]: pgmap v5185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:17 smithi187 ceph-mon[111815]: pgmap v5185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:18.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:18.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:19.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:19.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:19 smithi088 ceph-mon[96111]: pgmap v5186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:19 smithi187 ceph-mon[111815]: pgmap v5186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:20.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:20.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:21.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:21.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:21 smithi187 ceph-mon[111815]: pgmap v5187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:21 smithi088 ceph-mon[96111]: pgmap v5187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:22.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:22.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:23.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:23.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:23 smithi088 ceph-mon[96111]: pgmap v5188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:23 smithi187 ceph-mon[111815]: pgmap v5188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:24.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:24.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:25.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:25.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:25 smithi088 ceph-mon[96111]: pgmap v5189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:25 smithi187 ceph-mon[111815]: pgmap v5189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:26.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:26.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:27.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:27.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:27 smithi088 ceph-mon[96111]: pgmap v5190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:27 smithi187 ceph-mon[111815]: pgmap v5190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:28.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:28.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:09:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:09:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:09:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:09:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:09:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:09:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:09:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:09:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:09:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:09:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:09:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:09:29.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:29.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:29 smithi088 ceph-mon[96111]: pgmap v5191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:29 smithi187 ceph-mon[111815]: pgmap v5191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:30.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:30.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:09:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:09:31.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:31.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:31 smithi187 ceph-mon[111815]: pgmap v5192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:31 smithi088 ceph-mon[96111]: pgmap v5192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:32.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:32.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:33.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:33.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:33 smithi088 ceph-mon[96111]: pgmap v5193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:33 smithi187 ceph-mon[111815]: pgmap v5193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:34.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:34.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:35.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:35.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:35 smithi088 ceph-mon[96111]: pgmap v5194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:35 smithi187 ceph-mon[111815]: pgmap v5194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:36.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:36.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:37.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:37.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:37 smithi187 ceph-mon[111815]: pgmap v5195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:37 smithi088 ceph-mon[96111]: pgmap v5195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:38.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:38.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:39.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:39.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:39 smithi187 ceph-mon[111815]: pgmap v5196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:39 smithi088 ceph-mon[96111]: pgmap v5196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:40.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:40.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:41.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:41.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:41 smithi187 ceph-mon[111815]: pgmap v5197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:41 smithi088 ceph-mon[96111]: pgmap v5197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:42.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:42.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:43.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:43.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:43 smithi187 ceph-mon[111815]: pgmap v5198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:43 smithi088 ceph-mon[96111]: pgmap v5198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:44.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:44.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:45.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:45.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:45 smithi187 ceph-mon[111815]: pgmap v5199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:09:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:45 smithi088 ceph-mon[96111]: pgmap v5199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:09:46.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:46.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:47.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:47.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:47 smithi187 ceph-mon[111815]: pgmap v5200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:47 smithi088 ceph-mon[96111]: pgmap v5200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:48.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:48.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:49.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:49.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:49 smithi187 ceph-mon[111815]: pgmap v5201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:49 smithi088 ceph-mon[96111]: pgmap v5201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:50.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:50.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:51.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:51.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:51 smithi187 ceph-mon[111815]: pgmap v5202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:51 smithi088 ceph-mon[96111]: pgmap v5202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:52.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:52.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:53.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:53.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:53 smithi187 ceph-mon[111815]: pgmap v5203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:53 smithi088 ceph-mon[96111]: pgmap v5203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:54.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:54.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:55.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:55.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:55 smithi187 ceph-mon[111815]: pgmap v5204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:55 smithi088 ceph-mon[96111]: pgmap v5204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:09:56.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:56.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:57.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:57.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:57 smithi187 ceph-mon[111815]: pgmap v5205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:57 smithi088 ceph-mon[96111]: pgmap v5205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:09:58.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:58.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:59.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:09:59.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:09:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:09:59 smithi187 ceph-mon[111815]: pgmap v5206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:09:59 smithi088 ceph-mon[96111]: pgmap v5206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:00.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:00.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T02:10:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:10:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T02:10:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:10:01.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:01.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:01 smithi187 ceph-mon[111815]: pgmap v5207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:01 smithi088 ceph-mon[96111]: pgmap v5207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:02.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:02.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:03.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:03.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:03 smithi088 ceph-mon[96111]: pgmap v5208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:03 smithi187 ceph-mon[111815]: pgmap v5208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:04.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:04.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:05.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:05.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:05.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:05 smithi187 ceph-mon[111815]: pgmap v5209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:05 smithi088 ceph-mon[96111]: pgmap v5209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:06.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:06.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:07.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:07.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:07 smithi187 ceph-mon[111815]: pgmap v5210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:07 smithi088 ceph-mon[96111]: pgmap v5210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:08.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:08.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:09.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:09.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:09 smithi187 ceph-mon[111815]: pgmap v5211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:09 smithi088 ceph-mon[96111]: pgmap v5211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:10.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:10.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:11.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:11.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:11 smithi187 ceph-mon[111815]: pgmap v5212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:11 smithi088 ceph-mon[96111]: pgmap v5212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:12.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:12.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:13.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:13.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:13 smithi088 ceph-mon[96111]: pgmap v5213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:13 smithi187 ceph-mon[111815]: pgmap v5213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:14.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:14.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:15.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:15.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:15 smithi187 ceph-mon[111815]: pgmap v5214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:10:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:15 smithi088 ceph-mon[96111]: pgmap v5214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:10:16.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:16.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:17.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:17.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:17 smithi187 ceph-mon[111815]: pgmap v5215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:17 smithi088 ceph-mon[96111]: pgmap v5215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:18.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:18.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:19.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:19.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:19 smithi187 ceph-mon[111815]: pgmap v5216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:19 smithi088 ceph-mon[96111]: pgmap v5216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:20.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:20.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:21.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:21.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:21 smithi187 ceph-mon[111815]: pgmap v5217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:21 smithi088 ceph-mon[96111]: pgmap v5217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:22.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:22.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:23.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:23.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:23 smithi187 ceph-mon[111815]: pgmap v5218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:23 smithi088 ceph-mon[96111]: pgmap v5218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:24.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:24.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:25.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:25.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:25 smithi187 ceph-mon[111815]: pgmap v5219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:25 smithi088 ceph-mon[96111]: pgmap v5219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:26.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:26.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:27.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:27.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:27 smithi187 ceph-mon[111815]: pgmap v5220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:27 smithi088 ceph-mon[96111]: pgmap v5220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:28.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:28.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:10:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:10:29.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:29.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:29 smithi088 ceph-mon[96111]: pgmap v5221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:10:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:10:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:10:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:10:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:10:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:10:30.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:10:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:29 smithi187 ceph-mon[111815]: pgmap v5221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:10:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:10:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:10:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:10:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:10:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:10:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:10:30.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:30.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:10:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:10:31.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:31.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:32.070 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:31 smithi187 ceph-mon[111815]: pgmap v5222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:31 smithi088 ceph-mon[96111]: pgmap v5222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:32.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:32.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:33.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:33.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:33 smithi088 ceph-mon[96111]: pgmap v5223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:33 smithi187 ceph-mon[111815]: pgmap v5223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:34.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:34.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:35.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:35.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:35 smithi088 ceph-mon[96111]: pgmap v5224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:35 smithi187 ceph-mon[111815]: pgmap v5224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:36.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:36.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:37.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:37.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:37 smithi088 ceph-mon[96111]: pgmap v5225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:37 smithi187 ceph-mon[111815]: pgmap v5225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:38.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:38.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:39.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:39.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:39 smithi088 ceph-mon[96111]: pgmap v5226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:39 smithi187 ceph-mon[111815]: pgmap v5226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:40.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:40.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:41.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:41.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:41 smithi088 ceph-mon[96111]: pgmap v5227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:42.175 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:41 smithi187 ceph-mon[111815]: pgmap v5227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:42.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:42.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:43.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:43.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:43 smithi088 ceph-mon[96111]: pgmap v5228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:43 smithi187 ceph-mon[111815]: pgmap v5228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:44.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:44.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:45.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:45.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:45 smithi088 ceph-mon[96111]: pgmap v5229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:10:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:45 smithi187 ceph-mon[111815]: pgmap v5229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:10:46.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:46.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:47.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:47.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:47 smithi187 ceph-mon[111815]: pgmap v5230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:47 smithi088 ceph-mon[96111]: pgmap v5230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:48.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:48.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:49.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:49.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:49 smithi187 ceph-mon[111815]: pgmap v5231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:49 smithi088 ceph-mon[96111]: pgmap v5231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:50.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:50.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:51 smithi187 ceph-mon[111815]: pgmap v5232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:51 smithi088 ceph-mon[96111]: pgmap v5232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:52.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:52.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:53.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:53.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:54.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:53 smithi187 ceph-mon[111815]: pgmap v5233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:53 smithi088 ceph-mon[96111]: pgmap v5233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:54.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:54.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:55.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:55.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:55 smithi187 ceph-mon[111815]: pgmap v5234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:55 smithi088 ceph-mon[96111]: pgmap v5234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:10:56.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:56.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:57.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:57.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:57 smithi187 ceph-mon[111815]: pgmap v5235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:57 smithi088 ceph-mon[96111]: pgmap v5235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:10:58.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:58.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:10:59.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:10:59.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:10:59 smithi187 ceph-mon[111815]: pgmap v5236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:10:59 smithi088 ceph-mon[96111]: pgmap v5236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:00.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:00.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:11:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:11:01.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:01.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:01 smithi187 ceph-mon[111815]: pgmap v5237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:01 smithi088 ceph-mon[96111]: pgmap v5237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:02.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:02.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:03.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:03.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:03 smithi187 ceph-mon[111815]: pgmap v5238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:03 smithi088 ceph-mon[96111]: pgmap v5238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:04.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:04.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:05.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:05.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:05 smithi187 ceph-mon[111815]: pgmap v5239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:05 smithi088 ceph-mon[96111]: pgmap v5239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:06.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:06.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:07.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:07.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:07 smithi187 ceph-mon[111815]: pgmap v5240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:07 smithi088 ceph-mon[96111]: pgmap v5240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:08.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:08.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:08 smithi187 ceph-mon[111815]: pgmap v5241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:08 smithi088 ceph-mon[96111]: pgmap v5241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:09.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:09.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:10.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:10.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:10 smithi187 ceph-mon[111815]: pgmap v5242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:10 smithi088 ceph-mon[96111]: pgmap v5242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:11.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:11.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:12.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:12.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:13.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:13.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:13 smithi088 ceph-mon[96111]: pgmap v5243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:13 smithi187 ceph-mon[111815]: pgmap v5243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:14.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:14.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:15.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:15.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:15 smithi088 ceph-mon[96111]: pgmap v5244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:11:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:15 smithi187 ceph-mon[111815]: pgmap v5244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:11:16.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:16.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:17.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:17.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:17 smithi088 ceph-mon[96111]: pgmap v5245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:17 smithi187 ceph-mon[111815]: pgmap v5245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:18.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:18.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:19.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:19.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:19 smithi088 ceph-mon[96111]: pgmap v5246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:19 smithi187 ceph-mon[111815]: pgmap v5246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:20.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:20.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:21 smithi088 ceph-mon[96111]: pgmap v5247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:21.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:21.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:21 smithi187 ceph-mon[111815]: pgmap v5247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:22.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:22.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:23 smithi088 ceph-mon[96111]: pgmap v5248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:23.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:23.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:23 smithi187 ceph-mon[111815]: pgmap v5248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:24.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:24.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:25 smithi088 ceph-mon[96111]: pgmap v5249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:25.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:25.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:25 smithi187 ceph-mon[111815]: pgmap v5249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:26.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:26.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:27 smithi088 ceph-mon[96111]: pgmap v5250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:27.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:27.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:27 smithi187 ceph-mon[111815]: pgmap v5250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:28.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:28.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:29 smithi088 ceph-mon[96111]: pgmap v5251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:11:29.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:29.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:29 smithi187 ceph-mon[111815]: pgmap v5251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:11:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:11:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:11:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:11:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:11:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:11:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:11:30.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:30.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:11:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:11:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:11:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:11:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:11:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:11:31.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:31.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:31 smithi088 ceph-mon[96111]: pgmap v5252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:31 smithi187 ceph-mon[111815]: pgmap v5252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:32.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:32.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:33.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:33.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:33 smithi088 ceph-mon[96111]: pgmap v5253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:33 smithi187 ceph-mon[111815]: pgmap v5253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:34.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:34.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:35.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:35.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:35 smithi088 ceph-mon[96111]: pgmap v5254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:35 smithi187 ceph-mon[111815]: pgmap v5254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:36.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:36.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:37.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:37.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:37 smithi088 ceph-mon[96111]: pgmap v5255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:37 smithi187 ceph-mon[111815]: pgmap v5255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:38.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:38.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:39.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:39.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:39 smithi088 ceph-mon[96111]: pgmap v5256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:39 smithi187 ceph-mon[111815]: pgmap v5256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:40.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:40.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:41.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:41.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:41 smithi088 ceph-mon[96111]: pgmap v5257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:41 smithi187 ceph-mon[111815]: pgmap v5257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:42.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:42.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:43.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:43.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:43 smithi088 ceph-mon[96111]: pgmap v5258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:43 smithi187 ceph-mon[111815]: pgmap v5258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:44.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:44.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:45.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:45.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:45 smithi088 ceph-mon[96111]: pgmap v5259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:11:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:45 smithi187 ceph-mon[111815]: pgmap v5259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:11:46.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:46.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:47.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:47.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:47 smithi088 ceph-mon[96111]: pgmap v5260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:47 smithi187 ceph-mon[111815]: pgmap v5260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:48.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:48.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:49.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:49.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:49 smithi088 ceph-mon[96111]: pgmap v5261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:49 smithi187 ceph-mon[111815]: pgmap v5261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:50.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:50.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:51.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:51.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:51 smithi088 ceph-mon[96111]: pgmap v5262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:51 smithi187 ceph-mon[111815]: pgmap v5262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:52.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:52.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:53.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:53.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:54.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:53 smithi088 ceph-mon[96111]: pgmap v5263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:53 smithi187 ceph-mon[111815]: pgmap v5263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:54.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:54.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:55.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:55.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:55 smithi088 ceph-mon[96111]: pgmap v5264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:55 smithi187 ceph-mon[111815]: pgmap v5264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:11:56.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:56.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:57.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:57.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:57 smithi088 ceph-mon[96111]: pgmap v5265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:57 smithi187 ceph-mon[111815]: pgmap v5265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:11:58.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:58.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:11:59.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:11:59.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:11:59 smithi088 ceph-mon[96111]: pgmap v5266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:11:59 smithi187 ceph-mon[111815]: pgmap v5266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:00.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:00.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:12:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:12:01.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:01.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:01 smithi088 ceph-mon[96111]: pgmap v5267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:01 smithi187 ceph-mon[111815]: pgmap v5267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:02.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:02.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:03.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:03.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:03 smithi088 ceph-mon[96111]: pgmap v5268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:03 smithi187 ceph-mon[111815]: pgmap v5268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:04.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:04.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:05.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:05.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:06.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:05 smithi088 ceph-mon[96111]: pgmap v5269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:05 smithi187 ceph-mon[111815]: pgmap v5269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:06.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:06.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:07.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:07.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:08.071 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:07 smithi187 ceph-mon[111815]: pgmap v5270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:07 smithi088 ceph-mon[96111]: pgmap v5270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:08.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:08.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:09.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:09.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:09 smithi088 ceph-mon[96111]: pgmap v5271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:09 smithi187 ceph-mon[111815]: pgmap v5271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:10.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:10.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:11.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:11.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:11 smithi088 ceph-mon[96111]: pgmap v5272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:11 smithi187 ceph-mon[111815]: pgmap v5272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:12.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:12.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:13.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:13.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:13 smithi088 ceph-mon[96111]: pgmap v5273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:13 smithi187 ceph-mon[111815]: pgmap v5273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:14.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:14.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:15.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:15.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:15 smithi187 ceph-mon[111815]: pgmap v5274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:12:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:15 smithi088 ceph-mon[96111]: pgmap v5274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:12:16.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:16.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:17.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:17.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:18.178 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:17 smithi187 ceph-mon[111815]: pgmap v5275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:17 smithi088 ceph-mon[96111]: pgmap v5275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:18.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:18.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:19.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:19.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:19 smithi088 ceph-mon[96111]: pgmap v5276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:19 smithi187 ceph-mon[111815]: pgmap v5276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:20.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:20.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:21.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:21.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:21 smithi187 ceph-mon[111815]: pgmap v5277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:21 smithi088 ceph-mon[96111]: pgmap v5277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:22.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:22.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:23.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:23.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:23 smithi187 ceph-mon[111815]: pgmap v5278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:23 smithi088 ceph-mon[96111]: pgmap v5278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:24.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:24.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:25.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:25.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:25 smithi187 ceph-mon[111815]: pgmap v5279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:25 smithi088 ceph-mon[96111]: pgmap v5279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:26.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:26.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:27.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:27.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:27 smithi187 ceph-mon[111815]: pgmap v5280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:27 smithi088 ceph-mon[96111]: pgmap v5280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:28.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:28.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:29.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:29.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:29 smithi187 ceph-mon[111815]: pgmap v5281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:12:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:29 smithi088 ceph-mon[96111]: pgmap v5281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:12:30.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:30.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:12:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:12:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:12:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:12:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:12:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:12:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:12:31.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:12:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:12:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:12:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:12:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:12:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:12:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:12:31.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:12:31.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:12:31.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:31.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:31 smithi187 ceph-mon[111815]: pgmap v5282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:31 smithi088 ceph-mon[96111]: pgmap v5282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:32.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:32.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:33.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:33.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:33 smithi187 ceph-mon[111815]: pgmap v5283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:33 smithi088 ceph-mon[96111]: pgmap v5283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:34.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:34.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:35.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:35.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:35 smithi187 ceph-mon[111815]: pgmap v5284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:35 smithi088 ceph-mon[96111]: pgmap v5284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:36.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:36.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:37.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:37.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:37 smithi187 ceph-mon[111815]: pgmap v5285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:37 smithi088 ceph-mon[96111]: pgmap v5285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:38.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:38.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:39.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:39.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:39 smithi187 ceph-mon[111815]: pgmap v5286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:39 smithi088 ceph-mon[96111]: pgmap v5286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:40.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:40.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:41.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:41.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:41 smithi187 ceph-mon[111815]: pgmap v5287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:41 smithi088 ceph-mon[96111]: pgmap v5287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:42.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:42.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:43.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:43.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:43 smithi187 ceph-mon[111815]: pgmap v5288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:43 smithi088 ceph-mon[96111]: pgmap v5288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:44.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:44.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:45.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:45.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:45 smithi187 ceph-mon[111815]: pgmap v5289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:12:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:45 smithi088 ceph-mon[96111]: pgmap v5289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:12:46.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:46.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:47.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:47.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:47 smithi187 ceph-mon[111815]: pgmap v5290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:47 smithi088 ceph-mon[96111]: pgmap v5290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:48.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:48.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:48 smithi187 ceph-mon[111815]: pgmap v5291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:48 smithi088 ceph-mon[96111]: pgmap v5291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:49.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:49.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:50.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:50.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:50 smithi088 ceph-mon[96111]: pgmap v5292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:50 smithi187 ceph-mon[111815]: pgmap v5292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:51.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:51.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:52.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:52.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:53 smithi088 ceph-mon[96111]: pgmap v5293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:53 smithi187 ceph-mon[111815]: pgmap v5293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:53.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:53.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:54.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:54.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:55 smithi088 ceph-mon[96111]: pgmap v5294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:55 smithi187 ceph-mon[111815]: pgmap v5294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:55.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:55.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:56.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:56.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:57 smithi088 ceph-mon[96111]: pgmap v5295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:57 smithi187 ceph-mon[111815]: pgmap v5295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:12:57.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:57.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:58.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:58.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:12:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:12:59 smithi088 ceph-mon[96111]: pgmap v5296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:12:59 smithi187 ceph-mon[111815]: pgmap v5296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:12:59.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:12:59.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:13:00.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:00.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:01 smithi088 ceph-mon[96111]: pgmap v5297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:01 smithi187 ceph-mon[111815]: pgmap v5297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:01.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:01.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:02.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:02.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:03 smithi088 ceph-mon[96111]: pgmap v5298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:03 smithi187 ceph-mon[111815]: pgmap v5298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:03.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:03.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:04.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:04.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:05 smithi088 ceph-mon[96111]: pgmap v5299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:05 smithi187 ceph-mon[111815]: pgmap v5299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:05.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:05.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:06.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:06.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:07 smithi088 ceph-mon[96111]: pgmap v5300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:07 smithi187 ceph-mon[111815]: pgmap v5300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:07.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:07.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:09.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:09.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:09 smithi088 ceph-mon[96111]: pgmap v5301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:09 smithi187 ceph-mon[111815]: pgmap v5301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:10.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:10.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:11.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:11.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:11 smithi088 ceph-mon[96111]: pgmap v5302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:11 smithi187 ceph-mon[111815]: pgmap v5302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:12.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:12.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:13.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:13.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:13.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:13 smithi088 ceph-mon[96111]: pgmap v5303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:13.966 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:13 smithi187 ceph-mon[111815]: pgmap v5303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:14.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:14.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:15.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:15.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:15 smithi088 ceph-mon[96111]: pgmap v5304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:13:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:15 smithi187 ceph-mon[111815]: pgmap v5304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:13:16.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:16.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:17.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:17.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:17 smithi088 ceph-mon[96111]: pgmap v5305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:17 smithi187 ceph-mon[111815]: pgmap v5305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:18.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:18.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:19.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:19.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:19 smithi088 ceph-mon[96111]: pgmap v5306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:19.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:19 smithi187 ceph-mon[111815]: pgmap v5306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:20.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:20.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:21.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:21.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:21.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:21 smithi088 ceph-mon[96111]: pgmap v5307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:21 smithi187 ceph-mon[111815]: pgmap v5307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:22.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:22.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:23.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:23.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:23.862 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:23 smithi187 ceph-mon[111815]: pgmap v5308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:24.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:24.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:23 smithi088 ceph-mon[96111]: pgmap v5308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:25.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:25.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:25 smithi088 ceph-mon[96111]: pgmap v5309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:25 smithi187 ceph-mon[111815]: pgmap v5309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:26.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:26.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:27.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:27.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:27 smithi187 ceph-mon[111815]: pgmap v5310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:28.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:28.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:27 smithi088 ceph-mon[96111]: pgmap v5310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:29.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:29.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:29 smithi187 ceph-mon[111815]: pgmap v5311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:30.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:30.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:29 smithi088 ceph-mon[96111]: pgmap v5311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:13:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:13:31.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:31.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:31 smithi187 ceph-mon[111815]: pgmap v5312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:13:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:13:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:13:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:13:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:13:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:13:32.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:32.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:31 smithi088 ceph-mon[96111]: pgmap v5312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:13:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:13:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:13:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:13:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:13:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:13:33.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:33.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:33 smithi187 ceph-mon[111815]: pgmap v5313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:34.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:34.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:33 smithi088 ceph-mon[96111]: pgmap v5313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:35.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:35.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:35 smithi088 ceph-mon[96111]: pgmap v5314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:35.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:35 smithi187 ceph-mon[111815]: pgmap v5314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:36.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:36.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:37.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:37.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:37 smithi187 ceph-mon[111815]: pgmap v5315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:38.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:38.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:38.080 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:37 smithi088 ceph-mon[96111]: pgmap v5315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:39.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:39.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:39 smithi187 ceph-mon[111815]: pgmap v5316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:40.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:40.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:39 smithi088 ceph-mon[96111]: pgmap v5316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:41.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:41.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:41 smithi187 ceph-mon[111815]: pgmap v5317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:42.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:42.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:41 smithi088 ceph-mon[96111]: pgmap v5317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:43.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:43.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:43 smithi187 ceph-mon[111815]: pgmap v5318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:44.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:44.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:43 smithi088 ceph-mon[96111]: pgmap v5318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:45.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:45.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:45 smithi088 ceph-mon[96111]: pgmap v5319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:13:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:45 smithi187 ceph-mon[111815]: pgmap v5319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:13:46.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:46.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:47.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:47.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:47 smithi187 ceph-mon[111815]: pgmap v5320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:48.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:48.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:47 smithi088 ceph-mon[96111]: pgmap v5320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:49.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:49.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:49 smithi187 ceph-mon[111815]: pgmap v5321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:50.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:50.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:49 smithi088 ceph-mon[96111]: pgmap v5321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:51.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:51.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:51 smithi187 ceph-mon[111815]: pgmap v5322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:52.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:52.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:52.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:51 smithi088 ceph-mon[96111]: pgmap v5322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:53.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:53.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:53 smithi187 ceph-mon[111815]: pgmap v5323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:53 smithi088 ceph-mon[96111]: pgmap v5323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:54.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:54.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:55.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:55.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:55 smithi187 ceph-mon[111815]: pgmap v5324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:56.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:55 smithi088 ceph-mon[96111]: pgmap v5324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:13:56.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:56.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:57 smithi187 ceph-mon[111815]: pgmap v5325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:58.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:57 smithi088 ceph-mon[96111]: pgmap v5325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:13:58.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:58.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:59.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:13:59.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:13:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:13:59 smithi187 ceph-mon[111815]: pgmap v5326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:13:59 smithi088 ceph-mon[96111]: pgmap v5326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:00.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:00.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:14:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:14:01.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:01.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:01 smithi187 ceph-mon[111815]: pgmap v5327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:02.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:01 smithi088 ceph-mon[96111]: pgmap v5327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:02.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:02.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:03.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:03.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:03 smithi187 ceph-mon[111815]: pgmap v5328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:03 smithi088 ceph-mon[96111]: pgmap v5328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:04.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:04.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:05.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:05.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:05 smithi187 ceph-mon[111815]: pgmap v5329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:06.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:05 smithi088 ceph-mon[96111]: pgmap v5329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:06.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:06.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:07.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:07.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:07 smithi187 ceph-mon[111815]: pgmap v5330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:07 smithi088 ceph-mon[96111]: pgmap v5330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:08.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:08.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:09.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:09.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:09.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:09 smithi187 ceph-mon[111815]: pgmap v5331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:09 smithi088 ceph-mon[96111]: pgmap v5331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:10.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:10.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:11.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:11.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:11.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:11 smithi187 ceph-mon[111815]: pgmap v5332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:12.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:11 smithi088 ceph-mon[96111]: pgmap v5332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:12.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:12.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:13.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:13.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:13 smithi187 ceph-mon[111815]: pgmap v5333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:13 smithi088 ceph-mon[96111]: pgmap v5333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:14.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:14.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:15.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:15.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:15.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:15 smithi187 ceph-mon[111815]: pgmap v5334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:15.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:14:16.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:15 smithi088 ceph-mon[96111]: pgmap v5334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:16.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:14:16.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:16.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:17.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:17.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:17 smithi187 ceph-mon[111815]: pgmap v5335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:18.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:17 smithi088 ceph-mon[96111]: pgmap v5335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:18.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:18.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:19.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:19.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:19 smithi187 ceph-mon[111815]: pgmap v5336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:19 smithi088 ceph-mon[96111]: pgmap v5336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:20.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:20.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:21.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:21.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:21.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:21 smithi187 ceph-mon[111815]: pgmap v5337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:21 smithi088 ceph-mon[96111]: pgmap v5337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:22.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:22.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:23.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:23.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:23 smithi187 ceph-mon[111815]: pgmap v5338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:24.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:23 smithi088 ceph-mon[96111]: pgmap v5338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:24.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:24.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:25.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:25.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:25.947 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:25 smithi088 ceph-mon[96111]: pgmap v5339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:25 smithi187 ceph-mon[111815]: pgmap v5339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:26.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:26.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:27.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:27.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:27 smithi187 ceph-mon[111815]: pgmap v5340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:27 smithi088 ceph-mon[96111]: pgmap v5340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:28.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:28.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:29.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:29.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:29 smithi187 ceph-mon[111815]: pgmap v5341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:29 smithi088 ceph-mon[96111]: pgmap v5341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:30.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:30.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:14:30.998 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:14:31.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:31.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:31 smithi187 ceph-mon[111815]: pgmap v5342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:14:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:14:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:14:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:14:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:14:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:14:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:31 smithi088 ceph-mon[96111]: pgmap v5342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:14:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:14:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:14:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:14:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:14:32.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:14:32.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:32.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:33.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:33.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:33.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:33 smithi187 ceph-mon[111815]: pgmap v5343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:33 smithi088 ceph-mon[96111]: pgmap v5343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:34.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:34.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:35.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:35.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:35 smithi187 ceph-mon[111815]: pgmap v5344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:36.046 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:35 smithi088 ceph-mon[96111]: pgmap v5344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:36.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:36.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:37.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:37.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:37 smithi088 ceph-mon[96111]: pgmap v5345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:38.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:38.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:38.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:37 smithi187 ceph-mon[111815]: pgmap v5345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:39.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:39.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:39 smithi187 ceph-mon[111815]: pgmap v5346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:39 smithi088 ceph-mon[96111]: pgmap v5346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:40.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:40.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:41.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:41.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:41 smithi088 ceph-mon[96111]: pgmap v5347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:42.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:42.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:42.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:41 smithi187 ceph-mon[111815]: pgmap v5347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:43.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:43.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:43 smithi088 ceph-mon[96111]: pgmap v5348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:44.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:44.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:43 smithi187 ceph-mon[111815]: pgmap v5348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:45.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:45.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:46.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:45 smithi088 ceph-mon[96111]: pgmap v5349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:46.078 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:14:46.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:46.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:45 smithi187 ceph-mon[111815]: pgmap v5349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:14:47.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:47.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:47 smithi088 ceph-mon[96111]: pgmap v5350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:48.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:48.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:47 smithi187 ceph-mon[111815]: pgmap v5350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:49.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:49.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:49 smithi088 ceph-mon[96111]: pgmap v5351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:50.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:50.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:49 smithi187 ceph-mon[111815]: pgmap v5351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:51.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:51.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:51 smithi088 ceph-mon[96111]: pgmap v5352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:52.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:52.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:51 smithi187 ceph-mon[111815]: pgmap v5352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:53.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:53.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:53 smithi088 ceph-mon[96111]: pgmap v5353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:54.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:54.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:53 smithi187 ceph-mon[111815]: pgmap v5353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:55.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:55.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:55 smithi088 ceph-mon[96111]: pgmap v5354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:56.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:56.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:56.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:55 smithi187 ceph-mon[111815]: pgmap v5354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:14:57.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:57.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:58.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:57 smithi088 ceph-mon[96111]: pgmap v5355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:58.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:58.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:14:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:57 smithi187 ceph-mon[111815]: pgmap v5355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:14:59.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:14:59.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:14:59 smithi088 ceph-mon[96111]: pgmap v5356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:00.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:00.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:14:59 smithi187 ceph-mon[111815]: pgmap v5356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:15:01.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:01.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:15:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:01 smithi088 ceph-mon[96111]: pgmap v5357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:02.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:02.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:01 smithi187 ceph-mon[111815]: pgmap v5357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:03.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:03.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:04.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:03 smithi088 ceph-mon[96111]: pgmap v5358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:04.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:04.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:03 smithi187 ceph-mon[111815]: pgmap v5358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:05.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:05.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:05 smithi088 ceph-mon[96111]: pgmap v5359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:06.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:06.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:05 smithi187 ceph-mon[111815]: pgmap v5359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:07.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:07.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:07 smithi088 ceph-mon[96111]: pgmap v5360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:08.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:08.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:07 smithi187 ceph-mon[111815]: pgmap v5360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:09.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:09.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:09 smithi088 ceph-mon[96111]: pgmap v5361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:10.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:10.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:09 smithi187 ceph-mon[111815]: pgmap v5361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:11.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:11.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:11 smithi088 ceph-mon[96111]: pgmap v5362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:12.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:12.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:11 smithi187 ceph-mon[111815]: pgmap v5362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:13.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:13.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:13 smithi088 ceph-mon[96111]: pgmap v5363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:14.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:14.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:13 smithi187 ceph-mon[111815]: pgmap v5363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:15.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:15.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:15 smithi088 ceph-mon[96111]: pgmap v5364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:15:16.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:16.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:15 smithi187 ceph-mon[111815]: pgmap v5364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:15:17.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:17.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:17 smithi088 ceph-mon[96111]: pgmap v5365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:17 smithi187 ceph-mon[111815]: pgmap v5365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:18.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:18.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:19.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:19.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:20.070 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:19 smithi187 ceph-mon[111815]: pgmap v5366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:19 smithi088 ceph-mon[96111]: pgmap v5366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:20.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:20.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:21.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:21.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:22.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:21 smithi088 ceph-mon[96111]: pgmap v5367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:21 smithi187 ceph-mon[111815]: pgmap v5367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:22.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:22.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:23.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:23.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:23 smithi088 ceph-mon[96111]: pgmap v5368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:23 smithi187 ceph-mon[111815]: pgmap v5368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:24.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:24.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:25.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:25.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:25 smithi088 ceph-mon[96111]: pgmap v5369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:26.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:25 smithi187 ceph-mon[111815]: pgmap v5369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:26.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:26.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:27.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:27.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:27 smithi088 ceph-mon[96111]: pgmap v5370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:27 smithi187 ceph-mon[111815]: pgmap v5370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:28.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:28.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:29.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:29.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:29 smithi088 ceph-mon[96111]: pgmap v5371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:30.175 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:29 smithi187 ceph-mon[111815]: pgmap v5371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:30.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:30.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:15:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:15:31.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:31.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:31 smithi088 ceph-mon[96111]: pgmap v5372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:15:32.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:31 smithi187 ceph-mon[111815]: pgmap v5372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:32.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:15:32.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:32.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:15:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:15:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:15:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:15:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:15:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:15:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:15:33.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:15:33.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:15:33.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:15:33.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:33.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:33 smithi088 ceph-mon[96111]: pgmap v5373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:33 smithi187 ceph-mon[111815]: pgmap v5373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:34.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:34.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:35.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:35.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:35 smithi088 ceph-mon[96111]: pgmap v5374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:35 smithi187 ceph-mon[111815]: pgmap v5374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:36.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:36.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:37.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:37.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:37 smithi187 ceph-mon[111815]: pgmap v5375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:38.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:38.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:37 smithi088 ceph-mon[96111]: pgmap v5375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:39.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:39.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:39 smithi187 ceph-mon[111815]: pgmap v5376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:40.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:40.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:39 smithi088 ceph-mon[96111]: pgmap v5376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:41.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:41.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:42.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:41 smithi088 ceph-mon[96111]: pgmap v5377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:41 smithi187 ceph-mon[111815]: pgmap v5377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:42.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:42.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:43.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:43.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:43 smithi187 ceph-mon[111815]: pgmap v5378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:44.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:44.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:43 smithi088 ceph-mon[96111]: pgmap v5378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:45.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:45.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:45 smithi187 ceph-mon[111815]: pgmap v5379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:15:46.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:46.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:45 smithi088 ceph-mon[96111]: pgmap v5379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:15:47.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:47.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:47 smithi187 ceph-mon[111815]: pgmap v5380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:48.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:48.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:47 smithi088 ceph-mon[96111]: pgmap v5380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:49.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:49.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:49 smithi187 ceph-mon[111815]: pgmap v5381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:50.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:50.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:49 smithi088 ceph-mon[96111]: pgmap v5381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:51.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:51.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:51 smithi088 ceph-mon[96111]: pgmap v5382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:51 smithi187 ceph-mon[111815]: pgmap v5382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:52.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:52.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:53.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:53.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:53 smithi187 ceph-mon[111815]: pgmap v5383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:54.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:54.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:53 smithi088 ceph-mon[96111]: pgmap v5383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:55.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:55.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:55 smithi187 ceph-mon[111815]: pgmap v5384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:56.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:56.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:56.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:55 smithi088 ceph-mon[96111]: pgmap v5384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:15:57.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:57.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:57 smithi187 ceph-mon[111815]: pgmap v5385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:58.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:58.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:15:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:57 smithi088 ceph-mon[96111]: pgmap v5385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:15:59.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:15:59.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:00.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:15:59 smithi187 ceph-mon[111815]: pgmap v5386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:00.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:00.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:15:59 smithi088 ceph-mon[96111]: pgmap v5386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:01.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:16:01.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:01.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:16:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:01 smithi187 ceph-mon[111815]: pgmap v5387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:02.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:02.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:01 smithi088 ceph-mon[96111]: pgmap v5387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:03.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:03.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:03 smithi187 ceph-mon[111815]: pgmap v5388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:04.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:04.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:03 smithi088 ceph-mon[96111]: pgmap v5388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:05.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:05.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:05 smithi187 ceph-mon[111815]: pgmap v5389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:06.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:06.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:05 smithi088 ceph-mon[96111]: pgmap v5389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:07.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:07.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:07 smithi187 ceph-mon[111815]: pgmap v5390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:08.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:08.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:07 smithi088 ceph-mon[96111]: pgmap v5390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:09.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:09.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:09 smithi187 ceph-mon[111815]: pgmap v5391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:10.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:10.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:09 smithi088 ceph-mon[96111]: pgmap v5391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:11.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:11.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:11 smithi187 ceph-mon[111815]: pgmap v5392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:12.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:12.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:11 smithi088 ceph-mon[96111]: pgmap v5392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:13.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:13.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:13 smithi187 ceph-mon[111815]: pgmap v5393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:14.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:14.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:13 smithi088 ceph-mon[96111]: pgmap v5393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:15.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:15.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:15 smithi187 ceph-mon[111815]: pgmap v5394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:16:16.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:16.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:15 smithi088 ceph-mon[96111]: pgmap v5394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:16:17.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:17.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:17 smithi187 ceph-mon[111815]: pgmap v5395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:18.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:18.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:18.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:17 smithi088 ceph-mon[96111]: pgmap v5395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:19.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:19.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:19 smithi187 ceph-mon[111815]: pgmap v5396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:20.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:20.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:20.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:19 smithi088 ceph-mon[96111]: pgmap v5396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:21.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:21.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:21 smithi187 ceph-mon[111815]: pgmap v5397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:22.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:22.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:21 smithi088 ceph-mon[96111]: pgmap v5397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:23.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:23.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:23 smithi187 ceph-mon[111815]: pgmap v5398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:24.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:24.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:23 smithi088 ceph-mon[96111]: pgmap v5398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:25.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:25.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:25 smithi187 ceph-mon[111815]: pgmap v5399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:26.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:26.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:25 smithi088 ceph-mon[96111]: pgmap v5399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:27.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:27.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:27 smithi187 ceph-mon[111815]: pgmap v5400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:27 smithi088 ceph-mon[96111]: pgmap v5400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:28.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:28.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:29.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:29.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:29 smithi187 ceph-mon[111815]: pgmap v5401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:29 smithi088 ceph-mon[96111]: pgmap v5401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:30.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:30.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:16:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:16:31.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:31.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:32.177 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:31 smithi088 ceph-mon[96111]: pgmap v5402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:31 smithi187 ceph-mon[111815]: pgmap v5402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:32.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:32.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:16:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:16:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:16:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:16:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:16:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:16:33.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:16:33.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:16:33.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:16:33.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:16:33.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:16:33.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:16:33.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:33.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:33 smithi187 ceph-mon[111815]: pgmap v5403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:33 smithi088 ceph-mon[96111]: pgmap v5403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:34.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:34.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:34 smithi088 ceph-mon[96111]: pgmap v5404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:34 smithi187 ceph-mon[111815]: pgmap v5404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:35.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:35.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:36.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:36.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:37.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:37 smithi088 ceph-mon[96111]: pgmap v5405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:37.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:37.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:37 smithi187 ceph-mon[111815]: pgmap v5405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:38.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:38.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:39.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:39.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:39 smithi187 ceph-mon[111815]: pgmap v5406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:39 smithi088 ceph-mon[96111]: pgmap v5406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:40.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:40.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:41.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:41.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:41.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:41 smithi187 ceph-mon[111815]: pgmap v5407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:41 smithi088 ceph-mon[96111]: pgmap v5407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:42.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:42.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:43.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:43.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:43 smithi187 ceph-mon[111815]: pgmap v5408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:44.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:43 smithi088 ceph-mon[96111]: pgmap v5408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:44.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:44.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:45.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:45.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:45 smithi187 ceph-mon[111815]: pgmap v5409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:16:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:45 smithi088 ceph-mon[96111]: pgmap v5409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:16:46.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:46.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:47.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:47.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:47 smithi187 ceph-mon[111815]: pgmap v5410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:47 smithi088 ceph-mon[96111]: pgmap v5410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:48.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:48.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:49.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:49.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:49.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:49 smithi187 ceph-mon[111815]: pgmap v5411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:49 smithi088 ceph-mon[96111]: pgmap v5411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:50.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:50.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:51.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:51.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:51 smithi187 ceph-mon[111815]: pgmap v5412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:52.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:51 smithi088 ceph-mon[96111]: pgmap v5412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:52.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:52.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:53.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:53.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:53 smithi187 ceph-mon[111815]: pgmap v5413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:54.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:53 smithi088 ceph-mon[96111]: pgmap v5413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:54.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:54.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:55.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:55.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:55 smithi187 ceph-mon[111815]: pgmap v5414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:55 smithi088 ceph-mon[96111]: pgmap v5414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:16:56.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:56.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:57.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:57.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:57 smithi088 ceph-mon[96111]: pgmap v5415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:57 smithi187 ceph-mon[111815]: pgmap v5415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:16:58.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:58.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:59.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:16:59.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:16:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:16:59 smithi187 ceph-mon[111815]: pgmap v5416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:00.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:16:59 smithi088 ceph-mon[96111]: pgmap v5416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:00.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:00.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:17:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:17:01.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:01.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:01 smithi187 ceph-mon[111815]: pgmap v5417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:01 smithi088 ceph-mon[96111]: pgmap v5417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:02.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:02.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:03.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:03.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:03 smithi187 ceph-mon[111815]: pgmap v5418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:03 smithi088 ceph-mon[96111]: pgmap v5418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:04.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:04.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:05.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:05.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:05 smithi187 ceph-mon[111815]: pgmap v5419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:05 smithi088 ceph-mon[96111]: pgmap v5419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:06.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:06.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:07.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:07.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:07 smithi088 ceph-mon[96111]: pgmap v5420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:07 smithi187 ceph-mon[111815]: pgmap v5420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:08.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:08.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:09.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:09.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:09 smithi187 ceph-mon[111815]: pgmap v5421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:09 smithi088 ceph-mon[96111]: pgmap v5421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:10.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:10.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:11.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:11.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:11.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:11 smithi187 ceph-mon[111815]: pgmap v5422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:12.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:11 smithi088 ceph-mon[96111]: pgmap v5422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:12.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:12.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:13.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:13.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:13 smithi187 ceph-mon[111815]: pgmap v5423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:13 smithi088 ceph-mon[96111]: pgmap v5423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:14.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:14.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:15.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:15.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:15 smithi187 ceph-mon[111815]: pgmap v5424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:17:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:15 smithi088 ceph-mon[96111]: pgmap v5424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:17:16.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:16.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:17.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:17.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:17 smithi187 ceph-mon[111815]: pgmap v5425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:17 smithi088 ceph-mon[96111]: pgmap v5425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:18.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:18.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:19.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:19.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:19.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:19 smithi187 ceph-mon[111815]: pgmap v5426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:19 smithi088 ceph-mon[96111]: pgmap v5426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:20.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:20.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:21.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:21.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:21.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:21 smithi187 ceph-mon[111815]: pgmap v5427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:21 smithi088 ceph-mon[96111]: pgmap v5427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:22.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:22.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:23.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:23.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:23 smithi187 ceph-mon[111815]: pgmap v5428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:23 smithi088 ceph-mon[96111]: pgmap v5428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:24.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:24.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:25.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:25.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:25.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:25 smithi187 ceph-mon[111815]: pgmap v5429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:25 smithi088 ceph-mon[96111]: pgmap v5429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:26.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:26.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:27.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:27.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:27 smithi187 ceph-mon[111815]: pgmap v5430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:28.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:27 smithi088 ceph-mon[96111]: pgmap v5430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:28.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:28.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:29.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:29.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:29 smithi187 ceph-mon[111815]: pgmap v5431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:29 smithi088 ceph-mon[96111]: pgmap v5431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:30.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:30.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:17:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:17:31.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:31.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:31 smithi187 ceph-mon[111815]: pgmap v5432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:31 smithi088 ceph-mon[96111]: pgmap v5432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:32.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:32.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:33.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:33.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:33 smithi187 ceph-mon[111815]: pgmap v5433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:17:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:33 smithi088 ceph-mon[96111]: pgmap v5433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:17:34.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:34.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:35.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:35.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:35 smithi187 ceph-mon[111815]: pgmap v5434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:17:35.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:17:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:35 smithi088 ceph-mon[96111]: pgmap v5434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:36.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:17:36.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:17:36.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:36.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:17:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:17:36.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:17:36.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:17:36.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:17:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:17:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:17:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:17:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:17:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:17:37.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:37.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:37 smithi187 ceph-mon[111815]: pgmap v5435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:38.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:37 smithi088 ceph-mon[96111]: pgmap v5435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:38.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:38.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:39.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:39.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:39 smithi187 ceph-mon[111815]: pgmap v5436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:39 smithi088 ceph-mon[96111]: pgmap v5436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:40.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:40.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:41.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:41.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:41 smithi187 ceph-mon[111815]: pgmap v5437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:41 smithi088 ceph-mon[96111]: pgmap v5437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:42.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:42.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:43.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:43.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:43.936 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:43 smithi088 ceph-mon[96111]: pgmap v5438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:43 smithi187 ceph-mon[111815]: pgmap v5438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:44.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:44.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:45.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:45.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:45 smithi187 ceph-mon[111815]: pgmap v5439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:17:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:45 smithi088 ceph-mon[96111]: pgmap v5439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:17:46.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:46.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:47.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:47.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:47 smithi187 ceph-mon[111815]: pgmap v5440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:47 smithi088 ceph-mon[96111]: pgmap v5440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:48.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:48.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:49.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:49.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:49.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:49 smithi187 ceph-mon[111815]: pgmap v5441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:49 smithi088 ceph-mon[96111]: pgmap v5441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:50.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:50.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:51.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:51.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:51 smithi187 ceph-mon[111815]: pgmap v5442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:51 smithi088 ceph-mon[96111]: pgmap v5442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:52.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:52.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:53.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:53.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:53 smithi187 ceph-mon[111815]: pgmap v5443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:53 smithi088 ceph-mon[96111]: pgmap v5443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:54.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:54.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:55.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:55.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:55 smithi187 ceph-mon[111815]: pgmap v5444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:55 smithi088 ceph-mon[96111]: pgmap v5444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:17:56.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:56.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:57.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:57.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:57 smithi187 ceph-mon[111815]: pgmap v5445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:58.015 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:57 smithi088 ceph-mon[96111]: pgmap v5445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:17:58.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:58.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:17:59.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:17:59.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:00.078 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:17:59 smithi088 ceph-mon[96111]: pgmap v5446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:17:59 smithi187 ceph-mon[111815]: pgmap v5446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:00.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:00.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:18:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:18:01.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:01.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:01 smithi088 ceph-mon[96111]: pgmap v5447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:01 smithi187 ceph-mon[111815]: pgmap v5447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:02.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:02.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:03.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:03.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:03 smithi088 ceph-mon[96111]: pgmap v5448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:03 smithi187 ceph-mon[111815]: pgmap v5448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:04.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:04.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:05.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:05.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:05 smithi088 ceph-mon[96111]: pgmap v5449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:05 smithi187 ceph-mon[111815]: pgmap v5449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:06.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:06.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:07.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:07.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:07 smithi088 ceph-mon[96111]: pgmap v5450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:07 smithi187 ceph-mon[111815]: pgmap v5450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:08.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:08.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:09.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:09.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:09 smithi088 ceph-mon[96111]: pgmap v5451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:09 smithi187 ceph-mon[111815]: pgmap v5451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:10.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:10.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:11.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:11.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:11 smithi088 ceph-mon[96111]: pgmap v5452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:11 smithi187 ceph-mon[111815]: pgmap v5452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:12.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:12.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:13.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:13.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:13 smithi088 ceph-mon[96111]: pgmap v5453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:13 smithi187 ceph-mon[111815]: pgmap v5453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:14.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:14.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:15.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:15.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:15 smithi088 ceph-mon[96111]: pgmap v5454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:18:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:15 smithi187 ceph-mon[111815]: pgmap v5454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:18:16.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:16.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:17.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:17.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:17 smithi088 ceph-mon[96111]: pgmap v5455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:17 smithi187 ceph-mon[111815]: pgmap v5455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:18.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:18.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:19.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:19.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:19 smithi088 ceph-mon[96111]: pgmap v5456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:19 smithi187 ceph-mon[111815]: pgmap v5456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:20.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:20.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:21.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:21.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:21 smithi088 ceph-mon[96111]: pgmap v5457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:21 smithi187 ceph-mon[111815]: pgmap v5457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:22.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:22.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:23.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:23.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:24.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:23 smithi088 ceph-mon[96111]: pgmap v5458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:23 smithi187 ceph-mon[111815]: pgmap v5458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:24.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:24.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:25.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:25.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:25 smithi088 ceph-mon[96111]: pgmap v5459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:26.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:25 smithi187 ceph-mon[111815]: pgmap v5459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:26.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:26.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:27.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:27.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:27 smithi088 ceph-mon[96111]: pgmap v5460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:27 smithi187 ceph-mon[111815]: pgmap v5460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:28.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:28.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:29.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:29.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:29 smithi088 ceph-mon[96111]: pgmap v5461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:29 smithi187 ceph-mon[111815]: pgmap v5461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:30.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:30.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:18:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:18:31.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:31.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:31 smithi088 ceph-mon[96111]: pgmap v5462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:32.078 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:31 smithi187 ceph-mon[111815]: pgmap v5462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:32.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:32.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:33.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:33.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:33 smithi088 ceph-mon[96111]: pgmap v5463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:33 smithi187 ceph-mon[111815]: pgmap v5463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:34.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:34.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:35.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:35.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:36.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:35 smithi088 ceph-mon[96111]: pgmap v5464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:35 smithi187 ceph-mon[111815]: pgmap v5464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:36.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:36.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:18:37.128 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:18:37.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:37.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:37 smithi088 ceph-mon[96111]: pgmap v5465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:37 smithi187 ceph-mon[111815]: pgmap v5465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:38.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:38.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:39.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:39.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:39 smithi088 ceph-mon[96111]: pgmap v5466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:39 smithi187 ceph-mon[111815]: pgmap v5466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:40.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:40.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:41.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:41.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:42.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:41 smithi088 ceph-mon[96111]: pgmap v5467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:42.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:18:42.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:18:42.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:18:42.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:18:42.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:18:42.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:18:42.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:18:42.180 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:41 smithi187 ceph-mon[111815]: pgmap v5467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:42.181 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:18:42.181 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:18:42.181 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:18:42.181 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:18:42.182 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:18:42.182 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:18:42.182 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:18:42.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:42.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:43.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:43.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:43 smithi088 ceph-mon[96111]: pgmap v5468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:43 smithi187 ceph-mon[111815]: pgmap v5468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:44.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:44.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:45.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:45.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:45 smithi088 ceph-mon[96111]: pgmap v5469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:18:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:45 smithi187 ceph-mon[111815]: pgmap v5469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:18:46.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:46.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:47.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:47.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:47 smithi088 ceph-mon[96111]: pgmap v5470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:47 smithi187 ceph-mon[111815]: pgmap v5470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:48.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:48.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:49.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:49.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:49 smithi088 ceph-mon[96111]: pgmap v5471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:50.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:49 smithi187 ceph-mon[111815]: pgmap v5471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:50.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:50.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:51.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:51.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:51 smithi088 ceph-mon[96111]: pgmap v5472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:51 smithi187 ceph-mon[111815]: pgmap v5472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:52.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:52.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:53.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:53.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:53 smithi088 ceph-mon[96111]: pgmap v5473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:53 smithi187 ceph-mon[111815]: pgmap v5473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:54.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:54.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:55.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:55.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:55 smithi088 ceph-mon[96111]: pgmap v5474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:55 smithi187 ceph-mon[111815]: pgmap v5474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:18:56.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:56.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:57.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:57.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:57 smithi088 ceph-mon[96111]: pgmap v5475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:57 smithi187 ceph-mon[111815]: pgmap v5475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:18:58.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:58.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:18:59.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:18:59.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:18:59 smithi088 ceph-mon[96111]: pgmap v5476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:18:59 smithi187 ceph-mon[111815]: pgmap v5476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:00.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:00.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:19:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:19:01.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:01.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:01 smithi088 ceph-mon[96111]: pgmap v5477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:01 smithi187 ceph-mon[111815]: pgmap v5477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:02.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:02.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:03.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:03.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:03 smithi088 ceph-mon[96111]: pgmap v5478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:03 smithi187 ceph-mon[111815]: pgmap v5478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:04.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:04.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:05.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:05.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:06.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:05 smithi088 ceph-mon[96111]: pgmap v5479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:06.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:05 smithi187 ceph-mon[111815]: pgmap v5479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:06.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:06.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:07.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:07.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:07 smithi088 ceph-mon[96111]: pgmap v5480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:07 smithi187 ceph-mon[111815]: pgmap v5480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:08.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:08.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:09.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:09.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:09 smithi088 ceph-mon[96111]: pgmap v5481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:09 smithi187 ceph-mon[111815]: pgmap v5481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:10.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:10.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:11.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:11.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:12.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:11 smithi088 ceph-mon[96111]: pgmap v5482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:11 smithi187 ceph-mon[111815]: pgmap v5482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:12.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:12.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:13.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:13.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:13 smithi088 ceph-mon[96111]: pgmap v5483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:13 smithi187 ceph-mon[111815]: pgmap v5483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:14.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:14.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:15.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:15.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:16.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:15 smithi088 ceph-mon[96111]: pgmap v5484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:16.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:19:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:15 smithi187 ceph-mon[111815]: pgmap v5484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:19:16.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:16.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:17.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:17.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:17 smithi088 ceph-mon[96111]: pgmap v5485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:17 smithi187 ceph-mon[111815]: pgmap v5485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:18.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:18.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:19.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:19.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:20.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:19 smithi088 ceph-mon[96111]: pgmap v5486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:19 smithi187 ceph-mon[111815]: pgmap v5486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:20.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:20.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:21.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:21.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:21 smithi088 ceph-mon[96111]: pgmap v5487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:21 smithi187 ceph-mon[111815]: pgmap v5487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:22.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:22.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:23.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:23.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:23 smithi088 ceph-mon[96111]: pgmap v5488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:23 smithi187 ceph-mon[111815]: pgmap v5488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:24.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:24.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:25.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:25.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:25 smithi088 ceph-mon[96111]: pgmap v5489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:26.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:25 smithi187 ceph-mon[111815]: pgmap v5489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:26.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:26.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:27.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:27.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:27 smithi187 ceph-mon[111815]: pgmap v5490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:27 smithi088 ceph-mon[96111]: pgmap v5490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:28.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:28.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:29.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:29.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:29 smithi187 ceph-mon[111815]: pgmap v5491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:29 smithi088 ceph-mon[96111]: pgmap v5491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:30.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:30.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:19:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:19:31.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:31.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:31 smithi187 ceph-mon[111815]: pgmap v5492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:31 smithi088 ceph-mon[96111]: pgmap v5492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:32.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:32.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:33.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:33.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:33 smithi187 ceph-mon[111815]: pgmap v5493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:33 smithi088 ceph-mon[96111]: pgmap v5493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:34.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:34.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:35.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:35.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:35 smithi187 ceph-mon[111815]: pgmap v5494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:35 smithi088 ceph-mon[96111]: pgmap v5494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:36.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:36.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:37.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:37.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:37 smithi187 ceph-mon[111815]: pgmap v5495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:37 smithi088 ceph-mon[96111]: pgmap v5495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:38.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:38.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:39.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:39.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:39 smithi187 ceph-mon[111815]: pgmap v5496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:39 smithi088 ceph-mon[96111]: pgmap v5496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:40.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:40.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:41.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:41.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:41 smithi187 ceph-mon[111815]: pgmap v5497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:19:42.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:19:42.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:19:42.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:19:42.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:19:42.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:19:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:41 smithi088 ceph-mon[96111]: pgmap v5497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:19:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:19:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:19:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:19:42.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:19:42.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:19:42.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:42.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:43.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:43.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:43 smithi187 ceph-mon[111815]: pgmap v5498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:43 smithi088 ceph-mon[96111]: pgmap v5498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:44.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:44.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:45.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:45.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:45 smithi187 ceph-mon[111815]: pgmap v5499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:19:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:45 smithi088 ceph-mon[96111]: pgmap v5499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:19:46.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:46.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:47.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:47.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:47 smithi187 ceph-mon[111815]: pgmap v5500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:47 smithi088 ceph-mon[96111]: pgmap v5500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:48.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:48.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:49.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:49.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:49 smithi187 ceph-mon[111815]: pgmap v5501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:49 smithi088 ceph-mon[96111]: pgmap v5501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:50.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:50.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:51.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:51.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:51 smithi187 ceph-mon[111815]: pgmap v5502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:51 smithi088 ceph-mon[96111]: pgmap v5502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:52.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:52.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:53.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:53.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:54.154 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:53 smithi088 ceph-mon[96111]: pgmap v5503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:53 smithi187 ceph-mon[111815]: pgmap v5503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:54.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:54.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:55.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:55.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:55 smithi187 ceph-mon[111815]: pgmap v5504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:55 smithi088 ceph-mon[96111]: pgmap v5504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:19:56.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:56.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:57.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:57.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:57 smithi187 ceph-mon[111815]: pgmap v5505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:57 smithi088 ceph-mon[96111]: pgmap v5505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:19:58.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:58.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:19:59.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:19:59.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:19:59 smithi187 ceph-mon[111815]: pgmap v5506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:19:59 smithi088 ceph-mon[96111]: pgmap v5506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:00.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:00.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T02:20:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:20:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T02:20:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:20:01.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:01.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:01 smithi187 ceph-mon[111815]: pgmap v5507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:01 smithi088 ceph-mon[96111]: pgmap v5507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:02.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:02.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:03.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:03.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:03 smithi187 ceph-mon[111815]: pgmap v5508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:04.252 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:03 smithi088 ceph-mon[96111]: pgmap v5508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:04.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:04.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:05.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:05.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:05 smithi187 ceph-mon[111815]: pgmap v5509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:05 smithi088 ceph-mon[96111]: pgmap v5509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:06.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:06.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:07.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:07.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:07 smithi187 ceph-mon[111815]: pgmap v5510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:07 smithi088 ceph-mon[96111]: pgmap v5510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:08.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:08.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:09.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:09.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:09 smithi187 ceph-mon[111815]: pgmap v5511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:09 smithi088 ceph-mon[96111]: pgmap v5511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:10.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:10.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:11.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:11.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:11 smithi187 ceph-mon[111815]: pgmap v5512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:11 smithi088 ceph-mon[96111]: pgmap v5512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:12.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:12.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:13.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:13.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:13 smithi187 ceph-mon[111815]: pgmap v5513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:13 smithi088 ceph-mon[96111]: pgmap v5513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:14.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:14.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:15.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:15.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:15 smithi187 ceph-mon[111815]: pgmap v5514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:20:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:15 smithi088 ceph-mon[96111]: pgmap v5514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:20:16.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:16.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:17.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:17.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:18.184 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:17 smithi187 ceph-mon[111815]: pgmap v5515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:17 smithi088 ceph-mon[96111]: pgmap v5515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:18.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:18.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:19.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:19.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:19 smithi187 ceph-mon[111815]: pgmap v5516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:19 smithi088 ceph-mon[96111]: pgmap v5516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:20.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:20.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:21.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:21.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:21 smithi187 ceph-mon[111815]: pgmap v5517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:21 smithi088 ceph-mon[96111]: pgmap v5517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:22.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:22.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:23.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:23.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:23 smithi187 ceph-mon[111815]: pgmap v5518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:23 smithi088 ceph-mon[96111]: pgmap v5518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:24.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:24.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:25.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:25.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:25 smithi187 ceph-mon[111815]: pgmap v5519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:25 smithi088 ceph-mon[96111]: pgmap v5519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:26.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:26.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:27.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:27.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:27 smithi187 ceph-mon[111815]: pgmap v5520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:27 smithi088 ceph-mon[96111]: pgmap v5520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:28.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:28.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:29.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:29.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:29 smithi187 ceph-mon[111815]: pgmap v5521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:29 smithi088 ceph-mon[96111]: pgmap v5521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:30.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:30.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:20:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:20:31.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:31.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:31 smithi187 ceph-mon[111815]: pgmap v5522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:31 smithi088 ceph-mon[96111]: pgmap v5522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:32.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:32.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:33.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:33.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:33 smithi187 ceph-mon[111815]: pgmap v5523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:33 smithi088 ceph-mon[96111]: pgmap v5523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:34.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:34.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:35.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:35.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:35 smithi187 ceph-mon[111815]: pgmap v5524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:35 smithi088 ceph-mon[96111]: pgmap v5524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:36.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:36.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:37.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:37.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:37 smithi187 ceph-mon[111815]: pgmap v5525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:37 smithi088 ceph-mon[96111]: pgmap v5525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:38.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:38.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:39.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:39.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:39 smithi187 ceph-mon[111815]: pgmap v5526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:40.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:39 smithi088 ceph-mon[96111]: pgmap v5526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:40.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:40.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:41.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:41.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:41 smithi187 ceph-mon[111815]: pgmap v5527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:42.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:20:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:41 smithi088 ceph-mon[96111]: pgmap v5527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:20:42.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:42.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:43.449 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:43 smithi187 ceph-mon[111815]: pgmap v5528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:43.450 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:20:43.450 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:20:43.450 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:20:43.450 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:20:43.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:20:43.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:20:43.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:20:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:43 smithi088 ceph-mon[96111]: pgmap v5528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:20:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:20:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:20:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:20:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:20:43.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:20:43.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:20:43.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:43.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:44.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:44.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:45 smithi187 ceph-mon[111815]: pgmap v5529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:20:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:45 smithi088 ceph-mon[96111]: pgmap v5529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:20:45.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:45.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:46.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:46.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:47 smithi187 ceph-mon[111815]: pgmap v5530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:47 smithi088 ceph-mon[96111]: pgmap v5530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:47.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:47.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:48.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:48.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:49.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:49.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:49 smithi187 ceph-mon[111815]: pgmap v5531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:49 smithi088 ceph-mon[96111]: pgmap v5531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:50.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:50.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:51.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:51.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:51 smithi187 ceph-mon[111815]: pgmap v5532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:51 smithi088 ceph-mon[96111]: pgmap v5532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:52.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:52.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:53.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:53.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:53 smithi187 ceph-mon[111815]: pgmap v5533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:53 smithi088 ceph-mon[96111]: pgmap v5533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:54.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:54.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:55.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:55.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:55 smithi187 ceph-mon[111815]: pgmap v5534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:55 smithi088 ceph-mon[96111]: pgmap v5534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:20:56.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:56.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:57.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:57.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:57 smithi187 ceph-mon[111815]: pgmap v5535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:57 smithi088 ceph-mon[96111]: pgmap v5535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:20:58.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:58.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:59.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:20:59.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:20:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:20:59 smithi187 ceph-mon[111815]: pgmap v5536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:20:59 smithi088 ceph-mon[96111]: pgmap v5536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:00.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:00.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:21:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:21:01.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:01.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:01 smithi187 ceph-mon[111815]: pgmap v5537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:01 smithi088 ceph-mon[96111]: pgmap v5537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:02.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:02.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:03.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:03.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:03.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:03 smithi187 ceph-mon[111815]: pgmap v5538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:03 smithi088 ceph-mon[96111]: pgmap v5538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:04.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:04.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:05.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:05.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:05 smithi187 ceph-mon[111815]: pgmap v5539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:05 smithi088 ceph-mon[96111]: pgmap v5539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:06.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:06.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:07.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:07.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:07.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:07 smithi187 ceph-mon[111815]: pgmap v5540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:07 smithi088 ceph-mon[96111]: pgmap v5540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:08.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:08.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:09.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:09.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:09 smithi187 ceph-mon[111815]: pgmap v5541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:09 smithi088 ceph-mon[96111]: pgmap v5541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:10.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:10.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:11.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:11.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:11 smithi187 ceph-mon[111815]: pgmap v5542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:11 smithi088 ceph-mon[96111]: pgmap v5542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:12.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:12.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:13.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:13.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:13 smithi187 ceph-mon[111815]: pgmap v5543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:13 smithi088 ceph-mon[96111]: pgmap v5543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:14.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:14.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:15.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:15.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:15 smithi187 ceph-mon[111815]: pgmap v5544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:21:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:15 smithi088 ceph-mon[96111]: pgmap v5544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:21:16.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:16.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:17.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:17.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:17 smithi187 ceph-mon[111815]: pgmap v5545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:17 smithi088 ceph-mon[96111]: pgmap v5545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:18.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:18.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:19.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:19.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:19 smithi187 ceph-mon[111815]: pgmap v5546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:19.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:19 smithi088 ceph-mon[96111]: pgmap v5546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:20.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:20.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:21.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:21.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:21 smithi187 ceph-mon[111815]: pgmap v5547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:21 smithi088 ceph-mon[96111]: pgmap v5547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:22.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:22.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:23.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:23.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:23 smithi187 ceph-mon[111815]: pgmap v5548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:23 smithi088 ceph-mon[96111]: pgmap v5548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:24.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:24.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:25.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:25.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:25 smithi187 ceph-mon[111815]: pgmap v5549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:25 smithi088 ceph-mon[96111]: pgmap v5549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:26.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:26.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:27.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:27.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:27.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:27 smithi187 ceph-mon[111815]: pgmap v5550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:27 smithi088 ceph-mon[96111]: pgmap v5550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:28.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:28.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:29.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:29.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:29 smithi187 ceph-mon[111815]: pgmap v5551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:29 smithi088 ceph-mon[96111]: pgmap v5551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:30.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:30.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:21:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:21:31.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:31.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:31 smithi088 ceph-mon[96111]: pgmap v5552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:31 smithi187 ceph-mon[111815]: pgmap v5552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:32.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:32.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:33.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:33.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:33.970 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:33 smithi187 ceph-mon[111815]: pgmap v5553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:33 smithi088 ceph-mon[96111]: pgmap v5553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:34.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:34.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:35.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:35.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:35 smithi088 ceph-mon[96111]: pgmap v5554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:35 smithi187 ceph-mon[111815]: pgmap v5554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:36.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:36.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:37.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:37.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:37 smithi088 ceph-mon[96111]: pgmap v5555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:37 smithi187 ceph-mon[111815]: pgmap v5555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:38.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:38.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:39.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:39.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:39 smithi088 ceph-mon[96111]: pgmap v5556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:39 smithi187 ceph-mon[111815]: pgmap v5556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:40.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:40.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:41.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:41.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:41 smithi088 ceph-mon[96111]: pgmap v5557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:41 smithi187 ceph-mon[111815]: pgmap v5557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:42.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:42.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:21:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:21:43.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:43.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:43 smithi088 ceph-mon[96111]: pgmap v5558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:21:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:21:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:21:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:21:44.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:21:44.076 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:43 smithi187 ceph-mon[111815]: pgmap v5558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:44.076 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:21:44.077 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:21:44.077 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:21:44.077 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:21:44.077 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:21:44.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:44.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:45.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:45.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:45 smithi088 ceph-mon[96111]: pgmap v5559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:21:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:45 smithi187 ceph-mon[111815]: pgmap v5559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:46.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:21:46.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:46.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:47.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:47.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:47 smithi088 ceph-mon[96111]: pgmap v5560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:47 smithi187 ceph-mon[111815]: pgmap v5560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:48.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:48.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:49.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:49.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:49 smithi088 ceph-mon[96111]: pgmap v5561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:49 smithi187 ceph-mon[111815]: pgmap v5561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:50.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:50.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:51.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:51.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:51 smithi088 ceph-mon[96111]: pgmap v5562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:51 smithi187 ceph-mon[111815]: pgmap v5562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:52.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:52.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:53.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:53.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:53 smithi088 ceph-mon[96111]: pgmap v5563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:54.180 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:53 smithi187 ceph-mon[111815]: pgmap v5563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:54.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:54.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:55.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:55.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:55 smithi088 ceph-mon[96111]: pgmap v5564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:55 smithi187 ceph-mon[111815]: pgmap v5564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:21:56.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:56.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:57.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:57.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:57 smithi088 ceph-mon[96111]: pgmap v5565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:57 smithi187 ceph-mon[111815]: pgmap v5565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:21:58.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:58.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:21:59.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:21:59.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:21:59 smithi088 ceph-mon[96111]: pgmap v5566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:21:59 smithi187 ceph-mon[111815]: pgmap v5566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:00.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:00.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:22:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:22:01.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:01.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:01 smithi088 ceph-mon[96111]: pgmap v5567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:01 smithi187 ceph-mon[111815]: pgmap v5567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:02.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:02.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:03.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:03.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:03 smithi088 ceph-mon[96111]: pgmap v5568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:03 smithi187 ceph-mon[111815]: pgmap v5568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:04.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:04.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:05.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:05.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:05 smithi088 ceph-mon[96111]: pgmap v5569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:05 smithi187 ceph-mon[111815]: pgmap v5569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:06.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:06.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:07.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:07.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:07 smithi088 ceph-mon[96111]: pgmap v5570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:07 smithi187 ceph-mon[111815]: pgmap v5570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:08.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:08.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:09.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:09.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:09 smithi088 ceph-mon[96111]: pgmap v5571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:09 smithi187 ceph-mon[111815]: pgmap v5571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:10.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:10.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:11.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:11.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:11 smithi088 ceph-mon[96111]: pgmap v5572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:11 smithi187 ceph-mon[111815]: pgmap v5572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:12.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:12.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:13.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:13.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:13 smithi088 ceph-mon[96111]: pgmap v5573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:13 smithi187 ceph-mon[111815]: pgmap v5573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:14.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:14.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:15.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:15.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:15 smithi088 ceph-mon[96111]: pgmap v5574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:22:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:15 smithi187 ceph-mon[111815]: pgmap v5574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:22:16.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:16.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:17.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:17.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:17 smithi088 ceph-mon[96111]: pgmap v5575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:17 smithi187 ceph-mon[111815]: pgmap v5575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:18.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:18.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:19.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:19.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:19 smithi088 ceph-mon[96111]: pgmap v5576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:19 smithi187 ceph-mon[111815]: pgmap v5576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:20.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:20.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:21.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:21.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:21 smithi088 ceph-mon[96111]: pgmap v5577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:21 smithi187 ceph-mon[111815]: pgmap v5577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:22.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:22.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:23.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:23.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:23 smithi088 ceph-mon[96111]: pgmap v5578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:23 smithi187 ceph-mon[111815]: pgmap v5578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:24.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:24.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:25.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:25.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:25 smithi088 ceph-mon[96111]: pgmap v5579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:25 smithi187 ceph-mon[111815]: pgmap v5579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:26.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:26.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:27.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:27.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:27 smithi088 ceph-mon[96111]: pgmap v5580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:27 smithi187 ceph-mon[111815]: pgmap v5580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:28.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:28.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:29.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:29.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:29 smithi088 ceph-mon[96111]: pgmap v5581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:29 smithi187 ceph-mon[111815]: pgmap v5581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:30.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:30.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:22:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:22:31.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:31.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:31 smithi088 ceph-mon[96111]: pgmap v5582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:31 smithi187 ceph-mon[111815]: pgmap v5582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:32.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:32.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:33.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:33.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:33 smithi088 ceph-mon[96111]: pgmap v5583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:33 smithi187 ceph-mon[111815]: pgmap v5583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:34.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:34.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:35.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:35.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:35 smithi088 ceph-mon[96111]: pgmap v5584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:35 smithi187 ceph-mon[111815]: pgmap v5584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:36.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:36.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:37.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:37.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:37 smithi187 ceph-mon[111815]: pgmap v5585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:37 smithi088 ceph-mon[96111]: pgmap v5585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:38.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:38.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:39.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:39.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:39 smithi187 ceph-mon[111815]: pgmap v5586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:39 smithi088 ceph-mon[96111]: pgmap v5586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:40.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:40.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:41.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:41.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:41 smithi187 ceph-mon[111815]: pgmap v5587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:41 smithi088 ceph-mon[96111]: pgmap v5587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:42.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:42.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:43.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:43.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:43 smithi187 ceph-mon[111815]: pgmap v5588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:22:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:22:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:22:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:43 smithi088 ceph-mon[96111]: pgmap v5588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:22:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:22:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:22:44.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:44.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:22:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:22:44.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:22:44.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:22:44.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:22:45.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:45.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:45 smithi088 ceph-mon[96111]: pgmap v5589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:22:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:45 smithi187 ceph-mon[111815]: pgmap v5589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:22:46.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:46.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:47.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:47.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:47 smithi088 ceph-mon[96111]: pgmap v5590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:47 smithi187 ceph-mon[111815]: pgmap v5590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:48.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:48.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:49.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:49.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:49 smithi187 ceph-mon[111815]: pgmap v5591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:49 smithi088 ceph-mon[96111]: pgmap v5591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:50.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:50.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:51.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:51.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:51 smithi088 ceph-mon[96111]: pgmap v5592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:51 smithi187 ceph-mon[111815]: pgmap v5592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:52.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:52.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:53.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:53.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:53 smithi088 ceph-mon[96111]: pgmap v5593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:53 smithi187 ceph-mon[111815]: pgmap v5593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:54.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:54.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:55.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:55.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:55 smithi088 ceph-mon[96111]: pgmap v5594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:56.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:55 smithi187 ceph-mon[111815]: pgmap v5594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:22:56.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:56.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:57.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:57.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:57 smithi088 ceph-mon[96111]: pgmap v5595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:57 smithi187 ceph-mon[111815]: pgmap v5595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:22:58.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:58.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:22:59.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:22:59.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:22:59 smithi187 ceph-mon[111815]: pgmap v5596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:22:59 smithi088 ceph-mon[96111]: pgmap v5596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:00.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:00.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:23:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:23:01.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:01.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:01 smithi088 ceph-mon[96111]: pgmap v5597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:01 smithi187 ceph-mon[111815]: pgmap v5597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:02.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:02.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:03.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:03.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:03 smithi088 ceph-mon[96111]: pgmap v5598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:03 smithi187 ceph-mon[111815]: pgmap v5598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:04.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:04.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:05 smithi187 ceph-mon[111815]: pgmap v5599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:05 smithi088 ceph-mon[96111]: pgmap v5599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:05.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:05.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:06.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:06.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:07 smithi187 ceph-mon[111815]: pgmap v5600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:07 smithi088 ceph-mon[96111]: pgmap v5600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:07.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:07.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:08.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:08.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:09 smithi187 ceph-mon[111815]: pgmap v5601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:09.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:09.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:09 smithi088 ceph-mon[96111]: pgmap v5601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:10.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:10.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:11 smithi187 ceph-mon[111815]: pgmap v5602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:11.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:11.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:11 smithi088 ceph-mon[96111]: pgmap v5602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:12.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:12.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:13 smithi187 ceph-mon[111815]: pgmap v5603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:13.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:13.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:13 smithi088 ceph-mon[96111]: pgmap v5603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:14.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:14.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:15 smithi187 ceph-mon[111815]: pgmap v5604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:23:15.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:15.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:15 smithi088 ceph-mon[96111]: pgmap v5604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:23:16.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:16.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:17 smithi187 ceph-mon[111815]: pgmap v5605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:17.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:17.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:17 smithi088 ceph-mon[96111]: pgmap v5605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:18.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:18.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:19 smithi187 ceph-mon[111815]: pgmap v5606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:19.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:19.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:19 smithi088 ceph-mon[96111]: pgmap v5606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:20.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:20.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:21 smithi187 ceph-mon[111815]: pgmap v5607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:21.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:21.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:21 smithi088 ceph-mon[96111]: pgmap v5607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:22.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:23.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:23 smithi187 ceph-mon[111815]: pgmap v5608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:24.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:24.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:23 smithi088 ceph-mon[96111]: pgmap v5608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:25.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:25.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:25 smithi187 ceph-mon[111815]: pgmap v5609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:26.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:26.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:25 smithi088 ceph-mon[96111]: pgmap v5609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:27.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:27.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:27 smithi187 ceph-mon[111815]: pgmap v5610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:28.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:28.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:27 smithi088 ceph-mon[96111]: pgmap v5610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:29.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:29.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:29 smithi187 ceph-mon[111815]: pgmap v5611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:30.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:30.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:29 smithi088 ceph-mon[96111]: pgmap v5611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:23:31.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:31.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:23:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:31 smithi187 ceph-mon[111815]: pgmap v5612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:32.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:32.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:31 smithi088 ceph-mon[96111]: pgmap v5612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:33.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:33.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:33 smithi187 ceph-mon[111815]: pgmap v5613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:34.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:34.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:33 smithi088 ceph-mon[96111]: pgmap v5613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:35.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:35.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:36.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:36.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:35 smithi088 ceph-mon[96111]: pgmap v5614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:35 smithi187 ceph-mon[111815]: pgmap v5614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:37.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:37.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:38.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:38.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:37 smithi088 ceph-mon[96111]: pgmap v5615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:37 smithi187 ceph-mon[111815]: pgmap v5615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:39.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:39.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:40.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:40.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:39 smithi088 ceph-mon[96111]: pgmap v5616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:39 smithi187 ceph-mon[111815]: pgmap v5616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:41.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:41.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:42.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:42.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:41 smithi088 ceph-mon[96111]: pgmap v5617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:41 smithi187 ceph-mon[111815]: pgmap v5617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:43.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:43.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:44.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:44.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:43 smithi088 ceph-mon[96111]: pgmap v5618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:43 smithi187 ceph-mon[111815]: pgmap v5618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:45.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:45.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:23:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:23:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:23:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:23:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:23:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:23:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:23:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:23:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:23:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:23:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:23:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:23:46.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:46.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:45 smithi088 ceph-mon[96111]: pgmap v5619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:23:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:45 smithi187 ceph-mon[111815]: pgmap v5619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:23:47.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:47.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:48.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:48.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:47 smithi088 ceph-mon[96111]: pgmap v5620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:47 smithi187 ceph-mon[111815]: pgmap v5620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:49.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:49.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:50.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:50.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:49 smithi088 ceph-mon[96111]: pgmap v5621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:49 smithi187 ceph-mon[111815]: pgmap v5621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:51.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:51.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:52.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:52.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:51 smithi088 ceph-mon[96111]: pgmap v5622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:51 smithi187 ceph-mon[111815]: pgmap v5622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:53.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:53.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:54.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:54.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:53 smithi088 ceph-mon[96111]: pgmap v5623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:53 smithi187 ceph-mon[111815]: pgmap v5623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:55.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:55.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:56.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:56.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:55 smithi088 ceph-mon[96111]: pgmap v5624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:55 smithi187 ceph-mon[111815]: pgmap v5624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:23:57.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:57.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:58.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:58.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:23:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:57 smithi088 ceph-mon[96111]: pgmap v5625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:57 smithi187 ceph-mon[111815]: pgmap v5625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:23:59.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:23:59.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:00.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:00.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:23:59 smithi088 ceph-mon[96111]: pgmap v5626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:23:59 smithi187 ceph-mon[111815]: pgmap v5626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:01.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:01.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:24:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:24:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:01 smithi088 ceph-mon[96111]: pgmap v5627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:02.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:02.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:01 smithi187 ceph-mon[111815]: pgmap v5627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:03.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:03.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:04.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:04.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:03 smithi088 ceph-mon[96111]: pgmap v5628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:03 smithi187 ceph-mon[111815]: pgmap v5628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:05.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:05.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:05 smithi187 ceph-mon[111815]: pgmap v5629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:06.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:06.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:05 smithi088 ceph-mon[96111]: pgmap v5629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:07.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:07.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:07 smithi088 ceph-mon[96111]: pgmap v5630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:08.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:08.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:07 smithi187 ceph-mon[111815]: pgmap v5630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:09.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:09.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:09 smithi088 ceph-mon[96111]: pgmap v5631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:10.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:10.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:09 smithi187 ceph-mon[111815]: pgmap v5631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:11.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:11.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:11 smithi088 ceph-mon[96111]: pgmap v5632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:12.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:12.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:11 smithi187 ceph-mon[111815]: pgmap v5632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:13.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:13.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:13 smithi088 ceph-mon[96111]: pgmap v5633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:14.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:14.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:13 smithi187 ceph-mon[111815]: pgmap v5633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:15.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:15.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:15 smithi187 ceph-mon[111815]: pgmap v5634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:24:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:15 smithi088 ceph-mon[96111]: pgmap v5634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:24:16.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:16.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:17.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:17.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:17 smithi088 ceph-mon[96111]: pgmap v5635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:18.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:18.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:17 smithi187 ceph-mon[111815]: pgmap v5635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:19.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:19.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:19 smithi088 ceph-mon[96111]: pgmap v5636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:20.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:20.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:19 smithi187 ceph-mon[111815]: pgmap v5636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:21.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:21.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:21 smithi088 ceph-mon[96111]: pgmap v5637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:22.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:22.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:21 smithi187 ceph-mon[111815]: pgmap v5637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:23.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:23.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:23 smithi088 ceph-mon[96111]: pgmap v5638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:24.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:24.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:23 smithi187 ceph-mon[111815]: pgmap v5638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:25.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:25.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:25 smithi088 ceph-mon[96111]: pgmap v5639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:26.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:26.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:25 smithi187 ceph-mon[111815]: pgmap v5639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:27.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:27.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:27 smithi088 ceph-mon[96111]: pgmap v5640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:28.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:28.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:27 smithi187 ceph-mon[111815]: pgmap v5640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:29.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:29.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:29 smithi088 ceph-mon[96111]: pgmap v5641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:30.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:30.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:29 smithi187 ceph-mon[111815]: pgmap v5641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:31.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:31.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:24:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:24:32.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:32.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:31 smithi187 ceph-mon[111815]: pgmap v5642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:31 smithi088 ceph-mon[96111]: pgmap v5642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:33.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:33.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:34.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:34.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:33 smithi187 ceph-mon[111815]: pgmap v5643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:33 smithi088 ceph-mon[96111]: pgmap v5643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:35.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:35.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:36.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:36.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:35 smithi187 ceph-mon[111815]: pgmap v5644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:35 smithi088 ceph-mon[96111]: pgmap v5644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:37.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:37.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:38.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:38.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:37 smithi187 ceph-mon[111815]: pgmap v5645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:37 smithi088 ceph-mon[96111]: pgmap v5645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:39.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:39.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:40.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:40.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:39 smithi187 ceph-mon[111815]: pgmap v5646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:39 smithi088 ceph-mon[96111]: pgmap v5646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:41.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:41.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:42.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:42.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:41 smithi187 ceph-mon[111815]: pgmap v5647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:41 smithi088 ceph-mon[96111]: pgmap v5647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:43.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:43.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:44.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:44.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:43 smithi187 ceph-mon[111815]: pgmap v5648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:43 smithi088 ceph-mon[96111]: pgmap v5648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:24:45.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:45.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:24:46.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:46.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:45 smithi187 ceph-mon[111815]: pgmap v5649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:24:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:24:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:24:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:24:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:24:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:24:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:24:46.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:24:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:45 smithi088 ceph-mon[96111]: pgmap v5649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:24:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:24:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:24:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:24:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:24:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:24:46.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:24:46.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:24:47.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:47.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:48.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:48.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:47 smithi187 ceph-mon[111815]: pgmap v5650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:47 smithi088 ceph-mon[96111]: pgmap v5650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:49.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:49.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:50.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:50.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:49 smithi187 ceph-mon[111815]: pgmap v5651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:49 smithi088 ceph-mon[96111]: pgmap v5651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:51.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:51.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:52.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:52.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:51 smithi187 ceph-mon[111815]: pgmap v5652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:51 smithi088 ceph-mon[96111]: pgmap v5652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:53.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:53.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:54.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:54.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:53 smithi187 ceph-mon[111815]: pgmap v5653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:53 smithi088 ceph-mon[96111]: pgmap v5653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:55.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:55.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:56.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:56.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:55 smithi187 ceph-mon[111815]: pgmap v5654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:55 smithi088 ceph-mon[96111]: pgmap v5654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:24:57.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:57.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:58.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:58.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:24:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:57 smithi187 ceph-mon[111815]: pgmap v5655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:57 smithi088 ceph-mon[96111]: pgmap v5655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:24:59.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:24:59.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:00.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:00.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:24:59 smithi187 ceph-mon[111815]: pgmap v5656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:24:59 smithi088 ceph-mon[96111]: pgmap v5656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:01.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:01.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:25:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:25:02.145 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:01 smithi088 ceph-mon[96111]: pgmap v5657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:02.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:02.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:01 smithi187 ceph-mon[111815]: pgmap v5657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:03.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:03.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:04.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:04.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:03 smithi187 ceph-mon[111815]: pgmap v5658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:03 smithi088 ceph-mon[96111]: pgmap v5658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:05.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:05.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:06.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:06.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:06.176 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:05 smithi187 ceph-mon[111815]: pgmap v5659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:05 smithi088 ceph-mon[96111]: pgmap v5659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:07.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:07.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:08.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:08.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:07 smithi187 ceph-mon[111815]: pgmap v5660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:07 smithi088 ceph-mon[96111]: pgmap v5660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:09.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:09.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:10.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:10.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:09 smithi187 ceph-mon[111815]: pgmap v5661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:09 smithi088 ceph-mon[96111]: pgmap v5661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:11.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:11.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:12.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:12.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:11 smithi187 ceph-mon[111815]: pgmap v5662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:12.244 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:11 smithi088 ceph-mon[96111]: pgmap v5662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:13.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:13.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:14.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:14.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:13 smithi187 ceph-mon[111815]: pgmap v5663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:13 smithi088 ceph-mon[96111]: pgmap v5663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:15.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:15.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:16.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:16.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:15 smithi187 ceph-mon[111815]: pgmap v5664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:25:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:15 smithi088 ceph-mon[96111]: pgmap v5664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:25:17.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:17.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:18.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:18.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:17 smithi187 ceph-mon[111815]: pgmap v5665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:17 smithi088 ceph-mon[96111]: pgmap v5665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:19.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:19.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:20.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:20.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:19 smithi187 ceph-mon[111815]: pgmap v5666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:19 smithi088 ceph-mon[96111]: pgmap v5666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:21.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:21.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:22.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:22.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:21 smithi187 ceph-mon[111815]: pgmap v5667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:21 smithi088 ceph-mon[96111]: pgmap v5667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:23.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:23.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:24.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:24.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:23 smithi187 ceph-mon[111815]: pgmap v5668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:23 smithi088 ceph-mon[96111]: pgmap v5668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:25.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:25.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:26.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:26.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:25 smithi187 ceph-mon[111815]: pgmap v5669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:25 smithi088 ceph-mon[96111]: pgmap v5669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:27.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:27.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:28.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:28.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:27 smithi187 ceph-mon[111815]: pgmap v5670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:27 smithi088 ceph-mon[96111]: pgmap v5670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:29.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:30.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:30.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:29 smithi187 ceph-mon[111815]: pgmap v5671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:29 smithi088 ceph-mon[96111]: pgmap v5671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:31.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:31.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:25:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:25:32.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:32.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:32.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:31 smithi187 ceph-mon[111815]: pgmap v5672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:31 smithi088 ceph-mon[96111]: pgmap v5672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:33.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:33.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:33 smithi187 ceph-mon[111815]: pgmap v5673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:34.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:34.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:33 smithi088 ceph-mon[96111]: pgmap v5673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:35.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:35.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:35 smithi187 ceph-mon[111815]: pgmap v5674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:36.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:36.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:35 smithi088 ceph-mon[96111]: pgmap v5674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:37.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:37.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:37 smithi187 ceph-mon[111815]: pgmap v5675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:38.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:38.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:37 smithi088 ceph-mon[96111]: pgmap v5675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:39.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:39.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:39 smithi187 ceph-mon[111815]: pgmap v5676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:40.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:40.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:39 smithi088 ceph-mon[96111]: pgmap v5676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:41.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:41.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:41 smithi187 ceph-mon[111815]: pgmap v5677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:42.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:42.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:41 smithi088 ceph-mon[96111]: pgmap v5677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:43.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:43.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:43 smithi187 ceph-mon[111815]: pgmap v5678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:44.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:44.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:43 smithi088 ceph-mon[96111]: pgmap v5678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:45.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:45.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:45 smithi187 ceph-mon[111815]: pgmap v5679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:25:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:25:46.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:46.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:45 smithi088 ceph-mon[96111]: pgmap v5679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:25:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:25:47.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:47.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:47 smithi088 ceph-mon[96111]: pgmap v5680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:47.444 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:47.444 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:47.444 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:47 smithi187 ceph-mon[111815]: pgmap v5680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:48.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:48.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:49.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:49.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:49 smithi088 ceph-mon[96111]: pgmap v5681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:49 smithi187 ceph-mon[111815]: pgmap v5681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:50.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:50.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:25:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:25:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:25:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:25:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:25:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:25:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:25:51.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:51.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:51.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:51 smithi187 ceph-mon[111815]: pgmap v5682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:51 smithi088 ceph-mon[96111]: pgmap v5682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:52.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:52.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:53.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:53.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:53 smithi088 ceph-mon[96111]: pgmap v5683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:53 smithi187 ceph-mon[111815]: pgmap v5683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:54.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:54.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:55.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:55.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:55 smithi088 ceph-mon[96111]: pgmap v5684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:55 smithi187 ceph-mon[111815]: pgmap v5684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:25:56.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:56.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:57.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:57.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:57 smithi088 ceph-mon[96111]: pgmap v5685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:57 smithi187 ceph-mon[111815]: pgmap v5685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:25:58.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:58.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:25:59.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:25:59.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:25:59 smithi187 ceph-mon[111815]: pgmap v5686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:00.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:00.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:25:59 smithi088 ceph-mon[96111]: pgmap v5686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:26:01.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:01.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:26:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:01 smithi187 ceph-mon[111815]: pgmap v5687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:02.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:02.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:01 smithi088 ceph-mon[96111]: pgmap v5687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:03.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:03.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:03 smithi187 ceph-mon[111815]: pgmap v5688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:04.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:04.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:03 smithi088 ceph-mon[96111]: pgmap v5688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:05.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:05.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:05 smithi187 ceph-mon[111815]: pgmap v5689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:06.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:06.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:05 smithi088 ceph-mon[96111]: pgmap v5689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:07.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:07.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:07 smithi088 ceph-mon[96111]: pgmap v5690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:07 smithi187 ceph-mon[111815]: pgmap v5690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:08.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:08.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:09.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:09.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:09 smithi187 ceph-mon[111815]: pgmap v5691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:10.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:10.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:09 smithi088 ceph-mon[96111]: pgmap v5691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:11.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:11.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:11 smithi187 ceph-mon[111815]: pgmap v5692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:12.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:12.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:11 smithi088 ceph-mon[96111]: pgmap v5692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:13.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:13.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:13 smithi187 ceph-mon[111815]: pgmap v5693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:14.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:14.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:13 smithi088 ceph-mon[96111]: pgmap v5693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:15.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:15.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:15 smithi187 ceph-mon[111815]: pgmap v5694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:26:16.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:16.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:15 smithi088 ceph-mon[96111]: pgmap v5694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:26:17.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:17.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:17 smithi187 ceph-mon[111815]: pgmap v5695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:18.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:18.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:17 smithi088 ceph-mon[96111]: pgmap v5695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:19.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:19.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:19 smithi187 ceph-mon[111815]: pgmap v5696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:20.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:20.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:19 smithi088 ceph-mon[96111]: pgmap v5696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:21.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:21.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:21 smithi187 ceph-mon[111815]: pgmap v5697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:22.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:22.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:21 smithi088 ceph-mon[96111]: pgmap v5697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:23.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:23.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:23 smithi187 ceph-mon[111815]: pgmap v5698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:24.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:24.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:23 smithi088 ceph-mon[96111]: pgmap v5698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:25.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:25.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:26.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:25 smithi187 ceph-mon[111815]: pgmap v5699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:26.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:26.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:25 smithi088 ceph-mon[96111]: pgmap v5699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:27.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:27.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:27 smithi187 ceph-mon[111815]: pgmap v5700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:28.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:28.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:27 smithi088 ceph-mon[96111]: pgmap v5700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:29.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:29.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:29 smithi187 ceph-mon[111815]: pgmap v5701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:30.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:30.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:29 smithi088 ceph-mon[96111]: pgmap v5701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:26:31.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:31.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:26:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:31 smithi187 ceph-mon[111815]: pgmap v5702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:32.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:32.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:31 smithi088 ceph-mon[96111]: pgmap v5702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:33.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:33.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:33 smithi187 ceph-mon[111815]: pgmap v5703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:34.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:34.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:33 smithi088 ceph-mon[96111]: pgmap v5703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:35.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:35.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:35 smithi187 ceph-mon[111815]: pgmap v5704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:36.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:36.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:35 smithi088 ceph-mon[96111]: pgmap v5704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:37.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:37.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:37 smithi187 ceph-mon[111815]: pgmap v5705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:38.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:38.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:37 smithi088 ceph-mon[96111]: pgmap v5705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:39.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:39.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:39 smithi187 ceph-mon[111815]: pgmap v5706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:40.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:40.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:39 smithi088 ceph-mon[96111]: pgmap v5706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:41.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:41.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:42.182 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:41 smithi187 ceph-mon[111815]: pgmap v5707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:42.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:42.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:41 smithi088 ceph-mon[96111]: pgmap v5707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:43.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:43.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:43 smithi187 ceph-mon[111815]: pgmap v5708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:43 smithi088 ceph-mon[96111]: pgmap v5708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:44.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:44.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:45.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:45.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:45 smithi187 ceph-mon[111815]: pgmap v5709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:26:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:45 smithi088 ceph-mon[96111]: pgmap v5709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:26:46.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:46.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:47.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:47.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:48.180 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:47 smithi088 ceph-mon[96111]: pgmap v5710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:47 smithi187 ceph-mon[111815]: pgmap v5710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:48.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:48.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:49.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:49.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:49 smithi187 ceph-mon[111815]: pgmap v5711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:49 smithi088 ceph-mon[96111]: pgmap v5711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:50.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:50.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:26:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:26:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:26:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:26:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:26:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:26:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:26:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:26:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:26:51.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:26:51.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:26:51.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:26:51.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:51.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:52.187 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:51 smithi088 ceph-mon[96111]: pgmap v5712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:51 smithi187 ceph-mon[111815]: pgmap v5712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:52.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:52.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:53.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:53.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:53 smithi187 ceph-mon[111815]: pgmap v5713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:53 smithi088 ceph-mon[96111]: pgmap v5713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:54.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:54.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:55.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:55.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:55 smithi187 ceph-mon[111815]: pgmap v5714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:55 smithi088 ceph-mon[96111]: pgmap v5714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:26:56.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:56.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:57.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:57.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:57 smithi187 ceph-mon[111815]: pgmap v5715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:58.279 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:57 smithi088 ceph-mon[96111]: pgmap v5715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:26:58.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:58.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:26:59.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:26:59.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:26:59 smithi187 ceph-mon[111815]: pgmap v5716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:26:59 smithi088 ceph-mon[96111]: pgmap v5716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:00.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:00.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:27:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:27:01.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:01.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:01 smithi187 ceph-mon[111815]: pgmap v5717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:01 smithi088 ceph-mon[96111]: pgmap v5717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:02.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:02.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:03.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:03.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:03 smithi187 ceph-mon[111815]: pgmap v5718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:03 smithi088 ceph-mon[96111]: pgmap v5718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:04.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:04.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:05.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:05.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:05 smithi187 ceph-mon[111815]: pgmap v5719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:05 smithi088 ceph-mon[96111]: pgmap v5719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:06.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:06.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:07.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:07.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:07 smithi187 ceph-mon[111815]: pgmap v5720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:07 smithi088 ceph-mon[96111]: pgmap v5720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:08.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:08.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:09.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:09.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:09 smithi088 ceph-mon[96111]: pgmap v5721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:10.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:10.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:09 smithi187 ceph-mon[111815]: pgmap v5721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:11.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:11.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:11 smithi088 ceph-mon[96111]: pgmap v5722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:12.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:12.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:11 smithi187 ceph-mon[111815]: pgmap v5722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:13.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:13.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:13 smithi088 ceph-mon[96111]: pgmap v5723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:14.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:14.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:13 smithi187 ceph-mon[111815]: pgmap v5723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:15.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:15.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:15 smithi088 ceph-mon[96111]: pgmap v5724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:27:16.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:16.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:15 smithi187 ceph-mon[111815]: pgmap v5724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:27:17.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:17.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:17 smithi088 ceph-mon[96111]: pgmap v5725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:18.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:18.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:17 smithi187 ceph-mon[111815]: pgmap v5725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:19.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:19.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:19 smithi088 ceph-mon[96111]: pgmap v5726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:20.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:20.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:19 smithi187 ceph-mon[111815]: pgmap v5726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:21.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:21.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:21 smithi088 ceph-mon[96111]: pgmap v5727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:22.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:22.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:21 smithi187 ceph-mon[111815]: pgmap v5727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:23.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:23.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:23 smithi088 ceph-mon[96111]: pgmap v5728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:24.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:24.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:23 smithi187 ceph-mon[111815]: pgmap v5728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:25.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:25.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:25 smithi088 ceph-mon[96111]: pgmap v5729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:26.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:26.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:25 smithi187 ceph-mon[111815]: pgmap v5729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:27.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:27.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:27 smithi088 ceph-mon[96111]: pgmap v5730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:28.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:28.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:27 smithi187 ceph-mon[111815]: pgmap v5730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:29.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:29.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:29 smithi088 ceph-mon[96111]: pgmap v5731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:30.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:30.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:30.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:29 smithi187 ceph-mon[111815]: pgmap v5731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:27:31.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:31.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:27:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:32 smithi088 ceph-mon[96111]: pgmap v5732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:32.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:32.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:32 smithi187 ceph-mon[111815]: pgmap v5732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:33.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:33.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:34 smithi088 ceph-mon[96111]: pgmap v5733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:34.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:34.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:34 smithi187 ceph-mon[111815]: pgmap v5733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:35.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:35.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:36 smithi088 ceph-mon[96111]: pgmap v5734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:36.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:36.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:36 smithi187 ceph-mon[111815]: pgmap v5734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:37.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:37.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:38 smithi088 ceph-mon[96111]: pgmap v5735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:38.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:38.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:38 smithi187 ceph-mon[111815]: pgmap v5735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:39.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:39.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:40 smithi088 ceph-mon[96111]: pgmap v5736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:40.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:40.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:40 smithi187 ceph-mon[111815]: pgmap v5736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:41.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:41.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:42 smithi088 ceph-mon[96111]: pgmap v5737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:42.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:42.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:42 smithi187 ceph-mon[111815]: pgmap v5737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:43.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:43.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:44 smithi088 ceph-mon[96111]: pgmap v5738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:44.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:44.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:44 smithi187 ceph-mon[111815]: pgmap v5738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:45.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:45.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:46 smithi088 ceph-mon[96111]: pgmap v5739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:27:46.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:46.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:46 smithi187 ceph-mon[111815]: pgmap v5739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:27:47.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:47.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:48 smithi187 ceph-mon[111815]: pgmap v5740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:48 smithi088 ceph-mon[96111]: pgmap v5740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:48.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:48.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:49.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:49.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:50 smithi088 ceph-mon[96111]: pgmap v5741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:50.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:50.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:50 smithi187 ceph-mon[111815]: pgmap v5741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:27:51.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:51.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:27:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:52 smithi088 ceph-mon[96111]: pgmap v5742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:52.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:52.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:52 smithi187 ceph-mon[111815]: pgmap v5742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:53.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:53.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:53 smithi088 ceph-mon[96111]: pgmap v5743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:54.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:27:54.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:27:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:53 smithi187 ceph-mon[111815]: pgmap v5743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:27:54.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:27:54.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:54.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:27:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:27:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:27:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:27:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:27:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:27:55.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:27:55.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:27:55.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:27:55.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:27:55.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:55.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:55 smithi088 ceph-mon[96111]: pgmap v5744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:56.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:56.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:56 smithi187 ceph-mon[111815]: pgmap v5744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:27:57.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:57.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:27:58 smithi088 ceph-mon[96111]: pgmap v5745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:58.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:58.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:27:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:27:58 smithi187 ceph-mon[111815]: pgmap v5745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:27:59.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:27:59.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:00 smithi088 ceph-mon[96111]: pgmap v5746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:00.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:00.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:00 smithi187 ceph-mon[111815]: pgmap v5746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:28:01.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:01.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:28:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:02 smithi088 ceph-mon[96111]: pgmap v5747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:02.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:02.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:02 smithi187 ceph-mon[111815]: pgmap v5747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:03.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:03.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:04 smithi088 ceph-mon[96111]: pgmap v5748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:04.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:04.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:04 smithi187 ceph-mon[111815]: pgmap v5748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:05.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:05.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:06 smithi088 ceph-mon[96111]: pgmap v5749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:06.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:06.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:06 smithi187 ceph-mon[111815]: pgmap v5749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:07.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:07.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:08 smithi088 ceph-mon[96111]: pgmap v5750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:08 smithi187 ceph-mon[111815]: pgmap v5750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:08.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:08.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:09.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:09.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:10 smithi088 ceph-mon[96111]: pgmap v5751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:10 smithi187 ceph-mon[111815]: pgmap v5751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:10.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:10.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:11.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:11.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:12 smithi088 ceph-mon[96111]: pgmap v5752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:12 smithi187 ceph-mon[111815]: pgmap v5752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:12.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:12.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:13.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:13.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:14 smithi088 ceph-mon[96111]: pgmap v5753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:14 smithi187 ceph-mon[111815]: pgmap v5753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:14.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:14.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:15.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:15.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:16 smithi088 ceph-mon[96111]: pgmap v5754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:28:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:16 smithi187 ceph-mon[111815]: pgmap v5754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:28:16.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:16.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:17.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:17.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:18 smithi088 ceph-mon[96111]: pgmap v5755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:18 smithi187 ceph-mon[111815]: pgmap v5755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:18.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:18.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:19.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:19.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:20 smithi088 ceph-mon[96111]: pgmap v5756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:20 smithi187 ceph-mon[111815]: pgmap v5756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:20.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:20.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:21 smithi187 ceph-mon[111815]: pgmap v5757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:21.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:21.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:21 smithi088 ceph-mon[96111]: pgmap v5757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:22.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:22.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:23.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:23.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:23 smithi088 ceph-mon[96111]: pgmap v5758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:23 smithi187 ceph-mon[111815]: pgmap v5758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:24.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:24.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:25.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:25.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:25 smithi088 ceph-mon[96111]: pgmap v5759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:25 smithi187 ceph-mon[111815]: pgmap v5759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:26.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:26.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:27.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:27.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:27 smithi088 ceph-mon[96111]: pgmap v5760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:27 smithi187 ceph-mon[111815]: pgmap v5760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:28.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:28.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:29.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:29.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:29 smithi088 ceph-mon[96111]: pgmap v5761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:29 smithi187 ceph-mon[111815]: pgmap v5761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:30.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:30.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:28:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:28:31.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:31.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:31 smithi088 ceph-mon[96111]: pgmap v5762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:31 smithi187 ceph-mon[111815]: pgmap v5762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:32.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:32.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:33.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:33.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:33 smithi088 ceph-mon[96111]: pgmap v5763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:33 smithi187 ceph-mon[111815]: pgmap v5763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:34.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:34.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:35.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:35.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:35 smithi088 ceph-mon[96111]: pgmap v5764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:35 smithi187 ceph-mon[111815]: pgmap v5764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:36.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:36.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:37.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:37.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:37 smithi088 ceph-mon[96111]: pgmap v5765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:37 smithi187 ceph-mon[111815]: pgmap v5765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:38.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:38.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:39.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:39.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:39 smithi088 ceph-mon[96111]: pgmap v5766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:39 smithi187 ceph-mon[111815]: pgmap v5766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:40.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:40.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:41.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:41.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:41 smithi088 ceph-mon[96111]: pgmap v5767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:41 smithi187 ceph-mon[111815]: pgmap v5767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:42.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:42.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:43.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:43.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:43 smithi088 ceph-mon[96111]: pgmap v5768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:43 smithi187 ceph-mon[111815]: pgmap v5768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:44.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:44.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:45.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:45.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:45 smithi088 ceph-mon[96111]: pgmap v5769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:28:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:45 smithi187 ceph-mon[111815]: pgmap v5769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:28:46.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:46.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:47.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:47.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:47 smithi088 ceph-mon[96111]: pgmap v5770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:47 smithi187 ceph-mon[111815]: pgmap v5770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:48.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:48.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:49.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:49.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:49 smithi088 ceph-mon[96111]: pgmap v5771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:49 smithi187 ceph-mon[111815]: pgmap v5771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:50.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:50.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:51.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:51.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:51 smithi088 ceph-mon[96111]: pgmap v5772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:51 smithi187 ceph-mon[111815]: pgmap v5772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:52.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:52.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:53.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:53.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:53 smithi187 ceph-mon[111815]: pgmap v5773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:53 smithi088 ceph-mon[96111]: pgmap v5773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:54.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:54.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:28:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:28:55.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:55.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:55 smithi088 ceph-mon[96111]: pgmap v5774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:55 smithi187 ceph-mon[111815]: pgmap v5774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:56.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:56.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:57.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:57.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:57 smithi088 ceph-mon[96111]: pgmap v5775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:57 smithi187 ceph-mon[111815]: pgmap v5775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:28:58.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:58.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:59.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:28:59.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:28:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:59 smithi088 ceph-mon[96111]: pgmap v5776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:28:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:28:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:28:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:28:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:28:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:28:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:28:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:28:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:59 smithi187 ceph-mon[111815]: pgmap v5776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:28:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:28:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:28:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:28:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:28:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:28:59.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:28:59.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:28:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:29:00.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:00.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:29:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:29:01.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:01.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:01 smithi187 ceph-mon[111815]: pgmap v5777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:01 smithi088 ceph-mon[96111]: pgmap v5777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:02.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:02.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:03.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:03.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:03 smithi187 ceph-mon[111815]: pgmap v5778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:03 smithi088 ceph-mon[96111]: pgmap v5778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:04.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:04.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:05.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:05.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:05 smithi088 ceph-mon[96111]: pgmap v5779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:05 smithi187 ceph-mon[111815]: pgmap v5779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:06.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:06.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:07.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:07.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:07 smithi088 ceph-mon[96111]: pgmap v5780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:07 smithi187 ceph-mon[111815]: pgmap v5780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:08.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:08.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:09.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:09.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:09 smithi088 ceph-mon[96111]: pgmap v5781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:09 smithi187 ceph-mon[111815]: pgmap v5781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:10.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:10.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:11.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:11.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:11 smithi088 ceph-mon[96111]: pgmap v5782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:11 smithi187 ceph-mon[111815]: pgmap v5782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:12.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:12.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:13.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:13.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:13 smithi088 ceph-mon[96111]: pgmap v5783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:13 smithi187 ceph-mon[111815]: pgmap v5783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:14.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:14.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:15.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:15.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:15 smithi088 ceph-mon[96111]: pgmap v5784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:29:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:15 smithi187 ceph-mon[111815]: pgmap v5784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:29:16.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:16.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:17.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:17.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:17 smithi088 ceph-mon[96111]: pgmap v5785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:17 smithi187 ceph-mon[111815]: pgmap v5785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:18.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:18.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:19.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:19.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:19 smithi088 ceph-mon[96111]: pgmap v5786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:19 smithi187 ceph-mon[111815]: pgmap v5786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:20.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:20.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:21.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:21.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:21 smithi088 ceph-mon[96111]: pgmap v5787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:21 smithi187 ceph-mon[111815]: pgmap v5787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:22.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:22.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:23.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:23.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:23 smithi088 ceph-mon[96111]: pgmap v5788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:23 smithi187 ceph-mon[111815]: pgmap v5788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:24.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:24.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:25.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:25.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:25 smithi088 ceph-mon[96111]: pgmap v5789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:25 smithi187 ceph-mon[111815]: pgmap v5789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:26.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:26.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:27.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:27.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:27 smithi088 ceph-mon[96111]: pgmap v5790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:27 smithi187 ceph-mon[111815]: pgmap v5790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:28.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:28.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:29.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:29.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:29 smithi088 ceph-mon[96111]: pgmap v5791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:29 smithi187 ceph-mon[111815]: pgmap v5791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:30.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:30.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:29:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:29:31.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:31.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:31 smithi088 ceph-mon[96111]: pgmap v5792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:31 smithi187 ceph-mon[111815]: pgmap v5792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:32.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:32.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:33.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:33.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:33 smithi088 ceph-mon[96111]: pgmap v5793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:33 smithi187 ceph-mon[111815]: pgmap v5793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:34.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:34.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:35.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:35.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:35 smithi088 ceph-mon[96111]: pgmap v5794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:35 smithi187 ceph-mon[111815]: pgmap v5794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:36.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:36.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:37.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:37.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:37 smithi088 ceph-mon[96111]: pgmap v5795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:37 smithi187 ceph-mon[111815]: pgmap v5795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:38.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:38.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:39.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:39.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:39 smithi088 ceph-mon[96111]: pgmap v5796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:39 smithi187 ceph-mon[111815]: pgmap v5796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:40.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:40.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:41.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:41.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:41 smithi088 ceph-mon[96111]: pgmap v5797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:41 smithi187 ceph-mon[111815]: pgmap v5797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:42.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:42.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:43.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:43.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:43 smithi088 ceph-mon[96111]: pgmap v5798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:44.076 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:43 smithi187 ceph-mon[111815]: pgmap v5798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:44.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:44.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:45.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:45.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:45 smithi187 ceph-mon[111815]: pgmap v5799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:29:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:45 smithi088 ceph-mon[96111]: pgmap v5799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:29:46.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:46.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:47.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:47.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:47 smithi187 ceph-mon[111815]: pgmap v5800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:47 smithi088 ceph-mon[96111]: pgmap v5800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:48.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:48.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:49.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:49.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:49 smithi187 ceph-mon[111815]: pgmap v5801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:49 smithi088 ceph-mon[96111]: pgmap v5801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:50.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:50.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:51.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:51.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:51 smithi187 ceph-mon[111815]: pgmap v5802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:51 smithi088 ceph-mon[96111]: pgmap v5802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:52.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:52.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:53.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:53.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:54.181 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:53 smithi187 ceph-mon[111815]: pgmap v5803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:53 smithi088 ceph-mon[96111]: pgmap v5803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:54.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:54.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:55.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:55.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:55 smithi187 ceph-mon[111815]: pgmap v5804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:55 smithi088 ceph-mon[96111]: pgmap v5804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:29:56.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:56.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:57.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:57.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:57 smithi187 ceph-mon[111815]: pgmap v5805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:57 smithi088 ceph-mon[96111]: pgmap v5805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:29:58.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:58.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:29:59.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:29:59.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:59 smithi187 ceph-mon[111815]: pgmap v5806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:30:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:30:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:30:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:30:00.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:30:00.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:29:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:30:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:59 smithi088 ceph-mon[96111]: pgmap v5806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:30:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:30:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:30:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:30:00.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:30:00.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:29:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:30:00.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:00.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T02:30:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:30:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T02:30:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:30:01.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:01.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:01 smithi187 ceph-mon[111815]: pgmap v5807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:01 smithi088 ceph-mon[96111]: pgmap v5807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:02.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:02.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:03.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:03.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:03 smithi187 ceph-mon[111815]: pgmap v5808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:03 smithi088 ceph-mon[96111]: pgmap v5808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:04.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:04.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:05.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:05.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:05 smithi187 ceph-mon[111815]: pgmap v5809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:05 smithi088 ceph-mon[96111]: pgmap v5809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:06.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:06.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:07.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:07.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:07 smithi187 ceph-mon[111815]: pgmap v5810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:07 smithi088 ceph-mon[96111]: pgmap v5810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:08.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:08.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:09.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:09.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:10.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:09 smithi088 ceph-mon[96111]: pgmap v5811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:09 smithi187 ceph-mon[111815]: pgmap v5811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:10.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:10.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:11.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:11.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:11 smithi187 ceph-mon[111815]: pgmap v5812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:11 smithi088 ceph-mon[96111]: pgmap v5812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:12.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:12.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:13.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:13.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:13 smithi187 ceph-mon[111815]: pgmap v5813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:13 smithi088 ceph-mon[96111]: pgmap v5813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:14.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:14.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:15.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:15.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:15 smithi187 ceph-mon[111815]: pgmap v5814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:30:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:15 smithi088 ceph-mon[96111]: pgmap v5814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:30:16.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:16.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:17.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:17.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:17 smithi187 ceph-mon[111815]: pgmap v5815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:17 smithi088 ceph-mon[96111]: pgmap v5815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:18.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:18.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:19.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:19.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:19 smithi187 ceph-mon[111815]: pgmap v5816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:20.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:19 smithi088 ceph-mon[96111]: pgmap v5816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:20.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:20.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:21.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:21.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:21 smithi187 ceph-mon[111815]: pgmap v5817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:21 smithi088 ceph-mon[96111]: pgmap v5817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:22.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:22.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:23.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:23.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:23 smithi187 ceph-mon[111815]: pgmap v5818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:23 smithi088 ceph-mon[96111]: pgmap v5818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:24.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:24.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:25.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:25.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:25 smithi187 ceph-mon[111815]: pgmap v5819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:25 smithi088 ceph-mon[96111]: pgmap v5819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:26.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:26.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:27.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:27.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:27 smithi187 ceph-mon[111815]: pgmap v5820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:27 smithi088 ceph-mon[96111]: pgmap v5820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:28.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:28.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:29.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:29.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:29 smithi187 ceph-mon[111815]: pgmap v5821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:29 smithi088 ceph-mon[96111]: pgmap v5821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:30.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:30.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:30:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:30:31.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:31.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:31 smithi187 ceph-mon[111815]: pgmap v5822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:31 smithi088 ceph-mon[96111]: pgmap v5822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:32.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:32.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:33.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:33.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:33 smithi187 ceph-mon[111815]: pgmap v5823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:33 smithi088 ceph-mon[96111]: pgmap v5823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:34.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:34.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:35.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:35.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:35 smithi187 ceph-mon[111815]: pgmap v5824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:35 smithi088 ceph-mon[96111]: pgmap v5824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:36.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:36.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:37.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:37.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:37 smithi187 ceph-mon[111815]: pgmap v5825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:37 smithi088 ceph-mon[96111]: pgmap v5825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:38.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:38.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:39.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:39.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:39 smithi187 ceph-mon[111815]: pgmap v5826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:39 smithi088 ceph-mon[96111]: pgmap v5826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:40.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:40.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:41.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:41.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:41 smithi187 ceph-mon[111815]: pgmap v5827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:41 smithi088 ceph-mon[96111]: pgmap v5827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:42.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:42.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:43.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:43.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:43 smithi187 ceph-mon[111815]: pgmap v5828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:43 smithi088 ceph-mon[96111]: pgmap v5828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:44.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:44.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:45.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:45.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:45 smithi187 ceph-mon[111815]: pgmap v5829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:30:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:45 smithi088 ceph-mon[96111]: pgmap v5829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:30:46.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:46.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:47.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:47.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:47 smithi187 ceph-mon[111815]: pgmap v5830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:47 smithi088 ceph-mon[96111]: pgmap v5830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:48.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:48.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:49.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:49.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:49 smithi187 ceph-mon[111815]: pgmap v5831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:49 smithi088 ceph-mon[96111]: pgmap v5831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:50.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:50.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:51.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:51.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:51 smithi187 ceph-mon[111815]: pgmap v5832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:51 smithi088 ceph-mon[96111]: pgmap v5832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:52.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:52.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:53.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:53.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:53 smithi187 ceph-mon[111815]: pgmap v5833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:53 smithi088 ceph-mon[96111]: pgmap v5833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:54.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:54.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:55.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:55.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:55 smithi187 ceph-mon[111815]: pgmap v5834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:55 smithi088 ceph-mon[96111]: pgmap v5834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:30:56.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:56.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:57.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:57.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:57 smithi187 ceph-mon[111815]: pgmap v5835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:57 smithi088 ceph-mon[96111]: pgmap v5835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:30:58.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:58.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:30:59.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:30:59.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:59 smithi187 ceph-mon[111815]: pgmap v5836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:31:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:31:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:30:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:31:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:59 smithi088 ceph-mon[96111]: pgmap v5836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:31:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:31:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:30:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:31:00.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:00.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:31:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:31:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:31:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:31:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:31:01.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:31:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:31:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:31:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:31:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:31:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:31:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:31:01.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:01.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:01 smithi088 ceph-mon[96111]: pgmap v5837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:01 smithi187 ceph-mon[111815]: pgmap v5837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:02.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:02.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:03.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:03.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:03 smithi088 ceph-mon[96111]: pgmap v5838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:03 smithi187 ceph-mon[111815]: pgmap v5838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:04.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:04.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:05.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:05.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:05 smithi088 ceph-mon[96111]: pgmap v5839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:05 smithi187 ceph-mon[111815]: pgmap v5839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:06.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:06.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:07.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:07.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:07 smithi088 ceph-mon[96111]: pgmap v5840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:07 smithi187 ceph-mon[111815]: pgmap v5840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:08.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:08.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:09.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:09.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:09 smithi088 ceph-mon[96111]: pgmap v5841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:09 smithi187 ceph-mon[111815]: pgmap v5841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:10.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:10.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:11.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:11.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:11 smithi088 ceph-mon[96111]: pgmap v5842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:11 smithi187 ceph-mon[111815]: pgmap v5842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:12.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:12.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:13.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:13.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:13 smithi088 ceph-mon[96111]: pgmap v5843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:13 smithi187 ceph-mon[111815]: pgmap v5843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:14.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:14.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:15.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:15.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:15 smithi088 ceph-mon[96111]: pgmap v5844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:31:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:15 smithi187 ceph-mon[111815]: pgmap v5844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:31:16.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:16.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:17.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:17.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:17 smithi088 ceph-mon[96111]: pgmap v5845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:17 smithi187 ceph-mon[111815]: pgmap v5845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:18.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:18.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:19.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:19.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:19 smithi088 ceph-mon[96111]: pgmap v5846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:19 smithi187 ceph-mon[111815]: pgmap v5846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:20.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:20.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:21.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:21.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:21 smithi088 ceph-mon[96111]: pgmap v5847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:21 smithi187 ceph-mon[111815]: pgmap v5847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:22.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:22.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:23.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:23.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:23 smithi088 ceph-mon[96111]: pgmap v5848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:23 smithi187 ceph-mon[111815]: pgmap v5848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:24.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:24.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:25.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:25.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:26 smithi088 ceph-mon[96111]: pgmap v5849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:26 smithi187 ceph-mon[111815]: pgmap v5849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:26.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:26.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:27.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:27.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:28 smithi088 ceph-mon[96111]: pgmap v5850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:28 smithi187 ceph-mon[111815]: pgmap v5850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:28.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:28.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:29.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:29.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:30 smithi088 ceph-mon[96111]: pgmap v5851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:30 smithi187 ceph-mon[111815]: pgmap v5851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:30.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:30.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:31:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:31:31.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:31.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:32 smithi088 ceph-mon[96111]: pgmap v5852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:32 smithi187 ceph-mon[111815]: pgmap v5852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:32.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:32.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:33.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:33.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:34 smithi088 ceph-mon[96111]: pgmap v5853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:34 smithi187 ceph-mon[111815]: pgmap v5853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:34.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:34.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:35.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:35.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:36 smithi088 ceph-mon[96111]: pgmap v5854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:36 smithi187 ceph-mon[111815]: pgmap v5854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:36.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:36.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:37.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:37.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:38 smithi088 ceph-mon[96111]: pgmap v5855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:38.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:38 smithi187 ceph-mon[111815]: pgmap v5855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:38.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:38.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:39.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:39.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:40.283 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:40 smithi187 ceph-mon[111815]: pgmap v5856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:40 smithi088 ceph-mon[96111]: pgmap v5856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:40.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:40.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:41.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:41.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:42 smithi088 ceph-mon[96111]: pgmap v5857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:42 smithi187 ceph-mon[111815]: pgmap v5857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:42.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:42.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:43.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:43.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:44 smithi088 ceph-mon[96111]: pgmap v5858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:44 smithi187 ceph-mon[111815]: pgmap v5858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:44.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:44.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:45.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:45.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:46 smithi088 ceph-mon[96111]: pgmap v5859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:31:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:46 smithi187 ceph-mon[111815]: pgmap v5859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:31:46.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:46.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:47.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:47.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:48 smithi088 ceph-mon[96111]: pgmap v5860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:48 smithi187 ceph-mon[111815]: pgmap v5860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:48.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:48.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:49.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:49.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:50 smithi088 ceph-mon[96111]: pgmap v5861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:50.388 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:50 smithi187 ceph-mon[111815]: pgmap v5861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:50.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:50.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:51.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:51.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:52 smithi088 ceph-mon[96111]: pgmap v5862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:52 smithi187 ceph-mon[111815]: pgmap v5862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:52.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:52.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:53.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:53.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:54 smithi088 ceph-mon[96111]: pgmap v5863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:54 smithi187 ceph-mon[111815]: pgmap v5863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:54.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:54.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:55.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:55.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:56 smithi088 ceph-mon[96111]: pgmap v5864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:56 smithi187 ceph-mon[111815]: pgmap v5864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:31:56.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:56.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:57.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:57.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:31:58 smithi088 ceph-mon[96111]: pgmap v5865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:31:58 smithi187 ceph-mon[111815]: pgmap v5865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:31:58.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:58.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:31:59.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:31:59.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:00 smithi088 ceph-mon[96111]: pgmap v5866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:00 smithi187 ceph-mon[111815]: pgmap v5866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:00.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:00.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:32:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:32:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:32:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:32:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:32:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:32:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:32:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:32:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:32:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:32:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:32:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:32:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:32:01.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:32:01.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:01.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:02 smithi088 ceph-mon[96111]: pgmap v5867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:02 smithi187 ceph-mon[111815]: pgmap v5867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:02.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:02.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:03.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:03.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:04 smithi187 ceph-mon[111815]: pgmap v5868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:04 smithi088 ceph-mon[96111]: pgmap v5868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:04.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:04.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:05.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:05.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:06 smithi187 ceph-mon[111815]: pgmap v5869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:06 smithi088 ceph-mon[96111]: pgmap v5869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:06.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:06.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:07.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:07.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:08 smithi187 ceph-mon[111815]: pgmap v5870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:08 smithi088 ceph-mon[96111]: pgmap v5870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:08.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:08.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:09.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:09.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:10 smithi187 ceph-mon[111815]: pgmap v5871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:10 smithi088 ceph-mon[96111]: pgmap v5871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:10.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:10.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:11 smithi187 ceph-mon[111815]: pgmap v5872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:11 smithi088 ceph-mon[96111]: pgmap v5872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:11.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:11.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:12.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:12.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:13.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:13.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:13 smithi088 ceph-mon[96111]: pgmap v5873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:13 smithi187 ceph-mon[111815]: pgmap v5873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:14.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:14.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:15.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:15.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:15 smithi187 ceph-mon[111815]: pgmap v5874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:32:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:15 smithi088 ceph-mon[96111]: pgmap v5874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:32:16.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:16.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:17.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:17.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:17 smithi088 ceph-mon[96111]: pgmap v5875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:17 smithi187 ceph-mon[111815]: pgmap v5875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:18.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:18.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:19.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:19.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:19 smithi088 ceph-mon[96111]: pgmap v5876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:19 smithi187 ceph-mon[111815]: pgmap v5876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:20.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:20.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:21.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:21.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:21 smithi088 ceph-mon[96111]: pgmap v5877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:21 smithi187 ceph-mon[111815]: pgmap v5877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:22.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:22.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:23.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:23.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:23 smithi088 ceph-mon[96111]: pgmap v5878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:23 smithi187 ceph-mon[111815]: pgmap v5878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:24.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:24.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:25.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:25.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:25 smithi088 ceph-mon[96111]: pgmap v5879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:25 smithi187 ceph-mon[111815]: pgmap v5879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:26.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:26.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:27.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:27.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:27 smithi088 ceph-mon[96111]: pgmap v5880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:27 smithi187 ceph-mon[111815]: pgmap v5880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:28.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:28.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:29.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:29.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:29 smithi088 ceph-mon[96111]: pgmap v5881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:29 smithi187 ceph-mon[111815]: pgmap v5881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:30.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:30.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:32:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:32:31.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:31.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:31 smithi187 ceph-mon[111815]: pgmap v5882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:31 smithi088 ceph-mon[96111]: pgmap v5882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:32.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:32.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:33.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:33.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:33 smithi187 ceph-mon[111815]: pgmap v5883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:33 smithi088 ceph-mon[96111]: pgmap v5883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:34.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:34.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:35.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:35.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:35 smithi187 ceph-mon[111815]: pgmap v5884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:35 smithi088 ceph-mon[96111]: pgmap v5884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:36.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:36.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:37.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:37.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:37 smithi187 ceph-mon[111815]: pgmap v5885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:37 smithi088 ceph-mon[96111]: pgmap v5885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:38.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:38.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:39.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:39.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:39 smithi187 ceph-mon[111815]: pgmap v5886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:39 smithi088 ceph-mon[96111]: pgmap v5886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:40.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:40.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:41.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:41.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:41 smithi088 ceph-mon[96111]: pgmap v5887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:41 smithi187 ceph-mon[111815]: pgmap v5887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:42.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:42.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:43.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:43.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:43 smithi187 ceph-mon[111815]: pgmap v5888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:43 smithi088 ceph-mon[96111]: pgmap v5888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:44.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:44.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:45.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:45.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:45 smithi187 ceph-mon[111815]: pgmap v5889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:32:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:45 smithi088 ceph-mon[96111]: pgmap v5889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:32:46.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:46.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:47.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:47.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:47 smithi187 ceph-mon[111815]: pgmap v5890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:47 smithi088 ceph-mon[96111]: pgmap v5890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:48.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:48.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:49.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:49.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:49 smithi187 ceph-mon[111815]: pgmap v5891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:49 smithi088 ceph-mon[96111]: pgmap v5891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:50.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:50.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:51.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:51.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:51 smithi088 ceph-mon[96111]: pgmap v5892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:51 smithi187 ceph-mon[111815]: pgmap v5892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:52.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:52.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:53.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:53.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:53 smithi187 ceph-mon[111815]: pgmap v5893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:53 smithi088 ceph-mon[96111]: pgmap v5893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:54.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:54.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:55.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:55.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:55 smithi187 ceph-mon[111815]: pgmap v5894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:55 smithi088 ceph-mon[96111]: pgmap v5894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:32:56.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:56.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:57.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:57.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:57 smithi187 ceph-mon[111815]: pgmap v5895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:57 smithi088 ceph-mon[96111]: pgmap v5895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:32:58.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:58.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:32:59.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:32:59.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:32:59 smithi187 ceph-mon[111815]: pgmap v5896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:32:59 smithi088 ceph-mon[96111]: pgmap v5896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:00.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:00.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:01.133 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:33:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:33:01.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:01.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:01 smithi187 ceph-mon[111815]: pgmap v5897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:33:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:33:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:33:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:33:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:33:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:33:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:33:02.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:33:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:01 smithi088 ceph-mon[96111]: pgmap v5897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:33:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:33:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:33:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:33:02.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:33:02.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:33:02.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:33:02.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:33:02.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:02.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:03.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:03.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:03 smithi187 ceph-mon[111815]: pgmap v5898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:03 smithi088 ceph-mon[96111]: pgmap v5898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:04.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:04.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:05.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:05.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:06.190 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:05 smithi187 ceph-mon[111815]: pgmap v5899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:05 smithi088 ceph-mon[96111]: pgmap v5899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:06.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:06.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:07.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:07.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:07 smithi187 ceph-mon[111815]: pgmap v5900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:07 smithi088 ceph-mon[96111]: pgmap v5900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:08.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:08.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:09.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:09.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:09 smithi187 ceph-mon[111815]: pgmap v5901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:09 smithi088 ceph-mon[96111]: pgmap v5901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:10.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:10.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:11.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:11.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:11 smithi187 ceph-mon[111815]: pgmap v5902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:11 smithi088 ceph-mon[96111]: pgmap v5902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:12.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:12.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:13.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:13.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:13 smithi187 ceph-mon[111815]: pgmap v5903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:13 smithi088 ceph-mon[96111]: pgmap v5903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:14.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:14.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:15.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:15.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:15 smithi187 ceph-mon[111815]: pgmap v5904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:33:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:15 smithi088 ceph-mon[96111]: pgmap v5904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:33:16.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:16.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:17.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:17.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:17 smithi187 ceph-mon[111815]: pgmap v5905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:17 smithi088 ceph-mon[96111]: pgmap v5905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:18.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:18.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:19.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:19.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:19 smithi187 ceph-mon[111815]: pgmap v5906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:19 smithi088 ceph-mon[96111]: pgmap v5906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:20.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:20.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:21.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:21.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:21 smithi187 ceph-mon[111815]: pgmap v5907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:21 smithi088 ceph-mon[96111]: pgmap v5907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:22.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:22.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:23.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:23.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:24.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:23 smithi187 ceph-mon[111815]: pgmap v5908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:23 smithi088 ceph-mon[96111]: pgmap v5908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:24.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:24.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:25.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:25.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:25 smithi187 ceph-mon[111815]: pgmap v5909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:25 smithi088 ceph-mon[96111]: pgmap v5909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:26.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:26.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:27.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:27.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:27 smithi187 ceph-mon[111815]: pgmap v5910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:27 smithi088 ceph-mon[96111]: pgmap v5910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:28.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:28.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:29.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:29.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:29 smithi187 ceph-mon[111815]: pgmap v5911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:29 smithi088 ceph-mon[96111]: pgmap v5911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:30.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:30.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:33:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:33:31.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:31.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:31 smithi187 ceph-mon[111815]: pgmap v5912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:31 smithi088 ceph-mon[96111]: pgmap v5912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:32.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:32.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:33.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:33.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:33 smithi187 ceph-mon[111815]: pgmap v5913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:33 smithi088 ceph-mon[96111]: pgmap v5913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:34.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:34.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:35.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:35.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:35 smithi187 ceph-mon[111815]: pgmap v5914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:35 smithi088 ceph-mon[96111]: pgmap v5914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:36.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:36.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:38.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:38.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:37 smithi187 ceph-mon[111815]: pgmap v5915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:37 smithi088 ceph-mon[96111]: pgmap v5915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:39.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:39.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:40.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:40.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:39 smithi187 ceph-mon[111815]: pgmap v5916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:39 smithi088 ceph-mon[96111]: pgmap v5916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:41.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:41.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:42.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:42.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:41 smithi187 ceph-mon[111815]: pgmap v5917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:42.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:41 smithi088 ceph-mon[96111]: pgmap v5917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:43.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:43.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:44.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:44.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:43 smithi187 ceph-mon[111815]: pgmap v5918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:43 smithi088 ceph-mon[96111]: pgmap v5918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:45.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:45.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:46.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:46.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:45 smithi187 ceph-mon[111815]: pgmap v5919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:33:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:45 smithi088 ceph-mon[96111]: pgmap v5919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:33:47.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:47.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:48.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:48.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:47 smithi088 ceph-mon[96111]: pgmap v5920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:47 smithi187 ceph-mon[111815]: pgmap v5920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:49.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:49.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:50.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:50.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:49 smithi088 ceph-mon[96111]: pgmap v5921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:49 smithi187 ceph-mon[111815]: pgmap v5921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:51.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:51.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:52.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:52.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:52.317 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:51 smithi088 ceph-mon[96111]: pgmap v5922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:52.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:51 smithi187 ceph-mon[111815]: pgmap v5922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:53.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:53.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:54.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:54.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:53 smithi088 ceph-mon[96111]: pgmap v5923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:53 smithi187 ceph-mon[111815]: pgmap v5923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:55.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:55.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:56.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:56.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:55 smithi088 ceph-mon[96111]: pgmap v5924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:55 smithi187 ceph-mon[111815]: pgmap v5924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:33:57.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:57.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:58.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:58.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:33:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:57 smithi088 ceph-mon[96111]: pgmap v5925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:57 smithi187 ceph-mon[111815]: pgmap v5925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:33:59.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:33:59.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:00.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:00.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:33:59 smithi088 ceph-mon[96111]: pgmap v5926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:33:59 smithi187 ceph-mon[111815]: pgmap v5926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:01.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:01.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:34:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:34:02.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:02.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:01 smithi187 ceph-mon[111815]: pgmap v5927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:34:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:01 smithi088 ceph-mon[96111]: pgmap v5927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:34:03.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:03.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:34:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:34:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:34:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:34:03.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:34:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:34:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:34:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:34:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:34:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:34:04.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:04.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:03 smithi088 ceph-mon[96111]: pgmap v5928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:03 smithi187 ceph-mon[111815]: pgmap v5928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:05.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:05.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:06.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:06.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:06 smithi088 ceph-mon[96111]: pgmap v5929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:06 smithi187 ceph-mon[111815]: pgmap v5929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:07.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:07.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:08.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:08.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:08 smithi088 ceph-mon[96111]: pgmap v5930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:08 smithi187 ceph-mon[111815]: pgmap v5930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:09.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:09.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:10.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:10.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:10 smithi088 ceph-mon[96111]: pgmap v5931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:10 smithi187 ceph-mon[111815]: pgmap v5931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:11.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:11.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:12.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:12.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:12 smithi187 ceph-mon[111815]: pgmap v5932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:12 smithi088 ceph-mon[96111]: pgmap v5932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:13.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:13.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:14.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:14.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:14 smithi088 ceph-mon[96111]: pgmap v5933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:14 smithi187 ceph-mon[111815]: pgmap v5933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:15.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:15.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:16.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:16.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:16 smithi088 ceph-mon[96111]: pgmap v5934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:34:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:16 smithi187 ceph-mon[111815]: pgmap v5934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:34:17.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:17.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:18.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:18.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:18 smithi088 ceph-mon[96111]: pgmap v5935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:18 smithi187 ceph-mon[111815]: pgmap v5935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:19.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:19.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:20.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:20.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:20 smithi088 ceph-mon[96111]: pgmap v5936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:20 smithi187 ceph-mon[111815]: pgmap v5936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:21.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:21.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:22.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:22.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:22 smithi088 ceph-mon[96111]: pgmap v5937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:22 smithi187 ceph-mon[111815]: pgmap v5937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:23.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:23.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:24.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:24.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:24 smithi088 ceph-mon[96111]: pgmap v5938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:24 smithi187 ceph-mon[111815]: pgmap v5938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:25.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:25.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:26.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:26.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:26 smithi088 ceph-mon[96111]: pgmap v5939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:26 smithi187 ceph-mon[111815]: pgmap v5939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:27.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:27.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:28.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:28.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:28 smithi088 ceph-mon[96111]: pgmap v5940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:28 smithi187 ceph-mon[111815]: pgmap v5940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:29.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:29.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:30.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:30.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:30 smithi088 ceph-mon[96111]: pgmap v5941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:30 smithi187 ceph-mon[111815]: pgmap v5941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:31.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:31.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:34:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:34:32.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:32.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:32 smithi088 ceph-mon[96111]: pgmap v5942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:32 smithi187 ceph-mon[111815]: pgmap v5942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:33.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:33.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:34.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:34.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:34 smithi088 ceph-mon[96111]: pgmap v5943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:34 smithi187 ceph-mon[111815]: pgmap v5943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:35.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:35.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:36.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:36.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:36 smithi088 ceph-mon[96111]: pgmap v5944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:36 smithi187 ceph-mon[111815]: pgmap v5944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:37.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:37.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:38.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:38.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:38 smithi088 ceph-mon[96111]: pgmap v5945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:38 smithi187 ceph-mon[111815]: pgmap v5945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:39.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:39.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:40.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:40.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:40 smithi088 ceph-mon[96111]: pgmap v5946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:40 smithi187 ceph-mon[111815]: pgmap v5946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:41.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:41.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:42.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:42.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:42 smithi088 ceph-mon[96111]: pgmap v5947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:42 smithi187 ceph-mon[111815]: pgmap v5947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:43.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:43.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:44.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:44.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:44 smithi088 ceph-mon[96111]: pgmap v5948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:44 smithi187 ceph-mon[111815]: pgmap v5948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:45.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:45.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:46.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:46.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:46 smithi088 ceph-mon[96111]: pgmap v5949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:34:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:46 smithi187 ceph-mon[111815]: pgmap v5949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:34:47.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:47.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:48.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:48.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:48 smithi088 ceph-mon[96111]: pgmap v5950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:48 smithi187 ceph-mon[111815]: pgmap v5950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:49.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:49.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:50.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:50.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:50 smithi187 ceph-mon[111815]: pgmap v5951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:50 smithi088 ceph-mon[96111]: pgmap v5951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:51.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:51.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:52.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:52.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:52 smithi187 ceph-mon[111815]: pgmap v5952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:52 smithi088 ceph-mon[96111]: pgmap v5952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:53.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:53.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:54.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:54.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:54 smithi187 ceph-mon[111815]: pgmap v5953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:54 smithi088 ceph-mon[96111]: pgmap v5953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:55.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:55.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:56.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:56.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:56.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:56 smithi187 ceph-mon[111815]: pgmap v5954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:56 smithi088 ceph-mon[96111]: pgmap v5954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:34:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:58.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:58.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:34:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:34:58 smithi088 ceph-mon[96111]: pgmap v5955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:34:58 smithi187 ceph-mon[111815]: pgmap v5955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:34:59.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:34:59.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:00.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:00.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:00 smithi187 ceph-mon[111815]: pgmap v5956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:00 smithi088 ceph-mon[96111]: pgmap v5956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:01.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:01.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:35:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:35:02.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:02.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:02.390 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:02 smithi187 ceph-mon[111815]: pgmap v5957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:02 smithi088 ceph-mon[96111]: pgmap v5957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:03.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:03.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:35:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:35:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:35:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:35:03.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:35:03.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:35:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:35:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:35:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:35:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:35:03.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:35:03.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:35:04.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:04.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:04 smithi187 ceph-mon[111815]: pgmap v5958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:04 smithi088 ceph-mon[96111]: pgmap v5958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:05.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:05.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:06.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:06.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:06 smithi187 ceph-mon[111815]: pgmap v5959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:06 smithi088 ceph-mon[96111]: pgmap v5959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:07.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:07.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:08.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:08.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:08 smithi088 ceph-mon[96111]: pgmap v5960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:08 smithi187 ceph-mon[111815]: pgmap v5960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:09.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:09.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:10.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:10.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:10 smithi187 ceph-mon[111815]: pgmap v5961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:10 smithi088 ceph-mon[96111]: pgmap v5961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:11.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:11.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:12.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:12.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:12 smithi187 ceph-mon[111815]: pgmap v5962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:12.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:12 smithi088 ceph-mon[96111]: pgmap v5962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:13.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:13.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:14.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:14.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:14 smithi187 ceph-mon[111815]: pgmap v5963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:14 smithi088 ceph-mon[96111]: pgmap v5963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:15.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:15.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:15 smithi187 ceph-mon[111815]: pgmap v5964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:35:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:15 smithi088 ceph-mon[96111]: pgmap v5964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:35:16.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:16.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:17.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:17.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:17 smithi187 ceph-mon[111815]: pgmap v5965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:17 smithi088 ceph-mon[96111]: pgmap v5965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:18.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:18.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:19.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:19.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:20.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:20.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:19 smithi187 ceph-mon[111815]: pgmap v5966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:19 smithi088 ceph-mon[96111]: pgmap v5966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:21.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:21.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:22.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:22.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:21 smithi187 ceph-mon[111815]: pgmap v5967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:21 smithi088 ceph-mon[96111]: pgmap v5967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:23.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:23.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:24.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:24.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:23 smithi187 ceph-mon[111815]: pgmap v5968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:23 smithi088 ceph-mon[96111]: pgmap v5968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:25.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:25.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:26.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:26.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:25 smithi187 ceph-mon[111815]: pgmap v5969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:25 smithi088 ceph-mon[96111]: pgmap v5969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:27.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:27.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:27.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:27 smithi187 ceph-mon[111815]: pgmap v5970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:28.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:28.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:28.245 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:27 smithi088 ceph-mon[96111]: pgmap v5970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:29.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:29.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:30.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:30.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:29 smithi187 ceph-mon[111815]: pgmap v5971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:29 smithi088 ceph-mon[96111]: pgmap v5971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:31.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:31.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:35:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:35:32.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:32.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:31 smithi187 ceph-mon[111815]: pgmap v5972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:31 smithi088 ceph-mon[96111]: pgmap v5972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:33.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:33.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:34.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:34.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:33 smithi187 ceph-mon[111815]: pgmap v5973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:33 smithi088 ceph-mon[96111]: pgmap v5973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:35.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:35.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:36.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:36.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:35 smithi187 ceph-mon[111815]: pgmap v5974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:35 smithi088 ceph-mon[96111]: pgmap v5974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:37.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:37.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:38.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:38.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:37 smithi187 ceph-mon[111815]: pgmap v5975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:37 smithi088 ceph-mon[96111]: pgmap v5975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:39.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:39.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:40.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:40.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:40.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:39 smithi187 ceph-mon[111815]: pgmap v5976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:40.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:39 smithi088 ceph-mon[96111]: pgmap v5976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:41.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:41.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:42.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:42.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:41 smithi187 ceph-mon[111815]: pgmap v5977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:41 smithi088 ceph-mon[96111]: pgmap v5977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:43.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:43.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:44.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:44.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:43 smithi187 ceph-mon[111815]: pgmap v5978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:43 smithi088 ceph-mon[96111]: pgmap v5978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:45.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:45.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:46.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:46.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:45 smithi187 ceph-mon[111815]: pgmap v5979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:35:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:45 smithi088 ceph-mon[96111]: pgmap v5979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:35:47.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:47.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:48.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:47 smithi187 ceph-mon[111815]: pgmap v5980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:48.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:48.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:47 smithi088 ceph-mon[96111]: pgmap v5980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:49.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:49.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:49 smithi187 ceph-mon[111815]: pgmap v5981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:50.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:50.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:49 smithi088 ceph-mon[96111]: pgmap v5981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:51.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:51.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:51 smithi187 ceph-mon[111815]: pgmap v5982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:52.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:52.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:51 smithi088 ceph-mon[96111]: pgmap v5982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:53.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:53.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:53 smithi187 ceph-mon[111815]: pgmap v5983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:54.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:54.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:53 smithi088 ceph-mon[96111]: pgmap v5983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:55.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:55.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:56.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:55 smithi187 ceph-mon[111815]: pgmap v5984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:56.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:56.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:55 smithi088 ceph-mon[96111]: pgmap v5984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:35:57.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:57.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:57 smithi187 ceph-mon[111815]: pgmap v5985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:58.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:58.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:35:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:57 smithi088 ceph-mon[96111]: pgmap v5985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:35:59.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:35:59.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:35:59 smithi187 ceph-mon[111815]: pgmap v5986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:00.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:00.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:35:59 smithi088 ceph-mon[96111]: pgmap v5986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:36:01.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:01.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:36:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:01 smithi187 ceph-mon[111815]: pgmap v5987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:02.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:02.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:01 smithi088 ceph-mon[96111]: pgmap v5987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:03.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:03.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:03 smithi187 ceph-mon[111815]: pgmap v5988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:36:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:36:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:36:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:36:04.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:36:04.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:36:04.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:04.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:03 smithi088 ceph-mon[96111]: pgmap v5988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:36:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:36:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:36:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:36:04.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:36:04.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:36:05.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:05.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:05 smithi187 ceph-mon[111815]: pgmap v5989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:06.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:06.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:05 smithi088 ceph-mon[96111]: pgmap v5989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:07.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:07.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:07 smithi187 ceph-mon[111815]: pgmap v5990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:08.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:08.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:07 smithi088 ceph-mon[96111]: pgmap v5990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:09.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:09.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:09 smithi187 ceph-mon[111815]: pgmap v5991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:10.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:10.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:09 smithi088 ceph-mon[96111]: pgmap v5991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:11.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:11.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:11 smithi187 ceph-mon[111815]: pgmap v5992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:12.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:12.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:11 smithi088 ceph-mon[96111]: pgmap v5992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:13.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:13.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:13 smithi088 ceph-mon[96111]: pgmap v5993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:13 smithi187 ceph-mon[111815]: pgmap v5993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:14.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:14.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:15.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:15.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:15 smithi187 ceph-mon[111815]: pgmap v5994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:36:16.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:16.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:15 smithi088 ceph-mon[96111]: pgmap v5994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:36:17.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:17.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:18.192 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:17 smithi187 ceph-mon[111815]: pgmap v5995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:18.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:18.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:17 smithi088 ceph-mon[96111]: pgmap v5995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:19.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:19.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:20.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:19 smithi187 ceph-mon[111815]: pgmap v5996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:20.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:20.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:19 smithi088 ceph-mon[96111]: pgmap v5996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:21.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:21.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:21 smithi187 ceph-mon[111815]: pgmap v5997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:22.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:22.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:21 smithi088 ceph-mon[96111]: pgmap v5997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:23.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:23.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:23 smithi088 ceph-mon[96111]: pgmap v5998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:24.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:23 smithi187 ceph-mon[111815]: pgmap v5998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:24.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:24.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:25.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:25.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:26.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:25 smithi187 ceph-mon[111815]: pgmap v5999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:26.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:26.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:25 smithi088 ceph-mon[96111]: pgmap v5999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:27.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:27.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:27 smithi187 ceph-mon[111815]: pgmap v6000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:28.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:28.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:27 smithi088 ceph-mon[96111]: pgmap v6000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:29.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:29.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:29 smithi187 ceph-mon[111815]: pgmap v6001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:30.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:30.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:29 smithi088 ceph-mon[96111]: pgmap v6001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:31.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:31.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:36:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:36:32.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:32.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:31 smithi088 ceph-mon[96111]: pgmap v6002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:31 smithi187 ceph-mon[111815]: pgmap v6002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:33.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:33.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:34.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:34.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:33 smithi088 ceph-mon[96111]: pgmap v6003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:33 smithi187 ceph-mon[111815]: pgmap v6003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:35.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:35.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:36.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:36.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:35 smithi088 ceph-mon[96111]: pgmap v6004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:35 smithi187 ceph-mon[111815]: pgmap v6004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:37.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:37.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:38.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:38.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:37 smithi088 ceph-mon[96111]: pgmap v6005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:38.403 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:37 smithi187 ceph-mon[111815]: pgmap v6005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:39.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:39.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:40.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:40.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:39 smithi088 ceph-mon[96111]: pgmap v6006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:39 smithi187 ceph-mon[111815]: pgmap v6006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:41.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:41.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:42.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:42.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:41 smithi088 ceph-mon[96111]: pgmap v6007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:41 smithi187 ceph-mon[111815]: pgmap v6007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:43.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:43.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:44.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:44.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:43 smithi088 ceph-mon[96111]: pgmap v6008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:43 smithi187 ceph-mon[111815]: pgmap v6008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:45.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:45.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:46.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:46.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:45 smithi088 ceph-mon[96111]: pgmap v6009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:36:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:45 smithi187 ceph-mon[111815]: pgmap v6009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:36:47.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:47.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:48.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:48.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:47 smithi088 ceph-mon[96111]: pgmap v6010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:47 smithi187 ceph-mon[111815]: pgmap v6010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:49.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:49.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:50.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:50.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:49 smithi088 ceph-mon[96111]: pgmap v6011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:49 smithi187 ceph-mon[111815]: pgmap v6011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:51.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:51.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:52.287 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:51 smithi088 ceph-mon[96111]: pgmap v6012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:52.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:52.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:51 smithi187 ceph-mon[111815]: pgmap v6012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:53.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:53.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:54.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:54.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:53 smithi088 ceph-mon[96111]: pgmap v6013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:53 smithi187 ceph-mon[111815]: pgmap v6013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:55.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:55.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:56.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:56.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:56.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:56 smithi088 ceph-mon[96111]: pgmap v6014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:56 smithi187 ceph-mon[111815]: pgmap v6014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:36:57.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:57.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:36:58 smithi088 ceph-mon[96111]: pgmap v6015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:58.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:58.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:36:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:36:58 smithi187 ceph-mon[111815]: pgmap v6015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:36:59.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:36:59.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:00 smithi088 ceph-mon[96111]: pgmap v6016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:00.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:00.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:00 smithi187 ceph-mon[111815]: pgmap v6016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:37:01.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:01.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:37:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:02 smithi088 ceph-mon[96111]: pgmap v6017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:02.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:02.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:02 smithi187 ceph-mon[111815]: pgmap v6017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:03.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:03.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:04 smithi088 ceph-mon[96111]: pgmap v6018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:37:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:37:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:37:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:37:04.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:37:04.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:37:04.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:04.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:04 smithi187 ceph-mon[111815]: pgmap v6018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:37:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:37:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:37:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:37:04.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:37:04.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:37:05.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:05.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:06 smithi088 ceph-mon[96111]: pgmap v6019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:06.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:06.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:06 smithi187 ceph-mon[111815]: pgmap v6019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:07.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:07.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:08 smithi088 ceph-mon[96111]: pgmap v6020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:08.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:08.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:08 smithi187 ceph-mon[111815]: pgmap v6020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:09.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:09.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:10 smithi088 ceph-mon[96111]: pgmap v6021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:10.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:10.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:10.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:10 smithi187 ceph-mon[111815]: pgmap v6021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:11.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:11.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:12 smithi088 ceph-mon[96111]: pgmap v6022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:12.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:12.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:12 smithi187 ceph-mon[111815]: pgmap v6022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:13.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:13.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:14 smithi088 ceph-mon[96111]: pgmap v6023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:14.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:14.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:14 smithi187 ceph-mon[111815]: pgmap v6023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:15.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:15.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:16 smithi088 ceph-mon[96111]: pgmap v6024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:37:16.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:16.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:16 smithi187 ceph-mon[111815]: pgmap v6024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:37:17.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:17.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:18 smithi088 ceph-mon[96111]: pgmap v6025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:18.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:18.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:18 smithi187 ceph-mon[111815]: pgmap v6025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:19.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:19.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:20 smithi088 ceph-mon[96111]: pgmap v6026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:20.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:20.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:20 smithi187 ceph-mon[111815]: pgmap v6026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:21.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:21.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:22 smithi088 ceph-mon[96111]: pgmap v6027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:22.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:22.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:22 smithi187 ceph-mon[111815]: pgmap v6027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:23.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:23.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:24 smithi187 ceph-mon[111815]: pgmap v6028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:24 smithi088 ceph-mon[96111]: pgmap v6028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:24.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:24.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:25.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:25.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:26 smithi088 ceph-mon[96111]: pgmap v6029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:26.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:26.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:26 smithi187 ceph-mon[111815]: pgmap v6029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:27.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:27.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:28 smithi088 ceph-mon[96111]: pgmap v6030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:28.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:28.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:28 smithi187 ceph-mon[111815]: pgmap v6030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:29.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:29.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:30 smithi088 ceph-mon[96111]: pgmap v6031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:30.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:30.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:30 smithi187 ceph-mon[111815]: pgmap v6031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:37:31.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:31.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:37:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:32 smithi088 ceph-mon[96111]: pgmap v6032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:32.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:32.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:32 smithi187 ceph-mon[111815]: pgmap v6032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:33.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:33.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:34.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:34.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:34 smithi187 ceph-mon[111815]: pgmap v6033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:34.472 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:34 smithi088 ceph-mon[96111]: pgmap v6033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:35.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:35.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:36.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:36.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:36 smithi187 ceph-mon[111815]: pgmap v6034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:36 smithi088 ceph-mon[96111]: pgmap v6034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:37.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:37.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:38.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:38.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:38.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:38 smithi187 ceph-mon[111815]: pgmap v6035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:38 smithi088 ceph-mon[96111]: pgmap v6035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:39.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:39.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:40.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:40.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:40 smithi187 ceph-mon[111815]: pgmap v6036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:40 smithi088 ceph-mon[96111]: pgmap v6036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:41.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:41.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:42.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:42.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:42 smithi187 ceph-mon[111815]: pgmap v6037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:42 smithi088 ceph-mon[96111]: pgmap v6037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:43.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:43.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:44.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:44.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:44 smithi187 ceph-mon[111815]: pgmap v6038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:44.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:44 smithi088 ceph-mon[96111]: pgmap v6038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:45.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:45.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:46.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:46.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:46 smithi187 ceph-mon[111815]: pgmap v6039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:37:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:46 smithi088 ceph-mon[96111]: pgmap v6039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:37:47.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:47.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:48.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:48.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:48 smithi187 ceph-mon[111815]: pgmap v6040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:48 smithi088 ceph-mon[96111]: pgmap v6040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:49.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:49.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:50.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:50.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:50 smithi187 ceph-mon[111815]: pgmap v6041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:50 smithi088 ceph-mon[96111]: pgmap v6041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:51.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:51.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:52.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:52.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:52 smithi187 ceph-mon[111815]: pgmap v6042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:52 smithi088 ceph-mon[96111]: pgmap v6042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:53.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:53.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:54.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:54.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:54 smithi187 ceph-mon[111815]: pgmap v6043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:54 smithi088 ceph-mon[96111]: pgmap v6043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:55.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:55.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:56.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:56.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:56.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:56 smithi187 ceph-mon[111815]: pgmap v6044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:56 smithi088 ceph-mon[96111]: pgmap v6044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:37:57.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:57.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:58.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:58.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:37:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:37:58 smithi187 ceph-mon[111815]: pgmap v6045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:37:58 smithi088 ceph-mon[96111]: pgmap v6045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:37:59.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:37:59.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:00.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:00.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:00 smithi187 ceph-mon[111815]: pgmap v6046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:00 smithi088 ceph-mon[96111]: pgmap v6046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:01.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:01.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:38:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:38:02.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:02.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:02 smithi187 ceph-mon[111815]: pgmap v6047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:02 smithi088 ceph-mon[96111]: pgmap v6047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:03.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:03.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:04.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:04.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:04 smithi187 ceph-mon[111815]: pgmap v6048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:38:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:04 smithi088 ceph-mon[96111]: pgmap v6048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:38:05.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:05.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:06.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:06.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:06 smithi187 ceph-mon[111815]: pgmap v6049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:06 smithi088 ceph-mon[96111]: pgmap v6049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:07.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:07.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:07 smithi187 ceph-mon[111815]: pgmap v6050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:08.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:38:08.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:38:08.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:38:08.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:38:08.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:38:08.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:38:08.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:38:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:07 smithi088 ceph-mon[96111]: pgmap v6050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:38:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:38:08.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:38:08.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:38:08.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:38:08.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:38:08.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:38:08.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:08.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:09.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:09.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:10.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:09 smithi088 ceph-mon[96111]: pgmap v6051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:09 smithi187 ceph-mon[111815]: pgmap v6051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:10.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:10.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:11.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:11.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:12.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:11 smithi187 ceph-mon[111815]: pgmap v6052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:11 smithi088 ceph-mon[96111]: pgmap v6052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:12.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:12.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:13.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:13.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:13 smithi187 ceph-mon[111815]: pgmap v6053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:13 smithi088 ceph-mon[96111]: pgmap v6053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:14.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:14.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:15.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:15.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:15 smithi187 ceph-mon[111815]: pgmap v6054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:38:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:15 smithi088 ceph-mon[96111]: pgmap v6054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:38:16.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:16.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:17.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:17.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:17 smithi187 ceph-mon[111815]: pgmap v6055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:17 smithi088 ceph-mon[96111]: pgmap v6055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:18.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:18.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:19.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:19.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:19 smithi187 ceph-mon[111815]: pgmap v6056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:19 smithi088 ceph-mon[96111]: pgmap v6056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:20.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:20.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:21.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:21.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:21 smithi187 ceph-mon[111815]: pgmap v6057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:21 smithi088 ceph-mon[96111]: pgmap v6057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:22.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:22.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:23.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:23.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:23 smithi187 ceph-mon[111815]: pgmap v6058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:23 smithi088 ceph-mon[96111]: pgmap v6058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:24.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:24.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:25.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:25.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:25 smithi187 ceph-mon[111815]: pgmap v6059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:25 smithi088 ceph-mon[96111]: pgmap v6059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:26.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:26.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:27.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:27.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:27 smithi187 ceph-mon[111815]: pgmap v6060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:27 smithi088 ceph-mon[96111]: pgmap v6060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:28.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:28.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:29.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:29.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:29 smithi187 ceph-mon[111815]: pgmap v6061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:29 smithi088 ceph-mon[96111]: pgmap v6061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:30.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:30.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:38:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:38:31.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:31.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:31 smithi187 ceph-mon[111815]: pgmap v6062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:31 smithi088 ceph-mon[96111]: pgmap v6062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:32.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:32.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:33.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:33.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:33 smithi088 ceph-mon[96111]: pgmap v6063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:33 smithi187 ceph-mon[111815]: pgmap v6063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:34.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:34.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:35.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:35.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:35 smithi187 ceph-mon[111815]: pgmap v6064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:35 smithi088 ceph-mon[96111]: pgmap v6064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:37.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:37.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:37 smithi187 ceph-mon[111815]: pgmap v6065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:37 smithi088 ceph-mon[96111]: pgmap v6065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:38.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:38.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:39.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:39.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:39 smithi187 ceph-mon[111815]: pgmap v6066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:39 smithi088 ceph-mon[96111]: pgmap v6066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:40.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:40.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:41.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:41.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:41 smithi187 ceph-mon[111815]: pgmap v6067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:41 smithi088 ceph-mon[96111]: pgmap v6067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:42.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:42.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:43.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:43.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:43 smithi187 ceph-mon[111815]: pgmap v6068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:43 smithi088 ceph-mon[96111]: pgmap v6068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:44.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:44.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:45.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:45.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:45 smithi187 ceph-mon[111815]: pgmap v6069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:38:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:45 smithi088 ceph-mon[96111]: pgmap v6069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:38:46.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:46.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:47.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:47.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:47 smithi187 ceph-mon[111815]: pgmap v6070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:47 smithi088 ceph-mon[96111]: pgmap v6070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:48.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:48.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:49.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:49.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:50.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:49 smithi088 ceph-mon[96111]: pgmap v6071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:49 smithi187 ceph-mon[111815]: pgmap v6071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:50.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:50.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:51.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:51.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:51 smithi187 ceph-mon[111815]: pgmap v6072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:51 smithi088 ceph-mon[96111]: pgmap v6072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:52.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:52.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:53.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:53.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:53 smithi187 ceph-mon[111815]: pgmap v6073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:53 smithi088 ceph-mon[96111]: pgmap v6073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:54.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:54.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:55.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:55.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:56.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:55 smithi088 ceph-mon[96111]: pgmap v6074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:55 smithi187 ceph-mon[111815]: pgmap v6074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:38:56.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:56.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:57.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:57.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:57 smithi088 ceph-mon[96111]: pgmap v6075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:57 smithi187 ceph-mon[111815]: pgmap v6075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:38:58.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:58.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:38:59.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:38:59.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:38:59 smithi187 ceph-mon[111815]: pgmap v6076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:00.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:38:59 smithi088 ceph-mon[96111]: pgmap v6076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:00.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:00.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:39:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:39:01.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:01.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:01 smithi088 ceph-mon[96111]: pgmap v6077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:01 smithi187 ceph-mon[111815]: pgmap v6077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:02.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:02.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:03.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:03.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:03 smithi088 ceph-mon[96111]: pgmap v6078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:03 smithi187 ceph-mon[111815]: pgmap v6078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:04.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:04.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:05.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:05.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:05 smithi088 ceph-mon[96111]: pgmap v6079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:05 smithi187 ceph-mon[111815]: pgmap v6079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:06.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:06.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:07.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:07.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:07 smithi088 ceph-mon[96111]: pgmap v6080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:39:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:07 smithi187 ceph-mon[111815]: pgmap v6080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:39:08.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:08.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:09.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:09.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:09 smithi088 ceph-mon[96111]: pgmap v6081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:09 smithi187 ceph-mon[111815]: pgmap v6081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:10.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:10.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:11.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:11.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:11 smithi088 ceph-mon[96111]: pgmap v6082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:39:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:39:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:11 smithi187 ceph-mon[111815]: pgmap v6082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:12.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:39:12.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:39:12.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:12.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:39:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:39:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:39:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:39:13.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:39:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:39:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:39:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:39:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:39:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:39:13.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:13.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:13 smithi088 ceph-mon[96111]: pgmap v6083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:13 smithi187 ceph-mon[111815]: pgmap v6083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:14.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:14.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:15.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:15.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:16 smithi088 ceph-mon[96111]: pgmap v6084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:39:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:16 smithi187 ceph-mon[111815]: pgmap v6084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:39:16.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:16.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:17.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:17.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:18 smithi088 ceph-mon[96111]: pgmap v6085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:18 smithi187 ceph-mon[111815]: pgmap v6085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:18.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:18.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:19.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:19.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:20 smithi088 ceph-mon[96111]: pgmap v6086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:20.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:20 smithi187 ceph-mon[111815]: pgmap v6086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:20.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:20.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:21.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:21.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:22 smithi088 ceph-mon[96111]: pgmap v6087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:22 smithi187 ceph-mon[111815]: pgmap v6087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:22.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:22.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:23.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:23.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:24 smithi088 ceph-mon[96111]: pgmap v6088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:24 smithi187 ceph-mon[111815]: pgmap v6088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:24.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:24.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:25.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:25.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:26 smithi088 ceph-mon[96111]: pgmap v6089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:26 smithi187 ceph-mon[111815]: pgmap v6089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:26.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:26.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:27.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:27.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:28 smithi088 ceph-mon[96111]: pgmap v6090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:28 smithi187 ceph-mon[111815]: pgmap v6090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:28.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:28.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:29.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:29.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:30 smithi088 ceph-mon[96111]: pgmap v6091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:30.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:30 smithi187 ceph-mon[111815]: pgmap v6091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:30.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:30.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:39:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:39:31.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:31.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:32 smithi088 ceph-mon[96111]: pgmap v6092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:32 smithi187 ceph-mon[111815]: pgmap v6092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:32.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:32.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:33.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:33.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:34 smithi088 ceph-mon[96111]: pgmap v6093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:34 smithi187 ceph-mon[111815]: pgmap v6093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:34.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:34.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:35.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:35.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:36 smithi088 ceph-mon[96111]: pgmap v6094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:36 smithi187 ceph-mon[111815]: pgmap v6094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:36.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:36.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:37.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:37.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:38 smithi088 ceph-mon[96111]: pgmap v6095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:38 smithi187 ceph-mon[111815]: pgmap v6095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:38.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:38.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:39.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:39.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:40.307 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:40 smithi187 ceph-mon[111815]: pgmap v6096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:40 smithi088 ceph-mon[96111]: pgmap v6096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:40.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:40.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:41.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:41.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:42 smithi088 ceph-mon[96111]: pgmap v6097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:42.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:42 smithi187 ceph-mon[111815]: pgmap v6097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:42.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:42.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:43.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:43.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:44 smithi088 ceph-mon[96111]: pgmap v6098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:44 smithi187 ceph-mon[111815]: pgmap v6098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:44.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:44.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:45.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:45.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:46 smithi088 ceph-mon[96111]: pgmap v6099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:39:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:46 smithi187 ceph-mon[111815]: pgmap v6099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:39:46.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:46.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:47.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:47.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:48 smithi088 ceph-mon[96111]: pgmap v6100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:48 smithi187 ceph-mon[111815]: pgmap v6100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:48.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:48.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:49.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:49.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:50.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:50 smithi088 ceph-mon[96111]: pgmap v6101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:50.410 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:50 smithi187 ceph-mon[111815]: pgmap v6101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:50.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:50.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:51.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:51.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:52 smithi088 ceph-mon[96111]: pgmap v6102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:52 smithi187 ceph-mon[111815]: pgmap v6102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:52.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:52.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:53.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:53.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:54 smithi088 ceph-mon[96111]: pgmap v6103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:54 smithi187 ceph-mon[111815]: pgmap v6103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:54.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:54.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:55.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:55.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:56.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:56 smithi088 ceph-mon[96111]: pgmap v6104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:56.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:56 smithi187 ceph-mon[111815]: pgmap v6104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:39:56.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:56.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:57.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:57.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:58.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:39:58 smithi187 ceph-mon[111815]: pgmap v6105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:39:58 smithi088 ceph-mon[96111]: pgmap v6105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:39:58.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:58.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:39:59.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:39:59.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:00 smithi187 ceph-mon[111815]: pgmap v6106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T02:40:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:00 smithi088 ceph-mon[96111]: pgmap v6106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T02:40:00.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:00.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:40:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:40:01.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:01.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:02 smithi187 ceph-mon[111815]: pgmap v6107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:02 smithi088 ceph-mon[96111]: pgmap v6107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:02.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:02.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:03.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:03.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:04 smithi187 ceph-mon[111815]: pgmap v6108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:04 smithi088 ceph-mon[96111]: pgmap v6108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:04.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:04.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:05.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:05.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:06 smithi088 ceph-mon[96111]: pgmap v6109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:06 smithi187 ceph-mon[111815]: pgmap v6109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:06.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:06.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:07.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:07.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:08 smithi187 ceph-mon[111815]: pgmap v6110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:08 smithi088 ceph-mon[96111]: pgmap v6110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:08.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:08.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:09.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:09.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:10 smithi187 ceph-mon[111815]: pgmap v6111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:10 smithi088 ceph-mon[96111]: pgmap v6111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:10.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:10.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:11.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:11.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:12 smithi187 ceph-mon[111815]: pgmap v6112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:12.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:12 smithi088 ceph-mon[96111]: pgmap v6112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:12.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:12.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:40:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:40:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:40:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:40:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:40:13.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:40:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:40:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:40:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:40:13.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:40:13.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:40:13.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:40:13.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:13.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:14 smithi187 ceph-mon[111815]: pgmap v6113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:14 smithi088 ceph-mon[96111]: pgmap v6113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:14.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:14.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:15.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:15.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:16 smithi088 ceph-mon[96111]: pgmap v6114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:40:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:16 smithi187 ceph-mon[111815]: pgmap v6114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:40:16.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:16.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:17.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:17.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:18 smithi187 ceph-mon[111815]: pgmap v6115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:18 smithi088 ceph-mon[96111]: pgmap v6115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:18.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:18.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:19.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:19.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:20 smithi187 ceph-mon[111815]: pgmap v6116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:20 smithi088 ceph-mon[96111]: pgmap v6116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:20.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:20.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:21.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:21.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:22 smithi187 ceph-mon[111815]: pgmap v6117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:22 smithi088 ceph-mon[96111]: pgmap v6117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:22.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:22.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:23.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:23.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:24 smithi187 ceph-mon[111815]: pgmap v6118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:24 smithi088 ceph-mon[96111]: pgmap v6118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:24.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:24.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:25.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:25.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:26 smithi187 ceph-mon[111815]: pgmap v6119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:26 smithi088 ceph-mon[96111]: pgmap v6119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:26.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:26.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:27.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:27.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:28.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:28 smithi187 ceph-mon[111815]: pgmap v6120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:28 smithi088 ceph-mon[96111]: pgmap v6120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:28.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:28.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:29.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:29.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:30 smithi187 ceph-mon[111815]: pgmap v6121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:30 smithi088 ceph-mon[96111]: pgmap v6121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:30.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:30.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:40:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:40:31.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:31.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:32 smithi187 ceph-mon[111815]: pgmap v6122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:32 smithi088 ceph-mon[96111]: pgmap v6122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:32.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:32.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:33.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:33.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:34 smithi187 ceph-mon[111815]: pgmap v6123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:34 smithi088 ceph-mon[96111]: pgmap v6123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:34.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:34.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:35.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:35.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:36 smithi187 ceph-mon[111815]: pgmap v6124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:36.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:36 smithi088 ceph-mon[96111]: pgmap v6124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:36.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:36.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:37.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:37.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:38 smithi187 ceph-mon[111815]: pgmap v6125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:38 smithi088 ceph-mon[96111]: pgmap v6125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:38.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:38.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:39.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:39.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:40 smithi187 ceph-mon[111815]: pgmap v6126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:40 smithi088 ceph-mon[96111]: pgmap v6126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:40.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:40.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:41.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:41.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:42 smithi187 ceph-mon[111815]: pgmap v6127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:42.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:42 smithi088 ceph-mon[96111]: pgmap v6127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:42.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:42.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:43.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:43.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:44 smithi187 ceph-mon[111815]: pgmap v6128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:44 smithi088 ceph-mon[96111]: pgmap v6128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:44.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:44.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:40:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:40:45.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:45.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:46 smithi187 ceph-mon[111815]: pgmap v6129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:46 smithi088 ceph-mon[96111]: pgmap v6129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:46.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:46.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:47.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:47.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:48 smithi187 ceph-mon[111815]: pgmap v6130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:48 smithi088 ceph-mon[96111]: pgmap v6130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:48.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:48.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:49 smithi088 ceph-mon[96111]: pgmap v6131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:49.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:49.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:49 smithi187 ceph-mon[111815]: pgmap v6131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:50.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:50.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:51.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:51.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:51 smithi088 ceph-mon[96111]: pgmap v6132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:51.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:51 smithi187 ceph-mon[111815]: pgmap v6132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:52.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:52.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:53.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:53.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:53 smithi187 ceph-mon[111815]: pgmap v6133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:53 smithi088 ceph-mon[96111]: pgmap v6133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:54.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:54.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:55.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:55.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:55 smithi187 ceph-mon[111815]: pgmap v6134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:56.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:55 smithi088 ceph-mon[96111]: pgmap v6134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:40:56.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:56.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:57.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:57.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:57 smithi187 ceph-mon[111815]: pgmap v6135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:57 smithi088 ceph-mon[96111]: pgmap v6135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:40:58.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:58.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:40:59.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:40:59.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:40:59 smithi187 ceph-mon[111815]: pgmap v6136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:40:59 smithi088 ceph-mon[96111]: pgmap v6136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:00.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:00.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:41:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:41:01.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:01.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:01 smithi187 ceph-mon[111815]: pgmap v6137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:01 smithi088 ceph-mon[96111]: pgmap v6137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:02.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:02.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:03.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:03.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:03 smithi187 ceph-mon[111815]: pgmap v6138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:03 smithi088 ceph-mon[96111]: pgmap v6138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:04.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:04.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:05.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:05.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:06.200 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:05 smithi187 ceph-mon[111815]: pgmap v6139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:05 smithi088 ceph-mon[96111]: pgmap v6139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:06.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:06.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:07.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:07.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:07 smithi187 ceph-mon[111815]: pgmap v6140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:07 smithi088 ceph-mon[96111]: pgmap v6140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:08.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:08.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:09.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:09.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:09 smithi187 ceph-mon[111815]: pgmap v6141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:09 smithi088 ceph-mon[96111]: pgmap v6141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:10.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:10.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:11.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:11.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:11 smithi187 ceph-mon[111815]: pgmap v6142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:11 smithi088 ceph-mon[96111]: pgmap v6142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:12.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:12.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:13.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:13.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:13 smithi187 ceph-mon[111815]: pgmap v6143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:41:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:41:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:41:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:41:14.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:41:14.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:41:14.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:41:14.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:41:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:13 smithi088 ceph-mon[96111]: pgmap v6143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:41:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:41:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:41:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:41:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:41:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:41:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:41:14.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:41:14.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:14.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:15.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:15.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:15 smithi187 ceph-mon[111815]: pgmap v6144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:41:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:15 smithi088 ceph-mon[96111]: pgmap v6144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:41:16.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:16.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:17.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:17.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:17 smithi187 ceph-mon[111815]: pgmap v6145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:17 smithi088 ceph-mon[96111]: pgmap v6145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:18.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:18.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:19.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:19.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:19 smithi088 ceph-mon[96111]: pgmap v6146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:19 smithi187 ceph-mon[111815]: pgmap v6146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:20.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:20.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:21.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:21.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:21 smithi088 ceph-mon[96111]: pgmap v6147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:21 smithi187 ceph-mon[111815]: pgmap v6147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:22.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:22.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:23.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:23.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:23 smithi088 ceph-mon[96111]: pgmap v6148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:23 smithi187 ceph-mon[111815]: pgmap v6148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:24.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:24.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:25.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:25.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:25 smithi088 ceph-mon[96111]: pgmap v6149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:26.410 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:25 smithi187 ceph-mon[111815]: pgmap v6149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:26.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:26.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:27.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:27.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:27 smithi088 ceph-mon[96111]: pgmap v6150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:27 smithi187 ceph-mon[111815]: pgmap v6150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:28.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:28.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:29.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:29.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:29 smithi088 ceph-mon[96111]: pgmap v6151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:29 smithi187 ceph-mon[111815]: pgmap v6151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:30.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:30.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:41:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:41:31.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:31.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:31 smithi088 ceph-mon[96111]: pgmap v6152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:31 smithi187 ceph-mon[111815]: pgmap v6152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:32.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:32.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:33.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:33.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:33 smithi088 ceph-mon[96111]: pgmap v6153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:33 smithi187 ceph-mon[111815]: pgmap v6153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:34.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:34.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:35.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:35.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:35 smithi088 ceph-mon[96111]: pgmap v6154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:35 smithi187 ceph-mon[111815]: pgmap v6154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:36.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:36.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:37.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:37.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:37 smithi088 ceph-mon[96111]: pgmap v6155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:37 smithi187 ceph-mon[111815]: pgmap v6155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:38.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:38.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:39.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:39.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:40.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:39 smithi088 ceph-mon[96111]: pgmap v6156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:40.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:39 smithi187 ceph-mon[111815]: pgmap v6156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:40.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:40.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:41.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:41.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:41 smithi088 ceph-mon[96111]: pgmap v6157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:41 smithi187 ceph-mon[111815]: pgmap v6157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:42.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:42.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:43.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:43.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:44 smithi088 ceph-mon[96111]: pgmap v6158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:44 smithi187 ceph-mon[111815]: pgmap v6158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:44.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:44.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:45.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:45.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:46 smithi088 ceph-mon[96111]: pgmap v6159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:41:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:46 smithi187 ceph-mon[111815]: pgmap v6159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:41:46.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:46.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:47.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:47.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:48 smithi088 ceph-mon[96111]: pgmap v6160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:48 smithi187 ceph-mon[111815]: pgmap v6160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:48.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:48.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:49.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:49.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:50.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:50 smithi088 ceph-mon[96111]: pgmap v6161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:50 smithi187 ceph-mon[111815]: pgmap v6161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:50.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:50.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:51.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:51.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:52 smithi088 ceph-mon[96111]: pgmap v6162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:52 smithi187 ceph-mon[111815]: pgmap v6162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:52.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:52.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:53.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:53.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:54 smithi088 ceph-mon[96111]: pgmap v6163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:54 smithi187 ceph-mon[111815]: pgmap v6163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:54.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:54.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:55.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:55.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:56.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:56 smithi088 ceph-mon[96111]: pgmap v6164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:56.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:56 smithi187 ceph-mon[111815]: pgmap v6164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:41:56.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:56.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:57.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:57.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:41:58 smithi088 ceph-mon[96111]: pgmap v6165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:41:58 smithi187 ceph-mon[111815]: pgmap v6165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:41:58.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:58.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:41:59.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:41:59.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:00 smithi088 ceph-mon[96111]: pgmap v6166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:00 smithi187 ceph-mon[111815]: pgmap v6166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:00.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:00.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:42:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:42:01.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:01.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:02 smithi187 ceph-mon[111815]: pgmap v6167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:02 smithi088 ceph-mon[96111]: pgmap v6167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:02.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:02.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:03.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:03.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:04 smithi088 ceph-mon[96111]: pgmap v6168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:04 smithi187 ceph-mon[111815]: pgmap v6168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:04.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:04.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:05.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:05.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:06 smithi088 ceph-mon[96111]: pgmap v6169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:06 smithi187 ceph-mon[111815]: pgmap v6169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:06.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:06.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:07.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:07.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:08 smithi088 ceph-mon[96111]: pgmap v6170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:08.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:08 smithi187 ceph-mon[111815]: pgmap v6170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:08.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:08.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:09.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:09.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:10 smithi088 ceph-mon[96111]: pgmap v6171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:10 smithi187 ceph-mon[111815]: pgmap v6171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:10.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:10.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:11.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:11.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:12.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:12 smithi187 ceph-mon[111815]: pgmap v6172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:12 smithi088 ceph-mon[96111]: pgmap v6172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:12.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:12.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:13.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:13.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:14 smithi088 ceph-mon[96111]: pgmap v6173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:42:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:14 smithi187 ceph-mon[111815]: pgmap v6173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:42:14.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:14.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:42:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:42:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:42:15.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:42:15.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:42:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:42:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:42:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:42:15.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:42:15.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:42:15.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:15.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:16 smithi088 ceph-mon[96111]: pgmap v6174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:42:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:16 smithi187 ceph-mon[111815]: pgmap v6174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:42:16.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:16.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:17.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:17.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:18 smithi088 ceph-mon[96111]: pgmap v6175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:18 smithi187 ceph-mon[111815]: pgmap v6175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:18.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:18.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:19.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:19.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:20 smithi088 ceph-mon[96111]: pgmap v6176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:20 smithi187 ceph-mon[111815]: pgmap v6176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:20.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:20.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:21.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:21.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:22 smithi088 ceph-mon[96111]: pgmap v6177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:22 smithi187 ceph-mon[111815]: pgmap v6177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:22.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:22.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:23.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:23.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:24 smithi088 ceph-mon[96111]: pgmap v6178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:24 smithi187 ceph-mon[111815]: pgmap v6178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:24.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:24.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:25.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:25.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:26 smithi088 ceph-mon[96111]: pgmap v6179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:26 smithi187 ceph-mon[111815]: pgmap v6179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:26.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:26.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:27.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:27.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:28 smithi187 ceph-mon[111815]: pgmap v6180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:28 smithi088 ceph-mon[96111]: pgmap v6180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:28.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:28.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:29.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:29.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:30 smithi187 ceph-mon[111815]: pgmap v6181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:30 smithi088 ceph-mon[96111]: pgmap v6181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:30.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:30.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:42:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:42:31.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:31.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:32.380 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:32 smithi088 ceph-mon[96111]: pgmap v6182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:32 smithi187 ceph-mon[111815]: pgmap v6182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:32.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:32.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:33.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:33.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:34 smithi187 ceph-mon[111815]: pgmap v6183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:34 smithi088 ceph-mon[96111]: pgmap v6183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:34.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:34.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:35.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:35.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:36 smithi187 ceph-mon[111815]: pgmap v6184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:36 smithi088 ceph-mon[96111]: pgmap v6184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:36.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:36.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:37.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:37.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:38 smithi187 ceph-mon[111815]: pgmap v6185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:38 smithi088 ceph-mon[96111]: pgmap v6185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:38.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:38.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:39.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:39.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:40.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:40 smithi187 ceph-mon[111815]: pgmap v6186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:40 smithi088 ceph-mon[96111]: pgmap v6186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:40.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:40.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:41.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:41.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:42.464 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:42 smithi187 ceph-mon[111815]: pgmap v6187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:42.478 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:42 smithi088 ceph-mon[96111]: pgmap v6187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:42.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:42.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:43.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:43.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:44 smithi187 ceph-mon[111815]: pgmap v6188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:44 smithi088 ceph-mon[96111]: pgmap v6188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:44.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:44.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:45.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:45.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:46 smithi187 ceph-mon[111815]: pgmap v6189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:42:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:46 smithi088 ceph-mon[96111]: pgmap v6189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:42:46.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:46.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:47.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:47.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:48 smithi187 ceph-mon[111815]: pgmap v6190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:48 smithi088 ceph-mon[96111]: pgmap v6190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:48.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:48.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:49.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:49.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:50.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:50 smithi187 ceph-mon[111815]: pgmap v6191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:50 smithi088 ceph-mon[96111]: pgmap v6191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:50.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:50.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:51.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:51.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:52.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:52 smithi187 ceph-mon[111815]: pgmap v6192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:52 smithi088 ceph-mon[96111]: pgmap v6192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:52.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:52.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:53.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:53.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:54 smithi187 ceph-mon[111815]: pgmap v6193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:54 smithi088 ceph-mon[96111]: pgmap v6193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:54.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:54.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:55.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:55.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:56 smithi187 ceph-mon[111815]: pgmap v6194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:56 smithi088 ceph-mon[96111]: pgmap v6194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:42:56.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:56.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:57.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:57.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:42:58 smithi187 ceph-mon[111815]: pgmap v6195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:42:58 smithi088 ceph-mon[96111]: pgmap v6195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:42:58.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:58.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:42:59.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:42:59.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:00 smithi187 ceph-mon[111815]: pgmap v6196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:00 smithi088 ceph-mon[96111]: pgmap v6196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:00.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:01.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:43:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:43:01.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:01.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:02.416 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:02 smithi187 ceph-mon[111815]: pgmap v6197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:02 smithi088 ceph-mon[96111]: pgmap v6197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:02.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:02.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:03.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:03.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:04 smithi187 ceph-mon[111815]: pgmap v6198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:04 smithi088 ceph-mon[96111]: pgmap v6198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:04.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:04.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:05.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:05.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:06 smithi187 ceph-mon[111815]: pgmap v6199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:06 smithi088 ceph-mon[96111]: pgmap v6199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:06.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:06.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:07.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:07.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:08 smithi187 ceph-mon[111815]: pgmap v6200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:08 smithi088 ceph-mon[96111]: pgmap v6200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:08.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:08.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:09.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:09.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:10 smithi187 ceph-mon[111815]: pgmap v6201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:10 smithi088 ceph-mon[96111]: pgmap v6201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:10.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:10.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:11.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:11.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:12.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:12 smithi187 ceph-mon[111815]: pgmap v6202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:12.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:12 smithi088 ceph-mon[96111]: pgmap v6202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:12.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:12.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:13.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:13.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:14.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:14 smithi187 ceph-mon[111815]: pgmap v6203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:14 smithi088 ceph-mon[96111]: pgmap v6203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:14.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:14.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:43:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:43:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:43:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:43:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:43:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:43:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:43:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:43:15.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:15.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:16 smithi187 ceph-mon[111815]: pgmap v6204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:43:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:43:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:43:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:43:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:43:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:16 smithi088 ceph-mon[96111]: pgmap v6204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:43:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:43:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:43:16.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:43:16.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:43:16.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:16.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:17.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:17.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:18 smithi187 ceph-mon[111815]: pgmap v6205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:18 smithi088 ceph-mon[96111]: pgmap v6205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:18.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:18.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:19.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:19.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:20 smithi187 ceph-mon[111815]: pgmap v6206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:20 smithi088 ceph-mon[96111]: pgmap v6206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:20.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:20.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:21.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:21.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:22 smithi187 ceph-mon[111815]: pgmap v6207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:22 smithi088 ceph-mon[96111]: pgmap v6207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:22.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:22.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:23.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:23.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:24 smithi187 ceph-mon[111815]: pgmap v6208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:24 smithi088 ceph-mon[96111]: pgmap v6208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:24.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:24.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:25.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:25.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:26 smithi187 ceph-mon[111815]: pgmap v6209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:26 smithi088 ceph-mon[96111]: pgmap v6209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:26.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:26.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:27.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:27.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:28 smithi187 ceph-mon[111815]: pgmap v6210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:28 smithi088 ceph-mon[96111]: pgmap v6210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:28.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:28.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:29.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:29.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:30 smithi187 ceph-mon[111815]: pgmap v6211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:43:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:30 smithi088 ceph-mon[96111]: pgmap v6211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:43:30.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:30.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:31.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:31.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:32 smithi187 ceph-mon[111815]: pgmap v6212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:32 smithi088 ceph-mon[96111]: pgmap v6212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:32.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:32.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:33.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:33.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:34 smithi187 ceph-mon[111815]: pgmap v6213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:34 smithi088 ceph-mon[96111]: pgmap v6213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:34.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:34.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:35.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:35.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:36 smithi187 ceph-mon[111815]: pgmap v6214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:36 smithi088 ceph-mon[96111]: pgmap v6214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:36.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:36.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:37.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:37.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:38 smithi088 ceph-mon[96111]: pgmap v6215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:38 smithi187 ceph-mon[111815]: pgmap v6215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:38.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:38.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:39.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:39.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:40.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:40 smithi187 ceph-mon[111815]: pgmap v6216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:40 smithi088 ceph-mon[96111]: pgmap v6216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:40.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:40.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:41.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:41.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:42.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:42 smithi088 ceph-mon[96111]: pgmap v6217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:42 smithi187 ceph-mon[111815]: pgmap v6217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:42.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:42.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:43.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:43.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:43 smithi088 ceph-mon[96111]: pgmap v6218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:43 smithi187 ceph-mon[111815]: pgmap v6218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:44.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:44.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:45.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:45.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:45 smithi088 ceph-mon[96111]: pgmap v6219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:43:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:45 smithi187 ceph-mon[111815]: pgmap v6219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:43:46.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:46.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:47.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:47.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:48.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:47 smithi187 ceph-mon[111815]: pgmap v6220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:47 smithi088 ceph-mon[96111]: pgmap v6220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:48.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:48.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:49.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:49.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:50.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:49 smithi088 ceph-mon[96111]: pgmap v6221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:50.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:49 smithi187 ceph-mon[111815]: pgmap v6221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:50.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:50.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:51.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:51.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:51 smithi088 ceph-mon[96111]: pgmap v6222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:51 smithi187 ceph-mon[111815]: pgmap v6222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:53.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:53.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:54.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:54.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:53 smithi088 ceph-mon[96111]: pgmap v6223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:53 smithi187 ceph-mon[111815]: pgmap v6223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:55.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:55.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:56.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:56.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:56.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:55 smithi088 ceph-mon[96111]: pgmap v6224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:55 smithi187 ceph-mon[111815]: pgmap v6224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:43:57.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:57.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:58.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:58.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:43:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:57 smithi088 ceph-mon[96111]: pgmap v6225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:58.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:57 smithi187 ceph-mon[111815]: pgmap v6225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:43:59.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:43:59.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:00.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:00.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:43:59 smithi088 ceph-mon[96111]: pgmap v6226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:43:59 smithi187 ceph-mon[111815]: pgmap v6226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:01.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:01.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:44:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:44:02.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:02.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:01 smithi088 ceph-mon[96111]: pgmap v6227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:01 smithi187 ceph-mon[111815]: pgmap v6227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:03.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:03.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:04.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:04.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:03 smithi088 ceph-mon[96111]: pgmap v6228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:03 smithi187 ceph-mon[111815]: pgmap v6228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:05.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:05.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:06.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:06.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:06 smithi088 ceph-mon[96111]: pgmap v6229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:06 smithi187 ceph-mon[111815]: pgmap v6229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:07.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:07.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:08.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:08.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:08.316 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:08 smithi088 ceph-mon[96111]: pgmap v6230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:08 smithi187 ceph-mon[111815]: pgmap v6230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:09.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:09.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:10.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:10.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:10 smithi088 ceph-mon[96111]: pgmap v6231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:10 smithi187 ceph-mon[111815]: pgmap v6231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:11.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:11.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:12.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:12.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:12 smithi088 ceph-mon[96111]: pgmap v6232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:12 smithi187 ceph-mon[111815]: pgmap v6232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:13.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:13.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:14.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:14.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:14 smithi088 ceph-mon[96111]: pgmap v6233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:14 smithi187 ceph-mon[111815]: pgmap v6233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:15.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:15.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:16.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:16.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:16 smithi088 ceph-mon[96111]: pgmap v6234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:44:16.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:44:16.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:44:16.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:44:16.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:44:16.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:44:16.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:44:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:16 smithi187 ceph-mon[111815]: pgmap v6234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:44:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:44:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:44:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:44:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:44:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:44:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:44:17.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:17.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:18.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:18.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:18 smithi088 ceph-mon[96111]: pgmap v6235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:18 smithi187 ceph-mon[111815]: pgmap v6235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:19.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:19.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:20.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:20.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:20 smithi088 ceph-mon[96111]: pgmap v6236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:20.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:20 smithi187 ceph-mon[111815]: pgmap v6236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:21.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:21.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:22.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:22.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:22 smithi088 ceph-mon[96111]: pgmap v6237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:22 smithi187 ceph-mon[111815]: pgmap v6237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:23.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:23.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:24.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:24.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:24 smithi088 ceph-mon[96111]: pgmap v6238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:24 smithi187 ceph-mon[111815]: pgmap v6238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:25.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:25.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:26.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:26.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:26.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:26 smithi088 ceph-mon[96111]: pgmap v6239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:26 smithi187 ceph-mon[111815]: pgmap v6239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:27.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:27.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:28.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:28.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:28.314 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:28 smithi187 ceph-mon[111815]: pgmap v6240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:28 smithi088 ceph-mon[96111]: pgmap v6240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:29.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:29.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:30.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:30.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:30 smithi088 ceph-mon[96111]: pgmap v6241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:30 smithi187 ceph-mon[111815]: pgmap v6241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:31.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:31.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:44:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:44:32.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:32.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:32 smithi088 ceph-mon[96111]: pgmap v6242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:32 smithi187 ceph-mon[111815]: pgmap v6242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:33.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:33.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:34.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:34.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:34 smithi088 ceph-mon[96111]: pgmap v6243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:34 smithi187 ceph-mon[111815]: pgmap v6243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:35.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:35.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:36.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:36.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:36 smithi088 ceph-mon[96111]: pgmap v6244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:36 smithi187 ceph-mon[111815]: pgmap v6244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:37.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:37.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:38.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:38.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:38.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:38 smithi088 ceph-mon[96111]: pgmap v6245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:38.419 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:38 smithi187 ceph-mon[111815]: pgmap v6245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:39.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:39.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:40.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:40.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:40.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:40 smithi088 ceph-mon[96111]: pgmap v6246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:40.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:40 smithi187 ceph-mon[111815]: pgmap v6246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:41.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:41.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:42.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:42.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:42 smithi088 ceph-mon[96111]: pgmap v6247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:42 smithi187 ceph-mon[111815]: pgmap v6247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:43.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:43.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:44.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:44.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:44 smithi088 ceph-mon[96111]: pgmap v6248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:44 smithi187 ceph-mon[111815]: pgmap v6248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:45.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:45.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:46.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:46.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:46 smithi187 ceph-mon[111815]: pgmap v6249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:44:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:46 smithi088 ceph-mon[96111]: pgmap v6249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:44:47.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:47.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:48.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:48.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:48 smithi187 ceph-mon[111815]: pgmap v6250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:48 smithi088 ceph-mon[96111]: pgmap v6250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:49.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:49.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:50.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:50.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:50 smithi187 ceph-mon[111815]: pgmap v6251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:50 smithi088 ceph-mon[96111]: pgmap v6251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:51.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:51.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:52.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:52.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:52 smithi187 ceph-mon[111815]: pgmap v6252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:52 smithi088 ceph-mon[96111]: pgmap v6252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:53.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:53.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:54.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:54.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:54 smithi187 ceph-mon[111815]: pgmap v6253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:54 smithi088 ceph-mon[96111]: pgmap v6253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:55.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:55.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:56.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:56.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:56 smithi187 ceph-mon[111815]: pgmap v6254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:56 smithi088 ceph-mon[96111]: pgmap v6254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:44:57.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:57.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:58.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:58.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:44:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:44:58 smithi187 ceph-mon[111815]: pgmap v6255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:44:58 smithi088 ceph-mon[96111]: pgmap v6255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:44:59.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:44:59.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:00.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:00.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:00 smithi187 ceph-mon[111815]: pgmap v6256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:00 smithi088 ceph-mon[96111]: pgmap v6256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:01.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:01.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:45:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:45:02.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:02.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:02 smithi187 ceph-mon[111815]: pgmap v6257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:02 smithi088 ceph-mon[96111]: pgmap v6257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:03.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:03.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:04.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:04.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:04 smithi088 ceph-mon[96111]: pgmap v6258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:04 smithi187 ceph-mon[111815]: pgmap v6258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:05.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:05.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:06.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:06.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:06 smithi187 ceph-mon[111815]: pgmap v6259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:06 smithi088 ceph-mon[96111]: pgmap v6259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:07.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:07.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:08.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:08.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:08 smithi187 ceph-mon[111815]: pgmap v6260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:08 smithi088 ceph-mon[96111]: pgmap v6260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:09.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:09.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:10.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:10.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:10 smithi187 ceph-mon[111815]: pgmap v6261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:10 smithi088 ceph-mon[96111]: pgmap v6261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:11.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:11.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:12.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:12.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:12 smithi187 ceph-mon[111815]: pgmap v6262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:12.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:12 smithi088 ceph-mon[96111]: pgmap v6262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:13.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:13.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:14.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:14.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:14 smithi088 ceph-mon[96111]: pgmap v6263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:14 smithi187 ceph-mon[111815]: pgmap v6263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:15.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:15.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:16.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:16.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:16 smithi187 ceph-mon[111815]: pgmap v6264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:45:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:45:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:16 smithi088 ceph-mon[96111]: pgmap v6264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:45:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:45:17.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:17.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:45:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:45:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:45:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:45:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:45:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:45:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:45:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:45:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:45:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:45:18.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:18.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:18 smithi187 ceph-mon[111815]: pgmap v6265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:18 smithi088 ceph-mon[96111]: pgmap v6265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:19.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:19.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:20.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:20.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:20 smithi187 ceph-mon[111815]: pgmap v6266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:20 smithi088 ceph-mon[96111]: pgmap v6266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:21.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:21.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:22.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:22.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:22 smithi187 ceph-mon[111815]: pgmap v6267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:22 smithi088 ceph-mon[96111]: pgmap v6267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:23.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:23.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:24.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:24.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:24 smithi187 ceph-mon[111815]: pgmap v6268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:24 smithi088 ceph-mon[96111]: pgmap v6268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:25.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:25.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:26.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:26.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:26 smithi187 ceph-mon[111815]: pgmap v6269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:26 smithi088 ceph-mon[96111]: pgmap v6269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:27.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:27.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:28.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:28.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:28 smithi187 ceph-mon[111815]: pgmap v6270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:28 smithi088 ceph-mon[96111]: pgmap v6270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:29.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:29.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:30.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:30.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:30 smithi187 ceph-mon[111815]: pgmap v6271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:45:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:30 smithi088 ceph-mon[96111]: pgmap v6271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:45:31.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:31.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:32.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:32.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:32 smithi187 ceph-mon[111815]: pgmap v6272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:32 smithi088 ceph-mon[96111]: pgmap v6272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:33.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:33.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:34.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:34.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:34 smithi187 ceph-mon[111815]: pgmap v6273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:34 smithi088 ceph-mon[96111]: pgmap v6273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:35.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:35.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:36.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:36.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:36 smithi187 ceph-mon[111815]: pgmap v6274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:36 smithi088 ceph-mon[96111]: pgmap v6274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:37.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:37.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:38.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:38.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:38 smithi187 ceph-mon[111815]: pgmap v6275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:38 smithi088 ceph-mon[96111]: pgmap v6275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:39.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:39.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:40.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:40.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:40 smithi187 ceph-mon[111815]: pgmap v6276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:40 smithi088 ceph-mon[96111]: pgmap v6276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:41.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:41.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:42.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:42.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:42 smithi187 ceph-mon[111815]: pgmap v6277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:42 smithi088 ceph-mon[96111]: pgmap v6277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:43.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:43.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:44.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:44.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:44 smithi187 ceph-mon[111815]: pgmap v6278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:44 smithi088 ceph-mon[96111]: pgmap v6278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:45.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:45.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:45:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:45:46.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:46.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:46 smithi187 ceph-mon[111815]: pgmap v6279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:46 smithi088 ceph-mon[96111]: pgmap v6279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:47.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:47.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:48.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:48.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:48 smithi187 ceph-mon[111815]: pgmap v6280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:48 smithi088 ceph-mon[96111]: pgmap v6280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:49.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:49.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:50.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:50.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:50 smithi187 ceph-mon[111815]: pgmap v6281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:50 smithi088 ceph-mon[96111]: pgmap v6281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:51.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:51.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:52.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:52.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:52 smithi187 ceph-mon[111815]: pgmap v6282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:52 smithi088 ceph-mon[96111]: pgmap v6282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:53.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:53.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:54.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:54.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:54 smithi187 ceph-mon[111815]: pgmap v6283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:54 smithi088 ceph-mon[96111]: pgmap v6283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:55.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:55.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:56.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:56.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:56 smithi187 ceph-mon[111815]: pgmap v6284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:56 smithi088 ceph-mon[96111]: pgmap v6284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:45:57.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:57.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:58.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:58.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:45:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:45:58 smithi187 ceph-mon[111815]: pgmap v6285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:45:58 smithi088 ceph-mon[96111]: pgmap v6285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:45:59.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:45:59.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:00.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:00.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:00 smithi187 ceph-mon[111815]: pgmap v6286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:46:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:00 smithi088 ceph-mon[96111]: pgmap v6286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:46:01.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:01.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:02.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:02.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:02 smithi187 ceph-mon[111815]: pgmap v6287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:02 smithi088 ceph-mon[96111]: pgmap v6287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:03.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:03.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:04.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:04.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:04 smithi088 ceph-mon[96111]: pgmap v6288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:04 smithi187 ceph-mon[111815]: pgmap v6288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:05.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:05.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:06.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:06.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:06 smithi088 ceph-mon[96111]: pgmap v6289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:06 smithi187 ceph-mon[111815]: pgmap v6289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:07.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:07.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:08.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:08.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:08 smithi088 ceph-mon[96111]: pgmap v6290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:08 smithi187 ceph-mon[111815]: pgmap v6290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:09.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:09.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:10.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:10.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:10 smithi088 ceph-mon[96111]: pgmap v6291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:10 smithi187 ceph-mon[111815]: pgmap v6291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:11.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:11.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:12.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:12.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:12 smithi088 ceph-mon[96111]: pgmap v6292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:12 smithi187 ceph-mon[111815]: pgmap v6292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:13.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:13.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:14.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:14.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:14.555 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:14 smithi088 ceph-mon[96111]: pgmap v6293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:14 smithi187 ceph-mon[111815]: pgmap v6293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:15.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:15.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:46:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:46:16.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:16.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:16 smithi088 ceph-mon[96111]: pgmap v6294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:16 smithi187 ceph-mon[111815]: pgmap v6294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:17.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:17.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:46:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:46:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:46:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:46:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:46:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:46:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:46:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:46:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:46:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:46:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:46:17.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:46:18.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:18.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:18 smithi088 ceph-mon[96111]: pgmap v6295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:18 smithi187 ceph-mon[111815]: pgmap v6295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:19.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:19.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:19 smithi088 ceph-mon[96111]: pgmap v6296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:19 smithi187 ceph-mon[111815]: pgmap v6296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:20.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:20.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:21.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:21.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:21 smithi187 ceph-mon[111815]: pgmap v6297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:21 smithi088 ceph-mon[96111]: pgmap v6297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:22.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:22.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:23.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:23.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:24.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:24.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:23 smithi088 ceph-mon[96111]: pgmap v6298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:23 smithi187 ceph-mon[111815]: pgmap v6298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:25.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:25.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:26.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:26.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:25 smithi088 ceph-mon[96111]: pgmap v6299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:25 smithi187 ceph-mon[111815]: pgmap v6299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:27.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:27.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:28.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:28.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:28 smithi088 ceph-mon[96111]: pgmap v6300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:28 smithi187 ceph-mon[111815]: pgmap v6300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:29.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:29.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:30.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:30.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:30 smithi088 ceph-mon[96111]: pgmap v6301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:30 smithi187 ceph-mon[111815]: pgmap v6301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:31.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:31.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:46:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:46:32.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:32.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:32 smithi088 ceph-mon[96111]: pgmap v6302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:32 smithi187 ceph-mon[111815]: pgmap v6302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:33.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:33.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:34.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:34.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:34 smithi088 ceph-mon[96111]: pgmap v6303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:34 smithi187 ceph-mon[111815]: pgmap v6303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:35.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:35.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:36.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:36.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:36 smithi088 ceph-mon[96111]: pgmap v6304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:36 smithi187 ceph-mon[111815]: pgmap v6304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:37.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:37.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:38.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:38.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:38 smithi088 ceph-mon[96111]: pgmap v6305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:38 smithi187 ceph-mon[111815]: pgmap v6305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:39.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:39.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:40 smithi088 ceph-mon[96111]: pgmap v6306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:40.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:40.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:40 smithi187 ceph-mon[111815]: pgmap v6306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:41.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:41.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:42.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:42.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:42 smithi088 ceph-mon[96111]: pgmap v6307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:42 smithi187 ceph-mon[111815]: pgmap v6307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:43.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:43.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:44.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:44.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:44 smithi088 ceph-mon[96111]: pgmap v6308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:44 smithi187 ceph-mon[111815]: pgmap v6308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:45.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:45.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:46.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:46.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:46 smithi088 ceph-mon[96111]: pgmap v6309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:46:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:46 smithi187 ceph-mon[111815]: pgmap v6309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:46:47.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:47.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:48.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:48.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:48 smithi088 ceph-mon[96111]: pgmap v6310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:48 smithi187 ceph-mon[111815]: pgmap v6310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:49.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:49.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:50.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:50.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:50.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:50 smithi088 ceph-mon[96111]: pgmap v6311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:50 smithi187 ceph-mon[111815]: pgmap v6311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:51.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:51.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:52.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:52.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:52 smithi088 ceph-mon[96111]: pgmap v6312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:52 smithi187 ceph-mon[111815]: pgmap v6312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:53.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:53.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:54.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:54.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:54 smithi088 ceph-mon[96111]: pgmap v6313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:54 smithi187 ceph-mon[111815]: pgmap v6313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:55.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:55.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:56.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:56.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:56 smithi088 ceph-mon[96111]: pgmap v6314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:56 smithi187 ceph-mon[111815]: pgmap v6314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:46:57.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:57.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:58.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:58.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:46:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:46:58 smithi088 ceph-mon[96111]: pgmap v6315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:46:58 smithi187 ceph-mon[111815]: pgmap v6315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:46:59.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:46:59.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:00 smithi187 ceph-mon[111815]: pgmap v6316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:00.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:00.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:00 smithi088 ceph-mon[96111]: pgmap v6316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:01.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:01.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:47:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:47:02.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:02.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:02 smithi088 ceph-mon[96111]: pgmap v6317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:02 smithi187 ceph-mon[111815]: pgmap v6317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:03.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:03.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:04.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:04.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:04 smithi088 ceph-mon[96111]: pgmap v6318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:04.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:04 smithi187 ceph-mon[111815]: pgmap v6318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:05.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:05.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:06.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:06.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:06 smithi187 ceph-mon[111815]: pgmap v6319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:06 smithi088 ceph-mon[96111]: pgmap v6319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:07.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:07.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:08.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:08.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:08 smithi187 ceph-mon[111815]: pgmap v6320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:08 smithi088 ceph-mon[96111]: pgmap v6320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:09.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:09.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:10.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:10.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:10 smithi187 ceph-mon[111815]: pgmap v6321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:10 smithi088 ceph-mon[96111]: pgmap v6321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:11.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:11.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:12.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:12.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:12 smithi187 ceph-mon[111815]: pgmap v6322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:12 smithi088 ceph-mon[96111]: pgmap v6322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:13.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:13.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:14.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:14.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:14 smithi187 ceph-mon[111815]: pgmap v6323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:14 smithi088 ceph-mon[96111]: pgmap v6323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:15.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:15.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:16.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:16.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:16 smithi187 ceph-mon[111815]: pgmap v6324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:47:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:16 smithi088 ceph-mon[96111]: pgmap v6324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:47:17.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:17.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:47:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:47:18.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:18.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:18 smithi187 ceph-mon[111815]: pgmap v6325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:47:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:47:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:47:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:47:18.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:47:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:18 smithi088 ceph-mon[96111]: pgmap v6325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:47:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:47:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:47:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:47:18.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:47:19.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:19.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:20.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:20.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:20 smithi187 ceph-mon[111815]: pgmap v6326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:20 smithi088 ceph-mon[96111]: pgmap v6326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:21.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:21.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:22.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:22.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:22 smithi187 ceph-mon[111815]: pgmap v6327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:22 smithi088 ceph-mon[96111]: pgmap v6327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:23.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:23.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:24.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:24.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:24 smithi187 ceph-mon[111815]: pgmap v6328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:24 smithi088 ceph-mon[96111]: pgmap v6328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:25.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:25.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:26.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:26.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:26 smithi187 ceph-mon[111815]: pgmap v6329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:26 smithi088 ceph-mon[96111]: pgmap v6329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:27.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:27.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:28.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:28.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:28 smithi187 ceph-mon[111815]: pgmap v6330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:28 smithi088 ceph-mon[96111]: pgmap v6330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:29.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:29.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:30.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:30.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:30 smithi187 ceph-mon[111815]: pgmap v6331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:30 smithi088 ceph-mon[96111]: pgmap v6331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:31.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:31.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:47:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:47:32.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:32.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:32 smithi187 ceph-mon[111815]: pgmap v6332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:32 smithi088 ceph-mon[96111]: pgmap v6332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:33.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:33.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:34.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:34.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:34 smithi187 ceph-mon[111815]: pgmap v6333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:34.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:34 smithi088 ceph-mon[96111]: pgmap v6333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:35.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:35.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:36.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:36.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:36 smithi187 ceph-mon[111815]: pgmap v6334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:36 smithi088 ceph-mon[96111]: pgmap v6334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:37.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:37.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:38.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:38.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:38 smithi187 ceph-mon[111815]: pgmap v6335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:38 smithi088 ceph-mon[96111]: pgmap v6335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:39.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:39.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:40.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:40.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:40.396 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:40 smithi088 ceph-mon[96111]: pgmap v6336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:40 smithi187 ceph-mon[111815]: pgmap v6336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:41.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:41.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:42.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:42.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:42 smithi187 ceph-mon[111815]: pgmap v6337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:42 smithi088 ceph-mon[96111]: pgmap v6337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:43.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:43.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:44.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:44.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:44 smithi187 ceph-mon[111815]: pgmap v6338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:44 smithi088 ceph-mon[96111]: pgmap v6338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:45.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:45.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:46.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:46.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:46 smithi187 ceph-mon[111815]: pgmap v6339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:47:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:46 smithi088 ceph-mon[96111]: pgmap v6339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:47:47.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:47.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:48.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:48.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:48 smithi187 ceph-mon[111815]: pgmap v6340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:48 smithi088 ceph-mon[96111]: pgmap v6340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:49.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:49.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:50.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:50.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:50.423 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:50 smithi187 ceph-mon[111815]: pgmap v6341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:50.494 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:50 smithi088 ceph-mon[96111]: pgmap v6341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:51.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:51.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:52.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:52.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:52 smithi187 ceph-mon[111815]: pgmap v6342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:52 smithi088 ceph-mon[96111]: pgmap v6342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:53.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:53.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:54.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:54.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:54 smithi187 ceph-mon[111815]: pgmap v6343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:54 smithi088 ceph-mon[96111]: pgmap v6343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:55.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:55.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:56.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:56.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:56 smithi187 ceph-mon[111815]: pgmap v6344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:56 smithi088 ceph-mon[96111]: pgmap v6344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:47:57.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:57.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:58.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:58.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:47:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:47:58 smithi187 ceph-mon[111815]: pgmap v6345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:47:58 smithi088 ceph-mon[96111]: pgmap v6345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:47:59.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:47:59.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:00.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:00.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:00 smithi187 ceph-mon[111815]: pgmap v6346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:48:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:00 smithi088 ceph-mon[96111]: pgmap v6346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:48:01.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:01.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:02.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:02.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:02 smithi187 ceph-mon[111815]: pgmap v6347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:02 smithi088 ceph-mon[96111]: pgmap v6347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:03.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:03.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:04.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:04.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:04 smithi187 ceph-mon[111815]: pgmap v6348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:04 smithi088 ceph-mon[96111]: pgmap v6348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:05.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:05.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:06.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:06.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:06 smithi187 ceph-mon[111815]: pgmap v6349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:06 smithi088 ceph-mon[96111]: pgmap v6349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:07.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:07.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:08.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:08.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:08 smithi187 ceph-mon[111815]: pgmap v6350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:08 smithi088 ceph-mon[96111]: pgmap v6350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:09.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:09.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:10.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:10.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:10 smithi187 ceph-mon[111815]: pgmap v6351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:10 smithi088 ceph-mon[96111]: pgmap v6351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:11.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:11.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:12.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:12.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:12 smithi187 ceph-mon[111815]: pgmap v6352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:12 smithi088 ceph-mon[96111]: pgmap v6352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:13.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:13.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:14.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:14.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:14 smithi187 ceph-mon[111815]: pgmap v6353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:14 smithi088 ceph-mon[96111]: pgmap v6353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:15.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:15.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:48:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:48:16.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:16.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:16 smithi187 ceph-mon[111815]: pgmap v6354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:16 smithi088 ceph-mon[96111]: pgmap v6354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:17.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:17.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:18.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:18.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:18 smithi187 ceph-mon[111815]: pgmap v6355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:48:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:18 smithi088 ceph-mon[96111]: pgmap v6355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:48:19.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:19.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:20.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:20.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:20 smithi187 ceph-mon[111815]: pgmap v6356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:20 smithi088 ceph-mon[96111]: pgmap v6356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:21.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:21.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:48:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:48:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:21 smithi088 ceph-mon[96111]: pgmap v6357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:48:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:48:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:48:21.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:48:21.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:48:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:48:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:48:21.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:21 smithi187 ceph-mon[111815]: pgmap v6357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:21.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:48:21.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:48:21.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:48:21.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:48:21.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:48:22.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:22.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:23.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:23.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:24 smithi088 ceph-mon[96111]: pgmap v6358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:24.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:24.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:24 smithi187 ceph-mon[111815]: pgmap v6358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:25.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:25.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:26 smithi187 ceph-mon[111815]: pgmap v6359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:26 smithi088 ceph-mon[96111]: pgmap v6359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:26.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:26.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:27.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:27.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:28 smithi088 ceph-mon[96111]: pgmap v6360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:28.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:28.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:28 smithi187 ceph-mon[111815]: pgmap v6360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:29.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:29.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:30 smithi088 ceph-mon[96111]: pgmap v6361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:30.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:30.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:30 smithi187 ceph-mon[111815]: pgmap v6361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:48:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:48:31.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:31.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:32 smithi088 ceph-mon[96111]: pgmap v6362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:32.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:32.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:32 smithi187 ceph-mon[111815]: pgmap v6362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:33.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:33.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:34 smithi088 ceph-mon[96111]: pgmap v6363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:34.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:34.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:34.482 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:34 smithi187 ceph-mon[111815]: pgmap v6363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:35.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:35.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:36 smithi187 ceph-mon[111815]: pgmap v6364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:36 smithi088 ceph-mon[96111]: pgmap v6364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:36.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:36.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:37.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:37.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:38 smithi088 ceph-mon[96111]: pgmap v6365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:38.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:38.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:38 smithi187 ceph-mon[111815]: pgmap v6365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:39.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:39.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:40 smithi088 ceph-mon[96111]: pgmap v6366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:40 smithi187 ceph-mon[111815]: pgmap v6366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:40.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:40.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:41.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:41.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:42 smithi088 ceph-mon[96111]: pgmap v6367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:42 smithi187 ceph-mon[111815]: pgmap v6367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:42.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:42.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:43.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:43.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:44 smithi088 ceph-mon[96111]: pgmap v6368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:44 smithi187 ceph-mon[111815]: pgmap v6368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:44.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:44.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:45.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:45.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:46.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:46 smithi088 ceph-mon[96111]: pgmap v6369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:46.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:48:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:46 smithi187 ceph-mon[111815]: pgmap v6369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:48:46.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:46.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:47.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:47.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:48 smithi088 ceph-mon[96111]: pgmap v6370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:48 smithi187 ceph-mon[111815]: pgmap v6370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:48.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:48.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:49.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:49.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:50 smithi088 ceph-mon[96111]: pgmap v6371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:50 smithi187 ceph-mon[111815]: pgmap v6371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:50.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:50.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:51.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:51.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:52 smithi187 ceph-mon[111815]: pgmap v6372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:52.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:52.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:52 smithi088 ceph-mon[96111]: pgmap v6372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:53.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:53.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:54 smithi187 ceph-mon[111815]: pgmap v6373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:54.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:54.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:54 smithi088 ceph-mon[96111]: pgmap v6373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:55.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:55.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:56 smithi187 ceph-mon[111815]: pgmap v6374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:56.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:56.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:56 smithi088 ceph-mon[96111]: pgmap v6374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:48:57.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:57.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:48:58 smithi187 ceph-mon[111815]: pgmap v6375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:58.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:58.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:48:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:48:58 smithi088 ceph-mon[96111]: pgmap v6375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:48:59.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:48:59.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:00 smithi187 ceph-mon[111815]: pgmap v6376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:00.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:00.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:00 smithi088 ceph-mon[96111]: pgmap v6376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:49:01.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:01.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:49:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:02 smithi187 ceph-mon[111815]: pgmap v6377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:02.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:02.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:02 smithi088 ceph-mon[96111]: pgmap v6377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:03.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:03.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:04 smithi187 ceph-mon[111815]: pgmap v6378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:04.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:04.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:04 smithi088 ceph-mon[96111]: pgmap v6378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:05.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:05.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:06 smithi187 ceph-mon[111815]: pgmap v6379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:06.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:06.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:06 smithi088 ceph-mon[96111]: pgmap v6379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:07.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:07.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:08 smithi187 ceph-mon[111815]: pgmap v6380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:08.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:08.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:08 smithi088 ceph-mon[96111]: pgmap v6380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:09.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:09.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:10 smithi187 ceph-mon[111815]: pgmap v6381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:10.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:10.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:10 smithi088 ceph-mon[96111]: pgmap v6381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:11.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:11.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:12 smithi187 ceph-mon[111815]: pgmap v6382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:12.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:12.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:12 smithi088 ceph-mon[96111]: pgmap v6382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:13.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:13.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:14 smithi187 ceph-mon[111815]: pgmap v6383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:14.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:14.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:14 smithi088 ceph-mon[96111]: pgmap v6383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:15.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:15.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:16 smithi187 ceph-mon[111815]: pgmap v6384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:49:16.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:16.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:16 smithi088 ceph-mon[96111]: pgmap v6384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:49:17.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:17.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:18 smithi187 ceph-mon[111815]: pgmap v6385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:18.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:18.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:18 smithi088 ceph-mon[96111]: pgmap v6385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:19.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:19.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:20 smithi187 ceph-mon[111815]: pgmap v6386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:20.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:20.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:20 smithi088 ceph-mon[96111]: pgmap v6386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:49:21.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:21.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:49:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:22 smithi187 ceph-mon[111815]: pgmap v6387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:22.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:22.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:22 smithi088 ceph-mon[96111]: pgmap v6387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:23.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:23.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:24 smithi187 ceph-mon[111815]: pgmap v6388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:24.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:24.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:24 smithi088 ceph-mon[96111]: pgmap v6388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:25.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:25.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:26.419 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:26 smithi187 ceph-mon[111815]: pgmap v6389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:26.419 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:49:26.420 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:49:26.420 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:49:26.420 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:49:26.420 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:49:26.420 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:49:26.421 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:49:26.427 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:26 smithi088 ceph-mon[96111]: pgmap v6389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:26.427 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:49:26.428 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:49:26.428 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:49:26.428 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:49:26.428 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:49:26.428 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:49:26.429 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:49:26.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:26.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:27.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:27.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:28 smithi187 ceph-mon[111815]: pgmap v6390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:28.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:28.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:28 smithi088 ceph-mon[96111]: pgmap v6390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:29.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:29.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:30 smithi187 ceph-mon[111815]: pgmap v6391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:30.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:30.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:30 smithi088 ceph-mon[96111]: pgmap v6391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:49:31.473 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:49:31.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:31.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:32 smithi187 ceph-mon[111815]: pgmap v6392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:32.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:32.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:32 smithi088 ceph-mon[96111]: pgmap v6392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:33.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:33.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:34 smithi187 ceph-mon[111815]: pgmap v6393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:34.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:34.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:34 smithi088 ceph-mon[96111]: pgmap v6393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:35.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:35.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:36 smithi187 ceph-mon[111815]: pgmap v6394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:36.523 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:36 smithi088 ceph-mon[96111]: pgmap v6394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:36.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:36.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:37.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:37.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:38 smithi187 ceph-mon[111815]: pgmap v6395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:38.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:38.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:38 smithi088 ceph-mon[96111]: pgmap v6395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:39.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:39.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:40 smithi187 ceph-mon[111815]: pgmap v6396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:40.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:40.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:40 smithi088 ceph-mon[96111]: pgmap v6396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:41.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:41.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:42 smithi187 ceph-mon[111815]: pgmap v6397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:42.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:42.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:42 smithi088 ceph-mon[96111]: pgmap v6397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:43.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:43.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:44 smithi187 ceph-mon[111815]: pgmap v6398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:44.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:44.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:44 smithi088 ceph-mon[96111]: pgmap v6398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:49:45.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:45.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:49:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:46 smithi187 ceph-mon[111815]: pgmap v6399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:46.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:46.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:46 smithi088 ceph-mon[96111]: pgmap v6399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:47.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:47.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:48 smithi187 ceph-mon[111815]: pgmap v6400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:48.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:48.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:48 smithi088 ceph-mon[96111]: pgmap v6400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:49.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:49.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:50 smithi187 ceph-mon[111815]: pgmap v6401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:50.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:50.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:50 smithi088 ceph-mon[96111]: pgmap v6401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:51.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:51.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:52 smithi187 ceph-mon[111815]: pgmap v6402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:52 smithi088 ceph-mon[96111]: pgmap v6402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:52.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:52.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:53.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:53.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:54 smithi187 ceph-mon[111815]: pgmap v6403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:54 smithi088 ceph-mon[96111]: pgmap v6403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:54.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:54.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:55.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:55.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:56 smithi187 ceph-mon[111815]: pgmap v6404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:56 smithi088 ceph-mon[96111]: pgmap v6404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:49:56.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:56.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:57.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:57.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:49:58 smithi187 ceph-mon[111815]: pgmap v6405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:49:58 smithi088 ceph-mon[96111]: pgmap v6405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:49:58.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:58.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:49:59.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:49:59.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:00 smithi187 ceph-mon[111815]: pgmap v6406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T02:50:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:50:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:00 smithi088 ceph-mon[96111]: pgmap v6406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T02:50:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:50:00.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:00.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:01.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:01.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:02 smithi187 ceph-mon[111815]: pgmap v6407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:02 smithi088 ceph-mon[96111]: pgmap v6407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:02.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:02.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:03.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:03.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:04 smithi088 ceph-mon[96111]: pgmap v6408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:04.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:04.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:04 smithi187 ceph-mon[111815]: pgmap v6408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:05.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:05.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:06 smithi088 ceph-mon[96111]: pgmap v6409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:06.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:06.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:06 smithi187 ceph-mon[111815]: pgmap v6409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:07.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:07.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:08 smithi088 ceph-mon[96111]: pgmap v6410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:08.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:08.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:08 smithi187 ceph-mon[111815]: pgmap v6410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:09.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:09.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:10 smithi088 ceph-mon[96111]: pgmap v6411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:10.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:10.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:10 smithi187 ceph-mon[111815]: pgmap v6411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:11.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:11.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:12 smithi088 ceph-mon[96111]: pgmap v6412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:12.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:12.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:12 smithi187 ceph-mon[111815]: pgmap v6412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:13.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:13.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:14 smithi088 ceph-mon[96111]: pgmap v6413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:14.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:14.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:14 smithi187 ceph-mon[111815]: pgmap v6413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:50:15.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:15.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:50:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:16 smithi088 ceph-mon[96111]: pgmap v6414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:16.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:16.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:16 smithi187 ceph-mon[111815]: pgmap v6414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:17.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:17.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:18 smithi088 ceph-mon[96111]: pgmap v6415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:18.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:18.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:18 smithi187 ceph-mon[111815]: pgmap v6415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:19.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:19.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:20 smithi088 ceph-mon[96111]: pgmap v6416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:20.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:20.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:20 smithi187 ceph-mon[111815]: pgmap v6416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:21.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:21.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:22 smithi187 ceph-mon[111815]: pgmap v6417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:22 smithi088 ceph-mon[96111]: pgmap v6417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:22.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:22.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:23.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:23.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:24 smithi088 ceph-mon[96111]: pgmap v6418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:24.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:24.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:24 smithi187 ceph-mon[111815]: pgmap v6418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:25.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:25.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:26 smithi088 ceph-mon[96111]: pgmap v6419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:50:26.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:26.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:26.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:26 smithi187 ceph-mon[111815]: pgmap v6419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:26.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:50:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:50:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:50:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:50:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:50:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:50:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:50:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:50:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:50:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:50:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:50:27.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:27.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:28 smithi088 ceph-mon[96111]: pgmap v6420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:28.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:28.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:28 smithi187 ceph-mon[111815]: pgmap v6420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:29.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:29.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:30 smithi088 ceph-mon[96111]: pgmap v6421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:50:30.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:30.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:30 smithi187 ceph-mon[111815]: pgmap v6421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:50:31.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:31.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:32 smithi088 ceph-mon[96111]: pgmap v6422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:32 smithi187 ceph-mon[111815]: pgmap v6422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:32.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:32.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:33.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:33.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:34 smithi088 ceph-mon[96111]: pgmap v6423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:34.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:34.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:34 smithi187 ceph-mon[111815]: pgmap v6423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:35.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:35.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:36 smithi088 ceph-mon[96111]: pgmap v6424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:36.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:36.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:36 smithi187 ceph-mon[111815]: pgmap v6424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:37.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:37.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:38 smithi088 ceph-mon[96111]: pgmap v6425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:38.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:38.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:38 smithi187 ceph-mon[111815]: pgmap v6425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:39.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:39.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:40 smithi088 ceph-mon[96111]: pgmap v6426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:40.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:40.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:40 smithi187 ceph-mon[111815]: pgmap v6426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:41.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:41.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:42 smithi187 ceph-mon[111815]: pgmap v6427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:42 smithi088 ceph-mon[96111]: pgmap v6427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:42.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:42.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:43.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:43.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:44 smithi088 ceph-mon[96111]: pgmap v6428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:44.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:44.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:44 smithi187 ceph-mon[111815]: pgmap v6428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:50:45.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:45.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:50:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:46 smithi088 ceph-mon[96111]: pgmap v6429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:46.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:46.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:46 smithi187 ceph-mon[111815]: pgmap v6429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:47 smithi088 ceph-mon[96111]: pgmap v6430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:47.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:47.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:47 smithi187 ceph-mon[111815]: pgmap v6430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:48.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:48.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:49.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:49.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:50 smithi088 ceph-mon[96111]: pgmap v6431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:50 smithi187 ceph-mon[111815]: pgmap v6431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:50.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:50.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:51.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:51.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:52.308 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:52 smithi187 ceph-mon[111815]: pgmap v6432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:52 smithi088 ceph-mon[96111]: pgmap v6432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:52.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:52.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:53.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:53.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:54 smithi088 ceph-mon[96111]: pgmap v6433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:54 smithi187 ceph-mon[111815]: pgmap v6433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:54.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:54.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:55.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:55.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:56 smithi088 ceph-mon[96111]: pgmap v6434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:56 smithi187 ceph-mon[111815]: pgmap v6434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:50:56.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:56.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:57.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:57.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:50:58 smithi088 ceph-mon[96111]: pgmap v6435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:50:58 smithi187 ceph-mon[111815]: pgmap v6435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:50:58.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:58.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:50:59.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:50:59.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:00 smithi088 ceph-mon[96111]: pgmap v6436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:00 smithi187 ceph-mon[111815]: pgmap v6436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:00.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:00.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:51:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:51:01.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:01.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:02.361 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:02 smithi088 ceph-mon[96111]: pgmap v6437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:02.414 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:02 smithi187 ceph-mon[111815]: pgmap v6437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:02.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:02.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:03.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:03.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:04 smithi187 ceph-mon[111815]: pgmap v6438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:04 smithi088 ceph-mon[96111]: pgmap v6438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:04.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:04.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:05.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:05.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:06 smithi187 ceph-mon[111815]: pgmap v6439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:06 smithi088 ceph-mon[96111]: pgmap v6439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:06.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:06.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:07.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:07.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:08 smithi187 ceph-mon[111815]: pgmap v6440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:08 smithi088 ceph-mon[96111]: pgmap v6440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:08.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:08.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:09.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:09.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:10 smithi187 ceph-mon[111815]: pgmap v6441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:10 smithi088 ceph-mon[96111]: pgmap v6441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:10.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:10.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:11.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:11.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:12 smithi187 ceph-mon[111815]: pgmap v6442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:12.459 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:12 smithi088 ceph-mon[96111]: pgmap v6442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:12.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:12.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:13.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:13.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:14 smithi187 ceph-mon[111815]: pgmap v6443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:14 smithi088 ceph-mon[96111]: pgmap v6443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:14.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:14.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:15.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:15.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:16 smithi187 ceph-mon[111815]: pgmap v6444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:51:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:16 smithi088 ceph-mon[96111]: pgmap v6444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:51:16.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:16.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:17.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:17.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:18 smithi187 ceph-mon[111815]: pgmap v6445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:18 smithi088 ceph-mon[96111]: pgmap v6445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:18.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:18.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:19.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:19.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:20 smithi187 ceph-mon[111815]: pgmap v6446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:20 smithi088 ceph-mon[96111]: pgmap v6446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:20.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:20.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:21.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:21.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:22 smithi187 ceph-mon[111815]: pgmap v6447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:22.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:22 smithi088 ceph-mon[96111]: pgmap v6447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:22.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:22.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:23.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:23.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:24 smithi187 ceph-mon[111815]: pgmap v6448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:24 smithi088 ceph-mon[96111]: pgmap v6448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:24.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:24.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:25.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:25.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:26 smithi187 ceph-mon[111815]: pgmap v6449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:26 smithi088 ceph-mon[96111]: pgmap v6449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:26.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:26.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:51:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:51:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:51:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:51:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:51:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:51:27.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:27.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:28 smithi187 ceph-mon[111815]: pgmap v6450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:51:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:51:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:51:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:51:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:51:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:28 smithi088 ceph-mon[96111]: pgmap v6450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:51:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:51:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:51:28.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:51:28.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:51:28.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:28.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:29.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:29.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:30 smithi187 ceph-mon[111815]: pgmap v6451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:30 smithi088 ceph-mon[96111]: pgmap v6451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:30.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:30.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:51:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:51:31.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:31.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:32 smithi187 ceph-mon[111815]: pgmap v6452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:32 smithi088 ceph-mon[96111]: pgmap v6452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:32.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:32.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:33.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:33.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:34 smithi187 ceph-mon[111815]: pgmap v6453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:34 smithi088 ceph-mon[96111]: pgmap v6453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:34.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:34.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:35.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:35.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:36 smithi187 ceph-mon[111815]: pgmap v6454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:36 smithi088 ceph-mon[96111]: pgmap v6454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:36.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:36.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:37.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:37.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:38 smithi187 ceph-mon[111815]: pgmap v6455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:38 smithi088 ceph-mon[96111]: pgmap v6455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:38.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:38.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:39.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:39.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:40 smithi187 ceph-mon[111815]: pgmap v6456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:40 smithi088 ceph-mon[96111]: pgmap v6456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:40.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:40.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:41.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:41.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:42 smithi187 ceph-mon[111815]: pgmap v6457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:42 smithi088 ceph-mon[96111]: pgmap v6457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:42.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:42.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:43.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:43.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:44 smithi187 ceph-mon[111815]: pgmap v6458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:44 smithi088 ceph-mon[96111]: pgmap v6458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:44.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:44.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:45.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:45.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:46 smithi187 ceph-mon[111815]: pgmap v6459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:51:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:46 smithi088 ceph-mon[96111]: pgmap v6459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:51:46.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:46.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:47.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:47.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:48 smithi187 ceph-mon[111815]: pgmap v6460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:48 smithi088 ceph-mon[96111]: pgmap v6460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:48.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:48.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:49.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:49.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:50 smithi187 ceph-mon[111815]: pgmap v6461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:50.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:50 smithi088 ceph-mon[96111]: pgmap v6461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:50.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:50.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:51.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:51.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:52 smithi187 ceph-mon[111815]: pgmap v6462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:52 smithi088 ceph-mon[96111]: pgmap v6462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:52.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:52.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:53.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:53.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:54.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:54 smithi187 ceph-mon[111815]: pgmap v6463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:54 smithi088 ceph-mon[96111]: pgmap v6463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:54.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:54.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:55.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:55.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:56 smithi187 ceph-mon[111815]: pgmap v6464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:56 smithi088 ceph-mon[96111]: pgmap v6464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:51:56.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:56.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:57.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:57.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:51:58 smithi187 ceph-mon[111815]: pgmap v6465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:51:58 smithi088 ceph-mon[96111]: pgmap v6465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:51:58.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:58.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:51:59.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:51:59.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:00 smithi187 ceph-mon[111815]: pgmap v6466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:52:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:00 smithi088 ceph-mon[96111]: pgmap v6466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:52:00.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:00.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:01.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:01.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:02 smithi187 ceph-mon[111815]: pgmap v6467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:02 smithi088 ceph-mon[96111]: pgmap v6467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:02.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:02.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:03.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:03.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:04 smithi187 ceph-mon[111815]: pgmap v6468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:04 smithi088 ceph-mon[96111]: pgmap v6468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:04.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:04.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:05.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:05.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:06 smithi187 ceph-mon[111815]: pgmap v6469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:06 smithi088 ceph-mon[96111]: pgmap v6469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:06.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:06.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:07.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:07.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:08 smithi088 ceph-mon[96111]: pgmap v6470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:08 smithi187 ceph-mon[111815]: pgmap v6470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:08.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:08.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:09.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:09.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:10 smithi187 ceph-mon[111815]: pgmap v6471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:10 smithi088 ceph-mon[96111]: pgmap v6471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:10.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:10.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:11.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:11.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:12 smithi187 ceph-mon[111815]: pgmap v6472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:12 smithi088 ceph-mon[96111]: pgmap v6472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:12.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:12.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:13.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:13.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:14 smithi187 ceph-mon[111815]: pgmap v6473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:14 smithi088 ceph-mon[96111]: pgmap v6473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:14.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:14.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:52:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:52:15.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:15.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:16 smithi187 ceph-mon[111815]: pgmap v6474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:16 smithi088 ceph-mon[96111]: pgmap v6474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:16.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:16.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:17.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:18 smithi187 ceph-mon[111815]: pgmap v6475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:18 smithi088 ceph-mon[96111]: pgmap v6475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:18.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:18.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:19.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:19.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:20 smithi088 ceph-mon[96111]: pgmap v6476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:20 smithi187 ceph-mon[111815]: pgmap v6476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:20.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:20.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:21.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:21.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:22 smithi088 ceph-mon[96111]: pgmap v6477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:22 smithi187 ceph-mon[111815]: pgmap v6477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:22.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:22.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:23.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:23.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:24 smithi088 ceph-mon[96111]: pgmap v6478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:24 smithi187 ceph-mon[111815]: pgmap v6478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:24.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:24.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:25.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:25.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:26 smithi088 ceph-mon[96111]: pgmap v6479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:26 smithi187 ceph-mon[111815]: pgmap v6479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:26.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:26.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:27.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:27.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:28 smithi088 ceph-mon[96111]: pgmap v6480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:52:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:52:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:52:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:52:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:52:28.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:52:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:28 smithi187 ceph-mon[111815]: pgmap v6480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:52:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:52:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:52:28.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:52:28.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:52:28.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:52:28.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:28.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:29.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:29.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:30 smithi088 ceph-mon[96111]: pgmap v6481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:52:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:30 smithi187 ceph-mon[111815]: pgmap v6481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:52:30.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:30.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:31.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:31.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:32 smithi088 ceph-mon[96111]: pgmap v6482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:32 smithi187 ceph-mon[111815]: pgmap v6482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:32.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:32.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:33.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:33.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:34 smithi088 ceph-mon[96111]: pgmap v6483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:34 smithi187 ceph-mon[111815]: pgmap v6483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:34.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:34.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:35.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:35.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:36 smithi088 ceph-mon[96111]: pgmap v6484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:36 smithi187 ceph-mon[111815]: pgmap v6484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:36.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:36.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:37.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:37.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:38 smithi088 ceph-mon[96111]: pgmap v6485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:38 smithi187 ceph-mon[111815]: pgmap v6485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:38.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:38.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:39.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:39.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:40 smithi088 ceph-mon[96111]: pgmap v6486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:40 smithi187 ceph-mon[111815]: pgmap v6486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:40.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:40.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:41.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:41.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:42 smithi088 ceph-mon[96111]: pgmap v6487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:42 smithi187 ceph-mon[111815]: pgmap v6487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:42.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:42.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:43.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:43.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:44 smithi088 ceph-mon[96111]: pgmap v6488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:44 smithi187 ceph-mon[111815]: pgmap v6488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:44.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:44.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:52:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:52:45.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:45.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:46 smithi088 ceph-mon[96111]: pgmap v6489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:46 smithi187 ceph-mon[111815]: pgmap v6489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:46.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:46.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:47.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:47.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:48 smithi088 ceph-mon[96111]: pgmap v6490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:48 smithi187 ceph-mon[111815]: pgmap v6490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:48.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:48.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:49.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:49.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:50 smithi088 ceph-mon[96111]: pgmap v6491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:50 smithi187 ceph-mon[111815]: pgmap v6491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:50.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:50.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:51.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:51.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:52 smithi088 ceph-mon[96111]: pgmap v6492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:52 smithi187 ceph-mon[111815]: pgmap v6492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:52.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:52.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:53.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:53.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:54 smithi088 ceph-mon[96111]: pgmap v6493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:54 smithi187 ceph-mon[111815]: pgmap v6493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:54.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:54.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:55.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:55.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:56 smithi088 ceph-mon[96111]: pgmap v6494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:56 smithi187 ceph-mon[111815]: pgmap v6494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:52:56.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:56.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:57.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:57.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:52:58 smithi088 ceph-mon[96111]: pgmap v6495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:58.610 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:52:58 smithi187 ceph-mon[111815]: pgmap v6495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:52:58.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:58.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:52:59.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:52:59.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:00 smithi088 ceph-mon[96111]: pgmap v6496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:53:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:00 smithi187 ceph-mon[111815]: pgmap v6496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:53:00.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:00.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:01.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:01.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:02 smithi088 ceph-mon[96111]: pgmap v6497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:02 smithi187 ceph-mon[111815]: pgmap v6497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:02.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:02.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:03.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:03.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:04 smithi088 ceph-mon[96111]: pgmap v6498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:04 smithi187 ceph-mon[111815]: pgmap v6498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:04.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:04.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:05.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:05.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:06 smithi088 ceph-mon[96111]: pgmap v6499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:06 smithi187 ceph-mon[111815]: pgmap v6499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:06.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:06.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:07.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:07.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:08 smithi088 ceph-mon[96111]: pgmap v6500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:08 smithi187 ceph-mon[111815]: pgmap v6500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:08.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:08.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:09.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:09.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:10 smithi088 ceph-mon[96111]: pgmap v6501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:10 smithi187 ceph-mon[111815]: pgmap v6501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:10.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:10.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:11.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:11.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:12 smithi088 ceph-mon[96111]: pgmap v6502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:12 smithi187 ceph-mon[111815]: pgmap v6502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:12.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:12.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:13.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:13.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:14 smithi088 ceph-mon[96111]: pgmap v6503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:14 smithi187 ceph-mon[111815]: pgmap v6503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:14.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:14.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:15 smithi088 ceph-mon[96111]: pgmap v6504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:53:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:15 smithi187 ceph-mon[111815]: pgmap v6504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:53:15.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:15.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:16.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:16.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:17.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:17.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:17 smithi088 ceph-mon[96111]: pgmap v6505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:17 smithi187 ceph-mon[111815]: pgmap v6505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:18.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:18.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:19.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:19.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:20 smithi187 ceph-mon[111815]: pgmap v6506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:20 smithi088 ceph-mon[96111]: pgmap v6506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:20.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:20.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:21.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:21.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:22 smithi187 ceph-mon[111815]: pgmap v6507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:22 smithi088 ceph-mon[96111]: pgmap v6507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:22.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:22.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:23.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:23.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:24 smithi187 ceph-mon[111815]: pgmap v6508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:24 smithi088 ceph-mon[96111]: pgmap v6508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:24.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:24.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:25.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:25.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:26 smithi187 ceph-mon[111815]: pgmap v6509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:26 smithi088 ceph-mon[96111]: pgmap v6509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:26.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:26.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:27.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:27.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:28 smithi187 ceph-mon[111815]: pgmap v6510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:53:28.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:28 smithi088 ceph-mon[96111]: pgmap v6510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:28.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:53:28.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:28.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:53:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:53:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:29 smithi088 ceph-mon[96111]: pgmap v6511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:53:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:53:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:53:29.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:53:29.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:53:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:53:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:53:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:29 smithi187 ceph-mon[111815]: pgmap v6511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:53:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:53:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:53:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:53:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:53:29.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:29.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:53:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:53:30.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:30.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:31 smithi187 ceph-mon[111815]: pgmap v6512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:31 smithi088 ceph-mon[96111]: pgmap v6512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:31.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:31.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:32.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:32.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:33.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:33.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:34 smithi187 ceph-mon[111815]: pgmap v6513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:34 smithi088 ceph-mon[96111]: pgmap v6513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:34.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:34.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:35.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:35.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:36 smithi187 ceph-mon[111815]: pgmap v6514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:36 smithi088 ceph-mon[96111]: pgmap v6514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:36.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:36.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:37.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:37.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:38 smithi187 ceph-mon[111815]: pgmap v6515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:38 smithi088 ceph-mon[96111]: pgmap v6515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:38.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:38.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:39.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:39.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:40 smithi187 ceph-mon[111815]: pgmap v6516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:40 smithi088 ceph-mon[96111]: pgmap v6516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:40.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:40.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:41.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:41.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:42 smithi187 ceph-mon[111815]: pgmap v6517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:42 smithi088 ceph-mon[96111]: pgmap v6517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:42.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:42.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:43.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:43.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:44 smithi088 ceph-mon[96111]: pgmap v6518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:44 smithi187 ceph-mon[111815]: pgmap v6518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:44.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:44.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:45.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:45.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:46 smithi187 ceph-mon[111815]: pgmap v6519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:53:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:46 smithi088 ceph-mon[96111]: pgmap v6519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:53:46.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:46.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:47.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:47.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:48 smithi187 ceph-mon[111815]: pgmap v6520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:48 smithi088 ceph-mon[96111]: pgmap v6520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:48.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:48.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:49.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:49.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:50 smithi187 ceph-mon[111815]: pgmap v6521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:50 smithi088 ceph-mon[96111]: pgmap v6521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:50.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:50.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:51.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:51.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:52 smithi187 ceph-mon[111815]: pgmap v6522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:52 smithi088 ceph-mon[96111]: pgmap v6522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:52.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:52.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:53.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:53.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:54 smithi088 ceph-mon[96111]: pgmap v6523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:54 smithi187 ceph-mon[111815]: pgmap v6523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:54.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:54.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:55.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:55.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:56 smithi187 ceph-mon[111815]: pgmap v6524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:56 smithi088 ceph-mon[96111]: pgmap v6524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:53:56.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:56.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:57.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:57.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:53:58 smithi187 ceph-mon[111815]: pgmap v6525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:53:58 smithi088 ceph-mon[96111]: pgmap v6525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:53:58.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:58.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:53:59.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:53:59.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:00 smithi187 ceph-mon[111815]: pgmap v6526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:00 smithi088 ceph-mon[96111]: pgmap v6526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:00.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:00.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:54:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:54:01.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:01.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:02 smithi187 ceph-mon[111815]: pgmap v6527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:02 smithi088 ceph-mon[96111]: pgmap v6527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:02.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:02.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:03.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:03.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:04 smithi187 ceph-mon[111815]: pgmap v6528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:04 smithi088 ceph-mon[96111]: pgmap v6528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:04.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:04.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:05.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:05.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:06 smithi187 ceph-mon[111815]: pgmap v6529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:06 smithi088 ceph-mon[96111]: pgmap v6529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:06.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:06.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:07.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:07.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:08 smithi187 ceph-mon[111815]: pgmap v6530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:08 smithi088 ceph-mon[96111]: pgmap v6530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:08.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:08.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:09.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:09.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:10 smithi187 ceph-mon[111815]: pgmap v6531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:10 smithi088 ceph-mon[96111]: pgmap v6531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:10.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:10.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:11.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:11.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:12 smithi187 ceph-mon[111815]: pgmap v6532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:12 smithi088 ceph-mon[96111]: pgmap v6532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:13.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:13.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:14.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:14.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:14 smithi187 ceph-mon[111815]: pgmap v6533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:14 smithi088 ceph-mon[96111]: pgmap v6533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:15.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:15.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:16.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:16.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:16 smithi187 ceph-mon[111815]: pgmap v6534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:54:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:16 smithi088 ceph-mon[96111]: pgmap v6534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:54:17.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:17.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:18.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:18.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:18 smithi187 ceph-mon[111815]: pgmap v6535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:18 smithi088 ceph-mon[96111]: pgmap v6535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:19.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:19.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:20.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:20.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:20 smithi187 ceph-mon[111815]: pgmap v6536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:20 smithi088 ceph-mon[96111]: pgmap v6536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:21.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:21.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:22.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:22.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:22 smithi187 ceph-mon[111815]: pgmap v6537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:22 smithi088 ceph-mon[96111]: pgmap v6537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:23.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:23.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:24.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:24.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:24.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:24 smithi187 ceph-mon[111815]: pgmap v6538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:24 smithi088 ceph-mon[96111]: pgmap v6538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:25.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:25.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:26.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:26.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:26 smithi187 ceph-mon[111815]: pgmap v6539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:26 smithi088 ceph-mon[96111]: pgmap v6539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:27.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:27.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:28.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:28.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:28 smithi187 ceph-mon[111815]: pgmap v6540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:28 smithi088 ceph-mon[96111]: pgmap v6540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:29.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:29.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:54:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:54:30.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:30.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:30 smithi187 ceph-mon[111815]: pgmap v6541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:54:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:54:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:54:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:54:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:54:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:54:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:30 smithi088 ceph-mon[96111]: pgmap v6541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:54:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:54:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:54:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:54:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:54:30.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:54:31.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:31.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:32.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:32.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:32 smithi187 ceph-mon[111815]: pgmap v6542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:32 smithi088 ceph-mon[96111]: pgmap v6542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:33.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:33.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:34.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:34.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:34 smithi187 ceph-mon[111815]: pgmap v6543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:34 smithi088 ceph-mon[96111]: pgmap v6543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:35.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:35.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:36.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:36.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:36 smithi187 ceph-mon[111815]: pgmap v6544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:36 smithi088 ceph-mon[96111]: pgmap v6544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:37.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:37.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:38.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:38.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:38 smithi187 ceph-mon[111815]: pgmap v6545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:38 smithi088 ceph-mon[96111]: pgmap v6545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:39.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:39.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:40.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:40.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:40 smithi187 ceph-mon[111815]: pgmap v6546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:40 smithi088 ceph-mon[96111]: pgmap v6546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:41.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:41.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:42.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:42.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:42 smithi187 ceph-mon[111815]: pgmap v6547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:42 smithi088 ceph-mon[96111]: pgmap v6547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:43.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:43.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:44.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:44.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:44 smithi187 ceph-mon[111815]: pgmap v6548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:44.517 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:44 smithi088 ceph-mon[96111]: pgmap v6548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:45.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:45.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:54:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:54:46.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:46.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:46 smithi088 ceph-mon[96111]: pgmap v6549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:46 smithi187 ceph-mon[111815]: pgmap v6549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:47.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:47.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:48.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:48.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:48 smithi088 ceph-mon[96111]: pgmap v6550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:48 smithi187 ceph-mon[111815]: pgmap v6550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:49.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:49.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:50.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:50.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:50 smithi088 ceph-mon[96111]: pgmap v6551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:50 smithi187 ceph-mon[111815]: pgmap v6551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:51.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:51.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:52.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:52.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:52 smithi088 ceph-mon[96111]: pgmap v6552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:52 smithi187 ceph-mon[111815]: pgmap v6552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:53.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:53.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:54.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:54.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:54 smithi088 ceph-mon[96111]: pgmap v6553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:54 smithi187 ceph-mon[111815]: pgmap v6553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:55.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:55.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:56.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:56.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:56 smithi088 ceph-mon[96111]: pgmap v6554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:56 smithi187 ceph-mon[111815]: pgmap v6554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:54:57.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:57.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:58.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:58.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:54:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:54:58 smithi088 ceph-mon[96111]: pgmap v6555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:54:58 smithi187 ceph-mon[111815]: pgmap v6555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:54:59.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:54:59.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:00.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:00.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:00 smithi088 ceph-mon[96111]: pgmap v6556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:55:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:00 smithi187 ceph-mon[111815]: pgmap v6556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:55:01.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:01.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:02.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:02.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:02.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:02 smithi088 ceph-mon[96111]: pgmap v6557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:02 smithi187 ceph-mon[111815]: pgmap v6557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:03.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:03.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:04.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:04.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:04 smithi088 ceph-mon[96111]: pgmap v6558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:04 smithi187 ceph-mon[111815]: pgmap v6558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:05.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:05.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:06.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:06.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:06 smithi088 ceph-mon[96111]: pgmap v6559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:06 smithi187 ceph-mon[111815]: pgmap v6559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:07.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:07.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:08.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:08.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:08 smithi088 ceph-mon[96111]: pgmap v6560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:08 smithi187 ceph-mon[111815]: pgmap v6560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:09.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:09.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:10.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:10.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:10 smithi088 ceph-mon[96111]: pgmap v6561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:10 smithi187 ceph-mon[111815]: pgmap v6561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:11.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:11.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:12.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:12.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:12 smithi088 ceph-mon[96111]: pgmap v6562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:12 smithi187 ceph-mon[111815]: pgmap v6562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:13.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:13.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:14.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:14.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:14 smithi088 ceph-mon[96111]: pgmap v6563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:14 smithi187 ceph-mon[111815]: pgmap v6563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:15.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:15.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:55:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:55:16.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:16.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:16 smithi088 ceph-mon[96111]: pgmap v6564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:16 smithi187 ceph-mon[111815]: pgmap v6564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:17.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:17.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:18.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:18.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:18 smithi088 ceph-mon[96111]: pgmap v6565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:18 smithi187 ceph-mon[111815]: pgmap v6565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:19.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:19.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:20.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:20.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:20 smithi187 ceph-mon[111815]: pgmap v6566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:20 smithi088 ceph-mon[96111]: pgmap v6566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:21.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:21.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:22.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:22.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:22 smithi088 ceph-mon[96111]: pgmap v6567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:22 smithi187 ceph-mon[111815]: pgmap v6567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:23.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:23.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:24.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:24.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:24 smithi088 ceph-mon[96111]: pgmap v6568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:24 smithi187 ceph-mon[111815]: pgmap v6568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:25.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:25.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:26.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:26.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:26 smithi088 ceph-mon[96111]: pgmap v6569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:26 smithi187 ceph-mon[111815]: pgmap v6569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:27.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:27.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:28.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:28.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:28 smithi088 ceph-mon[96111]: pgmap v6570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:28 smithi187 ceph-mon[111815]: pgmap v6570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:29.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:29.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:30.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:30.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:30 smithi187 ceph-mon[111815]: pgmap v6571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:55:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:55:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:55:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:55:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:55:30.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:55:30.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:55:30.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:55:30.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:55:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:30 smithi088 ceph-mon[96111]: pgmap v6571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:55:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:55:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:55:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:55:30.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:55:30.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:55:30.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:55:30.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:55:30.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:55:31.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:31.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:32.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:32.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:32 smithi088 ceph-mon[96111]: pgmap v6572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:32 smithi187 ceph-mon[111815]: pgmap v6572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:33.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:33.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:34.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:34.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:34 smithi088 ceph-mon[96111]: pgmap v6573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:34 smithi187 ceph-mon[111815]: pgmap v6573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:35.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:35.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:36.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:36.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:36 smithi088 ceph-mon[96111]: pgmap v6574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:36 smithi187 ceph-mon[111815]: pgmap v6574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:37.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:37.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:38.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:38.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:38 smithi088 ceph-mon[96111]: pgmap v6575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:38 smithi187 ceph-mon[111815]: pgmap v6575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:39.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:39.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:40.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:40.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:40 smithi088 ceph-mon[96111]: pgmap v6576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:40 smithi187 ceph-mon[111815]: pgmap v6576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:41.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:41.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:42.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:42.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:42 smithi088 ceph-mon[96111]: pgmap v6577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:42 smithi187 ceph-mon[111815]: pgmap v6577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:43.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:43.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:44.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:44.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:44 smithi088 ceph-mon[96111]: pgmap v6578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:44 smithi187 ceph-mon[111815]: pgmap v6578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:45.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:45.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:55:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:55:46.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:46.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:46 smithi088 ceph-mon[96111]: pgmap v6579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:46 smithi187 ceph-mon[111815]: pgmap v6579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:47.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:47.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:48.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:48.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:48 smithi088 ceph-mon[96111]: pgmap v6580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:48 smithi187 ceph-mon[111815]: pgmap v6580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:49.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:49.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:50.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:50.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:50 smithi088 ceph-mon[96111]: pgmap v6581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:50 smithi187 ceph-mon[111815]: pgmap v6581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:51.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:51.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:52.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:52.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:52 smithi088 ceph-mon[96111]: pgmap v6582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:52 smithi187 ceph-mon[111815]: pgmap v6582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:53.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:53.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:54.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:54.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:54 smithi088 ceph-mon[96111]: pgmap v6583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:54 smithi187 ceph-mon[111815]: pgmap v6583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:55.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:55.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:56.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:56.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:56 smithi187 ceph-mon[111815]: pgmap v6584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:56 smithi088 ceph-mon[96111]: pgmap v6584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:55:57.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:57.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:58.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:58.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:55:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:55:58 smithi187 ceph-mon[111815]: pgmap v6585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:55:58 smithi088 ceph-mon[96111]: pgmap v6585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:55:59.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:55:59.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:00.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:00.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:00 smithi088 ceph-mon[96111]: pgmap v6586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:56:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:00 smithi187 ceph-mon[111815]: pgmap v6586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:56:01.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:01.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:02.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:02.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:02 smithi187 ceph-mon[111815]: pgmap v6587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:02 smithi088 ceph-mon[96111]: pgmap v6587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:03.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:03.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:04.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:04.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:04 smithi187 ceph-mon[111815]: pgmap v6588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:04 smithi088 ceph-mon[96111]: pgmap v6588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:05.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:05.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:06.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:06.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:06 smithi187 ceph-mon[111815]: pgmap v6589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:06 smithi088 ceph-mon[96111]: pgmap v6589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:07.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:07.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:08.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:08.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:08 smithi187 ceph-mon[111815]: pgmap v6590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:08 smithi088 ceph-mon[96111]: pgmap v6590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:09.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:09.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:10.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:10.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:10 smithi187 ceph-mon[111815]: pgmap v6591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:10 smithi088 ceph-mon[96111]: pgmap v6591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:11.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:11.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:12.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:12.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:12 smithi187 ceph-mon[111815]: pgmap v6592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:12 smithi088 ceph-mon[96111]: pgmap v6592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:13.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:13.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:14.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:14.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:14 smithi187 ceph-mon[111815]: pgmap v6593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:14 smithi088 ceph-mon[96111]: pgmap v6593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:15.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:15.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:16.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:16.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:16 smithi187 ceph-mon[111815]: pgmap v6594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:56:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:16 smithi088 ceph-mon[96111]: pgmap v6594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:56:17.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:17.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:18.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:18.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:18 smithi187 ceph-mon[111815]: pgmap v6595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:18 smithi088 ceph-mon[96111]: pgmap v6595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:19.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:19.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:20.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:20.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:20.450 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:20 smithi088 ceph-mon[96111]: pgmap v6596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:20 smithi187 ceph-mon[111815]: pgmap v6596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:21.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:21.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:22.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:22.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:22 smithi187 ceph-mon[111815]: pgmap v6597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:22 smithi088 ceph-mon[96111]: pgmap v6597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:23.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:23.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:24.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:24.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:24 smithi187 ceph-mon[111815]: pgmap v6598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:24 smithi088 ceph-mon[96111]: pgmap v6598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:25.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:25.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:26.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:26.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:26 smithi187 ceph-mon[111815]: pgmap v6599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:26 smithi088 ceph-mon[96111]: pgmap v6599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:27.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:27.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:28.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:28.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:28 smithi187 ceph-mon[111815]: pgmap v6600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:28 smithi088 ceph-mon[96111]: pgmap v6600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:29.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:29.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:30.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:30.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:30 smithi187 ceph-mon[111815]: pgmap v6601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:56:30.547 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:30 smithi088 ceph-mon[96111]: pgmap v6601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:30.548 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:56:31.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:31.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:31.438 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:56:31.438 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:31.438 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:31.495 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:56:31.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:31.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:32.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:32.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:32.358 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:32 smithi187 ceph-mon[111815]: pgmap v6602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:32 smithi088 ceph-mon[96111]: pgmap v6602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:33.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:33.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:34.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:34.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:34.447 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:34 smithi187 ceph-mon[111815]: pgmap v6603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:34.517 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:34 smithi088 ceph-mon[96111]: pgmap v6603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:35.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:35.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:35 smithi088 ceph-mon[96111]: pgmap v6604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:56:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:56:35.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:56:35.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.839 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.839 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.839 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:35 smithi187 ceph-mon[111815]: pgmap v6604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:35.840 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.840 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.840 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:56:35.841 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:56:35.841 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:35.842 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:56:35.842 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:56:36.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:36.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:37.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:37.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:37 smithi088 ceph-mon[96111]: pgmap v6605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:37 smithi187 ceph-mon[111815]: pgmap v6605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:38.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:38.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:39.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:39.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:40.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:40.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:40 smithi187 ceph-mon[111815]: pgmap v6606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:40 smithi088 ceph-mon[96111]: pgmap v6606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:41.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:41.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:42.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:42.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:42 smithi187 ceph-mon[111815]: pgmap v6607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:42 smithi088 ceph-mon[96111]: pgmap v6607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:43.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:43.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:44.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:44.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:44 smithi187 ceph-mon[111815]: pgmap v6608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:44 smithi088 ceph-mon[96111]: pgmap v6608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:45.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:45.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:46 smithi187 ceph-mon[111815]: pgmap v6609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:56:46.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:46.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:46 smithi088 ceph-mon[96111]: pgmap v6609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:56:47.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:47.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:48.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:48.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:48 smithi187 ceph-mon[111815]: pgmap v6610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:48 smithi088 ceph-mon[96111]: pgmap v6610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:49.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:49.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:50.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:50.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:50 smithi187 ceph-mon[111815]: pgmap v6611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:50 smithi088 ceph-mon[96111]: pgmap v6611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:51.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:51.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:52.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:52.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:52 smithi187 ceph-mon[111815]: pgmap v6612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:52.473 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:52 smithi088 ceph-mon[96111]: pgmap v6612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:53.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:53.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:54.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:54.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:54 smithi187 ceph-mon[111815]: pgmap v6613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:54 smithi088 ceph-mon[96111]: pgmap v6613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:55.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:55.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:56.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:56.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:56 smithi187 ceph-mon[111815]: pgmap v6614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:56 smithi088 ceph-mon[96111]: pgmap v6614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:56:57.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:57.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:58.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:58.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:56:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:56:58 smithi187 ceph-mon[111815]: pgmap v6615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:56:58 smithi088 ceph-mon[96111]: pgmap v6615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:56:59.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:56:59.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:00.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:00.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:00 smithi187 ceph-mon[111815]: pgmap v6616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:57:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:00 smithi088 ceph-mon[96111]: pgmap v6616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:57:01.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:01.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:02.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:02.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:02 smithi187 ceph-mon[111815]: pgmap v6617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:02 smithi088 ceph-mon[96111]: pgmap v6617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:03.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:03.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:04.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:04.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:04 smithi187 ceph-mon[111815]: pgmap v6618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:04 smithi088 ceph-mon[96111]: pgmap v6618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:05.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:05.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:06.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:06.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:06 smithi187 ceph-mon[111815]: pgmap v6619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:06 smithi088 ceph-mon[96111]: pgmap v6619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:07.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:07.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:08.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:08.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:08 smithi187 ceph-mon[111815]: pgmap v6620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:08 smithi088 ceph-mon[96111]: pgmap v6620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:09.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:09.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:10.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:10.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:10 smithi187 ceph-mon[111815]: pgmap v6621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:10 smithi088 ceph-mon[96111]: pgmap v6621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:11.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:11.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:12.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:12.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:12 smithi187 ceph-mon[111815]: pgmap v6622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:12 smithi088 ceph-mon[96111]: pgmap v6622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:13.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:13.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:14.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:14.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:14 smithi187 ceph-mon[111815]: pgmap v6623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:14 smithi088 ceph-mon[96111]: pgmap v6623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:15.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:15.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:57:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:57:16.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:16.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:16 smithi088 ceph-mon[96111]: pgmap v6624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:16 smithi187 ceph-mon[111815]: pgmap v6624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:17.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:17.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:18.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:18.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:18 smithi187 ceph-mon[111815]: pgmap v6625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:18 smithi088 ceph-mon[96111]: pgmap v6625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:19.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:19.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:20.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:20.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:20 smithi187 ceph-mon[111815]: pgmap v6626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:20 smithi088 ceph-mon[96111]: pgmap v6626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:21.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:21.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:22.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:22.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:22 smithi187 ceph-mon[111815]: pgmap v6627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:22 smithi088 ceph-mon[96111]: pgmap v6627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:23.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:23.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:24.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:24.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:24 smithi088 ceph-mon[96111]: pgmap v6628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:24 smithi187 ceph-mon[111815]: pgmap v6628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:25.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:25.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:26.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:26.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:26 smithi088 ceph-mon[96111]: pgmap v6629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:26 smithi187 ceph-mon[111815]: pgmap v6629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:27.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:27.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:28.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:28.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:28 smithi088 ceph-mon[96111]: pgmap v6630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:28 smithi187 ceph-mon[111815]: pgmap v6630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:29.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:29.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:30.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:30.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:30 smithi088 ceph-mon[96111]: pgmap v6631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:57:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:30 smithi187 ceph-mon[111815]: pgmap v6631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:57:31.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:31.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:32.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:32.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:32 smithi088 ceph-mon[96111]: pgmap v6632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:32 smithi187 ceph-mon[111815]: pgmap v6632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:33.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:33.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:34.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:34.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:34 smithi088 ceph-mon[96111]: pgmap v6633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:34 smithi187 ceph-mon[111815]: pgmap v6633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:35.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:35.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:36.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:36.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:36 smithi088 ceph-mon[96111]: pgmap v6634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:57:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:57:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:57:36.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:57:36.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:57:36.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:57:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:36 smithi187 ceph-mon[111815]: pgmap v6634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:57:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:57:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:57:36.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:57:36.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:57:36.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:57:37.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:37.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:38.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:38.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:38 smithi088 ceph-mon[96111]: pgmap v6635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:38 smithi187 ceph-mon[111815]: pgmap v6635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:39.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:39.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:40.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:40.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:40 smithi088 ceph-mon[96111]: pgmap v6636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:40 smithi187 ceph-mon[111815]: pgmap v6636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:41.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:41.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:42.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:42.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:42 smithi088 ceph-mon[96111]: pgmap v6637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:42 smithi187 ceph-mon[111815]: pgmap v6637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:43.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:43.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:44.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:44.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:44 smithi088 ceph-mon[96111]: pgmap v6638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:44 smithi187 ceph-mon[111815]: pgmap v6638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:45.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:45.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:57:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:57:46.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:46.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:46 smithi088 ceph-mon[96111]: pgmap v6639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:46.576 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:46 smithi187 ceph-mon[111815]: pgmap v6639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:47.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:47.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:48.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:48.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:48 smithi088 ceph-mon[96111]: pgmap v6640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:48 smithi187 ceph-mon[111815]: pgmap v6640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:49.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:49.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:50.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:50.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:50 smithi088 ceph-mon[96111]: pgmap v6641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:50 smithi187 ceph-mon[111815]: pgmap v6641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:51.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:51.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:52.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:52.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:52 smithi088 ceph-mon[96111]: pgmap v6642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:52 smithi187 ceph-mon[111815]: pgmap v6642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:53.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:53.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:54.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:54.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:54 smithi088 ceph-mon[96111]: pgmap v6643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:54 smithi187 ceph-mon[111815]: pgmap v6643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:55.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:55.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:56.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:56.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:56 smithi088 ceph-mon[96111]: pgmap v6644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:56.680 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:56 smithi187 ceph-mon[111815]: pgmap v6644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:57:57.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:57.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:58.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:58.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:57:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:57:58 smithi088 ceph-mon[96111]: pgmap v6645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:57:58 smithi187 ceph-mon[111815]: pgmap v6645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:57:59.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:57:59.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:00.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:00.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:00 smithi088 ceph-mon[96111]: pgmap v6646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:58:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:00 smithi187 ceph-mon[111815]: pgmap v6646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:58:01.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:01.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:02.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:02.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:02 smithi088 ceph-mon[96111]: pgmap v6647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:02 smithi187 ceph-mon[111815]: pgmap v6647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:03.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:03.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:04.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:04.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:04 smithi088 ceph-mon[96111]: pgmap v6648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:04 smithi187 ceph-mon[111815]: pgmap v6648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:05.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:05.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:06.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:06.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:06 smithi088 ceph-mon[96111]: pgmap v6649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:06 smithi187 ceph-mon[111815]: pgmap v6649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:07.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:07.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:08.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:08.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:08 smithi088 ceph-mon[96111]: pgmap v6650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:08 smithi187 ceph-mon[111815]: pgmap v6650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:09.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:09.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:10.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:10.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:10 smithi088 ceph-mon[96111]: pgmap v6651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:10 smithi187 ceph-mon[111815]: pgmap v6651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:11.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:11.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:12.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:12.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:12 smithi088 ceph-mon[96111]: pgmap v6652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:12 smithi187 ceph-mon[111815]: pgmap v6652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:13.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:13.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:14.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:14.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:14 smithi088 ceph-mon[96111]: pgmap v6653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:14 smithi187 ceph-mon[111815]: pgmap v6653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:15.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:15.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:58:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:58:16.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:16.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:16 smithi088 ceph-mon[96111]: pgmap v6654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:16 smithi187 ceph-mon[111815]: pgmap v6654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:17.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:17.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:18.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:18.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:18 smithi088 ceph-mon[96111]: pgmap v6655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:18 smithi187 ceph-mon[111815]: pgmap v6655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:19.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:19.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:20.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:20.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:20 smithi088 ceph-mon[96111]: pgmap v6656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:20 smithi187 ceph-mon[111815]: pgmap v6656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:21.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:21.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:22.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:22.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:22 smithi088 ceph-mon[96111]: pgmap v6657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:22 smithi187 ceph-mon[111815]: pgmap v6657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:23.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:23.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:24.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:24.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:24 smithi088 ceph-mon[96111]: pgmap v6658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:24 smithi187 ceph-mon[111815]: pgmap v6658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:25.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:25.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:26.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:26.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:26 smithi088 ceph-mon[96111]: pgmap v6659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:26 smithi187 ceph-mon[111815]: pgmap v6659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:27.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:27.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:28.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:28.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:28 smithi088 ceph-mon[96111]: pgmap v6660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:28 smithi187 ceph-mon[111815]: pgmap v6660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:29.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:29.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:30.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:30.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:30 smithi088 ceph-mon[96111]: pgmap v6661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:58:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:30 smithi187 ceph-mon[111815]: pgmap v6661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:58:31.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:31.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:32.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:32.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:32 smithi187 ceph-mon[111815]: pgmap v6662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:32 smithi088 ceph-mon[96111]: pgmap v6662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:33.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:33.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:34.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:34.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:34 smithi088 ceph-mon[96111]: pgmap v6663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:34 smithi187 ceph-mon[111815]: pgmap v6663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:35.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:35.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:36.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:36.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:36 smithi187 ceph-mon[111815]: pgmap v6664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:58:36.773 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:36 smithi088 ceph-mon[96111]: pgmap v6664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:36.773 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:58:37.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:37.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:38.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:38.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:38 smithi187 ceph-mon[111815]: pgmap v6665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:38 smithi088 ceph-mon[96111]: pgmap v6665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:39.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:39.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:58:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:58:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:39 smithi187 ceph-mon[111815]: pgmap v6666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:58:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:58:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:58:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:58:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:58:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:58:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:58:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:39 smithi088 ceph-mon[96111]: pgmap v6666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:58:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:58:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:58:40.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:58:40.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:58:40.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:40.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:41.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:41.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:41 smithi088 ceph-mon[96111]: pgmap v6667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:42.148 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:41 smithi187 ceph-mon[111815]: pgmap v6667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:42.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:42.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:43.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:43.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:44.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:44.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:44 smithi187 ceph-mon[111815]: pgmap v6668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:44 smithi088 ceph-mon[96111]: pgmap v6668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:45.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:45.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:58:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:58:46.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:46.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:46 smithi088 ceph-mon[96111]: pgmap v6669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:46 smithi187 ceph-mon[111815]: pgmap v6669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:47.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:47.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:48.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:48.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:48 smithi088 ceph-mon[96111]: pgmap v6670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:48 smithi187 ceph-mon[111815]: pgmap v6670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:49.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:49.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:50.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:50.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:50 smithi088 ceph-mon[96111]: pgmap v6671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:50 smithi187 ceph-mon[111815]: pgmap v6671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:51.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:51.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:52.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:52.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:52 smithi088 ceph-mon[96111]: pgmap v6672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:52 smithi187 ceph-mon[111815]: pgmap v6672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:53.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:53.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:54.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:54.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:54 smithi088 ceph-mon[96111]: pgmap v6673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:54 smithi187 ceph-mon[111815]: pgmap v6673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:55.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:55.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:56.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:56.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:56 smithi088 ceph-mon[96111]: pgmap v6674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:56 smithi187 ceph-mon[111815]: pgmap v6674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:58:57.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:57.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:58.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:58.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:58:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:58:58 smithi088 ceph-mon[96111]: pgmap v6675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:58:58 smithi187 ceph-mon[111815]: pgmap v6675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:58:59.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:58:59.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:00.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:00.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:00 smithi088 ceph-mon[96111]: pgmap v6676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:59:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:00 smithi187 ceph-mon[111815]: pgmap v6676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:59:01.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:01.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:02 smithi088 ceph-mon[96111]: pgmap v6677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:02.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:02.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:02 smithi187 ceph-mon[111815]: pgmap v6677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:03.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:03.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:04.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:04.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:04 smithi088 ceph-mon[96111]: pgmap v6678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:04 smithi187 ceph-mon[111815]: pgmap v6678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:05.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:05.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:06.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:06.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:06 smithi088 ceph-mon[96111]: pgmap v6679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:06 smithi187 ceph-mon[111815]: pgmap v6679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:07.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:07.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:08.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:08.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:08 smithi088 ceph-mon[96111]: pgmap v6680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:08 smithi187 ceph-mon[111815]: pgmap v6680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:09.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:09.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:10.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:10.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:10 smithi088 ceph-mon[96111]: pgmap v6681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:10 smithi187 ceph-mon[111815]: pgmap v6681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:11.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:11.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:12.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:12.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:12 smithi088 ceph-mon[96111]: pgmap v6682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:12 smithi187 ceph-mon[111815]: pgmap v6682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:13.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:13.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:14.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:14.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:14 smithi088 ceph-mon[96111]: pgmap v6683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:14 smithi187 ceph-mon[111815]: pgmap v6683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:15.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:15.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:59:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:59:16.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:16.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:16 smithi088 ceph-mon[96111]: pgmap v6684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:16 smithi187 ceph-mon[111815]: pgmap v6684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:17.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:17.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:18.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:18.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:18 smithi088 ceph-mon[96111]: pgmap v6685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:18 smithi187 ceph-mon[111815]: pgmap v6685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:19.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:19.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:20.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:20.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:20 smithi088 ceph-mon[96111]: pgmap v6686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:20 smithi187 ceph-mon[111815]: pgmap v6686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:21.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:21.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:22.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:22.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:22.571 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:22 smithi187 ceph-mon[111815]: pgmap v6687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:22 smithi088 ceph-mon[96111]: pgmap v6687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:23.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:23.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:24.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:24.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:24 smithi088 ceph-mon[96111]: pgmap v6688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:24 smithi187 ceph-mon[111815]: pgmap v6688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:25.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:25.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:26.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:26.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:26 smithi088 ceph-mon[96111]: pgmap v6689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:26 smithi187 ceph-mon[111815]: pgmap v6689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:27.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:27.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:28.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:28.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:28 smithi088 ceph-mon[96111]: pgmap v6690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:28 smithi187 ceph-mon[111815]: pgmap v6690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:29.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:29.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:30.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:30.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:30 smithi088 ceph-mon[96111]: pgmap v6691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:59:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:30 smithi187 ceph-mon[111815]: pgmap v6691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:59:31.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:31.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:32.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:32.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:32 smithi088 ceph-mon[96111]: pgmap v6692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:32.676 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:32 smithi187 ceph-mon[111815]: pgmap v6692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:33.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:33.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:34.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:34.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:34 smithi088 ceph-mon[96111]: pgmap v6693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:34 smithi187 ceph-mon[111815]: pgmap v6693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:35.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:35.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:36.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:36.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:36 smithi088 ceph-mon[96111]: pgmap v6694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:36 smithi187 ceph-mon[111815]: pgmap v6694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:37.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:37.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:38.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:38.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:38 smithi088 ceph-mon[96111]: pgmap v6695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:38 smithi187 ceph-mon[111815]: pgmap v6695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:39.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:39.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:59:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T02:59:40.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:40.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:40 smithi088 ceph-mon[96111]: pgmap v6696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:40 smithi187 ceph-mon[111815]: pgmap v6696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:41.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:41.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:42.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:42.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:42 smithi187 ceph-mon[111815]: pgmap v6697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:42 smithi088 ceph-mon[96111]: pgmap v6697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:43.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:43.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:44.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:44.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:44 smithi088 ceph-mon[96111]: pgmap v6698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:59:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:59:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:59:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:59:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:59:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:59:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:59:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:44 smithi187 ceph-mon[111815]: pgmap v6698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:59:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:59:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T02:59:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T02:59:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:59:44.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T02:59:44.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T02:59:45.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:45.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:59:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T02:59:46.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:46.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:46 smithi187 ceph-mon[111815]: pgmap v6699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:46 smithi088 ceph-mon[96111]: pgmap v6699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:47.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:47.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:48.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:48.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:48 smithi187 ceph-mon[111815]: pgmap v6700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:48 smithi088 ceph-mon[96111]: pgmap v6700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:49.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:49.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:50.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:50.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:50 smithi187 ceph-mon[111815]: pgmap v6701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:50 smithi088 ceph-mon[96111]: pgmap v6701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:51.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:51.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:52.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:52.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:52 smithi187 ceph-mon[111815]: pgmap v6702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:52 smithi088 ceph-mon[96111]: pgmap v6702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:53.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:53.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:54.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:54.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:54 smithi088 ceph-mon[96111]: pgmap v6703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:54 smithi187 ceph-mon[111815]: pgmap v6703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:55.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:55.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:56.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:56.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:56 smithi187 ceph-mon[111815]: pgmap v6704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:56 smithi088 ceph-mon[96111]: pgmap v6704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T02:59:57.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:57.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:58.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:58.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T02:59:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 02:59:58 smithi187 ceph-mon[111815]: pgmap v6705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 02:59:58 smithi088 ceph-mon[96111]: pgmap v6705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T02:59:59.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T02:59:59.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:00.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:00.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:00 smithi187 ceph-mon[111815]: pgmap v6706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T03:00:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:00:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:00 smithi088 ceph-mon[96111]: pgmap v6706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T03:00:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:00:01.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:01.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:02.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:02.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:02 smithi187 ceph-mon[111815]: pgmap v6707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:02 smithi088 ceph-mon[96111]: pgmap v6707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:03.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:03.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:04.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:04.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:04 smithi088 ceph-mon[96111]: pgmap v6708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:04 smithi187 ceph-mon[111815]: pgmap v6708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:05.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:05.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:06.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:06.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:06 smithi187 ceph-mon[111815]: pgmap v6709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:06 smithi088 ceph-mon[96111]: pgmap v6709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:07.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:07.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:08.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:08.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:08 smithi187 ceph-mon[111815]: pgmap v6710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:08 smithi088 ceph-mon[96111]: pgmap v6710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:09.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:09.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:10.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:10.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:10 smithi187 ceph-mon[111815]: pgmap v6711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:10 smithi088 ceph-mon[96111]: pgmap v6711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:11.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:11.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:12.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:12.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:12.708 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:12 smithi088 ceph-mon[96111]: pgmap v6712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:12 smithi187 ceph-mon[111815]: pgmap v6712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:13.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:13.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:14 smithi187 ceph-mon[111815]: pgmap v6713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:14 smithi088 ceph-mon[96111]: pgmap v6713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:14.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:14.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:00:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:00:15.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:15.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:16 smithi187 ceph-mon[111815]: pgmap v6714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:16 smithi088 ceph-mon[96111]: pgmap v6714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:16.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:16.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:17.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:17.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:18 smithi187 ceph-mon[111815]: pgmap v6715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:18 smithi088 ceph-mon[96111]: pgmap v6715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:18.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:18.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:19.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:19.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:20 smithi187 ceph-mon[111815]: pgmap v6716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:20 smithi088 ceph-mon[96111]: pgmap v6716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:20.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:20.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:21.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:21.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:22 smithi187 ceph-mon[111815]: pgmap v6717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:22 smithi088 ceph-mon[96111]: pgmap v6717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:22.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:22.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:23.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:23.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:24 smithi187 ceph-mon[111815]: pgmap v6718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:24 smithi088 ceph-mon[96111]: pgmap v6718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:24.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:24.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:25.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:25.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:26 smithi187 ceph-mon[111815]: pgmap v6719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:26 smithi088 ceph-mon[96111]: pgmap v6719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:26.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:26.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:27.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:27.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:28 smithi088 ceph-mon[96111]: pgmap v6720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:28.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:28.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:28 smithi187 ceph-mon[111815]: pgmap v6720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:29.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:29.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:30 smithi088 ceph-mon[96111]: pgmap v6721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:00:30.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:30.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:30 smithi187 ceph-mon[111815]: pgmap v6721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:00:31.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:31.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:32 smithi088 ceph-mon[96111]: pgmap v6722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:32.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:32.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:32 smithi187 ceph-mon[111815]: pgmap v6722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:33.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:33.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:34 smithi088 ceph-mon[96111]: pgmap v6723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:34.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:34.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:34 smithi187 ceph-mon[111815]: pgmap v6723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:35.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:35.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:36 smithi088 ceph-mon[96111]: pgmap v6724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:36.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:36.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:36 smithi187 ceph-mon[111815]: pgmap v6724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:37.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:37.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:38 smithi088 ceph-mon[96111]: pgmap v6725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:38.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:38.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:38 smithi187 ceph-mon[111815]: pgmap v6725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:39.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:39.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:40 smithi088 ceph-mon[96111]: pgmap v6726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:40.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:40.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:40 smithi187 ceph-mon[111815]: pgmap v6726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:41.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:41.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:42 smithi088 ceph-mon[96111]: pgmap v6727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:42.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:42.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:42 smithi187 ceph-mon[111815]: pgmap v6727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:43.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:43.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:44 smithi088 ceph-mon[96111]: pgmap v6728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:00:44.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:44.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:44 smithi187 ceph-mon[111815]: pgmap v6728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:00:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:00:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:00:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:00:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:00:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:00:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:00:45.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:45.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:00:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:00:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:00:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:00:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:00:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:00:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:46 smithi088 ceph-mon[96111]: pgmap v6729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:46.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:46.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:46 smithi187 ceph-mon[111815]: pgmap v6729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:47.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:47.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:48 smithi088 ceph-mon[96111]: pgmap v6730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:48.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:48.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:48 smithi187 ceph-mon[111815]: pgmap v6730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:49.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:49.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:50 smithi088 ceph-mon[96111]: pgmap v6731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:50.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:50.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:50 smithi187 ceph-mon[111815]: pgmap v6731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:51.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:51.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:52 smithi088 ceph-mon[96111]: pgmap v6732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:52.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:52.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:52 smithi187 ceph-mon[111815]: pgmap v6732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:53.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:53.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:54 smithi088 ceph-mon[96111]: pgmap v6733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:54.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:54.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:54 smithi187 ceph-mon[111815]: pgmap v6733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:55.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:55.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:56 smithi088 ceph-mon[96111]: pgmap v6734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:56.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:56.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:56 smithi187 ceph-mon[111815]: pgmap v6734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:00:57.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:57.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:00:58 smithi088 ceph-mon[96111]: pgmap v6735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:58.576 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:00:58 smithi187 ceph-mon[111815]: pgmap v6735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:00:58.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:58.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:00:59.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:00:59.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:00 smithi088 ceph-mon[96111]: pgmap v6736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:01:00.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:00.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:00 smithi187 ceph-mon[111815]: pgmap v6736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:01:01.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:01.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:02 smithi088 ceph-mon[96111]: pgmap v6737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:02.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:02.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:02 smithi187 ceph-mon[111815]: pgmap v6737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:03.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:03.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:04 smithi088 ceph-mon[96111]: pgmap v6738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:04.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:04.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:04 smithi187 ceph-mon[111815]: pgmap v6738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:05.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:05.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:06 smithi088 ceph-mon[96111]: pgmap v6739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:06.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:06.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:06 smithi187 ceph-mon[111815]: pgmap v6739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:07.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:07.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:08 smithi088 ceph-mon[96111]: pgmap v6740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:08.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:08.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:08.682 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:08 smithi187 ceph-mon[111815]: pgmap v6740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:09.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:09.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:10 smithi088 ceph-mon[96111]: pgmap v6741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:10.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:10.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:10 smithi187 ceph-mon[111815]: pgmap v6741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:11.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:11.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:12 smithi088 ceph-mon[96111]: pgmap v6742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:12.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:12.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:12 smithi187 ceph-mon[111815]: pgmap v6742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:13.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:13.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:14 smithi088 ceph-mon[96111]: pgmap v6743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:14.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:14.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:14 smithi187 ceph-mon[111815]: pgmap v6743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:01:15.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:15.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:01:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:16 smithi088 ceph-mon[96111]: pgmap v6744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:16.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:16.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:16 smithi187 ceph-mon[111815]: pgmap v6744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:17.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:17.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:18 smithi088 ceph-mon[96111]: pgmap v6745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:18.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:18.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:18 smithi187 ceph-mon[111815]: pgmap v6745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:19.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:19.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:20 smithi088 ceph-mon[96111]: pgmap v6746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:20.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:20.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:20 smithi187 ceph-mon[111815]: pgmap v6746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:21.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:21.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:22 smithi088 ceph-mon[96111]: pgmap v6747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:22.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:22.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:22 smithi187 ceph-mon[111815]: pgmap v6747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:23.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:23.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:24 smithi088 ceph-mon[96111]: pgmap v6748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:24.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:24.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:24 smithi187 ceph-mon[111815]: pgmap v6748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:25.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:25.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:26 smithi088 ceph-mon[96111]: pgmap v6749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:26.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:26.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:26 smithi187 ceph-mon[111815]: pgmap v6749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:27.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:27.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:28 smithi088 ceph-mon[96111]: pgmap v6750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:28.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:28.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:28 smithi187 ceph-mon[111815]: pgmap v6750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:29.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:29.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:30 smithi088 ceph-mon[96111]: pgmap v6751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:01:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:30 smithi187 ceph-mon[111815]: pgmap v6751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:01:30.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:30.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:31.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:31.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:32 smithi088 ceph-mon[96111]: pgmap v6752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:32 smithi187 ceph-mon[111815]: pgmap v6752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:32.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:32.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:33.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:33.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:34 smithi088 ceph-mon[96111]: pgmap v6753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:34 smithi187 ceph-mon[111815]: pgmap v6753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:34.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:34.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:35.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:35.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:36 smithi088 ceph-mon[96111]: pgmap v6754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:36 smithi187 ceph-mon[111815]: pgmap v6754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:36.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:36.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:37.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:37.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:38 smithi187 ceph-mon[111815]: pgmap v6755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:38.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:38.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:38 smithi088 ceph-mon[96111]: pgmap v6755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:39.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:39.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:40 smithi187 ceph-mon[111815]: pgmap v6756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:40.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:40.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:40 smithi088 ceph-mon[96111]: pgmap v6756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:41.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:41.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:42 smithi187 ceph-mon[111815]: pgmap v6757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:42.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:42.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:42 smithi088 ceph-mon[96111]: pgmap v6757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:43.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:43.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:44 smithi088 ceph-mon[96111]: pgmap v6758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:44 smithi187 ceph-mon[111815]: pgmap v6758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:44.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:44.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:01:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:01:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:01:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:01:45.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:45.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:01:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:01:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:01:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:01:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:46 smithi187 ceph-mon[111815]: pgmap v6759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:01:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:01:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:01:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:01:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:01:46.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:46.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:46 smithi088 ceph-mon[96111]: pgmap v6759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:01:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:01:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:01:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:01:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:01:47.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:47.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:48.652 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:48 smithi088 ceph-mon[96111]: pgmap v6760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:48 smithi187 ceph-mon[111815]: pgmap v6760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:48.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:48.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:49.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:49.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:50 smithi187 ceph-mon[111815]: pgmap v6761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:50.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:50.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:50 smithi088 ceph-mon[96111]: pgmap v6761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:51.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:51.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:52 smithi187 ceph-mon[111815]: pgmap v6762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:52.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:52.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:52 smithi088 ceph-mon[96111]: pgmap v6762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:53.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:53.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:54 smithi187 ceph-mon[111815]: pgmap v6763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:54 smithi088 ceph-mon[96111]: pgmap v6763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:54.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:54.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:55.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:55.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:56 smithi187 ceph-mon[111815]: pgmap v6764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:56.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:56.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:56 smithi088 ceph-mon[96111]: pgmap v6764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:01:57.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:57.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:01:58 smithi187 ceph-mon[111815]: pgmap v6765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:58.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:01:58 smithi088 ceph-mon[96111]: pgmap v6765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:01:58.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:58.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:01:59.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:01:59.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:00 smithi187 ceph-mon[111815]: pgmap v6766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:02:00.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:00.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:00 smithi088 ceph-mon[96111]: pgmap v6766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:02:01.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:01.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:02 smithi187 ceph-mon[111815]: pgmap v6767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:02 smithi088 ceph-mon[96111]: pgmap v6767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:03.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:03.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:04 smithi088 ceph-mon[96111]: pgmap v6768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:04 smithi187 ceph-mon[111815]: pgmap v6768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:04.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:04.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:05.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:05.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:06 smithi187 ceph-mon[111815]: pgmap v6769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:06.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:06.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:06 smithi088 ceph-mon[96111]: pgmap v6769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:07.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:07.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:08 smithi187 ceph-mon[111815]: pgmap v6770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:08.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:08.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:08 smithi088 ceph-mon[96111]: pgmap v6770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:09.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:09.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:10 smithi187 ceph-mon[111815]: pgmap v6771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:10.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:10.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:10 smithi088 ceph-mon[96111]: pgmap v6771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:11.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:11.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:12 smithi187 ceph-mon[111815]: pgmap v6772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:12.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:12.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:12 smithi088 ceph-mon[96111]: pgmap v6772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:13.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:13.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:14 smithi088 ceph-mon[96111]: pgmap v6773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:14 smithi187 ceph-mon[111815]: pgmap v6773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:14.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:14.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:02:15.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:15.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:02:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:16 smithi187 ceph-mon[111815]: pgmap v6774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:16.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:16.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:16 smithi088 ceph-mon[96111]: pgmap v6774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:17.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:17.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:18 smithi187 ceph-mon[111815]: pgmap v6775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:18.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:18.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:18 smithi088 ceph-mon[96111]: pgmap v6775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:19.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:19.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:20 smithi187 ceph-mon[111815]: pgmap v6776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:20.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:20.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:20 smithi088 ceph-mon[96111]: pgmap v6776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:21.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:21.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:22 smithi187 ceph-mon[111815]: pgmap v6777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:22.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:22.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:22 smithi088 ceph-mon[96111]: pgmap v6777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:23.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:23.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:24 smithi088 ceph-mon[96111]: pgmap v6778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:24.476 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:24 smithi187 ceph-mon[111815]: pgmap v6778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:24.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:24.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:25.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:25.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:26 smithi088 ceph-mon[96111]: pgmap v6779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:26 smithi187 ceph-mon[111815]: pgmap v6779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:26.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:26.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:27.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:27.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:28 smithi088 ceph-mon[96111]: pgmap v6780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:28 smithi187 ceph-mon[111815]: pgmap v6780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:28.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:28.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:29.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:29.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:30 smithi088 ceph-mon[96111]: pgmap v6781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:02:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:30 smithi187 ceph-mon[111815]: pgmap v6781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:02:30.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:30.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:31.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:31.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:32 smithi088 ceph-mon[96111]: pgmap v6782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:32 smithi187 ceph-mon[111815]: pgmap v6782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:32.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:32.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:33.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:33.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:34 smithi088 ceph-mon[96111]: pgmap v6783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:34.582 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:34 smithi187 ceph-mon[111815]: pgmap v6783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:34.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:34.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:35.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:35.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:36 smithi088 ceph-mon[96111]: pgmap v6784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:36.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:36 smithi187 ceph-mon[111815]: pgmap v6784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:36.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:36.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:37.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:37.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:38 smithi088 ceph-mon[96111]: pgmap v6785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:38 smithi187 ceph-mon[111815]: pgmap v6785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:38.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:38.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:39.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:39.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:40 smithi088 ceph-mon[96111]: pgmap v6786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:40 smithi187 ceph-mon[111815]: pgmap v6786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:40.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:40.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:41.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:41.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:42 smithi088 ceph-mon[96111]: pgmap v6787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:42 smithi187 ceph-mon[111815]: pgmap v6787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:42.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:42.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:43.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:43.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:44 smithi088 ceph-mon[96111]: pgmap v6788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:44.686 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:44 smithi187 ceph-mon[111815]: pgmap v6788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:44.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:44.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:02:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:02:45.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:45.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:46 smithi088 ceph-mon[96111]: pgmap v6789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:02:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:02:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:02:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:02:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:02:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:02:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:46 smithi187 ceph-mon[111815]: pgmap v6789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:02:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:02:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:02:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:02:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:02:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:02:46.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:46.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:47.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:47.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:48 smithi088 ceph-mon[96111]: pgmap v6790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:48 smithi187 ceph-mon[111815]: pgmap v6790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:48.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:48.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:49.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:49.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:50 smithi088 ceph-mon[96111]: pgmap v6791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:50 smithi187 ceph-mon[111815]: pgmap v6791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:50.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:50.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:51.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:51.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:52.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:52 smithi088 ceph-mon[96111]: pgmap v6792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:52 smithi187 ceph-mon[111815]: pgmap v6792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:52.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:52.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:53.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:53.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:54 smithi088 ceph-mon[96111]: pgmap v6793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:54 smithi187 ceph-mon[111815]: pgmap v6793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:54.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:54.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:55.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:55.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:56 smithi088 ceph-mon[96111]: pgmap v6794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:56 smithi187 ceph-mon[111815]: pgmap v6794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:02:56.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:56.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:57.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:57.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:02:58 smithi088 ceph-mon[96111]: pgmap v6795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:02:58 smithi187 ceph-mon[111815]: pgmap v6795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:02:58.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:58.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:02:59.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:02:59.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:00 smithi088 ceph-mon[96111]: pgmap v6796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:03:00.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:00 smithi187 ceph-mon[111815]: pgmap v6796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:00.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:03:00.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:00.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:01.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:01.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:02 smithi088 ceph-mon[96111]: pgmap v6797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:02 smithi187 ceph-mon[111815]: pgmap v6797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:02.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:02.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:03.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:03.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:04 smithi088 ceph-mon[96111]: pgmap v6798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:04 smithi187 ceph-mon[111815]: pgmap v6798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:04.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:04.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:05.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:05.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:06 smithi088 ceph-mon[96111]: pgmap v6799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:06 smithi187 ceph-mon[111815]: pgmap v6799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:06.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:06.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:07.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:07.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:08 smithi088 ceph-mon[96111]: pgmap v6800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:08 smithi187 ceph-mon[111815]: pgmap v6800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:08.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:08.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:09.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:09.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:10 smithi088 ceph-mon[96111]: pgmap v6801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:10 smithi187 ceph-mon[111815]: pgmap v6801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:10.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:10.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:11.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:11.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:12 smithi088 ceph-mon[96111]: pgmap v6802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:12 smithi187 ceph-mon[111815]: pgmap v6802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:12.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:12.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:13.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:13.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:14 smithi088 ceph-mon[96111]: pgmap v6803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:14 smithi187 ceph-mon[111815]: pgmap v6803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:14.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:14.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:03:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:03:15.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:15.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:16 smithi088 ceph-mon[96111]: pgmap v6804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:16 smithi187 ceph-mon[111815]: pgmap v6804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:16.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:16.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:17.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:17.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:18 smithi088 ceph-mon[96111]: pgmap v6805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:18 smithi187 ceph-mon[111815]: pgmap v6805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:18.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:18.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:19.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:19.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:20 smithi088 ceph-mon[96111]: pgmap v6806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:20 smithi187 ceph-mon[111815]: pgmap v6806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:20.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:20.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:21.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:21.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:22 smithi088 ceph-mon[96111]: pgmap v6807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:22 smithi187 ceph-mon[111815]: pgmap v6807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:22.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:22.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:23.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:23.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:24 smithi088 ceph-mon[96111]: pgmap v6808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:24 smithi187 ceph-mon[111815]: pgmap v6808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:24.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:24.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:25.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:25.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:26 smithi187 ceph-mon[111815]: pgmap v6809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:26 smithi088 ceph-mon[96111]: pgmap v6809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:26.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:26.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:27.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:27.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:28 smithi187 ceph-mon[111815]: pgmap v6810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:28 smithi088 ceph-mon[96111]: pgmap v6810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:28.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:28.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:29.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:29.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:30 smithi187 ceph-mon[111815]: pgmap v6811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:03:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:30 smithi088 ceph-mon[96111]: pgmap v6811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:03:30.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:30.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:31.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:31.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:32 smithi187 ceph-mon[111815]: pgmap v6812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:32 smithi088 ceph-mon[96111]: pgmap v6812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:32.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:32.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:33.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:33.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:34.679 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:34 smithi088 ceph-mon[96111]: pgmap v6813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:34 smithi187 ceph-mon[111815]: pgmap v6813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:34.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:34.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:35.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:35.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:36 smithi187 ceph-mon[111815]: pgmap v6814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:36 smithi088 ceph-mon[96111]: pgmap v6814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:36.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:36.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:37.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:37.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:38 smithi187 ceph-mon[111815]: pgmap v6815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:38 smithi088 ceph-mon[96111]: pgmap v6815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:38.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:38.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:39.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:39.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:40 smithi187 ceph-mon[111815]: pgmap v6816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:40 smithi088 ceph-mon[96111]: pgmap v6816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:40.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:40.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:41.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:41.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:42 smithi187 ceph-mon[111815]: pgmap v6817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:42 smithi088 ceph-mon[96111]: pgmap v6817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:42.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:42.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:43.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:43.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:44 smithi088 ceph-mon[96111]: pgmap v6818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:44 smithi187 ceph-mon[111815]: pgmap v6818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:44.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:44.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:03:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:03:45.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:45.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:46 smithi187 ceph-mon[111815]: pgmap v6819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:03:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:46 smithi088 ceph-mon[96111]: pgmap v6819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:03:46.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:46.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:03:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:03:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:03:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:03:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:03:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:03:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:03:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:47 smithi187 ceph-mon[111815]: pgmap v6820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:03:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:03:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:03:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:03:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:03:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:03:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:03:47.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:47 smithi088 ceph-mon[96111]: pgmap v6820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:47.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:47.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:48.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:48.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:49.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:49.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:50 smithi088 ceph-mon[96111]: pgmap v6821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:50 smithi187 ceph-mon[111815]: pgmap v6821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:50.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:50.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:51.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:51.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:52 smithi088 ceph-mon[96111]: pgmap v6822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:52 smithi187 ceph-mon[111815]: pgmap v6822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:52.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:52.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:53.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:53.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:54 smithi088 ceph-mon[96111]: pgmap v6823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:54 smithi187 ceph-mon[111815]: pgmap v6823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:54.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:54.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:55.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:55.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:56 smithi088 ceph-mon[96111]: pgmap v6824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:56 smithi187 ceph-mon[111815]: pgmap v6824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:03:56.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:56.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:57.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:57.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:03:58 smithi088 ceph-mon[96111]: pgmap v6825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:03:58 smithi187 ceph-mon[111815]: pgmap v6825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:03:58.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:58.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:03:59.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:03:59.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:00 smithi088 ceph-mon[96111]: pgmap v6826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:04:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:00 smithi187 ceph-mon[111815]: pgmap v6826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:04:00.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:00.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:01.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:01.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:02 smithi088 ceph-mon[96111]: pgmap v6827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:02 smithi187 ceph-mon[111815]: pgmap v6827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:02.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:02.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:03.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:03.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:04 smithi088 ceph-mon[96111]: pgmap v6828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:04 smithi187 ceph-mon[111815]: pgmap v6828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:04.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:04.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:05.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:05.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:06 smithi088 ceph-mon[96111]: pgmap v6829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:06 smithi187 ceph-mon[111815]: pgmap v6829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:06.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:06.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:07.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:07.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:08 smithi088 ceph-mon[96111]: pgmap v6830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:08 smithi187 ceph-mon[111815]: pgmap v6830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:08.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:08.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:09.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:09.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:10 smithi088 ceph-mon[96111]: pgmap v6831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:10.590 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:10 smithi187 ceph-mon[111815]: pgmap v6831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:10.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:10.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:11.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:11.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:12 smithi088 ceph-mon[96111]: pgmap v6832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:12 smithi187 ceph-mon[111815]: pgmap v6832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:12.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:12.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:13.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:13.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:14 smithi088 ceph-mon[96111]: pgmap v6833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:14 smithi187 ceph-mon[111815]: pgmap v6833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:14.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:14.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:04:15.643 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:04:15.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:15.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:16 smithi088 ceph-mon[96111]: pgmap v6834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:16 smithi187 ceph-mon[111815]: pgmap v6834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:16.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:16.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:17.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:17.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:18 smithi088 ceph-mon[96111]: pgmap v6835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:18 smithi187 ceph-mon[111815]: pgmap v6835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:18.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:18.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:19.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:19.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:20 smithi088 ceph-mon[96111]: pgmap v6836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:20.696 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:20 smithi187 ceph-mon[111815]: pgmap v6836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:20.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:20.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:21.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:21.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:22 smithi088 ceph-mon[96111]: pgmap v6837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:22 smithi187 ceph-mon[111815]: pgmap v6837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:22.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:22.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:23.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:23.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:24 smithi088 ceph-mon[96111]: pgmap v6838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:24 smithi187 ceph-mon[111815]: pgmap v6838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:24.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:24.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:25.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:25.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:26 smithi088 ceph-mon[96111]: pgmap v6839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:26 smithi187 ceph-mon[111815]: pgmap v6839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:26.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:26.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:28.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:28.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:28 smithi088 ceph-mon[96111]: pgmap v6840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:28 smithi187 ceph-mon[111815]: pgmap v6840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:29.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:29.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:30.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:30.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:30 smithi088 ceph-mon[96111]: pgmap v6841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:04:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:30 smithi187 ceph-mon[111815]: pgmap v6841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:04:31.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:31.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:32.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:32.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:32 smithi088 ceph-mon[96111]: pgmap v6842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:32 smithi187 ceph-mon[111815]: pgmap v6842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:33.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:33.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:34.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:34.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:34 smithi088 ceph-mon[96111]: pgmap v6843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:34 smithi187 ceph-mon[111815]: pgmap v6843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:35.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:35.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:36.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:36.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:36 smithi088 ceph-mon[96111]: pgmap v6844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:36 smithi187 ceph-mon[111815]: pgmap v6844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:37.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:37.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:38.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:38.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:38 smithi088 ceph-mon[96111]: pgmap v6845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:38 smithi187 ceph-mon[111815]: pgmap v6845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:39.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:39.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:40.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:40.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:40 smithi088 ceph-mon[96111]: pgmap v6846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:40 smithi187 ceph-mon[111815]: pgmap v6846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:41.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:41.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:42.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:42.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:42 smithi088 ceph-mon[96111]: pgmap v6847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:42 smithi187 ceph-mon[111815]: pgmap v6847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:43.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:43.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:44.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:44.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:44 smithi088 ceph-mon[96111]: pgmap v6848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:44 smithi187 ceph-mon[111815]: pgmap v6848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:45.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:45.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:04:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:04:46.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:46.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:46 smithi187 ceph-mon[111815]: pgmap v6849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:46 smithi088 ceph-mon[96111]: pgmap v6849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:47.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:47.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:04:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:04:48.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:48.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:48 smithi187 ceph-mon[111815]: pgmap v6850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:04:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:04:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:04:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:04:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:04:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:48 smithi088 ceph-mon[96111]: pgmap v6850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:04:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:04:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:04:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:04:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:04:49.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:49.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:50.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:50.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:50 smithi187 ceph-mon[111815]: pgmap v6851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:50 smithi088 ceph-mon[96111]: pgmap v6851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:51.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:51.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:52.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:52.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:52 smithi187 ceph-mon[111815]: pgmap v6852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:52 smithi088 ceph-mon[96111]: pgmap v6852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:53.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:53.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:54.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:54.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:54 smithi088 ceph-mon[96111]: pgmap v6853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:54 smithi187 ceph-mon[111815]: pgmap v6853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:55.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:55.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:56.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:56.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:56 smithi187 ceph-mon[111815]: pgmap v6854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:56 smithi088 ceph-mon[96111]: pgmap v6854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:04:57.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:57.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:58.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:58.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:04:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:04:58 smithi187 ceph-mon[111815]: pgmap v6855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:04:58 smithi088 ceph-mon[96111]: pgmap v6855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:04:59.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:04:59.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:00.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:00.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:00 smithi187 ceph-mon[111815]: pgmap v6856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:05:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:00 smithi088 ceph-mon[96111]: pgmap v6856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:05:01.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:01.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:02.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:02.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:02 smithi187 ceph-mon[111815]: pgmap v6857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:02 smithi088 ceph-mon[96111]: pgmap v6857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:03.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:03.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:04.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:04.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:04 smithi088 ceph-mon[96111]: pgmap v6858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:04 smithi187 ceph-mon[111815]: pgmap v6858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:05.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:05.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:06.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:06.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:06 smithi187 ceph-mon[111815]: pgmap v6859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:06 smithi088 ceph-mon[96111]: pgmap v6859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:07.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:07.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:08.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:08.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:08 smithi187 ceph-mon[111815]: pgmap v6860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:08 smithi088 ceph-mon[96111]: pgmap v6860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:09.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:09.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:10.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:10.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:10 smithi187 ceph-mon[111815]: pgmap v6861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:10 smithi088 ceph-mon[96111]: pgmap v6861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:11.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:11.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:12.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:12.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:12 smithi187 ceph-mon[111815]: pgmap v6862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:12 smithi088 ceph-mon[96111]: pgmap v6862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:13.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:13.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:14.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:14.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:14 smithi088 ceph-mon[96111]: pgmap v6863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:14.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:14 smithi187 ceph-mon[111815]: pgmap v6863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:15.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:15.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:15.664 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:05:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:05:16.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:16.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:16 smithi187 ceph-mon[111815]: pgmap v6864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:16 smithi088 ceph-mon[96111]: pgmap v6864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:17.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:17.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:18.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:18.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:18 smithi187 ceph-mon[111815]: pgmap v6865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:18 smithi088 ceph-mon[96111]: pgmap v6865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:19.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:19.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:20.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:20.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:20 smithi187 ceph-mon[111815]: pgmap v6866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:20.713 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:20 smithi088 ceph-mon[96111]: pgmap v6866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:21.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:21.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:22.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:22.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:22 smithi187 ceph-mon[111815]: pgmap v6867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:22 smithi088 ceph-mon[96111]: pgmap v6867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:23.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:23.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:24.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:24.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:24 smithi088 ceph-mon[96111]: pgmap v6868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:24 smithi187 ceph-mon[111815]: pgmap v6868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:25.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:25.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:26.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:26.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:26 smithi187 ceph-mon[111815]: pgmap v6869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:26 smithi088 ceph-mon[96111]: pgmap v6869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:27.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:27.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:28.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:28.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:28 smithi187 ceph-mon[111815]: pgmap v6870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:28 smithi088 ceph-mon[96111]: pgmap v6870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:29.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:29.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:30.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:30.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:30 smithi187 ceph-mon[111815]: pgmap v6871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:05:30.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:30 smithi088 ceph-mon[96111]: pgmap v6871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:30.810 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:05:31.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:31.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:32.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:32.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:32 smithi187 ceph-mon[111815]: pgmap v6872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:32 smithi088 ceph-mon[96111]: pgmap v6872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:33.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:33.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:34.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:34.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:34 smithi088 ceph-mon[96111]: pgmap v6873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:34 smithi187 ceph-mon[111815]: pgmap v6873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:35.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:35.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:36.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:36.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:36 smithi187 ceph-mon[111815]: pgmap v6874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:36 smithi088 ceph-mon[96111]: pgmap v6874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:37.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:37.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:38.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:38.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:38 smithi187 ceph-mon[111815]: pgmap v6875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:38 smithi088 ceph-mon[96111]: pgmap v6875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:39.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:39.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:40.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:40.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:40 smithi187 ceph-mon[111815]: pgmap v6876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:40 smithi088 ceph-mon[96111]: pgmap v6876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:41.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:41.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:42.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:42.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:42 smithi187 ceph-mon[111815]: pgmap v6877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:42 smithi088 ceph-mon[96111]: pgmap v6877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:43.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:43.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:44.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:44.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:44 smithi088 ceph-mon[96111]: pgmap v6878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:44 smithi187 ceph-mon[111815]: pgmap v6878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:45.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:45.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:05:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:05:46.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:46.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:46 smithi187 ceph-mon[111815]: pgmap v6879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:46 smithi088 ceph-mon[96111]: pgmap v6879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:47.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:47.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:48.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:48.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:48 smithi187 ceph-mon[111815]: pgmap v6880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:05:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:05:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:05:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:05:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:05:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:05:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:48 smithi088 ceph-mon[96111]: pgmap v6880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:05:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:05:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:05:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:05:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:05:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:05:49.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:49.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:50.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:50.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:50 smithi187 ceph-mon[111815]: pgmap v6881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:50 smithi088 ceph-mon[96111]: pgmap v6881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:51.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:51.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:51 smithi187 ceph-mon[111815]: pgmap v6882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:51 smithi088 ceph-mon[96111]: pgmap v6882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:52.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:52.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:53.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:53.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:54.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:54.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:54 smithi088 ceph-mon[96111]: pgmap v6883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:54 smithi187 ceph-mon[111815]: pgmap v6883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:55.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:55.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:56.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:56.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:56 smithi088 ceph-mon[96111]: pgmap v6884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:56.703 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:56 smithi187 ceph-mon[111815]: pgmap v6884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:05:57.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:57.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:58.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:58.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:05:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:05:58 smithi088 ceph-mon[96111]: pgmap v6885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:05:58 smithi187 ceph-mon[111815]: pgmap v6885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:05:59.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:05:59.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:00.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:00.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:00 smithi088 ceph-mon[96111]: pgmap v6886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:06:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:00 smithi187 ceph-mon[111815]: pgmap v6886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:06:01.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:01.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:02.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:02.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:02 smithi088 ceph-mon[96111]: pgmap v6887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:02 smithi187 ceph-mon[111815]: pgmap v6887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:03.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:03.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:04.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:04.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:04 smithi088 ceph-mon[96111]: pgmap v6888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:04 smithi187 ceph-mon[111815]: pgmap v6888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:05.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:05.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:06.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:06.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:06 smithi088 ceph-mon[96111]: pgmap v6889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:06 smithi187 ceph-mon[111815]: pgmap v6889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:07.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:07.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:08.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:08.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:08 smithi088 ceph-mon[96111]: pgmap v6890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:08 smithi187 ceph-mon[111815]: pgmap v6890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:09.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:09.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:10.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:10.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:10 smithi088 ceph-mon[96111]: pgmap v6891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:10 smithi187 ceph-mon[111815]: pgmap v6891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:11.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:11.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:12.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:12.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:12 smithi088 ceph-mon[96111]: pgmap v6892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:12 smithi187 ceph-mon[111815]: pgmap v6892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:13.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:13.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:14.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:14.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:14 smithi088 ceph-mon[96111]: pgmap v6893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:14 smithi187 ceph-mon[111815]: pgmap v6893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:15.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:15.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:06:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:06:16.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:16.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:16 smithi088 ceph-mon[96111]: pgmap v6894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:16 smithi187 ceph-mon[111815]: pgmap v6894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:17.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:17.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:18.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:18.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:18 smithi088 ceph-mon[96111]: pgmap v6895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:18 smithi187 ceph-mon[111815]: pgmap v6895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:19.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:19.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:20.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:20.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:20 smithi088 ceph-mon[96111]: pgmap v6896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:20 smithi187 ceph-mon[111815]: pgmap v6896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:21.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:21.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:22.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:22.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:22 smithi088 ceph-mon[96111]: pgmap v6897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:22 smithi187 ceph-mon[111815]: pgmap v6897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:23.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:23.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:24.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:24.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:24 smithi088 ceph-mon[96111]: pgmap v6898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:24 smithi187 ceph-mon[111815]: pgmap v6898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:25.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:25.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:26.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:26.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:26 smithi088 ceph-mon[96111]: pgmap v6899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:26 smithi187 ceph-mon[111815]: pgmap v6899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:27.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:27.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:28.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:28.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:28 smithi187 ceph-mon[111815]: pgmap v6900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:28 smithi088 ceph-mon[96111]: pgmap v6900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:29.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:29.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:30.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:30.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:30 smithi187 ceph-mon[111815]: pgmap v6901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:06:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:30 smithi088 ceph-mon[96111]: pgmap v6901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:06:31.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:31.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:32.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:32.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:32 smithi187 ceph-mon[111815]: pgmap v6902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:32 smithi088 ceph-mon[96111]: pgmap v6902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:33.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:33.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:34.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:34.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:34 smithi088 ceph-mon[96111]: pgmap v6903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:34 smithi187 ceph-mon[111815]: pgmap v6903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:35.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:35.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:36.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:36.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:36 smithi187 ceph-mon[111815]: pgmap v6904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:36 smithi088 ceph-mon[96111]: pgmap v6904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:37.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:37.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:38.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:38.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:38 smithi187 ceph-mon[111815]: pgmap v6905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:38 smithi088 ceph-mon[96111]: pgmap v6905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:39.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:39.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:40.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:40.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:40 smithi187 ceph-mon[111815]: pgmap v6906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:40 smithi088 ceph-mon[96111]: pgmap v6906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:41.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:41.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:42.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:42.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:42 smithi187 ceph-mon[111815]: pgmap v6907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:42 smithi088 ceph-mon[96111]: pgmap v6907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:43.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:43.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:44.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:44.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:44 smithi088 ceph-mon[96111]: pgmap v6908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:44 smithi187 ceph-mon[111815]: pgmap v6908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:45.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:45.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:06:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:06:46.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:46.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:46 smithi187 ceph-mon[111815]: pgmap v6909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:46 smithi088 ceph-mon[96111]: pgmap v6909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:47.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:47.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:48.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:48.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:48 smithi187 ceph-mon[111815]: pgmap v6910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:06:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:48 smithi088 ceph-mon[96111]: pgmap v6910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:06:49.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:49.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:06:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:06:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:06:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:06:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:06:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:06:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:06:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:06:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:06:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:06:50.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:50.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:50 smithi187 ceph-mon[111815]: pgmap v6911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:50 smithi088 ceph-mon[96111]: pgmap v6911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:51.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:51.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:52.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:52.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:52 smithi187 ceph-mon[111815]: pgmap v6912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:52 smithi088 ceph-mon[96111]: pgmap v6912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:53.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:53.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:54.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:54.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:54 smithi088 ceph-mon[96111]: pgmap v6913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:54 smithi187 ceph-mon[111815]: pgmap v6913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:55.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:55.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:56.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:56.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:56.654 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:56 smithi088 ceph-mon[96111]: pgmap v6914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:56 smithi187 ceph-mon[111815]: pgmap v6914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:06:57.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:57.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:58.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:58.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:06:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:06:58 smithi187 ceph-mon[111815]: pgmap v6915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:06:58 smithi088 ceph-mon[96111]: pgmap v6915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:06:59.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:06:59.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:00.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:00.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:00 smithi187 ceph-mon[111815]: pgmap v6916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:07:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:00 smithi088 ceph-mon[96111]: pgmap v6916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:07:01.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:01.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:02.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:02.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:02 smithi187 ceph-mon[111815]: pgmap v6917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:02 smithi088 ceph-mon[96111]: pgmap v6917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:03.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:03.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:04.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:04.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:04 smithi088 ceph-mon[96111]: pgmap v6918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:04 smithi187 ceph-mon[111815]: pgmap v6918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:05.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:05.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:06.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:06.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:06 smithi187 ceph-mon[111815]: pgmap v6919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:06.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:06 smithi088 ceph-mon[96111]: pgmap v6919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:07.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:07.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:08.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:08.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:08 smithi187 ceph-mon[111815]: pgmap v6920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:08 smithi088 ceph-mon[96111]: pgmap v6920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:09.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:09.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:10.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:10.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:10 smithi187 ceph-mon[111815]: pgmap v6921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:10 smithi088 ceph-mon[96111]: pgmap v6921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:11.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:11.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:12.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:12.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:12 smithi187 ceph-mon[111815]: pgmap v6922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:12 smithi088 ceph-mon[96111]: pgmap v6922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:13.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:13.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:14.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:14.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:14 smithi088 ceph-mon[96111]: pgmap v6923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:14 smithi187 ceph-mon[111815]: pgmap v6923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:15.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:15.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:07:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:07:16.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:16.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:16 smithi187 ceph-mon[111815]: pgmap v6924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:16 smithi088 ceph-mon[96111]: pgmap v6924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:17.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:17.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:18.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:18.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:18 smithi187 ceph-mon[111815]: pgmap v6925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:18 smithi088 ceph-mon[96111]: pgmap v6925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:19.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:19.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:20.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:20.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:20 smithi187 ceph-mon[111815]: pgmap v6926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:20 smithi088 ceph-mon[96111]: pgmap v6926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:21.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:21.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:22.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:22.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:22 smithi187 ceph-mon[111815]: pgmap v6927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:22 smithi088 ceph-mon[96111]: pgmap v6927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:23.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:23.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:24.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:24.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:24 smithi088 ceph-mon[96111]: pgmap v6928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:24 smithi187 ceph-mon[111815]: pgmap v6928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:25.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:25.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:26.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:26.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:26 smithi187 ceph-mon[111815]: pgmap v6929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:26 smithi088 ceph-mon[96111]: pgmap v6929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:27.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:27.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:28.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:28.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:28 smithi187 ceph-mon[111815]: pgmap v6930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:28 smithi088 ceph-mon[96111]: pgmap v6930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:29.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:29.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:30.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:30.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:30 smithi187 ceph-mon[111815]: pgmap v6931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:07:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:30 smithi088 ceph-mon[96111]: pgmap v6931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:07:31.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:31.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:32.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:32.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:32.705 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:32 smithi187 ceph-mon[111815]: pgmap v6932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:32 smithi088 ceph-mon[96111]: pgmap v6932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:33.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:33.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:34.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:34.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:34 smithi088 ceph-mon[96111]: pgmap v6933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:34 smithi187 ceph-mon[111815]: pgmap v6933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:35.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:35.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:36.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:36.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:36 smithi187 ceph-mon[111815]: pgmap v6934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:36 smithi088 ceph-mon[96111]: pgmap v6934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:37.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:37.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:38.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:38.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:38 smithi187 ceph-mon[111815]: pgmap v6935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:38 smithi088 ceph-mon[96111]: pgmap v6935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:39.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:39.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:40.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:40.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:40 smithi187 ceph-mon[111815]: pgmap v6936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:40 smithi088 ceph-mon[96111]: pgmap v6936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:41.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:41.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:42.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:42.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:42 smithi187 ceph-mon[111815]: pgmap v6937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:42 smithi088 ceph-mon[96111]: pgmap v6937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:43.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:43.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:44.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:44.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:44 smithi088 ceph-mon[96111]: pgmap v6938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:44 smithi187 ceph-mon[111815]: pgmap v6938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:45.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:45.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:07:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:07:46.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:46.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:46 smithi088 ceph-mon[96111]: pgmap v6939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:46 smithi187 ceph-mon[111815]: pgmap v6939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:47.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:47.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:47 smithi088 ceph-mon[96111]: pgmap v6940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:47.862 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:47 smithi187 ceph-mon[111815]: pgmap v6940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:48.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:48.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:49.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:49.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:07:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:07:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:07:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:07:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:07:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:07:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:07:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:07:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:07:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:07:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:07:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:07:50.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:50.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:50 smithi088 ceph-mon[96111]: pgmap v6941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:50 smithi187 ceph-mon[111815]: pgmap v6941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:51.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:51.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:52.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:52.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:52 smithi088 ceph-mon[96111]: pgmap v6942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:52 smithi187 ceph-mon[111815]: pgmap v6942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:53.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:53.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:54.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:54.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:54 smithi088 ceph-mon[96111]: pgmap v6943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:54 smithi187 ceph-mon[111815]: pgmap v6943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:55.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:55.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:56.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:56.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:56 smithi088 ceph-mon[96111]: pgmap v6944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:56 smithi187 ceph-mon[111815]: pgmap v6944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:07:57.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:57.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:58.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:58.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:07:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:07:58 smithi088 ceph-mon[96111]: pgmap v6945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:07:58 smithi187 ceph-mon[111815]: pgmap v6945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:07:59.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:07:59.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:00.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:00.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:00 smithi088 ceph-mon[96111]: pgmap v6946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:08:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:00 smithi187 ceph-mon[111815]: pgmap v6946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:08:01.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:01.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:02.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:02.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:02 smithi088 ceph-mon[96111]: pgmap v6947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:02 smithi187 ceph-mon[111815]: pgmap v6947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:03.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:03.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:04.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:04.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:04 smithi088 ceph-mon[96111]: pgmap v6948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:04 smithi187 ceph-mon[111815]: pgmap v6948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:05.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:05.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:06.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:06.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:06 smithi088 ceph-mon[96111]: pgmap v6949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:06 smithi187 ceph-mon[111815]: pgmap v6949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:07.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:07.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:08.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:08.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:08 smithi187 ceph-mon[111815]: pgmap v6950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:08 smithi088 ceph-mon[96111]: pgmap v6950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:09.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:09.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:10.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:10.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:10 smithi187 ceph-mon[111815]: pgmap v6951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:10 smithi088 ceph-mon[96111]: pgmap v6951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:11.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:11.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:12.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:12.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:12 smithi187 ceph-mon[111815]: pgmap v6952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:12 smithi088 ceph-mon[96111]: pgmap v6952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:13.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:13.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:14.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:14.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:14 smithi088 ceph-mon[96111]: pgmap v6953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:14 smithi187 ceph-mon[111815]: pgmap v6953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:15.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:15.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:08:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:08:16.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:16.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:16 smithi187 ceph-mon[111815]: pgmap v6954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:16 smithi088 ceph-mon[96111]: pgmap v6954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:17.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:17.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:18.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:18.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:18 smithi187 ceph-mon[111815]: pgmap v6955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:18 smithi088 ceph-mon[96111]: pgmap v6955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:19.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:19.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:20.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:20.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:20 smithi187 ceph-mon[111815]: pgmap v6956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:20 smithi088 ceph-mon[96111]: pgmap v6956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:21.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:21.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:22.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:22.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:22 smithi187 ceph-mon[111815]: pgmap v6957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:22 smithi088 ceph-mon[96111]: pgmap v6957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:23.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:23.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:24.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:24.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:24 smithi088 ceph-mon[96111]: pgmap v6958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:24 smithi187 ceph-mon[111815]: pgmap v6958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:25.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:25.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:26.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:26.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:26 smithi187 ceph-mon[111815]: pgmap v6959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:26 smithi088 ceph-mon[96111]: pgmap v6959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:27.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:27.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:28.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:28.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:28 smithi187 ceph-mon[111815]: pgmap v6960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:28 smithi088 ceph-mon[96111]: pgmap v6960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:29.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:29.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:30.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:30.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:30 smithi187 ceph-mon[111815]: pgmap v6961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:30.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:08:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:30 smithi088 ceph-mon[96111]: pgmap v6961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:08:31.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:31.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:32.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:32.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:32 smithi187 ceph-mon[111815]: pgmap v6962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:32 smithi088 ceph-mon[96111]: pgmap v6962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:33.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:33.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:34.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:34.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:34 smithi088 ceph-mon[96111]: pgmap v6963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:34 smithi187 ceph-mon[111815]: pgmap v6963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:35.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:35.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:36.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:36.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:36 smithi187 ceph-mon[111815]: pgmap v6964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:36 smithi088 ceph-mon[96111]: pgmap v6964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:37.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:37.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:38.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:38.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:38 smithi187 ceph-mon[111815]: pgmap v6965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:38 smithi088 ceph-mon[96111]: pgmap v6965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:39.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:39.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:40.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:40.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:40 smithi187 ceph-mon[111815]: pgmap v6966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:40 smithi088 ceph-mon[96111]: pgmap v6966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:41.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:41.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:42.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:42.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:42.686 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:42 smithi088 ceph-mon[96111]: pgmap v6967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:42 smithi187 ceph-mon[111815]: pgmap v6967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:43.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:43.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:44.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:44.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:44 smithi088 ceph-mon[96111]: pgmap v6968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:44 smithi187 ceph-mon[111815]: pgmap v6968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:45.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:45.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:08:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:08:46.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:46.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:46 smithi187 ceph-mon[111815]: pgmap v6969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:46 smithi088 ceph-mon[96111]: pgmap v6969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:47.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:47.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:48.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:48.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:48 smithi187 ceph-mon[111815]: pgmap v6970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:48 smithi088 ceph-mon[96111]: pgmap v6970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:49.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:49.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:08:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:08:50.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:50.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:50 smithi187 ceph-mon[111815]: pgmap v6971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:50 smithi088 ceph-mon[96111]: pgmap v6971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:51.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:51.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:52.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:52.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:52 smithi187 ceph-mon[111815]: pgmap v6972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:08:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:08:52.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:52 smithi088 ceph-mon[96111]: pgmap v6972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:52.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:08:52.785 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:08:53.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:53.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:08:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:08:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:08:53.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:08:53.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:08:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:08:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:08:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:08:53.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:08:53.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:08:54.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:54.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:54 smithi088 ceph-mon[96111]: pgmap v6973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:54 smithi187 ceph-mon[111815]: pgmap v6973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:55.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:55.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:56.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:56.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:56 smithi187 ceph-mon[111815]: pgmap v6974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:56 smithi088 ceph-mon[96111]: pgmap v6974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:08:57.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:57.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:58.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:58.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:08:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:08:58 smithi187 ceph-mon[111815]: pgmap v6975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:08:58 smithi088 ceph-mon[96111]: pgmap v6975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:08:59.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:08:59.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:00.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:00.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:00 smithi187 ceph-mon[111815]: pgmap v6976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:09:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:00 smithi088 ceph-mon[96111]: pgmap v6976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:09:01.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:01.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:02.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:02.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:02 smithi187 ceph-mon[111815]: pgmap v6977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:02 smithi088 ceph-mon[96111]: pgmap v6977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:03.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:03.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:04.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:04.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:04 smithi088 ceph-mon[96111]: pgmap v6978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:04 smithi187 ceph-mon[111815]: pgmap v6978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:05.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:05.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:06.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:06.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:06 smithi187 ceph-mon[111815]: pgmap v6979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:06 smithi088 ceph-mon[96111]: pgmap v6979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:07.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:07.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:08.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:08.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:08.704 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:08 smithi187 ceph-mon[111815]: pgmap v6980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:08 smithi088 ceph-mon[96111]: pgmap v6980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:09.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:09.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:10.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:10.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:10 smithi187 ceph-mon[111815]: pgmap v6981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:10 smithi088 ceph-mon[96111]: pgmap v6981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:11.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:11.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:12.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:12.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:12 smithi187 ceph-mon[111815]: pgmap v6982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:12 smithi088 ceph-mon[96111]: pgmap v6982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:13.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:13.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:14.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:14.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:14 smithi088 ceph-mon[96111]: pgmap v6983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:14 smithi187 ceph-mon[111815]: pgmap v6983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:15.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:15.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:09:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:09:16.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:16.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:16 smithi187 ceph-mon[111815]: pgmap v6984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:16 smithi088 ceph-mon[96111]: pgmap v6984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:17.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:17.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:18.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:18.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:18 smithi187 ceph-mon[111815]: pgmap v6985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:18 smithi088 ceph-mon[96111]: pgmap v6985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:19.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:19.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:20.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:20.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:20 smithi187 ceph-mon[111815]: pgmap v6986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:20 smithi088 ceph-mon[96111]: pgmap v6986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:21.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:21.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:22.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:22.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:22 smithi187 ceph-mon[111815]: pgmap v6987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:22 smithi088 ceph-mon[96111]: pgmap v6987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:23.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:23.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:24.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:24.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:24 smithi088 ceph-mon[96111]: pgmap v6988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:24 smithi187 ceph-mon[111815]: pgmap v6988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:25.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:25.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:26.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:26.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:26 smithi088 ceph-mon[96111]: pgmap v6989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:26 smithi187 ceph-mon[111815]: pgmap v6989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:27.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:27.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:28.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:28.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:28 smithi088 ceph-mon[96111]: pgmap v6990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:28.915 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:28 smithi187 ceph-mon[111815]: pgmap v6990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:29.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:29.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:30.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:30.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:30 smithi088 ceph-mon[96111]: pgmap v6991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:09:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:30 smithi187 ceph-mon[111815]: pgmap v6991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:09:31.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:31.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:32.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:32.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:32 smithi088 ceph-mon[96111]: pgmap v6992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:32 smithi187 ceph-mon[111815]: pgmap v6992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:33.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:33.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:34.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:34.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:34 smithi088 ceph-mon[96111]: pgmap v6993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:34 smithi187 ceph-mon[111815]: pgmap v6993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:35.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:35.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:36.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:36.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:36 smithi088 ceph-mon[96111]: pgmap v6994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:36 smithi187 ceph-mon[111815]: pgmap v6994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:37.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:37.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:38.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:38.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:38 smithi088 ceph-mon[96111]: pgmap v6995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:38 smithi187 ceph-mon[111815]: pgmap v6995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:39.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:39.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:39 smithi088 ceph-mon[96111]: pgmap v6996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:39 smithi187 ceph-mon[111815]: pgmap v6996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:40.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:40.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:41.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:41.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:42 smithi088 ceph-mon[96111]: pgmap v6997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:42 smithi187 ceph-mon[111815]: pgmap v6997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:42.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:42.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:43.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:43.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:44 smithi187 ceph-mon[111815]: pgmap v6998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:44.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:44.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:44 smithi088 ceph-mon[96111]: pgmap v6998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:45.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:45.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:09:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:09:46.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:46.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:46 smithi088 ceph-mon[96111]: pgmap v6999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:46 smithi187 ceph-mon[111815]: pgmap v6999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:47.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:47.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:48.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:48.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:48 smithi187 ceph-mon[111815]: pgmap v7000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:48 smithi088 ceph-mon[96111]: pgmap v7000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:49.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:49.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:50.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:50.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:50 smithi187 ceph-mon[111815]: pgmap v7001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:50 smithi088 ceph-mon[96111]: pgmap v7001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:51.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:51.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:52.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:52.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:52 smithi187 ceph-mon[111815]: pgmap v7002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:52 smithi088 ceph-mon[96111]: pgmap v7002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:53.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:53.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:09:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:09:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:54 smithi187 ceph-mon[111815]: pgmap v7003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:54.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:54.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:54 smithi088 ceph-mon[96111]: pgmap v7003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:55.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:55.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:56.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:56.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:56 smithi187 ceph-mon[111815]: pgmap v7004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:56 smithi088 ceph-mon[96111]: pgmap v7004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:09:57.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:57.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:58.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:58.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:09:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:58 smithi088 ceph-mon[96111]: pgmap v7005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:09:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:09:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:09:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:09:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:09:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:09:58.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:09:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:09:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:58 smithi187 ceph-mon[111815]: pgmap v7005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:09:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:09:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:09:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:09:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:09:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:09:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:09:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:09:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:09:59.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:09:59.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:00.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:00.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:00 smithi088 ceph-mon[96111]: pgmap v7006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T03:10:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:10:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:00 smithi187 ceph-mon[111815]: pgmap v7006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T03:10:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:10:01.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:01.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:02.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:02.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:02 smithi088 ceph-mon[96111]: pgmap v7007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:02 smithi187 ceph-mon[111815]: pgmap v7007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:03.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:03.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:04.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:04.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:04 smithi088 ceph-mon[96111]: pgmap v7008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:04 smithi187 ceph-mon[111815]: pgmap v7008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:05.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:05.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:06.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:06.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:06 smithi187 ceph-mon[111815]: pgmap v7009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:06 smithi088 ceph-mon[96111]: pgmap v7009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:07.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:07.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:08.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:08.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:08 smithi187 ceph-mon[111815]: pgmap v7010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:08 smithi088 ceph-mon[96111]: pgmap v7010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:09.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:09.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:10.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:10.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:10 smithi187 ceph-mon[111815]: pgmap v7011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:10 smithi088 ceph-mon[96111]: pgmap v7011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:11.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:11.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:12.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:12.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:12 smithi187 ceph-mon[111815]: pgmap v7012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:12 smithi088 ceph-mon[96111]: pgmap v7012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:13.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:13.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:14.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:14.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:14 smithi088 ceph-mon[96111]: pgmap v7013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:14 smithi187 ceph-mon[111815]: pgmap v7013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:15.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:15.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:10:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:10:16.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:16.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:16 smithi187 ceph-mon[111815]: pgmap v7014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:16.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:16 smithi088 ceph-mon[96111]: pgmap v7014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:17.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:17.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:18.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:18.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:18.624 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:18 smithi088 ceph-mon[96111]: pgmap v7015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:18 smithi187 ceph-mon[111815]: pgmap v7015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:19.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:19.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:20.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:20.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:20 smithi187 ceph-mon[111815]: pgmap v7016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:20 smithi088 ceph-mon[96111]: pgmap v7016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:21.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:21.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:22.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:22.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:22 smithi187 ceph-mon[111815]: pgmap v7017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:22 smithi088 ceph-mon[96111]: pgmap v7017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:23.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:23.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:24.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:24.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:24 smithi088 ceph-mon[96111]: pgmap v7018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:24 smithi187 ceph-mon[111815]: pgmap v7018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:25.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:25.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:26.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:26.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:26 smithi187 ceph-mon[111815]: pgmap v7019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:26 smithi088 ceph-mon[96111]: pgmap v7019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:27.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:27.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:28.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:28.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:28 smithi187 ceph-mon[111815]: pgmap v7020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:28.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:28 smithi088 ceph-mon[96111]: pgmap v7020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:29.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:29.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:30.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:30.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:30 smithi187 ceph-mon[111815]: pgmap v7021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:10:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:30 smithi088 ceph-mon[96111]: pgmap v7021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:10:31.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:31.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:32.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:32.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:32 smithi187 ceph-mon[111815]: pgmap v7022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:32 smithi088 ceph-mon[96111]: pgmap v7022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:33.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:33.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:34.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:34.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:34 smithi088 ceph-mon[96111]: pgmap v7023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:34 smithi187 ceph-mon[111815]: pgmap v7023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:35.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:35.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:36.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:36.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:36 smithi187 ceph-mon[111815]: pgmap v7024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:36 smithi088 ceph-mon[96111]: pgmap v7024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:37.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:37.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:38.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:38.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:38 smithi187 ceph-mon[111815]: pgmap v7025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:38.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:38 smithi088 ceph-mon[96111]: pgmap v7025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:39.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:39.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:40.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:40.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:40 smithi187 ceph-mon[111815]: pgmap v7026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:40 smithi088 ceph-mon[96111]: pgmap v7026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:41.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:41.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:42.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:42.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:42 smithi187 ceph-mon[111815]: pgmap v7027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:42 smithi088 ceph-mon[96111]: pgmap v7027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:43.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:43.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:44.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:44.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:44 smithi088 ceph-mon[96111]: pgmap v7028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:44 smithi187 ceph-mon[111815]: pgmap v7028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:45.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:45.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:10:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:10:46.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:46.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:46 smithi187 ceph-mon[111815]: pgmap v7029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:46 smithi088 ceph-mon[96111]: pgmap v7029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:47.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:47.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:48.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:48.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:48 smithi187 ceph-mon[111815]: pgmap v7030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:48 smithi088 ceph-mon[96111]: pgmap v7030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:49.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:49.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:50.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:50.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:50 smithi187 ceph-mon[111815]: pgmap v7031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:50 smithi088 ceph-mon[96111]: pgmap v7031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:51.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:51.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:52.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:52.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:52 smithi187 ceph-mon[111815]: pgmap v7032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:52 smithi088 ceph-mon[96111]: pgmap v7032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:53.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:53.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:54.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:54.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:54 smithi088 ceph-mon[96111]: pgmap v7033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:54 smithi187 ceph-mon[111815]: pgmap v7033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:55.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:55.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:56.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:56.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:56 smithi187 ceph-mon[111815]: pgmap v7034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:56 smithi088 ceph-mon[96111]: pgmap v7034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:10:57.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:57.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:58.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:58.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:10:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:58 smithi187 ceph-mon[111815]: pgmap v7035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:10:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:10:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:10:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:10:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:10:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:10:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:10:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:58 smithi088 ceph-mon[96111]: pgmap v7035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:10:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:10:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:10:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:10:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:10:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:10:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:10:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:10:59.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:10:59.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:00.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:00.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:00 smithi187 ceph-mon[111815]: pgmap v7036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:11:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:00 smithi088 ceph-mon[96111]: pgmap v7036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:11:01.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:01.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:02.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:02.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:02 smithi187 ceph-mon[111815]: pgmap v7037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:02 smithi088 ceph-mon[96111]: pgmap v7037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:03.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:03.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:04.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:04.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:04 smithi088 ceph-mon[96111]: pgmap v7038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:04 smithi187 ceph-mon[111815]: pgmap v7038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:05.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:05.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:06.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:06.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:06 smithi187 ceph-mon[111815]: pgmap v7039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:06 smithi088 ceph-mon[96111]: pgmap v7039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:07.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:07.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:08.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:08.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:08 smithi187 ceph-mon[111815]: pgmap v7040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:08 smithi088 ceph-mon[96111]: pgmap v7040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:09.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:09.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:10.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:10.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:10 smithi187 ceph-mon[111815]: pgmap v7041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:10 smithi088 ceph-mon[96111]: pgmap v7041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:11.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:11.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:12.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:12.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:12 smithi187 ceph-mon[111815]: pgmap v7042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:12 smithi088 ceph-mon[96111]: pgmap v7042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:13.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:13.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:14.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:14.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:14 smithi187 ceph-mon[111815]: pgmap v7043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:14 smithi088 ceph-mon[96111]: pgmap v7043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:15.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:15.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:11:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:11:16.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:16.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:16 smithi187 ceph-mon[111815]: pgmap v7044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:16 smithi088 ceph-mon[96111]: pgmap v7044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:17.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:17.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:18.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:18.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:18 smithi187 ceph-mon[111815]: pgmap v7045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:18 smithi088 ceph-mon[96111]: pgmap v7045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:19.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:19.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:20.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:20.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:20 smithi187 ceph-mon[111815]: pgmap v7046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:20 smithi088 ceph-mon[96111]: pgmap v7046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:21.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:21.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:22.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:22.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:22 smithi088 ceph-mon[96111]: pgmap v7047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:22 smithi187 ceph-mon[111815]: pgmap v7047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:23.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:23.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:24 smithi088 ceph-mon[96111]: pgmap v7048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:24.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:24.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:24 smithi187 ceph-mon[111815]: pgmap v7048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:25.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:25.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:26.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:26.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:26 smithi088 ceph-mon[96111]: pgmap v7049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:26 smithi187 ceph-mon[111815]: pgmap v7049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:27.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:27.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:28.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:28.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:28 smithi088 ceph-mon[96111]: pgmap v7050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:28 smithi187 ceph-mon[111815]: pgmap v7050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:29.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:29.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:30.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:30.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:30 smithi088 ceph-mon[96111]: pgmap v7051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:11:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:30 smithi187 ceph-mon[111815]: pgmap v7051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:11:31.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:31.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:32.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:32.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:32 smithi088 ceph-mon[96111]: pgmap v7052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:32 smithi187 ceph-mon[111815]: pgmap v7052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:33.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:33.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:34.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:34.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:34 smithi088 ceph-mon[96111]: pgmap v7053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:34 smithi187 ceph-mon[111815]: pgmap v7053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:35.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:35.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:36.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:36.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:36 smithi088 ceph-mon[96111]: pgmap v7054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:36 smithi187 ceph-mon[111815]: pgmap v7054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:37.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:37.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:38.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:38.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:38 smithi088 ceph-mon[96111]: pgmap v7055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:38 smithi187 ceph-mon[111815]: pgmap v7055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:39.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:39.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:40.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:40.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:40 smithi187 ceph-mon[111815]: pgmap v7056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:40 smithi088 ceph-mon[96111]: pgmap v7056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:41.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:41.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:42.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:42.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:42 smithi088 ceph-mon[96111]: pgmap v7057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:42 smithi187 ceph-mon[111815]: pgmap v7057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:43.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:43.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:44.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:44.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:44 smithi088 ceph-mon[96111]: pgmap v7058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:44 smithi187 ceph-mon[111815]: pgmap v7058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:11:45.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:45.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:11:46.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:46.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:46 smithi088 ceph-mon[96111]: pgmap v7059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:46 smithi187 ceph-mon[111815]: pgmap v7059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:47.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:47.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:48.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:48.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:48 smithi088 ceph-mon[96111]: pgmap v7060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:48 smithi187 ceph-mon[111815]: pgmap v7060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:49.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:49.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:49 smithi088 ceph-mon[96111]: pgmap v7061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:49 smithi187 ceph-mon[111815]: pgmap v7061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:50.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:50.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:51.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:51.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:52 smithi187 ceph-mon[111815]: pgmap v7062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:52 smithi088 ceph-mon[96111]: pgmap v7062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:52.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:52.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:53.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:53.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:54 smithi088 ceph-mon[96111]: pgmap v7063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:54 smithi187 ceph-mon[111815]: pgmap v7063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:54.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:54.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:55.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:55.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:56 smithi187 ceph-mon[111815]: pgmap v7064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:56.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:56.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:56 smithi088 ceph-mon[96111]: pgmap v7064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:11:57.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:57.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:58 smithi187 ceph-mon[111815]: pgmap v7065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:58.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:58.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:11:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:58 smithi088 ceph-mon[96111]: pgmap v7065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:11:59.611 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:11:59.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:11:59.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:11:59.612 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:11:59.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:11:59.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:11:59.613 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:11:59.614 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:11:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:11:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:11:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:11:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:11:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:11:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:11:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:11:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:11:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:11:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:11:59.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:11:59.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:00 smithi187 ceph-mon[111815]: pgmap v7066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:12:00.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:00.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:00 smithi088 ceph-mon[96111]: pgmap v7066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:12:01.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:01.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:02 smithi187 ceph-mon[111815]: pgmap v7067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:02.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:02.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:02 smithi088 ceph-mon[96111]: pgmap v7067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:03.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:03.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:04.656 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:04 smithi088 ceph-mon[96111]: pgmap v7068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:04 smithi187 ceph-mon[111815]: pgmap v7068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:04.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:04.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:05.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:05.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:06 smithi187 ceph-mon[111815]: pgmap v7069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:06.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:06.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:06 smithi088 ceph-mon[96111]: pgmap v7069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:07.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:07.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:08 smithi187 ceph-mon[111815]: pgmap v7070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:08.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:08.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:08 smithi088 ceph-mon[96111]: pgmap v7070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:09.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:09.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:10 smithi187 ceph-mon[111815]: pgmap v7071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:10.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:10.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:10 smithi088 ceph-mon[96111]: pgmap v7071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:11.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:11.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:12 smithi187 ceph-mon[111815]: pgmap v7072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:12.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:12.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:12 smithi088 ceph-mon[96111]: pgmap v7072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:13.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:13.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:14 smithi088 ceph-mon[96111]: pgmap v7073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:14 smithi187 ceph-mon[111815]: pgmap v7073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:14.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:14.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:15.660 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:12:15.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:15.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:12:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:16 smithi187 ceph-mon[111815]: pgmap v7074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:16.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:16.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:16 smithi088 ceph-mon[96111]: pgmap v7074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:17.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:17.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:18 smithi187 ceph-mon[111815]: pgmap v7075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:18.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:18.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:18 smithi088 ceph-mon[96111]: pgmap v7075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:19.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:19.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:20 smithi187 ceph-mon[111815]: pgmap v7076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:20.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:20.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:20 smithi088 ceph-mon[96111]: pgmap v7076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:21.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:21.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:22 smithi187 ceph-mon[111815]: pgmap v7077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:22.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:22.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:22 smithi088 ceph-mon[96111]: pgmap v7077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:23.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:23.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:24 smithi088 ceph-mon[96111]: pgmap v7078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:24 smithi187 ceph-mon[111815]: pgmap v7078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:24.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:24.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:25.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:25.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:26 smithi187 ceph-mon[111815]: pgmap v7079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:26.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:26.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:26 smithi088 ceph-mon[96111]: pgmap v7079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:27.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:27.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:28 smithi187 ceph-mon[111815]: pgmap v7080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:28.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:28.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:28 smithi088 ceph-mon[96111]: pgmap v7080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:29.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:29.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:30 smithi187 ceph-mon[111815]: pgmap v7081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:12:30.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:30.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:30 smithi088 ceph-mon[96111]: pgmap v7081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:12:31.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:31.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:32 smithi187 ceph-mon[111815]: pgmap v7082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:32.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:32.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:32 smithi088 ceph-mon[96111]: pgmap v7082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:33.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:33.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:34 smithi088 ceph-mon[96111]: pgmap v7083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:34 smithi187 ceph-mon[111815]: pgmap v7083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:34.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:34.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:35.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:35.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:36 smithi187 ceph-mon[111815]: pgmap v7084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:36.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:36.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:36 smithi088 ceph-mon[96111]: pgmap v7084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:37.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:37.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:38 smithi187 ceph-mon[111815]: pgmap v7085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:38.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:38.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:38 smithi088 ceph-mon[96111]: pgmap v7085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:39.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:39.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:40 smithi187 ceph-mon[111815]: pgmap v7086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:40.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:40.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:40 smithi088 ceph-mon[96111]: pgmap v7086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:41.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:41.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:42 smithi187 ceph-mon[111815]: pgmap v7087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:42.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:42.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:42 smithi088 ceph-mon[96111]: pgmap v7087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:43.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:43.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:44 smithi088 ceph-mon[96111]: pgmap v7088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:44 smithi187 ceph-mon[111815]: pgmap v7088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:44.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:44.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:12:45.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:45.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:12:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:46 smithi187 ceph-mon[111815]: pgmap v7089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:46.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:46.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:46 smithi088 ceph-mon[96111]: pgmap v7089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:47.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:47.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:48 smithi187 ceph-mon[111815]: pgmap v7090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:48.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:48.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:48 smithi088 ceph-mon[96111]: pgmap v7090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:49.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:49.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:50 smithi187 ceph-mon[111815]: pgmap v7091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:50.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:50.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:50 smithi088 ceph-mon[96111]: pgmap v7091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:51.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:51.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:52 smithi187 ceph-mon[111815]: pgmap v7092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:52.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:52.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:52 smithi088 ceph-mon[96111]: pgmap v7092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:53.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:53.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:54 smithi187 ceph-mon[111815]: pgmap v7093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:54 smithi088 ceph-mon[96111]: pgmap v7093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:54.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:54.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:55.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:55.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:56 smithi187 ceph-mon[111815]: pgmap v7094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:56 smithi088 ceph-mon[96111]: pgmap v7094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:12:56.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:56.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:57.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:57.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:58 smithi187 ceph-mon[111815]: pgmap v7095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:58 smithi088 ceph-mon[96111]: pgmap v7095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:12:58.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:58.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:12:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:12:59.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:12:59.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:12:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:12:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:13:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:00 smithi088 ceph-mon[96111]: pgmap v7096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:00.830 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:13:00.830 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:13:00.830 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:13:00.831 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:13:00.831 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:13:00.831 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:13:00.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:00.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:00 smithi187 ceph-mon[111815]: pgmap v7096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:13:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:13:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:13:01.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:01.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:02 smithi088 ceph-mon[96111]: pgmap v7097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:02.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:02.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:02 smithi187 ceph-mon[111815]: pgmap v7097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:03.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:03.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:04 smithi088 ceph-mon[96111]: pgmap v7098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:04.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:04.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:04 smithi187 ceph-mon[111815]: pgmap v7098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:05.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:05.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:06 smithi088 ceph-mon[96111]: pgmap v7099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:06.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:06.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:06 smithi187 ceph-mon[111815]: pgmap v7099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:07.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:07.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:08 smithi088 ceph-mon[96111]: pgmap v7100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:08.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:08.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:08 smithi187 ceph-mon[111815]: pgmap v7100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:09.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:09.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:10 smithi088 ceph-mon[96111]: pgmap v7101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:10.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:10.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:10 smithi187 ceph-mon[111815]: pgmap v7101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:11.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:11.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:12 smithi088 ceph-mon[96111]: pgmap v7102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:12.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:12.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:12 smithi187 ceph-mon[111815]: pgmap v7102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:13.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:13.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:14 smithi088 ceph-mon[96111]: pgmap v7103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:14.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:14.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:14 smithi187 ceph-mon[111815]: pgmap v7103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:13:15.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:15.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:13:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:16 smithi187 ceph-mon[111815]: pgmap v7104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:16 smithi088 ceph-mon[96111]: pgmap v7104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:16.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:16.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:17.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:17.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:18 smithi088 ceph-mon[96111]: pgmap v7105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:18.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:18.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:18 smithi187 ceph-mon[111815]: pgmap v7105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:19.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:19.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:20 smithi088 ceph-mon[96111]: pgmap v7106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:20.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:20.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:20 smithi187 ceph-mon[111815]: pgmap v7106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:21.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:21.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:22 smithi088 ceph-mon[96111]: pgmap v7107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:22.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:22.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:22 smithi187 ceph-mon[111815]: pgmap v7107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:23.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:23.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:24 smithi088 ceph-mon[96111]: pgmap v7108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:24.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:24.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:24 smithi187 ceph-mon[111815]: pgmap v7108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:25.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:25.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:26 smithi187 ceph-mon[111815]: pgmap v7109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:26 smithi088 ceph-mon[96111]: pgmap v7109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:26.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:26.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:27.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:27.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:28 smithi088 ceph-mon[96111]: pgmap v7110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:28.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:28.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:28 smithi187 ceph-mon[111815]: pgmap v7110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:29.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:29.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:30 smithi088 ceph-mon[96111]: pgmap v7111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:13:30.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:30.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:30 smithi187 ceph-mon[111815]: pgmap v7111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:13:31.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:31.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:32 smithi088 ceph-mon[96111]: pgmap v7112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:32.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:32.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:32 smithi187 ceph-mon[111815]: pgmap v7112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:33.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:33.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:34 smithi088 ceph-mon[96111]: pgmap v7113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:34.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:34.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:34 smithi187 ceph-mon[111815]: pgmap v7113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:35.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:35.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:36 smithi088 ceph-mon[96111]: pgmap v7114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:36.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:36.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:36 smithi187 ceph-mon[111815]: pgmap v7114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:37.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:37.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:37 smithi187 ceph-mon[111815]: pgmap v7115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:37 smithi088 ceph-mon[96111]: pgmap v7115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:38.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:38.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:39.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:39.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:40 smithi187 ceph-mon[111815]: pgmap v7116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:40 smithi088 ceph-mon[96111]: pgmap v7116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:40.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:40.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:41.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:41.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:42 smithi187 ceph-mon[111815]: pgmap v7117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:42 smithi088 ceph-mon[96111]: pgmap v7117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:42.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:42.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:43.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:43.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:44 smithi088 ceph-mon[96111]: pgmap v7118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:44 smithi187 ceph-mon[111815]: pgmap v7118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:44.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:44.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:13:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:13:45.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:45.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:46 smithi187 ceph-mon[111815]: pgmap v7119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:46 smithi088 ceph-mon[96111]: pgmap v7119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:46.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:46.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:47.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:47.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:48 smithi187 ceph-mon[111815]: pgmap v7120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:48 smithi088 ceph-mon[96111]: pgmap v7120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:48.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:48.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:49.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:49.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:50.679 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:50 smithi088 ceph-mon[96111]: pgmap v7121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:50 smithi187 ceph-mon[111815]: pgmap v7121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:50.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:50.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:51.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:51.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:52 smithi187 ceph-mon[111815]: pgmap v7122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:52 smithi088 ceph-mon[96111]: pgmap v7122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:52.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:52.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:53.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:53.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:54 smithi088 ceph-mon[96111]: pgmap v7123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:54 smithi187 ceph-mon[111815]: pgmap v7123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:54.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:54.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:55.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:55.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:56 smithi187 ceph-mon[111815]: pgmap v7124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:56 smithi088 ceph-mon[96111]: pgmap v7124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:13:56.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:56.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:57.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:57.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:13:58 smithi187 ceph-mon[111815]: pgmap v7125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:13:58 smithi088 ceph-mon[96111]: pgmap v7125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:13:58.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:58.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:13:59.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:13:59.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:00 smithi187 ceph-mon[111815]: pgmap v7126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:14:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:14:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:14:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:14:00.776 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:00 smithi088 ceph-mon[96111]: pgmap v7126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:00.776 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:14:00.776 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:14:00.776 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:14:00.777 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:14:00.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:00.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:14:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:14:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:14:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:14:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:14:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:14:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:14:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:14:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:14:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:14:01.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:01.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:02 smithi187 ceph-mon[111815]: pgmap v7127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:02 smithi088 ceph-mon[96111]: pgmap v7127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:02.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:02.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:03.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:03.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:04 smithi088 ceph-mon[96111]: pgmap v7128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:04 smithi187 ceph-mon[111815]: pgmap v7128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:04.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:04.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:05.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:05.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:06 smithi187 ceph-mon[111815]: pgmap v7129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:06 smithi088 ceph-mon[96111]: pgmap v7129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:06.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:06.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:07.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:07.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:08 smithi187 ceph-mon[111815]: pgmap v7130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:08 smithi088 ceph-mon[96111]: pgmap v7130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:08.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:08.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:09.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:09.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:10 smithi187 ceph-mon[111815]: pgmap v7131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:10 smithi088 ceph-mon[96111]: pgmap v7131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:10.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:10.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:11.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:11.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:12 smithi187 ceph-mon[111815]: pgmap v7132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:12 smithi088 ceph-mon[96111]: pgmap v7132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:12.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:12.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:13.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:13.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:14 smithi088 ceph-mon[96111]: pgmap v7133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:14 smithi187 ceph-mon[111815]: pgmap v7133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:14.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:14.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:14:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:14:15.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:15.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:16 smithi187 ceph-mon[111815]: pgmap v7134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:16 smithi088 ceph-mon[96111]: pgmap v7134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:16.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:16.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:17.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:17.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:18 smithi187 ceph-mon[111815]: pgmap v7135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:18 smithi088 ceph-mon[96111]: pgmap v7135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:18.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:18.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:19.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:19.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:20 smithi187 ceph-mon[111815]: pgmap v7136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:20 smithi088 ceph-mon[96111]: pgmap v7136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:20.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:20.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:21.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:21.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:22 smithi187 ceph-mon[111815]: pgmap v7137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:22 smithi088 ceph-mon[96111]: pgmap v7137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:22.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:22.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:23.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:23.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:24 smithi187 ceph-mon[111815]: pgmap v7138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:24 smithi088 ceph-mon[96111]: pgmap v7138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:24.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:24.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:25.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:25.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:26 smithi187 ceph-mon[111815]: pgmap v7139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:26 smithi088 ceph-mon[96111]: pgmap v7139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:26.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:26.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:27.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:27.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:28 smithi187 ceph-mon[111815]: pgmap v7140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:28 smithi088 ceph-mon[96111]: pgmap v7140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:28.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:28.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:29.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:29.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:30 smithi088 ceph-mon[96111]: pgmap v7141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:14:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:30 smithi187 ceph-mon[111815]: pgmap v7141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:14:30.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:30.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:31.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:31.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:32 smithi088 ceph-mon[96111]: pgmap v7142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:32.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:32 smithi187 ceph-mon[111815]: pgmap v7142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:32.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:32.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:33.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:34.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:34 smithi088 ceph-mon[96111]: pgmap v7143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:34 smithi187 ceph-mon[111815]: pgmap v7143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:34.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:34.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:35.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:35.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:36 smithi088 ceph-mon[96111]: pgmap v7144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:36 smithi187 ceph-mon[111815]: pgmap v7144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:36.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:36.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:37.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:37.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:38 smithi088 ceph-mon[96111]: pgmap v7145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:38 smithi187 ceph-mon[111815]: pgmap v7145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:38.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:38.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:39.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:39.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:40 smithi088 ceph-mon[96111]: pgmap v7146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:40 smithi187 ceph-mon[111815]: pgmap v7146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:40.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:40.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:41.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:41.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:42 smithi088 ceph-mon[96111]: pgmap v7147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:42 smithi187 ceph-mon[111815]: pgmap v7147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:42.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:42.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:44.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:44.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:44 smithi088 ceph-mon[96111]: pgmap v7148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:44 smithi187 ceph-mon[111815]: pgmap v7148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:45.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:45.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:14:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:14:46.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:46.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:46 smithi088 ceph-mon[96111]: pgmap v7149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:46 smithi187 ceph-mon[111815]: pgmap v7149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:47.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:47.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:48.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:48.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:48 smithi088 ceph-mon[96111]: pgmap v7150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:48 smithi187 ceph-mon[111815]: pgmap v7150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:49.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:49.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:50.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:50.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:50 smithi088 ceph-mon[96111]: pgmap v7151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:50 smithi187 ceph-mon[111815]: pgmap v7151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:51.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:51.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:52.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:52.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:52 smithi187 ceph-mon[111815]: pgmap v7152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:52 smithi088 ceph-mon[96111]: pgmap v7152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:53.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:53.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:54.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:54.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:54 smithi088 ceph-mon[96111]: pgmap v7153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:54 smithi187 ceph-mon[111815]: pgmap v7153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:55.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:55.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:56.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:56.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:56 smithi088 ceph-mon[96111]: pgmap v7154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:56 smithi187 ceph-mon[111815]: pgmap v7154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:14:57.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:57.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:58.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:58.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:14:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:14:58 smithi088 ceph-mon[96111]: pgmap v7155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:14:58 smithi187 ceph-mon[111815]: pgmap v7155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:14:59.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:14:59.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:00.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:00.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:00 smithi088 ceph-mon[96111]: pgmap v7156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:00.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:15:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:00 smithi187 ceph-mon[111815]: pgmap v7156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:15:01.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:01.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:15:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:15:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:15:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:15:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:15:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:15:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:15:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:15:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:15:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:15:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:15:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:15:02.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:02.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:02 smithi187 ceph-mon[111815]: pgmap v7157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:02 smithi088 ceph-mon[96111]: pgmap v7157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:03.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:03.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:04.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:04.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:04 smithi088 ceph-mon[96111]: pgmap v7158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:04 smithi187 ceph-mon[111815]: pgmap v7158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:05.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:05.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:06.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:06.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:06 smithi088 ceph-mon[96111]: pgmap v7159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:06 smithi187 ceph-mon[111815]: pgmap v7159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:07.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:07.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:08.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:08.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:08 smithi088 ceph-mon[96111]: pgmap v7160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:08 smithi187 ceph-mon[111815]: pgmap v7160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:09.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:09.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:10.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:10.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:10 smithi088 ceph-mon[96111]: pgmap v7161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:10 smithi187 ceph-mon[111815]: pgmap v7161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:11.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:11.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:12.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:12.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:12 smithi088 ceph-mon[96111]: pgmap v7162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:12 smithi187 ceph-mon[111815]: pgmap v7162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:13.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:13.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:14.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:14.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:14 smithi088 ceph-mon[96111]: pgmap v7163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:14 smithi187 ceph-mon[111815]: pgmap v7163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:15.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:15.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:15:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:15:16.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:16.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:16 smithi088 ceph-mon[96111]: pgmap v7164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:16 smithi187 ceph-mon[111815]: pgmap v7164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:17.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:17.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:17 smithi187 ceph-mon[111815]: pgmap v7165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:18.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:18.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:17 smithi088 ceph-mon[96111]: pgmap v7165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:19.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:19.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:20.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:20.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:20 smithi187 ceph-mon[111815]: pgmap v7166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:20 smithi088 ceph-mon[96111]: pgmap v7166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:21.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:21.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:22.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:22.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:22 smithi187 ceph-mon[111815]: pgmap v7167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:22 smithi088 ceph-mon[96111]: pgmap v7167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:23.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:23.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:24.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:24.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:24 smithi088 ceph-mon[96111]: pgmap v7168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:24 smithi187 ceph-mon[111815]: pgmap v7168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:25.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:25.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:26.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:26.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:26 smithi187 ceph-mon[111815]: pgmap v7169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:26 smithi088 ceph-mon[96111]: pgmap v7169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:27.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:27.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:28.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:28.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:28 smithi187 ceph-mon[111815]: pgmap v7170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:28 smithi088 ceph-mon[96111]: pgmap v7170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:29.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:29.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:30.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:30.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:30 smithi187 ceph-mon[111815]: pgmap v7171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:15:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:30 smithi088 ceph-mon[96111]: pgmap v7171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:15:31.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:31.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:32.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:32.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:32 smithi187 ceph-mon[111815]: pgmap v7172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:32 smithi088 ceph-mon[96111]: pgmap v7172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:33.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:33.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:34.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:34.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:34 smithi088 ceph-mon[96111]: pgmap v7173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:34 smithi187 ceph-mon[111815]: pgmap v7173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:35.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:35.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:36.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:36.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:36.707 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:36 smithi088 ceph-mon[96111]: pgmap v7174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:36 smithi187 ceph-mon[111815]: pgmap v7174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:37.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:37.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:38.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:38.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:38.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:38 smithi187 ceph-mon[111815]: pgmap v7175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:38 smithi088 ceph-mon[96111]: pgmap v7175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:39.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:39.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:40.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:40.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:40 smithi187 ceph-mon[111815]: pgmap v7176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:40 smithi088 ceph-mon[96111]: pgmap v7176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:41.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:41.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:42.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:42.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:42 smithi187 ceph-mon[111815]: pgmap v7177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:42 smithi088 ceph-mon[96111]: pgmap v7177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:43.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:43.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:44.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:44.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:44 smithi088 ceph-mon[96111]: pgmap v7178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:44 smithi187 ceph-mon[111815]: pgmap v7178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:45.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:45.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:15:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:15:46.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:46.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:46 smithi187 ceph-mon[111815]: pgmap v7179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:46.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:46 smithi088 ceph-mon[96111]: pgmap v7179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:47.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:47.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:48.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:48.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:48 smithi187 ceph-mon[111815]: pgmap v7180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:48 smithi088 ceph-mon[96111]: pgmap v7180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:49.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:49.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:50.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:50.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:50 smithi187 ceph-mon[111815]: pgmap v7181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:50 smithi088 ceph-mon[96111]: pgmap v7181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:51.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:51.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:52.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:52.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:52 smithi187 ceph-mon[111815]: pgmap v7182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:52 smithi088 ceph-mon[96111]: pgmap v7182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:53.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:53.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:54.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:54.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:54 smithi187 ceph-mon[111815]: pgmap v7183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:54 smithi088 ceph-mon[96111]: pgmap v7183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:55.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:55.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:56.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:56.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:56 smithi088 ceph-mon[96111]: pgmap v7184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:56 smithi187 ceph-mon[111815]: pgmap v7184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:15:57.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:57.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:58.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:58.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:15:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:15:58 smithi088 ceph-mon[96111]: pgmap v7185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:15:58 smithi187 ceph-mon[111815]: pgmap v7185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:15:59.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:15:59.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:00.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:00.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:00 smithi088 ceph-mon[96111]: pgmap v7186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:16:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:00 smithi187 ceph-mon[111815]: pgmap v7186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:16:01.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:01.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:16:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:16:02.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:02.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:02 smithi088 ceph-mon[96111]: pgmap v7187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:16:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:16:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:16:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:16:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:16:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:02 smithi187 ceph-mon[111815]: pgmap v7187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:16:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:16:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:16:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:16:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:16:03.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:03.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:04.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:04.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:04 smithi088 ceph-mon[96111]: pgmap v7188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:04 smithi187 ceph-mon[111815]: pgmap v7188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:05.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:05.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:06.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:06.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:06 smithi088 ceph-mon[96111]: pgmap v7189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:06 smithi187 ceph-mon[111815]: pgmap v7189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:07.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:07.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:08.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:08.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:08 smithi088 ceph-mon[96111]: pgmap v7190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:08 smithi187 ceph-mon[111815]: pgmap v7190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:09.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:09.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:10.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:10.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:10 smithi088 ceph-mon[96111]: pgmap v7191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:10 smithi187 ceph-mon[111815]: pgmap v7191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:11.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:11.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:12.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:12.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:12 smithi088 ceph-mon[96111]: pgmap v7192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:12 smithi187 ceph-mon[111815]: pgmap v7192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:13.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:13.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:14.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:14.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:14 smithi088 ceph-mon[96111]: pgmap v7193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:14 smithi187 ceph-mon[111815]: pgmap v7193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:15.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:15.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:16:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:16:16.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:16.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:16 smithi088 ceph-mon[96111]: pgmap v7194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:16 smithi187 ceph-mon[111815]: pgmap v7194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:17.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:17.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:18.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:18.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:18 smithi088 ceph-mon[96111]: pgmap v7195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:18 smithi187 ceph-mon[111815]: pgmap v7195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:19.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:19.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:20.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:20.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:20 smithi088 ceph-mon[96111]: pgmap v7196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:20 smithi187 ceph-mon[111815]: pgmap v7196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:21.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:21.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:22.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:22.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:22 smithi088 ceph-mon[96111]: pgmap v7197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:22 smithi187 ceph-mon[111815]: pgmap v7197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:23.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:23.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:24.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:24.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:24 smithi088 ceph-mon[96111]: pgmap v7198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:24 smithi187 ceph-mon[111815]: pgmap v7198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:25.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:25.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:26.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:26.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:26 smithi088 ceph-mon[96111]: pgmap v7199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:26 smithi187 ceph-mon[111815]: pgmap v7199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:27.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:27.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:28.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:28.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:28 smithi187 ceph-mon[111815]: pgmap v7200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:28 smithi088 ceph-mon[96111]: pgmap v7200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:29.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:29.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:30.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:30.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:30 smithi088 ceph-mon[96111]: pgmap v7201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:16:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:30 smithi187 ceph-mon[111815]: pgmap v7201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:16:31.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:31.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:32.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:32.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:32 smithi088 ceph-mon[96111]: pgmap v7202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:32 smithi187 ceph-mon[111815]: pgmap v7202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:33.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:33.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:34.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:34.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:34 smithi088 ceph-mon[96111]: pgmap v7203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:34 smithi187 ceph-mon[111815]: pgmap v7203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:35.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:35.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:36.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:36.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:36 smithi088 ceph-mon[96111]: pgmap v7204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:36 smithi187 ceph-mon[111815]: pgmap v7204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:37.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:37.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:38.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:38.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:38 smithi187 ceph-mon[111815]: pgmap v7205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:38 smithi088 ceph-mon[96111]: pgmap v7205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:39.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:39.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:40.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:40.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:40 smithi088 ceph-mon[96111]: pgmap v7206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:40 smithi187 ceph-mon[111815]: pgmap v7206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:41.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:41.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:42.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:42.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:42 smithi088 ceph-mon[96111]: pgmap v7207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:42 smithi187 ceph-mon[111815]: pgmap v7207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:43.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:43.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:44.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:44.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:44 smithi088 ceph-mon[96111]: pgmap v7208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:44 smithi187 ceph-mon[111815]: pgmap v7208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:45.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:45.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:16:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:16:46.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:46.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:46 smithi088 ceph-mon[96111]: pgmap v7209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:46 smithi187 ceph-mon[111815]: pgmap v7209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:47.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:47.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:47 smithi088 ceph-mon[96111]: pgmap v7210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:47 smithi187 ceph-mon[111815]: pgmap v7210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:48.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:48.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:49.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:49.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:50.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:50.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:50 smithi187 ceph-mon[111815]: pgmap v7211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:50 smithi088 ceph-mon[96111]: pgmap v7211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:51.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:51.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:52.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:52.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:52.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:52 smithi187 ceph-mon[111815]: pgmap v7212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:52 smithi088 ceph-mon[96111]: pgmap v7212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:53.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:53.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:54.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:54.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:54 smithi088 ceph-mon[96111]: pgmap v7213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:54 smithi187 ceph-mon[111815]: pgmap v7213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:55.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:55.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:56.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:56.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:56 smithi187 ceph-mon[111815]: pgmap v7214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:56 smithi088 ceph-mon[96111]: pgmap v7214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:16:57.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:57.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:58.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:58.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:16:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:16:58 smithi187 ceph-mon[111815]: pgmap v7215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:16:58 smithi088 ceph-mon[96111]: pgmap v7215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:16:59.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:16:59.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:00.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:00.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:00 smithi187 ceph-mon[111815]: pgmap v7216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:17:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:00 smithi088 ceph-mon[96111]: pgmap v7216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:17:01.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:01.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:02.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:02.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:02 smithi187 ceph-mon[111815]: pgmap v7217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:17:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:17:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:17:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:17:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:17:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:17:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:02 smithi088 ceph-mon[96111]: pgmap v7217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:17:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:17:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:17:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:17:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:17:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:17:03.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:03.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:04.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:04.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:04 smithi088 ceph-mon[96111]: pgmap v7218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:04 smithi187 ceph-mon[111815]: pgmap v7218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:05.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:05.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:06.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:06.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:06 smithi187 ceph-mon[111815]: pgmap v7219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:06 smithi088 ceph-mon[96111]: pgmap v7219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:07.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:07.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:08.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:08.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:08 smithi187 ceph-mon[111815]: pgmap v7220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:08 smithi088 ceph-mon[96111]: pgmap v7220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:09.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:09.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:10.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:10.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:10 smithi187 ceph-mon[111815]: pgmap v7221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:11.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:11.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:12.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:12.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:12 smithi187 ceph-mon[111815]: pgmap v7222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:10 smithi088 ceph-mon[96111]: pgmap v7221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:12 smithi088 ceph-mon[96111]: pgmap v7222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:13.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:13.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:14.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:14.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:14 smithi088 ceph-mon[96111]: pgmap v7223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:14 smithi187 ceph-mon[111815]: pgmap v7223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:15.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:15.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:17:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:17:16.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:16.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:16 smithi088 ceph-mon[96111]: pgmap v7224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:16 smithi187 ceph-mon[111815]: pgmap v7224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:17.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:17.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:18.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:18.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:18 smithi088 ceph-mon[96111]: pgmap v7225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:18.826 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:18 smithi187 ceph-mon[111815]: pgmap v7225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:19.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:19.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:20.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:20.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:20 smithi088 ceph-mon[96111]: pgmap v7226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:20 smithi187 ceph-mon[111815]: pgmap v7226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:21.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:21.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:22.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:22.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:22.728 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:22 smithi088 ceph-mon[96111]: pgmap v7227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:22 smithi187 ceph-mon[111815]: pgmap v7227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:23.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:23.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:24.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:24.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:24 smithi088 ceph-mon[96111]: pgmap v7228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:24 smithi187 ceph-mon[111815]: pgmap v7228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:25.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:25.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:26.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:26.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:26 smithi088 ceph-mon[96111]: pgmap v7229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:26 smithi187 ceph-mon[111815]: pgmap v7229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:27.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:27.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:28.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:28.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:28 smithi088 ceph-mon[96111]: pgmap v7230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:28.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:28 smithi187 ceph-mon[111815]: pgmap v7230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:29.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:29.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:30.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:30.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:30 smithi088 ceph-mon[96111]: pgmap v7231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:17:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:30 smithi187 ceph-mon[111815]: pgmap v7231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:17:31.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:31.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:32.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:32.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:32 smithi088 ceph-mon[96111]: pgmap v7232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:32 smithi187 ceph-mon[111815]: pgmap v7232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:33.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:33.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:34.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:34.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:34 smithi088 ceph-mon[96111]: pgmap v7233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:34 smithi187 ceph-mon[111815]: pgmap v7233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:35.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:35.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:36.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:36.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:36 smithi088 ceph-mon[96111]: pgmap v7234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:36 smithi187 ceph-mon[111815]: pgmap v7234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:37.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:37.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:38.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:38.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:38 smithi088 ceph-mon[96111]: pgmap v7235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:38 smithi187 ceph-mon[111815]: pgmap v7235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:39.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:39.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:40.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:40.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:40 smithi088 ceph-mon[96111]: pgmap v7236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:40 smithi187 ceph-mon[111815]: pgmap v7236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:41.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:41.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:42.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:42.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:42 smithi088 ceph-mon[96111]: pgmap v7237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:42 smithi187 ceph-mon[111815]: pgmap v7237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:43.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:43.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:44.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:44.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:44 smithi088 ceph-mon[96111]: pgmap v7238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:44 smithi187 ceph-mon[111815]: pgmap v7238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:45.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:45.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:17:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:17:46.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:46.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:46 smithi088 ceph-mon[96111]: pgmap v7239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:46 smithi187 ceph-mon[111815]: pgmap v7239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:47.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:47.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:48.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:48.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:48 smithi088 ceph-mon[96111]: pgmap v7240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:48 smithi187 ceph-mon[111815]: pgmap v7240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:49.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:49.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:50.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:50.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:50 smithi088 ceph-mon[96111]: pgmap v7241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:50 smithi187 ceph-mon[111815]: pgmap v7241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:51.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:51.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:52.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:52.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:52 smithi088 ceph-mon[96111]: pgmap v7242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:52 smithi187 ceph-mon[111815]: pgmap v7242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:53.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:53.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:54.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:54.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:54 smithi088 ceph-mon[96111]: pgmap v7243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:54 smithi187 ceph-mon[111815]: pgmap v7243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:55.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:55.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:56.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:56.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:56 smithi088 ceph-mon[96111]: pgmap v7244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:56 smithi187 ceph-mon[111815]: pgmap v7244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:17:57.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:57.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:58.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:58.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:17:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:17:58 smithi088 ceph-mon[96111]: pgmap v7245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:17:58 smithi187 ceph-mon[111815]: pgmap v7245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:17:59.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:17:59.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:00.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:00.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:00 smithi088 ceph-mon[96111]: pgmap v7246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:18:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:00 smithi187 ceph-mon[111815]: pgmap v7246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:18:01.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:01.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:02.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:02.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:02.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:02 smithi088 ceph-mon[96111]: pgmap v7247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:02.750 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:18:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:02 smithi187 ceph-mon[111815]: pgmap v7247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:18:03.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:03.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:18:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:18:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:18:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:18:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:18:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:18:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:18:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:18:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:18:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:18:04.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:04.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:04 smithi187 ceph-mon[111815]: pgmap v7248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:04 smithi088 ceph-mon[96111]: pgmap v7248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:05.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:05.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:06.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:06.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:06 smithi088 ceph-mon[96111]: pgmap v7249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:06 smithi187 ceph-mon[111815]: pgmap v7249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:07.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:07.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:08.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:08.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:08 smithi088 ceph-mon[96111]: pgmap v7250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:08 smithi187 ceph-mon[111815]: pgmap v7250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:09.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:09.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:10.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:10.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:10 smithi088 ceph-mon[96111]: pgmap v7251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:10 smithi187 ceph-mon[111815]: pgmap v7251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:11.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:11.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:12.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:12.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:12 smithi088 ceph-mon[96111]: pgmap v7252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:12 smithi187 ceph-mon[111815]: pgmap v7252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:13.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:13.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:14.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:14.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:14 smithi187 ceph-mon[111815]: pgmap v7253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:14 smithi088 ceph-mon[96111]: pgmap v7253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:15.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:15.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:18:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:18:16.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:16.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:16 smithi088 ceph-mon[96111]: pgmap v7254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:16 smithi187 ceph-mon[111815]: pgmap v7254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:17.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:17.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:17 smithi187 ceph-mon[111815]: pgmap v7255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:17 smithi088 ceph-mon[96111]: pgmap v7255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:18.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:18.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:19.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:19.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:20.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:20.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:20 smithi187 ceph-mon[111815]: pgmap v7256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:20 smithi088 ceph-mon[96111]: pgmap v7256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:21.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:21.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:22.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:22.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:22 smithi187 ceph-mon[111815]: pgmap v7257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:22 smithi088 ceph-mon[96111]: pgmap v7257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:23.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:23.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:24.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:24.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:24 smithi187 ceph-mon[111815]: pgmap v7258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:24 smithi088 ceph-mon[96111]: pgmap v7258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:25.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:25.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:26.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:26.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:26 smithi187 ceph-mon[111815]: pgmap v7259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:26 smithi088 ceph-mon[96111]: pgmap v7259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:27.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:27.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:28.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:28.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:28 smithi187 ceph-mon[111815]: pgmap v7260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:28 smithi088 ceph-mon[96111]: pgmap v7260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:29.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:29.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:30.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:30.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:30 smithi187 ceph-mon[111815]: pgmap v7261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:18:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:30 smithi088 ceph-mon[96111]: pgmap v7261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:18:31.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:31.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:32.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:32.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:32 smithi088 ceph-mon[96111]: pgmap v7262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:32 smithi187 ceph-mon[111815]: pgmap v7262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:33.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:33.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:34.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:34.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:34 smithi088 ceph-mon[96111]: pgmap v7263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:34 smithi187 ceph-mon[111815]: pgmap v7263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:35.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:35.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:36.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:36.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:36 smithi088 ceph-mon[96111]: pgmap v7264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:36 smithi187 ceph-mon[111815]: pgmap v7264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:37.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:37.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:38.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:38.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:38 smithi088 ceph-mon[96111]: pgmap v7265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:38 smithi187 ceph-mon[111815]: pgmap v7265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:39.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:39.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:40.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:40.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:40 smithi088 ceph-mon[96111]: pgmap v7266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:40 smithi187 ceph-mon[111815]: pgmap v7266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:41.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:41.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:42.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:42.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:42 smithi088 ceph-mon[96111]: pgmap v7267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:42 smithi187 ceph-mon[111815]: pgmap v7267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:43.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:43.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:44.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:44.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:44 smithi088 ceph-mon[96111]: pgmap v7268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:44 smithi187 ceph-mon[111815]: pgmap v7268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:45.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:45.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:18:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:18:46.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:46.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:46 smithi088 ceph-mon[96111]: pgmap v7269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:46 smithi187 ceph-mon[111815]: pgmap v7269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:47.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:47.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:48.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:48.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:48 smithi088 ceph-mon[96111]: pgmap v7270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:48 smithi187 ceph-mon[111815]: pgmap v7270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:49.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:49.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:50.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:50.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:50 smithi088 ceph-mon[96111]: pgmap v7271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:50.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:50 smithi187 ceph-mon[111815]: pgmap v7271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:51.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:51.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:52.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:52.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:52 smithi088 ceph-mon[96111]: pgmap v7272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:52 smithi187 ceph-mon[111815]: pgmap v7272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:53.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:53.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:54.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:54.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:54 smithi088 ceph-mon[96111]: pgmap v7273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:54.832 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:54 smithi187 ceph-mon[111815]: pgmap v7273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:55.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:55.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:56.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:56.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:56 smithi088 ceph-mon[96111]: pgmap v7274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:56 smithi187 ceph-mon[111815]: pgmap v7274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:18:57.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:57.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:58.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:58.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:18:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:18:58 smithi088 ceph-mon[96111]: pgmap v7275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:18:58 smithi187 ceph-mon[111815]: pgmap v7275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:18:59.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:18:59.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:00.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:00.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:00 smithi088 ceph-mon[96111]: pgmap v7276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:19:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:00 smithi187 ceph-mon[111815]: pgmap v7276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:19:01.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:01.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:02.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:02.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:02 smithi088 ceph-mon[96111]: pgmap v7277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:02 smithi187 ceph-mon[111815]: pgmap v7277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:03.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:03.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:19:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:19:04.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:04.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:04 smithi088 ceph-mon[96111]: pgmap v7278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:04.937 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:04 smithi187 ceph-mon[111815]: pgmap v7278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:05.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:05.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:06.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:06.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:06 smithi088 ceph-mon[96111]: pgmap v7279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:19:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:19:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:19:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:19:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:19:06.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:19:06.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:19:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:06 smithi187 ceph-mon[111815]: pgmap v7279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:19:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:19:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:19:06.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:19:06.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:19:06.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:19:06.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:19:07.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:07.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:08.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:08.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:08 smithi088 ceph-mon[96111]: pgmap v7280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:08 smithi187 ceph-mon[111815]: pgmap v7280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:09.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:09.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:10.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:10.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:10 smithi088 ceph-mon[96111]: pgmap v7281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:10 smithi187 ceph-mon[111815]: pgmap v7281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:11.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:11.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:12.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:12.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:12 smithi088 ceph-mon[96111]: pgmap v7282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:12 smithi187 ceph-mon[111815]: pgmap v7282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:13.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:13.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:14.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:14.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:14 smithi088 ceph-mon[96111]: pgmap v7283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:14 smithi187 ceph-mon[111815]: pgmap v7283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:15.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:15.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:19:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:19:16.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:16.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:16 smithi088 ceph-mon[96111]: pgmap v7284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:16 smithi187 ceph-mon[111815]: pgmap v7284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:17.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:17.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:18.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:18.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:18 smithi088 ceph-mon[96111]: pgmap v7285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:18 smithi187 ceph-mon[111815]: pgmap v7285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:19.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:19.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:20.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:20.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:20 smithi088 ceph-mon[96111]: pgmap v7286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:20 smithi187 ceph-mon[111815]: pgmap v7286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:21.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:21.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:22.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:22.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:22 smithi088 ceph-mon[96111]: pgmap v7287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:22 smithi187 ceph-mon[111815]: pgmap v7287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:23.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:23.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:24.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:24.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:24 smithi088 ceph-mon[96111]: pgmap v7288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:24 smithi187 ceph-mon[111815]: pgmap v7288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:25.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:25.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:26.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:26.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:26 smithi088 ceph-mon[96111]: pgmap v7289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:26 smithi187 ceph-mon[111815]: pgmap v7289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:27.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:27.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:28.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:28.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:28 smithi088 ceph-mon[96111]: pgmap v7290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:28 smithi187 ceph-mon[111815]: pgmap v7290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:29.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:29.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:30.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:30.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:30 smithi088 ceph-mon[96111]: pgmap v7291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:19:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:30 smithi187 ceph-mon[111815]: pgmap v7291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:19:31.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:31.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:32.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:32.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:32 smithi088 ceph-mon[96111]: pgmap v7292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:32 smithi187 ceph-mon[111815]: pgmap v7292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:33.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:33.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:34.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:34.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:34 smithi187 ceph-mon[111815]: pgmap v7293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:34 smithi088 ceph-mon[96111]: pgmap v7293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:35.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:35.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:36.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:36.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:36 smithi187 ceph-mon[111815]: pgmap v7294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:36 smithi088 ceph-mon[96111]: pgmap v7294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:37.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:37.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:38.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:38.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:38 smithi187 ceph-mon[111815]: pgmap v7295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:39.053 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:38 smithi088 ceph-mon[96111]: pgmap v7295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:39.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:39.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:40.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:40.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:40 smithi187 ceph-mon[111815]: pgmap v7296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:40 smithi088 ceph-mon[96111]: pgmap v7296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:41.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:41.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:41 smithi187 ceph-mon[111815]: pgmap v7297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:41 smithi088 ceph-mon[96111]: pgmap v7297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:42.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:42.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:43.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:43.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:44.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:44.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:44 smithi088 ceph-mon[96111]: pgmap v7298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:44 smithi187 ceph-mon[111815]: pgmap v7298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:45.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:45.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:19:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:19:46.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:46.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:46 smithi088 ceph-mon[96111]: pgmap v7299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:46 smithi187 ceph-mon[111815]: pgmap v7299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:47.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:47.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:48.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:48.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:48 smithi088 ceph-mon[96111]: pgmap v7300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:48 smithi187 ceph-mon[111815]: pgmap v7300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:49.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:49.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:50.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:50.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:50 smithi187 ceph-mon[111815]: pgmap v7301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:50 smithi088 ceph-mon[96111]: pgmap v7301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:51.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:51.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:52.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:52.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:52 smithi088 ceph-mon[96111]: pgmap v7302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:52 smithi187 ceph-mon[111815]: pgmap v7302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:53.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:53.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:54.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:54.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:54 smithi088 ceph-mon[96111]: pgmap v7303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:54 smithi187 ceph-mon[111815]: pgmap v7303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:55.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:55.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:56.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:56.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:56 smithi088 ceph-mon[96111]: pgmap v7304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:56 smithi187 ceph-mon[111815]: pgmap v7304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:19:57.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:57.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:58.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:58.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:19:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:19:58 smithi088 ceph-mon[96111]: pgmap v7305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:19:58 smithi187 ceph-mon[111815]: pgmap v7305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:19:59.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:19:59.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:00.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:00.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:00 smithi088 ceph-mon[96111]: pgmap v7306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T03:20:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:20:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:00 smithi187 ceph-mon[111815]: pgmap v7306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T03:20:00.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:20:01.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:01.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:02.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:02.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:02 smithi088 ceph-mon[96111]: pgmap v7307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:02 smithi187 ceph-mon[111815]: pgmap v7307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:03.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:03.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:04.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:04.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:04 smithi088 ceph-mon[96111]: pgmap v7308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:04 smithi187 ceph-mon[111815]: pgmap v7308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:05.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:05.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:06.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:06.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:06 smithi088 ceph-mon[96111]: pgmap v7309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:20:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:06 smithi187 ceph-mon[111815]: pgmap v7309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:20:07.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:07.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:08.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:08.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:08 smithi088 ceph-mon[96111]: pgmap v7310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:08 smithi187 ceph-mon[111815]: pgmap v7310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:09.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:09.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:10.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:10.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:10 smithi088 ceph-mon[96111]: pgmap v7311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:10 smithi187 ceph-mon[111815]: pgmap v7311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:11.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:11.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:20:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:20:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:11 smithi088 ceph-mon[96111]: pgmap v7312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:20:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:20:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:20:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:20:12.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:20:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:20:12.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:20:12.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:11 smithi187 ceph-mon[111815]: pgmap v7312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:12.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:20:12.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:20:12.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:20:12.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:20:12.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:20:12.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:12.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:13.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:13.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:14.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:14.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:14.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:14 smithi088 ceph-mon[96111]: pgmap v7313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:14 smithi187 ceph-mon[111815]: pgmap v7313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:15.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:15.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:20:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:20:16.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:16.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:16 smithi088 ceph-mon[96111]: pgmap v7314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:16 smithi187 ceph-mon[111815]: pgmap v7314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:17.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:17.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:18.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:18.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:18 smithi088 ceph-mon[96111]: pgmap v7315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:18 smithi187 ceph-mon[111815]: pgmap v7315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:19.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:19.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:20.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:20.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:20.733 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:20 smithi187 ceph-mon[111815]: pgmap v7316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:20 smithi088 ceph-mon[96111]: pgmap v7316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:21.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:21.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:22.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:22.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:22 smithi088 ceph-mon[96111]: pgmap v7317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:22 smithi187 ceph-mon[111815]: pgmap v7317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:23.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:23.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:24.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:24.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:24 smithi088 ceph-mon[96111]: pgmap v7318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:24 smithi187 ceph-mon[111815]: pgmap v7318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:25.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:25.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:26.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:26.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:26 smithi088 ceph-mon[96111]: pgmap v7319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:26 smithi187 ceph-mon[111815]: pgmap v7319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:27.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:27.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:28.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:28.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:28 smithi088 ceph-mon[96111]: pgmap v7320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:28 smithi187 ceph-mon[111815]: pgmap v7320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:29.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:29.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:30.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:30.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:30 smithi088 ceph-mon[96111]: pgmap v7321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:20:30.838 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:30 smithi187 ceph-mon[111815]: pgmap v7321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:30.838 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:20:31.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:31.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:32.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:32.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:32 smithi088 ceph-mon[96111]: pgmap v7322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:32 smithi187 ceph-mon[111815]: pgmap v7322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:33.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:33.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:34.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:34.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:34 smithi088 ceph-mon[96111]: pgmap v7323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:34 smithi187 ceph-mon[111815]: pgmap v7323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:35.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:35.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:36.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:36.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:36 smithi088 ceph-mon[96111]: pgmap v7324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:36 smithi187 ceph-mon[111815]: pgmap v7324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:37.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:37.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:38.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:38.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:38 smithi088 ceph-mon[96111]: pgmap v7325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:38 smithi187 ceph-mon[111815]: pgmap v7325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:39.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:39.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:40.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:40.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:40 smithi088 ceph-mon[96111]: pgmap v7326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:40.943 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:40 smithi187 ceph-mon[111815]: pgmap v7326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:41.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:41.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:42.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:42.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:42 smithi088 ceph-mon[96111]: pgmap v7327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:42 smithi187 ceph-mon[111815]: pgmap v7327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:43.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:43.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:44.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:44.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:44 smithi088 ceph-mon[96111]: pgmap v7328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:44 smithi187 ceph-mon[111815]: pgmap v7328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:45.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:45.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:20:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:20:46.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:46.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:46 smithi088 ceph-mon[96111]: pgmap v7329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:46 smithi187 ceph-mon[111815]: pgmap v7329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:47.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:47.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:48.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:48.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:48 smithi088 ceph-mon[96111]: pgmap v7330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:48 smithi187 ceph-mon[111815]: pgmap v7330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:49.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:49.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:50.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:50.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:50 smithi088 ceph-mon[96111]: pgmap v7331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:50 smithi187 ceph-mon[111815]: pgmap v7331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:51.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:51.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:52.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:52.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:52 smithi088 ceph-mon[96111]: pgmap v7332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:52 smithi187 ceph-mon[111815]: pgmap v7332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:53.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:53.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:54.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:54.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:54.799 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:54 smithi088 ceph-mon[96111]: pgmap v7333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:54 smithi187 ceph-mon[111815]: pgmap v7333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:55.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:55.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:56.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:56.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:56 smithi088 ceph-mon[96111]: pgmap v7334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:56 smithi187 ceph-mon[111815]: pgmap v7334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:20:57.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:57.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:58.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:58.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:20:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:20:58 smithi088 ceph-mon[96111]: pgmap v7335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:20:58 smithi187 ceph-mon[111815]: pgmap v7335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:20:59.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:20:59.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:00.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:00.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:00 smithi088 ceph-mon[96111]: pgmap v7336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:21:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:00 smithi187 ceph-mon[111815]: pgmap v7336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:21:01.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:01.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:02.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:02.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:02 smithi088 ceph-mon[96111]: pgmap v7337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:02 smithi187 ceph-mon[111815]: pgmap v7337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:03.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:03.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:04.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:04.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:04 smithi088 ceph-mon[96111]: pgmap v7338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:04 smithi187 ceph-mon[111815]: pgmap v7338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:05.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:05.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:06.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:06.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:06 smithi088 ceph-mon[96111]: pgmap v7339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:06 smithi187 ceph-mon[111815]: pgmap v7339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:07.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:07.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:08.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:08.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:08 smithi088 ceph-mon[96111]: pgmap v7340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:08 smithi187 ceph-mon[111815]: pgmap v7340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:09.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:09.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:10.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:10.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:10 smithi088 ceph-mon[96111]: pgmap v7341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:10 smithi187 ceph-mon[111815]: pgmap v7341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:11.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:11.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:21:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:21:12.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:12.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:12 smithi088 ceph-mon[96111]: pgmap v7342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:21:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:21:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:21:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:21:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:21:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:12 smithi187 ceph-mon[111815]: pgmap v7342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:21:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:21:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:21:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:21:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:21:13.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:13.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:14.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:14.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:14 smithi088 ceph-mon[96111]: pgmap v7343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:14 smithi187 ceph-mon[111815]: pgmap v7343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:15.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:15.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:21:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:21:16.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:16.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:16 smithi187 ceph-mon[111815]: pgmap v7344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:16 smithi088 ceph-mon[96111]: pgmap v7344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:17.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:17.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:18.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:18.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:18 smithi187 ceph-mon[111815]: pgmap v7345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:18 smithi088 ceph-mon[96111]: pgmap v7345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:19.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:19.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:20.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:20.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:20 smithi187 ceph-mon[111815]: pgmap v7346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:20 smithi088 ceph-mon[96111]: pgmap v7346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:21.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:21.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:22.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:22.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:22 smithi187 ceph-mon[111815]: pgmap v7347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:22 smithi088 ceph-mon[96111]: pgmap v7347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:23.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:23.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:24.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:24.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:24 smithi187 ceph-mon[111815]: pgmap v7348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:24 smithi088 ceph-mon[96111]: pgmap v7348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:25.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:25.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:26.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:26.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:26 smithi187 ceph-mon[111815]: pgmap v7349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:26 smithi088 ceph-mon[96111]: pgmap v7349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:27.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:27.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:28.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:28.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:28 smithi187 ceph-mon[111815]: pgmap v7350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:28 smithi088 ceph-mon[96111]: pgmap v7350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:29.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:29.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:30.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:30.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:30 smithi187 ceph-mon[111815]: pgmap v7351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:21:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:30 smithi088 ceph-mon[96111]: pgmap v7351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:21:31.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:31.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:32.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:32.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:32 smithi187 ceph-mon[111815]: pgmap v7352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:32 smithi088 ceph-mon[96111]: pgmap v7352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:33.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:33.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:34.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:34.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:34 smithi187 ceph-mon[111815]: pgmap v7353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:34 smithi088 ceph-mon[96111]: pgmap v7353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:35.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:35.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:35 smithi187 ceph-mon[111815]: pgmap v7354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:35 smithi088 ceph-mon[96111]: pgmap v7354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:36.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:36.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:37.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:37.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:38 smithi088 ceph-mon[96111]: pgmap v7355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:38.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:38.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:38 smithi187 ceph-mon[111815]: pgmap v7355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:39.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:39.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:40 smithi088 ceph-mon[96111]: pgmap v7356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:40.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:40.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:40 smithi187 ceph-mon[111815]: pgmap v7356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:41.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:41.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:42.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:42.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:42 smithi088 ceph-mon[96111]: pgmap v7357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:42 smithi187 ceph-mon[111815]: pgmap v7357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:43.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:43.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:44.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:44.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:44 smithi088 ceph-mon[96111]: pgmap v7358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:44 smithi187 ceph-mon[111815]: pgmap v7358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:21:45.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:45.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:21:46.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:46.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:46 smithi088 ceph-mon[96111]: pgmap v7359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:46 smithi187 ceph-mon[111815]: pgmap v7359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:47.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:47.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:48.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:48.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:48 smithi088 ceph-mon[96111]: pgmap v7360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:48 smithi187 ceph-mon[111815]: pgmap v7360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:49.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:49.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:50.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:50.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:50 smithi088 ceph-mon[96111]: pgmap v7361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:50 smithi187 ceph-mon[111815]: pgmap v7361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:51.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:51.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:52.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:52.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:52 smithi088 ceph-mon[96111]: pgmap v7362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:52 smithi187 ceph-mon[111815]: pgmap v7362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:53.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:53.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:54.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:54.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:54 smithi088 ceph-mon[96111]: pgmap v7363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:54 smithi187 ceph-mon[111815]: pgmap v7363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:55.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:55.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:56.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:56.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:56 smithi088 ceph-mon[96111]: pgmap v7364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:56 smithi187 ceph-mon[111815]: pgmap v7364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:21:57.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:57.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:58.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:58.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:21:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:21:58 smithi088 ceph-mon[96111]: pgmap v7365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:21:58 smithi187 ceph-mon[111815]: pgmap v7365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:21:59.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:21:59.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:00.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:00.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:00 smithi088 ceph-mon[96111]: pgmap v7366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:22:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:00 smithi187 ceph-mon[111815]: pgmap v7366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:22:01.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:01.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:02.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:02.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:02 smithi088 ceph-mon[96111]: pgmap v7367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:02 smithi187 ceph-mon[111815]: pgmap v7367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:03.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:03.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:04.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:04.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:04 smithi088 ceph-mon[96111]: pgmap v7368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:04 smithi187 ceph-mon[111815]: pgmap v7368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:05.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:05.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:06.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:06.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:06 smithi088 ceph-mon[96111]: pgmap v7369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:06.842 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:06 smithi187 ceph-mon[111815]: pgmap v7369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:07.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:07.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:08.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:08.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:08 smithi088 ceph-mon[96111]: pgmap v7370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:08 smithi187 ceph-mon[111815]: pgmap v7370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:09.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:09.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:10.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:10.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:10 smithi088 ceph-mon[96111]: pgmap v7371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:10 smithi187 ceph-mon[111815]: pgmap v7371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:11.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:11.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:12.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:12.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:12 smithi088 ceph-mon[96111]: pgmap v7372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:22:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:22:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:22:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:12 smithi187 ceph-mon[111815]: pgmap v7372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:22:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:22:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:22:13.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:13.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:22:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:22:13.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:22:13.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:22:13.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:22:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:22:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:22:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:22:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:22:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:22:14.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:14.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:14 smithi088 ceph-mon[96111]: pgmap v7373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:14 smithi187 ceph-mon[111815]: pgmap v7373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:15.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:15.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:22:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:22:16.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:16.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:16 smithi088 ceph-mon[96111]: pgmap v7374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:16.950 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:16 smithi187 ceph-mon[111815]: pgmap v7374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:17.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:17.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:18.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:18.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:18 smithi088 ceph-mon[96111]: pgmap v7375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:18 smithi187 ceph-mon[111815]: pgmap v7375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:19.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:19.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:20.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:20.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:20 smithi088 ceph-mon[96111]: pgmap v7376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:20 smithi187 ceph-mon[111815]: pgmap v7376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:21.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:21.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:22.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:22.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:22 smithi088 ceph-mon[96111]: pgmap v7377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:22 smithi187 ceph-mon[111815]: pgmap v7377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:23.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:23.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:24.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:24.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:24 smithi088 ceph-mon[96111]: pgmap v7378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:24 smithi187 ceph-mon[111815]: pgmap v7378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:25.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:25.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:26.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:26.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:26 smithi088 ceph-mon[96111]: pgmap v7379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:26 smithi187 ceph-mon[111815]: pgmap v7379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:27.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:27.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:28.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:28.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:28 smithi187 ceph-mon[111815]: pgmap v7380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:28 smithi088 ceph-mon[96111]: pgmap v7380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:29.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:29.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:30.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:30.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:30 smithi187 ceph-mon[111815]: pgmap v7381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:22:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:30 smithi088 ceph-mon[96111]: pgmap v7381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:22:31.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:31.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:32.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:32.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:32 smithi187 ceph-mon[111815]: pgmap v7382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:32 smithi088 ceph-mon[96111]: pgmap v7382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:33.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:33.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:34.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:34.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:34 smithi187 ceph-mon[111815]: pgmap v7383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:34 smithi088 ceph-mon[96111]: pgmap v7383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:35.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:35.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:36.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:36.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:36 smithi187 ceph-mon[111815]: pgmap v7384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:36 smithi088 ceph-mon[96111]: pgmap v7384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:37.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:37.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:38.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:38.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:38 smithi187 ceph-mon[111815]: pgmap v7385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:38 smithi088 ceph-mon[96111]: pgmap v7385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:39.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:39.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:40.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:40.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:40 smithi187 ceph-mon[111815]: pgmap v7386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:40 smithi088 ceph-mon[96111]: pgmap v7386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:41.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:41.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:42.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:42.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:42 smithi187 ceph-mon[111815]: pgmap v7387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:42 smithi088 ceph-mon[96111]: pgmap v7387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:43.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:43.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:44.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:44.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:44 smithi187 ceph-mon[111815]: pgmap v7388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:44 smithi088 ceph-mon[96111]: pgmap v7388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:45.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:45.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:45.883 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:22:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:22:46.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:46.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:46 smithi187 ceph-mon[111815]: pgmap v7389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:46 smithi088 ceph-mon[96111]: pgmap v7389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:47.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:47.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:48.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:48.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:48 smithi187 ceph-mon[111815]: pgmap v7390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:48 smithi088 ceph-mon[96111]: pgmap v7390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:49.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:49.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:50.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:50.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:50.932 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:50 smithi088 ceph-mon[96111]: pgmap v7391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:50 smithi187 ceph-mon[111815]: pgmap v7391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:52.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:52.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:52 smithi187 ceph-mon[111815]: pgmap v7392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:52 smithi088 ceph-mon[96111]: pgmap v7392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:53.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:53.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:54.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:54.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:54 smithi187 ceph-mon[111815]: pgmap v7393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:54 smithi088 ceph-mon[96111]: pgmap v7393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:55.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:55.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:55 smithi187 ceph-mon[111815]: pgmap v7394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:55.981 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:55 smithi088 ceph-mon[96111]: pgmap v7394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:22:56.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:56.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:57.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:57.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:22:58 smithi088 ceph-mon[96111]: pgmap v7395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:22:58 smithi187 ceph-mon[111815]: pgmap v7395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:22:58.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:58.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:22:59.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:22:59.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:00.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:00.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:00 smithi088 ceph-mon[96111]: pgmap v7396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:23:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:00 smithi187 ceph-mon[111815]: pgmap v7396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:23:01.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:01.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:02 smithi187 ceph-mon[111815]: pgmap v7397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:02.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:02.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:02 smithi088 ceph-mon[96111]: pgmap v7397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:03.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:03.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:04.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:04.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:04 smithi088 ceph-mon[96111]: pgmap v7398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:04 smithi187 ceph-mon[111815]: pgmap v7398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:05.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:05.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:06.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:06.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:06 smithi088 ceph-mon[96111]: pgmap v7399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:06 smithi187 ceph-mon[111815]: pgmap v7399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:07.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:07.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:08.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:08.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:08.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:08 smithi088 ceph-mon[96111]: pgmap v7400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:08 smithi187 ceph-mon[111815]: pgmap v7400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:09.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:09.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:10 smithi088 ceph-mon[96111]: pgmap v7401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:10.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:10.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:10 smithi187 ceph-mon[111815]: pgmap v7401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:11.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:11.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:12 smithi088 ceph-mon[96111]: pgmap v7402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:12.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:12.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:12 smithi187 ceph-mon[111815]: pgmap v7402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:23:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:23:13.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:23:13.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:23:13.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:23:13.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:23:13.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:13.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:23:13.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:23:13.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:23:13.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:23:13.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:23:13.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:23:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:14 smithi088 ceph-mon[96111]: pgmap v7403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:14.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:14.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:14 smithi187 ceph-mon[111815]: pgmap v7403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:23:15.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:15.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:23:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:16 smithi088 ceph-mon[96111]: pgmap v7404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:16.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:16.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:16 smithi187 ceph-mon[111815]: pgmap v7404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:17.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:17.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:18 smithi088 ceph-mon[96111]: pgmap v7405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:18.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:18.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:18 smithi187 ceph-mon[111815]: pgmap v7405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:19.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:19.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:20 smithi088 ceph-mon[96111]: pgmap v7406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:20.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:20.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:20 smithi187 ceph-mon[111815]: pgmap v7406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:21.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:21.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:22 smithi088 ceph-mon[96111]: pgmap v7407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:22.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:22.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:22 smithi187 ceph-mon[111815]: pgmap v7407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:23.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:23.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:24 smithi088 ceph-mon[96111]: pgmap v7408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:24.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:24.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:24 smithi187 ceph-mon[111815]: pgmap v7408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:25.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:25.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:26 smithi088 ceph-mon[96111]: pgmap v7409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:26.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:26.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:26 smithi187 ceph-mon[111815]: pgmap v7409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:27.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:27.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:28 smithi088 ceph-mon[96111]: pgmap v7410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:28.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:28.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:28 smithi187 ceph-mon[111815]: pgmap v7410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:29.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:29.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:30 smithi088 ceph-mon[96111]: pgmap v7411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:23:30.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:30.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:30 smithi187 ceph-mon[111815]: pgmap v7411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:23:31.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:31.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:32 smithi088 ceph-mon[96111]: pgmap v7412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:32.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:32.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:32 smithi187 ceph-mon[111815]: pgmap v7412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:33.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:33.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:34 smithi088 ceph-mon[96111]: pgmap v7413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:34.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:34.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:34 smithi187 ceph-mon[111815]: pgmap v7413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:35.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:35.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:36 smithi088 ceph-mon[96111]: pgmap v7414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:36.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:36.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:36 smithi187 ceph-mon[111815]: pgmap v7414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:37.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:37.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:38.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:38.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:38 smithi187 ceph-mon[111815]: pgmap v7415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:38 smithi088 ceph-mon[96111]: pgmap v7415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:39.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:39.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:40.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:40.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:40 smithi187 ceph-mon[111815]: pgmap v7416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:40 smithi088 ceph-mon[96111]: pgmap v7416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:41.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:41.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:42.846 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:42 smithi187 ceph-mon[111815]: pgmap v7417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:42.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:42.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:42 smithi088 ceph-mon[96111]: pgmap v7417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:43.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:43.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:44.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:44.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:44 smithi187 ceph-mon[111815]: pgmap v7418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:44 smithi088 ceph-mon[96111]: pgmap v7418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:45.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:45.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:23:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:23:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:46 smithi088 ceph-mon[96111]: pgmap v7419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:46.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:46.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:46 smithi187 ceph-mon[111815]: pgmap v7419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:47.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:47.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:48.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:48.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:48 smithi187 ceph-mon[111815]: pgmap v7420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:48 smithi088 ceph-mon[96111]: pgmap v7420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:49.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:49.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:50.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:50.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:50 smithi187 ceph-mon[111815]: pgmap v7421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:50 smithi088 ceph-mon[96111]: pgmap v7421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:51.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:51.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:52.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:52.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:52.950 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:52 smithi187 ceph-mon[111815]: pgmap v7422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:52 smithi088 ceph-mon[96111]: pgmap v7422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:53.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:53.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:54.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:54.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:54 smithi187 ceph-mon[111815]: pgmap v7423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:54 smithi088 ceph-mon[96111]: pgmap v7423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:55.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:55.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:56 smithi088 ceph-mon[96111]: pgmap v7424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:56.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:56.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:56 smithi187 ceph-mon[111815]: pgmap v7424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:23:57.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:57.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:58.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:58.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:23:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:23:58 smithi187 ceph-mon[111815]: pgmap v7425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:59.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:23:58 smithi088 ceph-mon[96111]: pgmap v7425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:23:59.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:23:59.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:00.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:00.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:00 smithi187 ceph-mon[111815]: pgmap v7426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:24:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:00 smithi088 ceph-mon[96111]: pgmap v7426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:24:01.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:01.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:02.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:02.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:02 smithi187 ceph-mon[111815]: pgmap v7427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:02 smithi088 ceph-mon[96111]: pgmap v7427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:03.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:03.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:04.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:04.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:04 smithi187 ceph-mon[111815]: pgmap v7428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:04 smithi088 ceph-mon[96111]: pgmap v7428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:05.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:05.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:06.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:06.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:06 smithi187 ceph-mon[111815]: pgmap v7429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:06 smithi088 ceph-mon[96111]: pgmap v7429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:07.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:07.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:08.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:08.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:08 smithi187 ceph-mon[111815]: pgmap v7430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:08 smithi088 ceph-mon[96111]: pgmap v7430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:09.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:09.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:10.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:10.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:10 smithi187 ceph-mon[111815]: pgmap v7431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:10 smithi088 ceph-mon[96111]: pgmap v7431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:11.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:11.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:12.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:12.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:12 smithi187 ceph-mon[111815]: pgmap v7432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:12 smithi088 ceph-mon[96111]: pgmap v7432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:13.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:13.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:24:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:24:14.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:14.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:14 smithi187 ceph-mon[111815]: pgmap v7433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:24:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:24:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:24:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:24:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:24:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:24:14.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:24:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:14 smithi088 ceph-mon[96111]: pgmap v7433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:24:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:24:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:24:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:24:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:24:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:24:15.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:24:15.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:15.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:24:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:15 smithi187 ceph-mon[111815]: pgmap v7434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:24:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:15 smithi088 ceph-mon[96111]: pgmap v7434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:16.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:16.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:17.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:17.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:18 smithi187 ceph-mon[111815]: pgmap v7435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:18 smithi088 ceph-mon[96111]: pgmap v7435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:18.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:18.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:19.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:19.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:20 smithi088 ceph-mon[96111]: pgmap v7436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:20.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:20.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:20 smithi187 ceph-mon[111815]: pgmap v7436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:21.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:21.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:22 smithi088 ceph-mon[96111]: pgmap v7437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:22.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:22.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:22 smithi187 ceph-mon[111815]: pgmap v7437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:23.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:23.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:24 smithi088 ceph-mon[96111]: pgmap v7438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:24.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:24.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:24 smithi187 ceph-mon[111815]: pgmap v7438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:25.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:25.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:26 smithi088 ceph-mon[96111]: pgmap v7439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:26.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:26.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:26 smithi187 ceph-mon[111815]: pgmap v7439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:27.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:27.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:28 smithi187 ceph-mon[111815]: pgmap v7440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:28 smithi088 ceph-mon[96111]: pgmap v7440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:28.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:28.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:29.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:29.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:30 smithi088 ceph-mon[96111]: pgmap v7441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:24:30.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:30.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:30 smithi187 ceph-mon[111815]: pgmap v7441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:24:31.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:31.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:32 smithi088 ceph-mon[96111]: pgmap v7442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:32.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:32.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:32 smithi187 ceph-mon[111815]: pgmap v7442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:33.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:33.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:34 smithi088 ceph-mon[96111]: pgmap v7443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:34 smithi187 ceph-mon[111815]: pgmap v7443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:34.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:34.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:35.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:35.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:36 smithi088 ceph-mon[96111]: pgmap v7444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:36 smithi187 ceph-mon[111815]: pgmap v7444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:36.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:36.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:37.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:37.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:38 smithi187 ceph-mon[111815]: pgmap v7445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:38 smithi088 ceph-mon[96111]: pgmap v7445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:38.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:38.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:39.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:39.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:40 smithi088 ceph-mon[96111]: pgmap v7446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:40 smithi187 ceph-mon[111815]: pgmap v7446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:40.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:40.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:41.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:41.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:42 smithi088 ceph-mon[96111]: pgmap v7447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:42 smithi187 ceph-mon[111815]: pgmap v7447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:42.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:42.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:43.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:43.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:44 smithi088 ceph-mon[96111]: pgmap v7448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:44 smithi187 ceph-mon[111815]: pgmap v7448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:44.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:44.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:24:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:24:45.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:45.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:46 smithi088 ceph-mon[96111]: pgmap v7449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:46 smithi187 ceph-mon[111815]: pgmap v7449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:46.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:46.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:47.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:47.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:48 smithi187 ceph-mon[111815]: pgmap v7450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:48.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:48.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:48 smithi088 ceph-mon[96111]: pgmap v7450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:49.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:49.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:50 smithi187 ceph-mon[111815]: pgmap v7451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:50.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:50.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:50 smithi088 ceph-mon[96111]: pgmap v7451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:51.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:51.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:52 smithi187 ceph-mon[111815]: pgmap v7452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:52.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:52.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:52 smithi088 ceph-mon[96111]: pgmap v7452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:53.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:53.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:54 smithi187 ceph-mon[111815]: pgmap v7453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:54.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:54.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:54 smithi088 ceph-mon[96111]: pgmap v7453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:55.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:55.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:56 smithi187 ceph-mon[111815]: pgmap v7454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:56.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:56.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:56 smithi088 ceph-mon[96111]: pgmap v7454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:24:57.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:57.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:24:58 smithi187 ceph-mon[111815]: pgmap v7455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:24:58.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:24:58.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:24:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:24:58 smithi088 ceph-mon[96111]: pgmap v7455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:00.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:00.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:00 smithi187 ceph-mon[111815]: pgmap v7456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:25:01.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:01.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:00 smithi088 ceph-mon[96111]: pgmap v7456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:25:02.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:02.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:02 smithi187 ceph-mon[111815]: pgmap v7457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:03.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:03.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:02 smithi088 ceph-mon[96111]: pgmap v7457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:04.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:04.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:04 smithi187 ceph-mon[111815]: pgmap v7458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:05.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:05.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:04 smithi088 ceph-mon[96111]: pgmap v7458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:06.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:06.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:06 smithi187 ceph-mon[111815]: pgmap v7459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:07.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:07.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:06 smithi088 ceph-mon[96111]: pgmap v7459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:08.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:08.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:08 smithi187 ceph-mon[111815]: pgmap v7460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:09.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:09.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:08 smithi088 ceph-mon[96111]: pgmap v7460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:10.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:10.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:10 smithi187 ceph-mon[111815]: pgmap v7461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:11.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:11.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:10 smithi088 ceph-mon[96111]: pgmap v7461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:12.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:12.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:12 smithi187 ceph-mon[111815]: pgmap v7462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:13.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:13.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:12 smithi088 ceph-mon[96111]: pgmap v7462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:14.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:14.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:14 smithi187 ceph-mon[111815]: pgmap v7463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:25:15.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:15.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:14 smithi088 ceph-mon[96111]: pgmap v7463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:25:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:25:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:25:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:25:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:25:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:25:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:25:16.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:16.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:25:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:25:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:25:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:25:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:25:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:25:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:16 smithi187 ceph-mon[111815]: pgmap v7464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:17.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:17.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:16 smithi088 ceph-mon[96111]: pgmap v7464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:18.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:18.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:18 smithi187 ceph-mon[111815]: pgmap v7465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:19.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:19.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:18 smithi088 ceph-mon[96111]: pgmap v7465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:20.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:20.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:20 smithi187 ceph-mon[111815]: pgmap v7466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:21.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:21.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:20 smithi088 ceph-mon[96111]: pgmap v7466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:22.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:22.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:22 smithi088 ceph-mon[96111]: pgmap v7467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:22 smithi187 ceph-mon[111815]: pgmap v7467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:23.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:23.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:24.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:24.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:24 smithi187 ceph-mon[111815]: pgmap v7468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:25.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:25.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:24 smithi088 ceph-mon[96111]: pgmap v7468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:26.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:26.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:26 smithi187 ceph-mon[111815]: pgmap v7469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:27.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:27.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:26 smithi088 ceph-mon[96111]: pgmap v7469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:27 smithi088 ceph-mon[96111]: pgmap v7470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:27 smithi187 ceph-mon[111815]: pgmap v7470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:28.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:28.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:29.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:29.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:30.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:30.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:30 smithi088 ceph-mon[96111]: pgmap v7471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:25:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:30 smithi187 ceph-mon[111815]: pgmap v7471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:25:31.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:31.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:32.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:32.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:32 smithi088 ceph-mon[96111]: pgmap v7472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:32 smithi187 ceph-mon[111815]: pgmap v7472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:33.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:33.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:34.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:34.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:34 smithi088 ceph-mon[96111]: pgmap v7473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:34 smithi187 ceph-mon[111815]: pgmap v7473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:35.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:35.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:36.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:36.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:36 smithi088 ceph-mon[96111]: pgmap v7474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:36 smithi187 ceph-mon[111815]: pgmap v7474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:37.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:37.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:38.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:38.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:38 smithi088 ceph-mon[96111]: pgmap v7475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:38 smithi187 ceph-mon[111815]: pgmap v7475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:39.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:39.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:40.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:40.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:40 smithi088 ceph-mon[96111]: pgmap v7476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:40 smithi187 ceph-mon[111815]: pgmap v7476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:41.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:41.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:42.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:42.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:42 smithi088 ceph-mon[96111]: pgmap v7477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:42 smithi187 ceph-mon[111815]: pgmap v7477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:43.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:43.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:44.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:44.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:44 smithi088 ceph-mon[96111]: pgmap v7478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:44 smithi187 ceph-mon[111815]: pgmap v7478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:45.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:45.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:25:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:25:46.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:46.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:46 smithi088 ceph-mon[96111]: pgmap v7479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:46 smithi187 ceph-mon[111815]: pgmap v7479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:47.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:47.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:48.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:48.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:48 smithi088 ceph-mon[96111]: pgmap v7480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:48 smithi187 ceph-mon[111815]: pgmap v7480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:49.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:49.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:50.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:50.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:50 smithi088 ceph-mon[96111]: pgmap v7481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:50 smithi187 ceph-mon[111815]: pgmap v7481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:51.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:51.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:52.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:52.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:52 smithi187 ceph-mon[111815]: pgmap v7482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:52 smithi088 ceph-mon[96111]: pgmap v7482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:53.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:53.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:54.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:54.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:54 smithi187 ceph-mon[111815]: pgmap v7483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:54 smithi088 ceph-mon[96111]: pgmap v7483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:55.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:55.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:56.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:56.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:56 smithi187 ceph-mon[111815]: pgmap v7484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:56 smithi088 ceph-mon[96111]: pgmap v7484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:25:57.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:57.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:58.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:58.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:25:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:25:58 smithi187 ceph-mon[111815]: pgmap v7485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:25:58 smithi088 ceph-mon[96111]: pgmap v7485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:25:59.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:25:59.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:00.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:00.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:00 smithi187 ceph-mon[111815]: pgmap v7486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:26:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:00 smithi088 ceph-mon[96111]: pgmap v7486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:26:01.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:01.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:02.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:02.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:02 smithi187 ceph-mon[111815]: pgmap v7487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:02 smithi088 ceph-mon[96111]: pgmap v7487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:03.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:03.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:04.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:04.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:04 smithi187 ceph-mon[111815]: pgmap v7488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:04 smithi088 ceph-mon[96111]: pgmap v7488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:05.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:05.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:06.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:06.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:06 smithi187 ceph-mon[111815]: pgmap v7489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:06 smithi088 ceph-mon[96111]: pgmap v7489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:07.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:07.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:08.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:08.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:08 smithi187 ceph-mon[111815]: pgmap v7490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:08 smithi088 ceph-mon[96111]: pgmap v7490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:09.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:09.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:10.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:10.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:10 smithi187 ceph-mon[111815]: pgmap v7491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:10 smithi088 ceph-mon[96111]: pgmap v7491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:11.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:11.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:12.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:12.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:12.905 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:12 smithi088 ceph-mon[96111]: pgmap v7492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:12 smithi187 ceph-mon[111815]: pgmap v7492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:13.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:13.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:14.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:14.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:14 smithi187 ceph-mon[111815]: pgmap v7493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:14 smithi088 ceph-mon[96111]: pgmap v7493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:15.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:15.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:26:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:26:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:26:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:26:16.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:16.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:16 smithi187 ceph-mon[111815]: pgmap v7494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:26:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:26:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:26:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:26:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:26:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:26:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:26:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:16 smithi088 ceph-mon[96111]: pgmap v7494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:26:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:26:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:26:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:26:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:26:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:26:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:26:17.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:17.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:18.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:18.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:18 smithi187 ceph-mon[111815]: pgmap v7495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:18 smithi088 ceph-mon[96111]: pgmap v7495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:19.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:19.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:20.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:20.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:20 smithi187 ceph-mon[111815]: pgmap v7496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:20 smithi088 ceph-mon[96111]: pgmap v7496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:21.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:21.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:22.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:22.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:22 smithi187 ceph-mon[111815]: pgmap v7497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:23.004 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:22 smithi088 ceph-mon[96111]: pgmap v7497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:23.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:23.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:24.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:24.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:24 smithi187 ceph-mon[111815]: pgmap v7498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:24 smithi088 ceph-mon[96111]: pgmap v7498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:25.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:25.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:26.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:26.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:26 smithi187 ceph-mon[111815]: pgmap v7499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:26 smithi088 ceph-mon[96111]: pgmap v7499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:27.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:27.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:28.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:28.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:28 smithi187 ceph-mon[111815]: pgmap v7500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:28 smithi088 ceph-mon[96111]: pgmap v7500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:29.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:29.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:30.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:30.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:30 smithi187 ceph-mon[111815]: pgmap v7501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:26:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:30 smithi088 ceph-mon[96111]: pgmap v7501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:26:31.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:31.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:31 smithi187 ceph-mon[111815]: pgmap v7502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:31 smithi088 ceph-mon[96111]: pgmap v7502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:32.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:32.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:33.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:33.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:34.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:34.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:34 smithi088 ceph-mon[96111]: pgmap v7503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:34 smithi187 ceph-mon[111815]: pgmap v7503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:35.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:35.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:36.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:36.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:36 smithi088 ceph-mon[96111]: pgmap v7504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:36 smithi187 ceph-mon[111815]: pgmap v7504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:37.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:37.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:38.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:38.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:38 smithi088 ceph-mon[96111]: pgmap v7505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:38 smithi187 ceph-mon[111815]: pgmap v7505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:39.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:39.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:40.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:40.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:40 smithi088 ceph-mon[96111]: pgmap v7506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:40 smithi187 ceph-mon[111815]: pgmap v7506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:41.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:41.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:42.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:42.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:42 smithi088 ceph-mon[96111]: pgmap v7507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:42 smithi187 ceph-mon[111815]: pgmap v7507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:43.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:43.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:44.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:44 smithi187 ceph-mon[111815]: pgmap v7508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:44 smithi088 ceph-mon[96111]: pgmap v7508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:45.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:45.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:26:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:26:46.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:46.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:46 smithi187 ceph-mon[111815]: pgmap v7509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:46 smithi088 ceph-mon[96111]: pgmap v7509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:47.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:47.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:48.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:48.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:48 smithi187 ceph-mon[111815]: pgmap v7510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:48 smithi088 ceph-mon[96111]: pgmap v7510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:49.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:49.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:50.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:50.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:50 smithi187 ceph-mon[111815]: pgmap v7511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:50 smithi088 ceph-mon[96111]: pgmap v7511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:51.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:51.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:52.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:52.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:52 smithi187 ceph-mon[111815]: pgmap v7512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:53.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:52 smithi088 ceph-mon[96111]: pgmap v7512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:53.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:53.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:54.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:54.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:54.847 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:54 smithi187 ceph-mon[111815]: pgmap v7513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:54 smithi088 ceph-mon[96111]: pgmap v7513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:55.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:55.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:56.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:56.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:56 smithi187 ceph-mon[111815]: pgmap v7514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:56 smithi088 ceph-mon[96111]: pgmap v7514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:26:57.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:57.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:58.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:58.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:26:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:26:58 smithi187 ceph-mon[111815]: pgmap v7515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:26:58 smithi088 ceph-mon[96111]: pgmap v7515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:26:59.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:26:59.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:00.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:00.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:00 smithi187 ceph-mon[111815]: pgmap v7516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:27:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:00 smithi088 ceph-mon[96111]: pgmap v7516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:27:01.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:01.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:02.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:02.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:02 smithi187 ceph-mon[111815]: pgmap v7517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:02 smithi088 ceph-mon[96111]: pgmap v7517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:03.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:03.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:04.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:04.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:04.954 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:04 smithi187 ceph-mon[111815]: pgmap v7518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:04 smithi088 ceph-mon[96111]: pgmap v7518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:05.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:05.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:06.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:06.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:06 smithi187 ceph-mon[111815]: pgmap v7519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:06 smithi088 ceph-mon[96111]: pgmap v7519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:07.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:07.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:08.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:08.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:08 smithi088 ceph-mon[96111]: pgmap v7520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:08 smithi187 ceph-mon[111815]: pgmap v7520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:09.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:09.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:10.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:10.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:10 smithi187 ceph-mon[111815]: pgmap v7521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:10 smithi088 ceph-mon[96111]: pgmap v7521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:11.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:11.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:12.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:12.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:12 smithi187 ceph-mon[111815]: pgmap v7522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:12 smithi088 ceph-mon[96111]: pgmap v7522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:13.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:13.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:14.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:14.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:14 smithi187 ceph-mon[111815]: pgmap v7523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:14 smithi088 ceph-mon[96111]: pgmap v7523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:15.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:15.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:27:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:27:16.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:16.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:16 smithi187 ceph-mon[111815]: pgmap v7524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:27:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:16 smithi088 ceph-mon[96111]: pgmap v7524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:27:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:17.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:17.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:18.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:18.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:18.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:18 smithi088 ceph-mon[96111]: pgmap v7525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:18 smithi187 ceph-mon[111815]: pgmap v7525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:19.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:19.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:20.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:20.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:20 smithi187 ceph-mon[111815]: pgmap v7526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:20 smithi088 ceph-mon[96111]: pgmap v7526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:21.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:21.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:27:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:27:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:27:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:22.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:21 smithi088 ceph-mon[96111]: pgmap v7527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:27:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:27:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:27:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:27:22.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:21 smithi187 ceph-mon[111815]: pgmap v7527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:22.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:22.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:23.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:23.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:24.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:24.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:24 smithi088 ceph-mon[96111]: pgmap v7528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:24 smithi187 ceph-mon[111815]: pgmap v7528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:25.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:25.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:26.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:26.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:26 smithi088 ceph-mon[96111]: pgmap v7529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:26 smithi187 ceph-mon[111815]: pgmap v7529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:27.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:27.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:28.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:28.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:28 smithi187 ceph-mon[111815]: pgmap v7530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:28 smithi088 ceph-mon[96111]: pgmap v7530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:29.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:29.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:30.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:30.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:30 smithi187 ceph-mon[111815]: pgmap v7531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:27:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:30 smithi088 ceph-mon[96111]: pgmap v7531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:27:31.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:31.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:32.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:32.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:32 smithi187 ceph-mon[111815]: pgmap v7532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:32 smithi088 ceph-mon[96111]: pgmap v7532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:33.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:33.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:34.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:34.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:34 smithi187 ceph-mon[111815]: pgmap v7533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:34 smithi088 ceph-mon[96111]: pgmap v7533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:35.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:35.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:36.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:36.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:36 smithi187 ceph-mon[111815]: pgmap v7534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:36 smithi088 ceph-mon[96111]: pgmap v7534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:37.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:37.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:38.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:38.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:38 smithi187 ceph-mon[111815]: pgmap v7535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:38 smithi088 ceph-mon[96111]: pgmap v7535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:39.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:39.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:40.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:40.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:40 smithi187 ceph-mon[111815]: pgmap v7536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:40 smithi088 ceph-mon[96111]: pgmap v7536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:41.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:41.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:42.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:42.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:42 smithi187 ceph-mon[111815]: pgmap v7537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:42 smithi088 ceph-mon[96111]: pgmap v7537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:43.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:43.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:44.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:44.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:44 smithi187 ceph-mon[111815]: pgmap v7538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:44 smithi088 ceph-mon[96111]: pgmap v7538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:45.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:45.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:27:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:27:46.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:46.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:46 smithi187 ceph-mon[111815]: pgmap v7539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:46 smithi088 ceph-mon[96111]: pgmap v7539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:47.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:47.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:48.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:48.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:48 smithi187 ceph-mon[111815]: pgmap v7540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:48 smithi088 ceph-mon[96111]: pgmap v7540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:49.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:49.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:50.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:50.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:50 smithi187 ceph-mon[111815]: pgmap v7541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:50 smithi088 ceph-mon[96111]: pgmap v7541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:51.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:51.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:52.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:52.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:52 smithi187 ceph-mon[111815]: pgmap v7542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:52 smithi088 ceph-mon[96111]: pgmap v7542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:53.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:53.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:54.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:54.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:54 smithi187 ceph-mon[111815]: pgmap v7543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:54 smithi088 ceph-mon[96111]: pgmap v7543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:55.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:55.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:56.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:56.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:56 smithi187 ceph-mon[111815]: pgmap v7544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:56 smithi088 ceph-mon[96111]: pgmap v7544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:27:57.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:57.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:58.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:58.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:27:58.940 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:27:58 smithi088 ceph-mon[96111]: pgmap v7545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:27:58 smithi187 ceph-mon[111815]: pgmap v7545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:27:59.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:27:59.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:00.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:00.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:00 smithi187 ceph-mon[111815]: pgmap v7546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:28:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:00 smithi088 ceph-mon[96111]: pgmap v7546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:28:01.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:01.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:02.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:02.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:02 smithi187 ceph-mon[111815]: pgmap v7547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:02 smithi088 ceph-mon[96111]: pgmap v7547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:03.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:03.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:04.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:04.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:04 smithi187 ceph-mon[111815]: pgmap v7548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:04 smithi088 ceph-mon[96111]: pgmap v7548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:05.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:05.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:06.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:06.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:06 smithi187 ceph-mon[111815]: pgmap v7549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:06 smithi088 ceph-mon[96111]: pgmap v7549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:07.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:07.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:08.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:08.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:08 smithi187 ceph-mon[111815]: pgmap v7550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:09.039 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:08 smithi088 ceph-mon[96111]: pgmap v7550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:09.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:09.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:10.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:10.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:10 smithi187 ceph-mon[111815]: pgmap v7551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:10 smithi088 ceph-mon[96111]: pgmap v7551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:11.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:11.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:12.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:12.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:12 smithi187 ceph-mon[111815]: pgmap v7552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:12 smithi088 ceph-mon[96111]: pgmap v7552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:13.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:13.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:14.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:14.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:14 smithi187 ceph-mon[111815]: pgmap v7553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:14 smithi088 ceph-mon[96111]: pgmap v7553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:15.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:15.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:28:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:28:16.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:16.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:16 smithi187 ceph-mon[111815]: pgmap v7554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:16 smithi088 ceph-mon[96111]: pgmap v7554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:17.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:17.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:18.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:18.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:18 smithi187 ceph-mon[111815]: pgmap v7555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:18 smithi088 ceph-mon[96111]: pgmap v7555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:19.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:19.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:20.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:20.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:20 smithi187 ceph-mon[111815]: pgmap v7556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:20 smithi088 ceph-mon[96111]: pgmap v7556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:21.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:21.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:28:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:28:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:28:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:28:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:28:21.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:28:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:28:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:28:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:28:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:28:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:28:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:28:22.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:22.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:22 smithi187 ceph-mon[111815]: pgmap v7557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:22 smithi088 ceph-mon[96111]: pgmap v7557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:23.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:23.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:24.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:24.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:24 smithi187 ceph-mon[111815]: pgmap v7558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:24 smithi088 ceph-mon[96111]: pgmap v7558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:25.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:25.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:26.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:26.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:26 smithi187 ceph-mon[111815]: pgmap v7559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:26 smithi088 ceph-mon[96111]: pgmap v7559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:27.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:27.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:28.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:28.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:28 smithi187 ceph-mon[111815]: pgmap v7560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:28 smithi088 ceph-mon[96111]: pgmap v7560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:29.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:29.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:30.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:30.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:30.858 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:30 smithi187 ceph-mon[111815]: pgmap v7561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:30.859 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:28:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:30 smithi088 ceph-mon[96111]: pgmap v7561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:28:31.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:31.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:32.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:32.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:32 smithi187 ceph-mon[111815]: pgmap v7562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:32 smithi088 ceph-mon[96111]: pgmap v7562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:33.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:33.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:34.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:34.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:34 smithi187 ceph-mon[111815]: pgmap v7563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:34 smithi088 ceph-mon[96111]: pgmap v7563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:35.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:35.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:36.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:36.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:36 smithi187 ceph-mon[111815]: pgmap v7564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:36 smithi088 ceph-mon[96111]: pgmap v7564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:37.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:37.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:38.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:38.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:38 smithi187 ceph-mon[111815]: pgmap v7565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:38 smithi088 ceph-mon[96111]: pgmap v7565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:39.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:39.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:40.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:40.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:40 smithi187 ceph-mon[111815]: pgmap v7566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:40 smithi088 ceph-mon[96111]: pgmap v7566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:41.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:41.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:42.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:42.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:42 smithi187 ceph-mon[111815]: pgmap v7567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:42 smithi088 ceph-mon[96111]: pgmap v7567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:43.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:43.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:44.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:44.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:44 smithi088 ceph-mon[96111]: pgmap v7568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:44 smithi187 ceph-mon[111815]: pgmap v7568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:45.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:45.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:28:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:28:46.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:46.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:46 smithi187 ceph-mon[111815]: pgmap v7569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:46 smithi088 ceph-mon[96111]: pgmap v7569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:47.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:47.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:48.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:48.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:48 smithi187 ceph-mon[111815]: pgmap v7570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:48 smithi088 ceph-mon[96111]: pgmap v7570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:49.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:49.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:50.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:50.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:50 smithi187 ceph-mon[111815]: pgmap v7571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:50 smithi088 ceph-mon[96111]: pgmap v7571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:51.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:51.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:52.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:52.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:52 smithi187 ceph-mon[111815]: pgmap v7572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:52 smithi088 ceph-mon[96111]: pgmap v7572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:53.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:53.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:54.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:54.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:54 smithi088 ceph-mon[96111]: pgmap v7573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:54 smithi187 ceph-mon[111815]: pgmap v7573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:55.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:55.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:56.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:56.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:56 smithi187 ceph-mon[111815]: pgmap v7574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:56 smithi088 ceph-mon[96111]: pgmap v7574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:28:57.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:57.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:58.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:58.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:28:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:28:58 smithi187 ceph-mon[111815]: pgmap v7575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:28:58 smithi088 ceph-mon[96111]: pgmap v7575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:28:59.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:28:59.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:00.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:00.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:00 smithi187 ceph-mon[111815]: pgmap v7576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:29:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:00 smithi088 ceph-mon[96111]: pgmap v7576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:29:01.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:01.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:02.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:02.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:02 smithi187 ceph-mon[111815]: pgmap v7577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:02 smithi088 ceph-mon[96111]: pgmap v7577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:03.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:03.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:04.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:04.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:04 smithi187 ceph-mon[111815]: pgmap v7578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:04 smithi088 ceph-mon[96111]: pgmap v7578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:05.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:05.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:06.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:06.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:06 smithi187 ceph-mon[111815]: pgmap v7579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:06 smithi088 ceph-mon[96111]: pgmap v7579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:07.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:07.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:08.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:08.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:08 smithi187 ceph-mon[111815]: pgmap v7580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:08 smithi088 ceph-mon[96111]: pgmap v7580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:09.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:09.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:10.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:10.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:10 smithi187 ceph-mon[111815]: pgmap v7581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:10 smithi088 ceph-mon[96111]: pgmap v7581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:11.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:11.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:12.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:12.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:12 smithi187 ceph-mon[111815]: pgmap v7582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:12 smithi088 ceph-mon[96111]: pgmap v7582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:13.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:13.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:14.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:14.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:14 smithi187 ceph-mon[111815]: pgmap v7583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:14 smithi088 ceph-mon[96111]: pgmap v7583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:15.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:15.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:29:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:29:16.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:16.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:16 smithi187 ceph-mon[111815]: pgmap v7584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:16 smithi088 ceph-mon[96111]: pgmap v7584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:17.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:17.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:18.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:18.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:18 smithi187 ceph-mon[111815]: pgmap v7585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:18 smithi088 ceph-mon[96111]: pgmap v7585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:19.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:19.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:20.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:20.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:20 smithi187 ceph-mon[111815]: pgmap v7586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:20 smithi088 ceph-mon[96111]: pgmap v7586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:21.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:21.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:29:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:29:22.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:22.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:22 smithi187 ceph-mon[111815]: pgmap v7587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:22 smithi088 ceph-mon[96111]: pgmap v7587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:23.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:23.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:24.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:24.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:24 smithi187 ceph-mon[111815]: pgmap v7588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:29:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:29:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:24 smithi088 ceph-mon[96111]: pgmap v7588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:29:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:29:25.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:25.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:29:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:29:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:29:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:29:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:29:26.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:29:26.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:29:26.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:29:26.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:29:26.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:29:26.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:26.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:26 smithi187 ceph-mon[111815]: pgmap v7589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:26 smithi088 ceph-mon[96111]: pgmap v7589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:27.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:27.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:28.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:28.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:28 smithi187 ceph-mon[111815]: pgmap v7590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:28 smithi088 ceph-mon[96111]: pgmap v7590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:29.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:29.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:30.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:30.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:30 smithi187 ceph-mon[111815]: pgmap v7591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:29:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:30 smithi088 ceph-mon[96111]: pgmap v7591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:29:31.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:31.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:32.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:32.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:32 smithi187 ceph-mon[111815]: pgmap v7592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:32 smithi088 ceph-mon[96111]: pgmap v7592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:33.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:33.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:34.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:34.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:34 smithi187 ceph-mon[111815]: pgmap v7593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:34 smithi088 ceph-mon[96111]: pgmap v7593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:35.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:35.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:36.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:36.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:36 smithi187 ceph-mon[111815]: pgmap v7594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:36 smithi088 ceph-mon[96111]: pgmap v7594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:37.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:37.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:38.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:38.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:38 smithi187 ceph-mon[111815]: pgmap v7595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:38 smithi088 ceph-mon[96111]: pgmap v7595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:39.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:39.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:40.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:40.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:40 smithi187 ceph-mon[111815]: pgmap v7596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:40 smithi088 ceph-mon[96111]: pgmap v7596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:41.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:41.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:42.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:42.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:42 smithi187 ceph-mon[111815]: pgmap v7597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:42 smithi088 ceph-mon[96111]: pgmap v7597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:43.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:43.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:44.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:44.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:44 smithi187 ceph-mon[111815]: pgmap v7598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:44.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:44 smithi088 ceph-mon[96111]: pgmap v7598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:45.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:45.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:29:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:29:46.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:46.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:46 smithi187 ceph-mon[111815]: pgmap v7599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:46 smithi088 ceph-mon[96111]: pgmap v7599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:47.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:47.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:48.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:48.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:48 smithi187 ceph-mon[111815]: pgmap v7600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:48 smithi088 ceph-mon[96111]: pgmap v7600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:49.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:49.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:50.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:50.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:50 smithi187 ceph-mon[111815]: pgmap v7601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:50 smithi088 ceph-mon[96111]: pgmap v7601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:51.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:51.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:52.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:52.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:52 smithi187 ceph-mon[111815]: pgmap v7602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:52 smithi088 ceph-mon[96111]: pgmap v7602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:53.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:53.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:54.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:54.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:54 smithi187 ceph-mon[111815]: pgmap v7603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:55.068 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:54 smithi088 ceph-mon[96111]: pgmap v7603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:55.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:55.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:56.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:56.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:56 smithi187 ceph-mon[111815]: pgmap v7604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:56 smithi088 ceph-mon[96111]: pgmap v7604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:29:57.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:57.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:58.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:58.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:29:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:29:58 smithi187 ceph-mon[111815]: pgmap v7605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:29:58 smithi088 ceph-mon[96111]: pgmap v7605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:29:59.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:29:59.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:00.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:00.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:00 smithi187 ceph-mon[111815]: pgmap v7606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T03:30:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:30:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:00 smithi088 ceph-mon[96111]: pgmap v7606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T03:30:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:30:01.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:01.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:01 smithi088 ceph-mon[96111]: pgmap v7607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:01 smithi187 ceph-mon[111815]: pgmap v7607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:02.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:02.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:03.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:03.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:04.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:04.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:04 smithi187 ceph-mon[111815]: pgmap v7608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:04 smithi088 ceph-mon[96111]: pgmap v7608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:05.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:05.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:06.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:06.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:06.865 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:06 smithi187 ceph-mon[111815]: pgmap v7609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:06 smithi088 ceph-mon[96111]: pgmap v7609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:07.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:07.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:08.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:08.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:08 smithi187 ceph-mon[111815]: pgmap v7610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:08 smithi088 ceph-mon[96111]: pgmap v7610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:09.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:09.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:10.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:10.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:10 smithi187 ceph-mon[111815]: pgmap v7611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:10 smithi088 ceph-mon[96111]: pgmap v7611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:11.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:11.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:12.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:12.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:12 smithi187 ceph-mon[111815]: pgmap v7612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:12 smithi088 ceph-mon[96111]: pgmap v7612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:13.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:13.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:14.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:14.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:14 smithi187 ceph-mon[111815]: pgmap v7613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:14 smithi088 ceph-mon[96111]: pgmap v7613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:15.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:15.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:30:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:30:16.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:16.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:16 smithi187 ceph-mon[111815]: pgmap v7614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:16 smithi088 ceph-mon[96111]: pgmap v7614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:17.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:17.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:18.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:18.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:18 smithi187 ceph-mon[111815]: pgmap v7615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:18 smithi088 ceph-mon[96111]: pgmap v7615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:19.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:19.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:20.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:20.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:20 smithi187 ceph-mon[111815]: pgmap v7616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:20 smithi088 ceph-mon[96111]: pgmap v7616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:21.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:21.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:22.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:22.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:22 smithi187 ceph-mon[111815]: pgmap v7617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:22 smithi088 ceph-mon[96111]: pgmap v7617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:23.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:23.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:24.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:24.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:24 smithi187 ceph-mon[111815]: pgmap v7618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:25.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:24 smithi088 ceph-mon[96111]: pgmap v7618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:25.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:25.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:30:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:30:26.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:26.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:26 smithi187 ceph-mon[111815]: pgmap v7619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:26 smithi088 ceph-mon[96111]: pgmap v7619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:27.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:27.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:28.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:28.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:28 smithi187 ceph-mon[111815]: pgmap v7620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:28 smithi088 ceph-mon[96111]: pgmap v7620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:29.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:29.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:30.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:30.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:30:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:30:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:30 smithi088 ceph-mon[96111]: pgmap v7621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:30:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:30:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:30:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:30:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:30:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:30:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:30:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:30:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:30 smithi187 ceph-mon[111815]: pgmap v7621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:30:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:30:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:30:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:30:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:30:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:30:31.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:31.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:32.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:32.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:32 smithi187 ceph-mon[111815]: pgmap v7622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:32 smithi088 ceph-mon[96111]: pgmap v7622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:33.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:33.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:34.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:34.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:34 smithi187 ceph-mon[111815]: pgmap v7623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:34 smithi088 ceph-mon[96111]: pgmap v7623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:35.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:35.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:36.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:36.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:36 smithi187 ceph-mon[111815]: pgmap v7624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:36 smithi088 ceph-mon[96111]: pgmap v7624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:37.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:37.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:38.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:38.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:38 smithi187 ceph-mon[111815]: pgmap v7625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:38 smithi088 ceph-mon[96111]: pgmap v7625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:39.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:39.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:40.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:40.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:40 smithi088 ceph-mon[96111]: pgmap v7626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:40 smithi187 ceph-mon[111815]: pgmap v7626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:41.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:41.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:42.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:42.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:42 smithi187 ceph-mon[111815]: pgmap v7627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:42 smithi088 ceph-mon[96111]: pgmap v7627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:43.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:43.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:44.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:44.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:44 smithi187 ceph-mon[111815]: pgmap v7628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:44 smithi088 ceph-mon[96111]: pgmap v7628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:45.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:45.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:30:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:30:46.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:46.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:46 smithi187 ceph-mon[111815]: pgmap v7629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:46 smithi088 ceph-mon[96111]: pgmap v7629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:47.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:47.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:48.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:48.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:48 smithi187 ceph-mon[111815]: pgmap v7630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:48 smithi088 ceph-mon[96111]: pgmap v7630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:49.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:49.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:50.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:50.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:50 smithi187 ceph-mon[111815]: pgmap v7631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:50 smithi088 ceph-mon[96111]: pgmap v7631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:51.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:51.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:52.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:52.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:52 smithi187 ceph-mon[111815]: pgmap v7632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:52 smithi088 ceph-mon[96111]: pgmap v7632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:53.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:53.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:54.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:54.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:54 smithi187 ceph-mon[111815]: pgmap v7633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:54 smithi088 ceph-mon[96111]: pgmap v7633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:55.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:55.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:56.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:56.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:56 smithi187 ceph-mon[111815]: pgmap v7634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:56 smithi088 ceph-mon[96111]: pgmap v7634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:30:57.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:57.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:58.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:58.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:30:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:30:58 smithi187 ceph-mon[111815]: pgmap v7635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:30:58 smithi088 ceph-mon[96111]: pgmap v7635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:30:59.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:30:59.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:00.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:00.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:00 smithi187 ceph-mon[111815]: pgmap v7636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:31:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:00 smithi088 ceph-mon[96111]: pgmap v7636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:31:01.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:01.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:02.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:02.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:02 smithi187 ceph-mon[111815]: pgmap v7637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:02 smithi088 ceph-mon[96111]: pgmap v7637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:03.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:03.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:04.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:04.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:04 smithi187 ceph-mon[111815]: pgmap v7638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:04 smithi088 ceph-mon[96111]: pgmap v7638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:05.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:05.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:06.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:06.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:06 smithi187 ceph-mon[111815]: pgmap v7639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:06 smithi088 ceph-mon[96111]: pgmap v7639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:07.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:07.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:08.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:08.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:08 smithi187 ceph-mon[111815]: pgmap v7640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:08 smithi088 ceph-mon[96111]: pgmap v7640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:09.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:09.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:10.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:10.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:10 smithi187 ceph-mon[111815]: pgmap v7641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:10 smithi088 ceph-mon[96111]: pgmap v7641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:11.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:11.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:12.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:12.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:12 smithi187 ceph-mon[111815]: pgmap v7642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:13.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:12 smithi088 ceph-mon[96111]: pgmap v7642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:13.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:13.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:14.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:14.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:14 smithi187 ceph-mon[111815]: pgmap v7643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:14 smithi088 ceph-mon[96111]: pgmap v7643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:15.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:15.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:31:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:31:16.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:16.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:16 smithi187 ceph-mon[111815]: pgmap v7644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:16 smithi088 ceph-mon[96111]: pgmap v7644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:17.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:17.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:18.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:18.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:18 smithi187 ceph-mon[111815]: pgmap v7645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:18 smithi088 ceph-mon[96111]: pgmap v7645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:19.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:19.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:20.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:20.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:20 smithi187 ceph-mon[111815]: pgmap v7646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:20 smithi088 ceph-mon[96111]: pgmap v7646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:21.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:21.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:22.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:22.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:22 smithi187 ceph-mon[111815]: pgmap v7647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:22 smithi088 ceph-mon[96111]: pgmap v7647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:23.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:23.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:24.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:24.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:24 smithi187 ceph-mon[111815]: pgmap v7648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:24 smithi088 ceph-mon[96111]: pgmap v7648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:25.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:25.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:26.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:26.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:26 smithi187 ceph-mon[111815]: pgmap v7649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:26 smithi088 ceph-mon[96111]: pgmap v7649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:27.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:27.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:28.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:28.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:28 smithi187 ceph-mon[111815]: pgmap v7650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:28 smithi088 ceph-mon[96111]: pgmap v7650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:29.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:29.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:30.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:30.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:30 smithi187 ceph-mon[111815]: pgmap v7651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:31:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:31:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:31:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:31:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:31:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:31:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:31:30.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:30 smithi088 ceph-mon[96111]: pgmap v7651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:30.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:31:30.996 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:31:30.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:31:30.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:31:30.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:31:30.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:31:30.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:31:31.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:31.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:32.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:32.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:32 smithi187 ceph-mon[111815]: pgmap v7652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:32 smithi088 ceph-mon[96111]: pgmap v7652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:33.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:33.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:34.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:34.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:34 smithi187 ceph-mon[111815]: pgmap v7653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:34 smithi088 ceph-mon[96111]: pgmap v7653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:35.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:35.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:36.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:36.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:36 smithi187 ceph-mon[111815]: pgmap v7654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:36 smithi088 ceph-mon[96111]: pgmap v7654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:37.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:37.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:38.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:38.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:38 smithi187 ceph-mon[111815]: pgmap v7655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:38 smithi088 ceph-mon[96111]: pgmap v7655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:39.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:39.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:40.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:40.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:40 smithi187 ceph-mon[111815]: pgmap v7656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:40 smithi088 ceph-mon[96111]: pgmap v7656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:41.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:41.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:42.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:42.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:42 smithi187 ceph-mon[111815]: pgmap v7657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:42 smithi088 ceph-mon[96111]: pgmap v7657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:43.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:43.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:44.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:44.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:44 smithi187 ceph-mon[111815]: pgmap v7658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:44 smithi088 ceph-mon[96111]: pgmap v7658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:45.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:45.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:31:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:31:46.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:46.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:46 smithi187 ceph-mon[111815]: pgmap v7659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:46 smithi088 ceph-mon[96111]: pgmap v7659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:47.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:47.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:48.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:48.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:48 smithi187 ceph-mon[111815]: pgmap v7660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:48 smithi088 ceph-mon[96111]: pgmap v7660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:49.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:49.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:50.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:50.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:50 smithi187 ceph-mon[111815]: pgmap v7661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:50 smithi088 ceph-mon[96111]: pgmap v7661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:51.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:51.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:52.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:52.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:52 smithi187 ceph-mon[111815]: pgmap v7662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:52 smithi088 ceph-mon[96111]: pgmap v7662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:53.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:53.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:54.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:54.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:54 smithi187 ceph-mon[111815]: pgmap v7663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:54 smithi088 ceph-mon[96111]: pgmap v7663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:55.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:55.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:56.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:56.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:56 smithi187 ceph-mon[111815]: pgmap v7664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:56 smithi088 ceph-mon[96111]: pgmap v7664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:31:57.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:57.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:58.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:58.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:31:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:31:58 smithi187 ceph-mon[111815]: pgmap v7665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:31:58 smithi088 ceph-mon[96111]: pgmap v7665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:31:59.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:31:59.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:00.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:00.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:00 smithi187 ceph-mon[111815]: pgmap v7666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:32:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:00 smithi088 ceph-mon[96111]: pgmap v7666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:32:01.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:01.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:02.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:02.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:02 smithi187 ceph-mon[111815]: pgmap v7667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:02 smithi088 ceph-mon[96111]: pgmap v7667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:03.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:03.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:04.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:04.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:04 smithi187 ceph-mon[111815]: pgmap v7668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:04 smithi088 ceph-mon[96111]: pgmap v7668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:05.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:05.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:06.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:06.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:06 smithi187 ceph-mon[111815]: pgmap v7669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:32:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:06 smithi088 ceph-mon[96111]: pgmap v7669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:32:07.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:07.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:08.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:08.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:08 smithi187 ceph-mon[111815]: pgmap v7670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:08 smithi088 ceph-mon[96111]: pgmap v7670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:09.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:09.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:10.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:10.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:10 smithi088 ceph-mon[96111]: pgmap v7671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:10 smithi187 ceph-mon[111815]: pgmap v7671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:11.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:11.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:12.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:12.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:12 smithi088 ceph-mon[96111]: pgmap v7672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:13.186 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:12 smithi187 ceph-mon[111815]: pgmap v7672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:13.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:13.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:14.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:14.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:14 smithi088 ceph-mon[96111]: pgmap v7673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:14 smithi187 ceph-mon[111815]: pgmap v7673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:15.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:15.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:32:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:32:16.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:16.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:16 smithi088 ceph-mon[96111]: pgmap v7674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2023-10-13T03:32:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:16 smithi187 ceph-mon[111815]: pgmap v7674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2023-10-13T03:32:17.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:17.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:17 smithi088 ceph-mon[96111]: pgmap v7675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T03:32:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:17 smithi187 ceph-mon[111815]: pgmap v7675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T03:32:18.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:18.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:19.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:19.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:20.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:20.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:20 smithi187 ceph-mon[111815]: pgmap v7676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T03:32:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:20 smithi088 ceph-mon[96111]: pgmap v7676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T03:32:21.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:21.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:22.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:22.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:22 smithi187 ceph-mon[111815]: pgmap v7677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T03:32:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:22 smithi088 ceph-mon[96111]: pgmap v7677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T03:32:23.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:23.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:24.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:24.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:24 smithi187 ceph-mon[111815]: pgmap v7678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T03:32:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:24 smithi088 ceph-mon[96111]: pgmap v7678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T03:32:25.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:25.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:26.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:26.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:26 smithi088 ceph-mon[96111]: pgmap v7679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2023-10-13T03:32:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:26 smithi187 ceph-mon[111815]: pgmap v7679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 169 B/s rd, 0 op/s 2023-10-13T03:32:27.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:27.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:28.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:28.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:28 smithi187 ceph-mon[111815]: pgmap v7680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:28 smithi088 ceph-mon[96111]: pgmap v7680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:29.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:29.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:30.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:30.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:30 smithi187 ceph-mon[111815]: pgmap v7681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:32:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:32:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:32:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:32:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:30 smithi088 ceph-mon[96111]: pgmap v7681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:32:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:32:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:32:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:32:31.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:31.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:32:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:32:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:32:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:32:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:32:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:32:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:32:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:32:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:32:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:32:32.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:32.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:32 smithi187 ceph-mon[111815]: pgmap v7682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:32 smithi088 ceph-mon[96111]: pgmap v7682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:33.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:33.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:34.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:34.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:34 smithi187 ceph-mon[111815]: pgmap v7683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:34 smithi088 ceph-mon[96111]: pgmap v7683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:35.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:35.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:36.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:36.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:36 smithi187 ceph-mon[111815]: pgmap v7684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:32:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:36 smithi088 ceph-mon[96111]: pgmap v7684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:32:37.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:37.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:38 smithi187 ceph-mon[111815]: pgmap v7685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:38.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:38.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:38 smithi088 ceph-mon[96111]: pgmap v7685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:39.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:39.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:40.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:40.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:40 smithi187 ceph-mon[111815]: pgmap v7686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:40 smithi088 ceph-mon[96111]: pgmap v7686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:41.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:41.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:42.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:42.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:42 smithi187 ceph-mon[111815]: pgmap v7687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:42 smithi088 ceph-mon[96111]: pgmap v7687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:43.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:43.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:44.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:44.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:44 smithi187 ceph-mon[111815]: pgmap v7688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:44 smithi088 ceph-mon[96111]: pgmap v7688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:45.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:45.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:32:46.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:32:46.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:46.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:46 smithi187 ceph-mon[111815]: pgmap v7689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:32:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:46 smithi088 ceph-mon[96111]: pgmap v7689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:32:47.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:47.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:48.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:48.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:48 smithi187 ceph-mon[111815]: pgmap v7690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:49.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:48 smithi088 ceph-mon[96111]: pgmap v7690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:49.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:49.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:50.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:50.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:50 smithi187 ceph-mon[111815]: pgmap v7691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:50 smithi088 ceph-mon[96111]: pgmap v7691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:51.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:51.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:52.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:52.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:52 smithi187 ceph-mon[111815]: pgmap v7692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:53.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:52 smithi088 ceph-mon[96111]: pgmap v7692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:53.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:53.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:54.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:54.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:54 smithi088 ceph-mon[96111]: pgmap v7693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:54 smithi187 ceph-mon[111815]: pgmap v7693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:55.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:55.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:56.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:56.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:56 smithi187 ceph-mon[111815]: pgmap v7694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:32:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:56 smithi088 ceph-mon[96111]: pgmap v7694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:32:57.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:57.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:58.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:58.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:32:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:32:58 smithi187 ceph-mon[111815]: pgmap v7695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:32:58 smithi088 ceph-mon[96111]: pgmap v7695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:32:59.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:32:59.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:00.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:00.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:00 smithi187 ceph-mon[111815]: pgmap v7696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:33:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:00 smithi088 ceph-mon[96111]: pgmap v7696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:33:01.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:01.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:02.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:02.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:02 smithi187 ceph-mon[111815]: pgmap v7697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:02 smithi088 ceph-mon[96111]: pgmap v7697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:03.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:03.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:04.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:04.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:04 smithi088 ceph-mon[96111]: pgmap v7698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:04 smithi187 ceph-mon[111815]: pgmap v7698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:05.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:05.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:06.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:06.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:06 smithi088 ceph-mon[96111]: pgmap v7699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:06 smithi187 ceph-mon[111815]: pgmap v7699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:07.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:07.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:08.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:08.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:09.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:08 smithi088 ceph-mon[96111]: pgmap v7700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:08 smithi187 ceph-mon[111815]: pgmap v7700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:09.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:09.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:10.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:10.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:10 smithi088 ceph-mon[96111]: pgmap v7701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:10 smithi187 ceph-mon[111815]: pgmap v7701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:11.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:11.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:12.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:12.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:12 smithi088 ceph-mon[96111]: pgmap v7702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:12 smithi187 ceph-mon[111815]: pgmap v7702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:13.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:13.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:14.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:14.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:14 smithi088 ceph-mon[96111]: pgmap v7703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:14 smithi187 ceph-mon[111815]: pgmap v7703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:15.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:15.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:33:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:15 smithi088 ceph-mon[96111]: pgmap v7704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:33:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:15 smithi187 ceph-mon[111815]: pgmap v7704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:16.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:16.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:17.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:17.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:18.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:18.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:18 smithi088 ceph-mon[96111]: pgmap v7705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:18.872 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:18 smithi187 ceph-mon[111815]: pgmap v7705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:19.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:19.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:20.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:20.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:20 smithi187 ceph-mon[111815]: pgmap v7706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:20 smithi088 ceph-mon[96111]: pgmap v7706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:21.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:21.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:22.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:22.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:22 smithi187 ceph-mon[111815]: pgmap v7707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:22 smithi088 ceph-mon[96111]: pgmap v7707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:23.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:23.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:24.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:24.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:24 smithi187 ceph-mon[111815]: pgmap v7708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:24 smithi088 ceph-mon[96111]: pgmap v7708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:25.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:25.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:26.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:26.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:26 smithi187 ceph-mon[111815]: pgmap v7709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:26 smithi088 ceph-mon[96111]: pgmap v7709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:27.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:27.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:28.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:28.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:28 smithi187 ceph-mon[111815]: pgmap v7710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:28 smithi088 ceph-mon[96111]: pgmap v7710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:29.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:29.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:30.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:30.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:30 smithi187 ceph-mon[111815]: pgmap v7711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:33:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:30 smithi088 ceph-mon[96111]: pgmap v7711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:33:31.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:31.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:33:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:33:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:33:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:33:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:33:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:33:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:33:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:33:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:33:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:33:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:33:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:33:32.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:32.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:32 smithi187 ceph-mon[111815]: pgmap v7712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:32 smithi088 ceph-mon[96111]: pgmap v7712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:33.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:33.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:34.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:34.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:34 smithi187 ceph-mon[111815]: pgmap v7713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:34 smithi088 ceph-mon[96111]: pgmap v7713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:35.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:35.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:36.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:36.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:36 smithi187 ceph-mon[111815]: pgmap v7714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:36 smithi088 ceph-mon[96111]: pgmap v7714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:37.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:37.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:38.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:38.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:38 smithi187 ceph-mon[111815]: pgmap v7715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:38 smithi088 ceph-mon[96111]: pgmap v7715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:39.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:39.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:40.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:40.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:40 smithi187 ceph-mon[111815]: pgmap v7716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:40 smithi088 ceph-mon[96111]: pgmap v7716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:41.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:41.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:42.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:42.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:42 smithi187 ceph-mon[111815]: pgmap v7717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:42 smithi088 ceph-mon[96111]: pgmap v7717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:43.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:43.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:44.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:44.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:44 smithi187 ceph-mon[111815]: pgmap v7718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:44 smithi088 ceph-mon[96111]: pgmap v7718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:45.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:45.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:33:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:33:46.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:46.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:46 smithi088 ceph-mon[96111]: pgmap v7719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:46 smithi187 ceph-mon[111815]: pgmap v7719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:47.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:47.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:48.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:48.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:48 smithi088 ceph-mon[96111]: pgmap v7720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:49.190 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:48 smithi187 ceph-mon[111815]: pgmap v7720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:49.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:49.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:50.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:50.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:50 smithi088 ceph-mon[96111]: pgmap v7721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:50 smithi187 ceph-mon[111815]: pgmap v7721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:51.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:51.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:52.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:52.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:52 smithi088 ceph-mon[96111]: pgmap v7722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:52 smithi187 ceph-mon[111815]: pgmap v7722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:53.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:53.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:54.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:54.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:54 smithi088 ceph-mon[96111]: pgmap v7723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:54 smithi187 ceph-mon[111815]: pgmap v7723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:55.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:55.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:56.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:56.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:57.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:56 smithi088 ceph-mon[96111]: pgmap v7724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:56 smithi187 ceph-mon[111815]: pgmap v7724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:33:57.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:57.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:58.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:58.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:33:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:33:58 smithi088 ceph-mon[96111]: pgmap v7725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:33:58 smithi187 ceph-mon[111815]: pgmap v7725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:33:59.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:33:59.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:00.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:00.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:00 smithi088 ceph-mon[96111]: pgmap v7726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:34:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:00 smithi187 ceph-mon[111815]: pgmap v7726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:34:01.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:01.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:02.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:02.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:02 smithi088 ceph-mon[96111]: pgmap v7727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:02 smithi187 ceph-mon[111815]: pgmap v7727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:03.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:03.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:04.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:04.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:04 smithi187 ceph-mon[111815]: pgmap v7728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:04 smithi088 ceph-mon[96111]: pgmap v7728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:05.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:05.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:06.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:06.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:06 smithi187 ceph-mon[111815]: pgmap v7729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:06 smithi088 ceph-mon[96111]: pgmap v7729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:07.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:07.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:08.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:08.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:08 smithi187 ceph-mon[111815]: pgmap v7730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:08 smithi088 ceph-mon[96111]: pgmap v7730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:09.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:09.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:10.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:10.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:10 smithi187 ceph-mon[111815]: pgmap v7731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:10 smithi088 ceph-mon[96111]: pgmap v7731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:11.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:11.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:12 smithi088 ceph-mon[96111]: pgmap v7732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:12.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:12.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:12 smithi187 ceph-mon[111815]: pgmap v7732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:13.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:13.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:14 smithi187 ceph-mon[111815]: pgmap v7733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:14.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:14.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:14 smithi088 ceph-mon[96111]: pgmap v7733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:15.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:15.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:34:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:34:16.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:16.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:16 smithi187 ceph-mon[111815]: pgmap v7734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:16 smithi088 ceph-mon[96111]: pgmap v7734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:17.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:17.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:18.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:18.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:18 smithi187 ceph-mon[111815]: pgmap v7735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:18 smithi088 ceph-mon[96111]: pgmap v7735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:19.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:19.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:20.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:20.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:20 smithi187 ceph-mon[111815]: pgmap v7736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:20 smithi088 ceph-mon[96111]: pgmap v7736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:21.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:21.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:22.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:22.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:22 smithi187 ceph-mon[111815]: pgmap v7737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:22 smithi088 ceph-mon[96111]: pgmap v7737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:23.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:23.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:24.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:24.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:24 smithi187 ceph-mon[111815]: pgmap v7738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:24 smithi088 ceph-mon[96111]: pgmap v7738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:25.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:25.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:26.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:26.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:26 smithi187 ceph-mon[111815]: pgmap v7739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:26 smithi088 ceph-mon[96111]: pgmap v7739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:27.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:27.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:28.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:28.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:28 smithi187 ceph-mon[111815]: pgmap v7740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:28 smithi088 ceph-mon[96111]: pgmap v7740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:29.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:29.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:30.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:30.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:30 smithi088 ceph-mon[96111]: pgmap v7741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:34:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:30 smithi187 ceph-mon[111815]: pgmap v7741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:34:31.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:31.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:32.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:32.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:32 smithi088 ceph-mon[96111]: pgmap v7742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:34:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:34:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:34:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:34:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:34:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:34:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:34:33.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:34:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:32 smithi187 ceph-mon[111815]: pgmap v7742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:34:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:34:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:34:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:34:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:34:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:34:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:34:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:34:33.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:33.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:34.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:34.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:34 smithi187 ceph-mon[111815]: pgmap v7743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:34 smithi088 ceph-mon[96111]: pgmap v7743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:35.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:35.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:36.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:36.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:36 smithi088 ceph-mon[96111]: pgmap v7744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:36 smithi187 ceph-mon[111815]: pgmap v7744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:37.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:37.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:38.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:38.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:38 smithi088 ceph-mon[96111]: pgmap v7745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:38 smithi187 ceph-mon[111815]: pgmap v7745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:39.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:39.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:40.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:40.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:40 smithi088 ceph-mon[96111]: pgmap v7746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:40 smithi187 ceph-mon[111815]: pgmap v7746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:41.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:41.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:42.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:42.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:42 smithi088 ceph-mon[96111]: pgmap v7747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:42 smithi187 ceph-mon[111815]: pgmap v7747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:43.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:43.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:44.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:44.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:44 smithi088 ceph-mon[96111]: pgmap v7748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:44 smithi187 ceph-mon[111815]: pgmap v7748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:45.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:45.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:46.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:34:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:34:46.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:46.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:46 smithi088 ceph-mon[96111]: pgmap v7749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:46 smithi187 ceph-mon[111815]: pgmap v7749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:47.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:47.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:47 smithi088 ceph-mon[96111]: pgmap v7750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:47 smithi187 ceph-mon[111815]: pgmap v7750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:48.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:48.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:49.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:49.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:50.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:50.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:50 smithi187 ceph-mon[111815]: pgmap v7751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:50 smithi088 ceph-mon[96111]: pgmap v7751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:51.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:51.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:52.949 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:52 smithi088 ceph-mon[96111]: pgmap v7752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:52.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:52.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:52 smithi187 ceph-mon[111815]: pgmap v7752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:53.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:53.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:54 smithi187 ceph-mon[111815]: pgmap v7753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:54.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:54.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:54 smithi088 ceph-mon[96111]: pgmap v7753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:55.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:55.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:56 smithi187 ceph-mon[111815]: pgmap v7754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:56.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:56.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:56 smithi088 ceph-mon[96111]: pgmap v7754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:34:57.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:57.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:34:58 smithi187 ceph-mon[111815]: pgmap v7755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:58.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:58.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:34:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:34:58 smithi088 ceph-mon[96111]: pgmap v7755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:34:59.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:34:59.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:00 smithi187 ceph-mon[111815]: pgmap v7756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:35:00.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:00.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:00 smithi088 ceph-mon[96111]: pgmap v7756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:35:01.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:01.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:02 smithi187 ceph-mon[111815]: pgmap v7757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:02.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:02.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:03.049 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:02 smithi088 ceph-mon[96111]: pgmap v7757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:03.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:03.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:04 smithi187 ceph-mon[111815]: pgmap v7758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:04.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:04.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:05.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:04 smithi088 ceph-mon[96111]: pgmap v7758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:05.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:05.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:06 smithi187 ceph-mon[111815]: pgmap v7759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:06.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:06.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:06 smithi088 ceph-mon[96111]: pgmap v7759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:07.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:07.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:08 smithi187 ceph-mon[111815]: pgmap v7760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:08.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:08.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:09.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:08 smithi088 ceph-mon[96111]: pgmap v7760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:09.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:09.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:10 smithi187 ceph-mon[111815]: pgmap v7761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:10.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:10.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:10 smithi088 ceph-mon[96111]: pgmap v7761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:11.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:11.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:12 smithi187 ceph-mon[111815]: pgmap v7762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:12.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:12.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:12 smithi088 ceph-mon[96111]: pgmap v7762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:13.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:13.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:14.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:14.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:14 smithi088 ceph-mon[96111]: pgmap v7763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:15.089 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:14 smithi187 ceph-mon[111815]: pgmap v7763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:15.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:15.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:35:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:35:16.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:16.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:16 smithi088 ceph-mon[96111]: pgmap v7764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:16 smithi187 ceph-mon[111815]: pgmap v7764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:17.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:17.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:19.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:19.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:18 smithi088 ceph-mon[96111]: pgmap v7765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:18 smithi187 ceph-mon[111815]: pgmap v7765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:20.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:20.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:21.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:21.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:20 smithi088 ceph-mon[96111]: pgmap v7766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:20 smithi187 ceph-mon[111815]: pgmap v7766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:22.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:22.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:23.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:23.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:22 smithi088 ceph-mon[96111]: pgmap v7767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:23.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:22 smithi187 ceph-mon[111815]: pgmap v7767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:24.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:24.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:25.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:25.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:24 smithi088 ceph-mon[96111]: pgmap v7768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:25.194 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:24 smithi187 ceph-mon[111815]: pgmap v7768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:26.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:26.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:27.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:27.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:26 smithi088 ceph-mon[96111]: pgmap v7769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:26 smithi187 ceph-mon[111815]: pgmap v7769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:28.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:28.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:29.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:29.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:28 smithi088 ceph-mon[96111]: pgmap v7770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:28 smithi187 ceph-mon[111815]: pgmap v7770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:30.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:30.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:31.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:31.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:30 smithi088 ceph-mon[96111]: pgmap v7771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:35:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:30 smithi187 ceph-mon[111815]: pgmap v7771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:35:32.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:32.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:33.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:33.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:32 smithi088 ceph-mon[96111]: pgmap v7772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:35:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:32 smithi187 ceph-mon[111815]: pgmap v7772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:35:34.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:34.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:35:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:35:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:35:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:35:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:35:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:35:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:35:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:35:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:35:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:35:35.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:35.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:35.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:34 smithi088 ceph-mon[96111]: pgmap v7773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:34 smithi187 ceph-mon[111815]: pgmap v7773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:36.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:36.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:35 smithi088 ceph-mon[96111]: pgmap v7774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:35 smithi187 ceph-mon[111815]: pgmap v7774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:37.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:37.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:38.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:38.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:38 smithi088 ceph-mon[96111]: pgmap v7775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:38 smithi187 ceph-mon[111815]: pgmap v7775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:39.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:39.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:40.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:40.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:40 smithi187 ceph-mon[111815]: pgmap v7776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:41.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:41.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:40 smithi088 ceph-mon[96111]: pgmap v7776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:42.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:42.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:42 smithi187 ceph-mon[111815]: pgmap v7777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:43.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:43.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:43.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:42 smithi088 ceph-mon[96111]: pgmap v7777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:44.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:44.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:44 smithi187 ceph-mon[111815]: pgmap v7778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:45.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:45.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:44 smithi088 ceph-mon[96111]: pgmap v7778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:35:46.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:46.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:35:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:46 smithi187 ceph-mon[111815]: pgmap v7779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:47.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:47.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:47.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:46 smithi088 ceph-mon[96111]: pgmap v7779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:48.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:48.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:48 smithi088 ceph-mon[96111]: pgmap v7780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:48 smithi187 ceph-mon[111815]: pgmap v7780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:49.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:49.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:50.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:50.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:50 smithi187 ceph-mon[111815]: pgmap v7781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:51.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:51.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:50 smithi088 ceph-mon[96111]: pgmap v7781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:52.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:52.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:53.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:53.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:53.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:52 smithi088 ceph-mon[96111]: pgmap v7782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:52 smithi187 ceph-mon[111815]: pgmap v7782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:54.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:54.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:55.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:55.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:55.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:54 smithi088 ceph-mon[96111]: pgmap v7783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:54 smithi187 ceph-mon[111815]: pgmap v7783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:56.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:56.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:57.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:57.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:57.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:56 smithi088 ceph-mon[96111]: pgmap v7784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:56 smithi187 ceph-mon[111815]: pgmap v7784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:35:58.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:58.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:59.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:35:59.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:35:59.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:35:58 smithi088 ceph-mon[96111]: pgmap v7785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:35:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:35:58 smithi187 ceph-mon[111815]: pgmap v7785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:00.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:00.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:00 smithi187 ceph-mon[111815]: pgmap v7786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:36:01.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:01.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:01.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:00 smithi088 ceph-mon[96111]: pgmap v7786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:36:02.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:02.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:02 smithi088 ceph-mon[96111]: pgmap v7787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:03.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:03.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:02 smithi187 ceph-mon[111815]: pgmap v7787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:04.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:04.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:04 smithi088 ceph-mon[96111]: pgmap v7788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:05.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:05.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:04 smithi187 ceph-mon[111815]: pgmap v7788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:06.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:06.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:06 smithi088 ceph-mon[96111]: pgmap v7789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:07.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:07.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:06 smithi187 ceph-mon[111815]: pgmap v7789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:08.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:08.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:08 smithi088 ceph-mon[96111]: pgmap v7790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:09.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:09.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:08 smithi187 ceph-mon[111815]: pgmap v7790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:10.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:10.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:10 smithi187 ceph-mon[111815]: pgmap v7791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:10 smithi088 ceph-mon[96111]: pgmap v7791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:11.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:12.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:12.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:12 smithi088 ceph-mon[96111]: pgmap v7792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:13.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:13.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:12 smithi187 ceph-mon[111815]: pgmap v7792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:14.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:14.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:14 smithi088 ceph-mon[96111]: pgmap v7793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:15.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:15.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:14 smithi187 ceph-mon[111815]: pgmap v7793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:36:16.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:16.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:36:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:16 smithi088 ceph-mon[96111]: pgmap v7794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:17.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:17.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:16 smithi187 ceph-mon[111815]: pgmap v7794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:17 smithi088 ceph-mon[96111]: pgmap v7795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:18.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:18.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:17 smithi187 ceph-mon[111815]: pgmap v7795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:19.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:19.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:20.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:20.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:20 smithi187 ceph-mon[111815]: pgmap v7796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:20 smithi088 ceph-mon[96111]: pgmap v7796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:21.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:21.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:22.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:22.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:22 smithi187 ceph-mon[111815]: pgmap v7797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:22 smithi088 ceph-mon[96111]: pgmap v7797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:23.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:23.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:24.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:24.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:24 smithi187 ceph-mon[111815]: pgmap v7798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:24 smithi088 ceph-mon[96111]: pgmap v7798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:25.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:25.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:26.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:26.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:26 smithi187 ceph-mon[111815]: pgmap v7799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:26 smithi088 ceph-mon[96111]: pgmap v7799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:27.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:27.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:28.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:28.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:28 smithi187 ceph-mon[111815]: pgmap v7800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:28 smithi088 ceph-mon[96111]: pgmap v7800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:29.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:29.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:30.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:30.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:30 smithi088 ceph-mon[96111]: pgmap v7801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:36:31.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:31.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:30 smithi187 ceph-mon[111815]: pgmap v7801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:36:32.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:32.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:32 smithi088 ceph-mon[96111]: pgmap v7802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:33.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:33.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:32 smithi187 ceph-mon[111815]: pgmap v7802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:36:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:36:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:36:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:36:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:36:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:36:34.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:34.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:36:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:36:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:36:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:36:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:36:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:36:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:34 smithi088 ceph-mon[96111]: pgmap v7803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:35.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:35.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:34 smithi187 ceph-mon[111815]: pgmap v7803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:36.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:36.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:36 smithi088 ceph-mon[96111]: pgmap v7804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:37.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:37.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:36 smithi187 ceph-mon[111815]: pgmap v7804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:38.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:38.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:38.980 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:38 smithi088 ceph-mon[96111]: pgmap v7805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:39.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:39.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:38 smithi187 ceph-mon[111815]: pgmap v7805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:40.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:40.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:40.990 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:40 smithi187 ceph-mon[111815]: pgmap v7806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:40 smithi088 ceph-mon[96111]: pgmap v7806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:41.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:41.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:42.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:42.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:42 smithi088 ceph-mon[96111]: pgmap v7807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:43.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:43.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:42 smithi187 ceph-mon[111815]: pgmap v7807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:44.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:44.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:44 smithi088 ceph-mon[96111]: pgmap v7808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:45.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:45.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:44 smithi187 ceph-mon[111815]: pgmap v7808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:46.043 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:36:46.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:36:46.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:46.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:46 smithi088 ceph-mon[96111]: pgmap v7809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:47.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:47.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:46 smithi187 ceph-mon[111815]: pgmap v7809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:48.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:48.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:48 smithi088 ceph-mon[96111]: pgmap v7810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:49.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:49.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:48 smithi187 ceph-mon[111815]: pgmap v7810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:50.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:50.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:50 smithi088 ceph-mon[96111]: pgmap v7811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:51.095 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:50 smithi187 ceph-mon[111815]: pgmap v7811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:51.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:51.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:52.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:52.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:53.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:52 smithi088 ceph-mon[96111]: pgmap v7812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:53.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:53.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:52 smithi187 ceph-mon[111815]: pgmap v7812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:54.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:54.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:54 smithi088 ceph-mon[96111]: pgmap v7813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:55.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:55.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:54 smithi187 ceph-mon[111815]: pgmap v7813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:56.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:56.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:56 smithi088 ceph-mon[96111]: pgmap v7814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:57.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:57.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:56 smithi187 ceph-mon[111815]: pgmap v7814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:36:58.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:58.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:36:58 smithi088 ceph-mon[96111]: pgmap v7815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:36:59.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:36:59.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:36:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:36:58 smithi187 ceph-mon[111815]: pgmap v7815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:00.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:00.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:00 smithi088 ceph-mon[96111]: pgmap v7816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:37:01.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:01.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:01.200 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:00 smithi187 ceph-mon[111815]: pgmap v7816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:01.201 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:37:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:01 smithi088 ceph-mon[96111]: pgmap v7817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:02.147 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:01 smithi187 ceph-mon[111815]: pgmap v7817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:02.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:02.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:03.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:03.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:04.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:04.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:04 smithi187 ceph-mon[111815]: pgmap v7818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:04 smithi088 ceph-mon[96111]: pgmap v7818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:05.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:05.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:06.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:06.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:06 smithi187 ceph-mon[111815]: pgmap v7819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:06 smithi088 ceph-mon[96111]: pgmap v7819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:07.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:07.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:08.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:08.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:08 smithi187 ceph-mon[111815]: pgmap v7820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:08 smithi088 ceph-mon[96111]: pgmap v7820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:09.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:09.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:10.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:10.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:10 smithi088 ceph-mon[96111]: pgmap v7821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:11.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:11.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:10 smithi187 ceph-mon[111815]: pgmap v7821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:12.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:12.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:12 smithi088 ceph-mon[96111]: pgmap v7822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:13.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:13.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:12 smithi187 ceph-mon[111815]: pgmap v7822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:14.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:14.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:14 smithi088 ceph-mon[96111]: pgmap v7823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:15.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:15.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:14 smithi187 ceph-mon[111815]: pgmap v7823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:37:16.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:16.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:37:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:16 smithi088 ceph-mon[96111]: pgmap v7824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:17.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:17.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:16 smithi187 ceph-mon[111815]: pgmap v7824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:18.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:18.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:18 smithi088 ceph-mon[96111]: pgmap v7825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:19.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:19.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:18 smithi187 ceph-mon[111815]: pgmap v7825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:20.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:20.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:20 smithi088 ceph-mon[96111]: pgmap v7826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:21.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:21.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:20 smithi187 ceph-mon[111815]: pgmap v7826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:22.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:22.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:22 smithi088 ceph-mon[96111]: pgmap v7827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:23.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:23.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:22 smithi187 ceph-mon[111815]: pgmap v7827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:24.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:24.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:24 smithi088 ceph-mon[96111]: pgmap v7828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:25.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:25.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:24 smithi187 ceph-mon[111815]: pgmap v7828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:26.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:26.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:26 smithi088 ceph-mon[96111]: pgmap v7829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:26 smithi187 ceph-mon[111815]: pgmap v7829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:27.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:27.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:28.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:28.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:28 smithi088 ceph-mon[96111]: pgmap v7830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:28 smithi187 ceph-mon[111815]: pgmap v7830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:29.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:29.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:30.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:30.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:30 smithi088 ceph-mon[96111]: pgmap v7831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:37:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:30 smithi187 ceph-mon[111815]: pgmap v7831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:37:31.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:31.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:32.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:32.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:32 smithi088 ceph-mon[96111]: pgmap v7832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:32 smithi187 ceph-mon[111815]: pgmap v7832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:33.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:33.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:37:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:37:34.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:34.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:34 smithi088 ceph-mon[96111]: pgmap v7833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:37:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:37:34.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:37:34.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:37:34.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:37:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:34 smithi187 ceph-mon[111815]: pgmap v7833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:37:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:37:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:37:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:37:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:37:35.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:35.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:36.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:36.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:36 smithi187 ceph-mon[111815]: pgmap v7834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:36 smithi088 ceph-mon[96111]: pgmap v7834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:37.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:37.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:38.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:38.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:38 smithi088 ceph-mon[96111]: pgmap v7835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:38 smithi187 ceph-mon[111815]: pgmap v7835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:39.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:39.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:40.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:40.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:40 smithi088 ceph-mon[96111]: pgmap v7836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:40 smithi187 ceph-mon[111815]: pgmap v7836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:41.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:41.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:42.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:42.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:42 smithi088 ceph-mon[96111]: pgmap v7837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:42 smithi187 ceph-mon[111815]: pgmap v7837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:43.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:43.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:44.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:44.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:44 smithi088 ceph-mon[96111]: pgmap v7838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:44 smithi187 ceph-mon[111815]: pgmap v7838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:45.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:45.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:37:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:37:46.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:46.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:46 smithi187 ceph-mon[111815]: pgmap v7839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:47.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:46 smithi088 ceph-mon[96111]: pgmap v7839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:47.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:47.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:48.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:48.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:48 smithi088 ceph-mon[96111]: pgmap v7840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:48 smithi187 ceph-mon[111815]: pgmap v7840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:49.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:49.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:50.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:50.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:50 smithi088 ceph-mon[96111]: pgmap v7841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:50 smithi187 ceph-mon[111815]: pgmap v7841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:51.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:51.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:52.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:52.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:52 smithi088 ceph-mon[96111]: pgmap v7842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:52 smithi187 ceph-mon[111815]: pgmap v7842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:53.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:53.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:54.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:54.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:54 smithi088 ceph-mon[96111]: pgmap v7843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:54 smithi187 ceph-mon[111815]: pgmap v7843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:55.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:55.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:56.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:56.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:56 smithi088 ceph-mon[96111]: pgmap v7844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:56 smithi187 ceph-mon[111815]: pgmap v7844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:37:57.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:57.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:58.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:58.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:37:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:37:58 smithi088 ceph-mon[96111]: pgmap v7845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:37:58 smithi187 ceph-mon[111815]: pgmap v7845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:37:59.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:37:59.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:00.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:00.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:01.037 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:00 smithi088 ceph-mon[96111]: pgmap v7846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:01.038 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:38:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:00 smithi187 ceph-mon[111815]: pgmap v7846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:38:01.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:01.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:02.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:02.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:02 smithi088 ceph-mon[96111]: pgmap v7847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:02 smithi187 ceph-mon[111815]: pgmap v7847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:03.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:03.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:04.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:04.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:04 smithi088 ceph-mon[96111]: pgmap v7848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:04 smithi187 ceph-mon[111815]: pgmap v7848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:05.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:05.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:06.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:06.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:06 smithi088 ceph-mon[96111]: pgmap v7849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:06 smithi187 ceph-mon[111815]: pgmap v7849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:07.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:07.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:08.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:08.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:08 smithi088 ceph-mon[96111]: pgmap v7850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:08 smithi187 ceph-mon[111815]: pgmap v7850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:09.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:09.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:10.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:10.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:10 smithi088 ceph-mon[96111]: pgmap v7851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:10 smithi187 ceph-mon[111815]: pgmap v7851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:11.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:11.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:12.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:12.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:12 smithi088 ceph-mon[96111]: pgmap v7852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:12 smithi187 ceph-mon[111815]: pgmap v7852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:13.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:13.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:14.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:14.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:14 smithi088 ceph-mon[96111]: pgmap v7853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:14 smithi187 ceph-mon[111815]: pgmap v7853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:15.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:15.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:38:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:38:16.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:16.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:16 smithi088 ceph-mon[96111]: pgmap v7854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:16 smithi187 ceph-mon[111815]: pgmap v7854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:17.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:17.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:17 smithi187 ceph-mon[111815]: pgmap v7855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:18.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:18.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:17 smithi088 ceph-mon[96111]: pgmap v7855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:19.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:19.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:20.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:20.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:20 smithi088 ceph-mon[96111]: pgmap v7856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:20 smithi187 ceph-mon[111815]: pgmap v7856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:21.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:21.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:22.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:22.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:22 smithi088 ceph-mon[96111]: pgmap v7857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:22 smithi187 ceph-mon[111815]: pgmap v7857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:23.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:23.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:24.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:24.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:25.008 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:24 smithi088 ceph-mon[96111]: pgmap v7858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:24 smithi187 ceph-mon[111815]: pgmap v7858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:25.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:25.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:26.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:26.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:26 smithi088 ceph-mon[96111]: pgmap v7859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:27.101 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:26 smithi187 ceph-mon[111815]: pgmap v7859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:27.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:27.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:28.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:28.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:28 smithi088 ceph-mon[96111]: pgmap v7860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:28 smithi187 ceph-mon[111815]: pgmap v7860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:29.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:29.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:30.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:30.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:30 smithi088 ceph-mon[96111]: pgmap v7861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:38:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:30 smithi187 ceph-mon[111815]: pgmap v7861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:38:31.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:31.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:32.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:32.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:32 smithi088 ceph-mon[96111]: pgmap v7862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:32 smithi187 ceph-mon[111815]: pgmap v7862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:33.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:33.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:34.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:34.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:34 smithi088 ceph-mon[96111]: pgmap v7863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:38:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:38:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:38:35.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:38:35.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:38:35.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:38:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:34 smithi187 ceph-mon[111815]: pgmap v7863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:38:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:38:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:38:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:38:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:38:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:38:35.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:35.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:36.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:36.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:36 smithi088 ceph-mon[96111]: pgmap v7864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:37.207 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:36 smithi187 ceph-mon[111815]: pgmap v7864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:37.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:37.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:38.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:38.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:38 smithi088 ceph-mon[96111]: pgmap v7865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:38 smithi187 ceph-mon[111815]: pgmap v7865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:39.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:39.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:40.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:40.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:40 smithi088 ceph-mon[96111]: pgmap v7866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:40 smithi187 ceph-mon[111815]: pgmap v7866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:41.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:41.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:42.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:42.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:42 smithi088 ceph-mon[96111]: pgmap v7867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:42 smithi187 ceph-mon[111815]: pgmap v7867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:43.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:43.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:44.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:44.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:44 smithi088 ceph-mon[96111]: pgmap v7868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:44 smithi187 ceph-mon[111815]: pgmap v7868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:45.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:45.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:38:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:38:46.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:46.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:46 smithi088 ceph-mon[96111]: pgmap v7869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:46 smithi187 ceph-mon[111815]: pgmap v7869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:47.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:47.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:48.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:48.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:48 smithi088 ceph-mon[96111]: pgmap v7870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:48 smithi187 ceph-mon[111815]: pgmap v7870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:49.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:49.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:50.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:50.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:50 smithi088 ceph-mon[96111]: pgmap v7871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:50 smithi187 ceph-mon[111815]: pgmap v7871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:51.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:51.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:52.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:52.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:52 smithi088 ceph-mon[96111]: pgmap v7872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:52 smithi187 ceph-mon[111815]: pgmap v7872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:53.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:53.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:54.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:54.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:54 smithi088 ceph-mon[96111]: pgmap v7873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:54 smithi187 ceph-mon[111815]: pgmap v7873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:55.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:55.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:56.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:56.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:56 smithi088 ceph-mon[96111]: pgmap v7874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:56 smithi187 ceph-mon[111815]: pgmap v7874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:38:57.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:57.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:58.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:58.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:38:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:58 smithi088 ceph-mon[96111]: pgmap v7875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:58 smithi187 ceph-mon[111815]: pgmap v7875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:38:59.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:38:59.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:38:59 smithi088 ceph-mon[96111]: pgmap v7876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:38:59 smithi187 ceph-mon[111815]: pgmap v7876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:00.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:00.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:39:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:39:01.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:01.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:02.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:01 smithi088 ceph-mon[96111]: pgmap v7877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:01 smithi187 ceph-mon[111815]: pgmap v7877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:02.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:02.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:03.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:03.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:04.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:04.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:04 smithi088 ceph-mon[96111]: pgmap v7878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:04 smithi187 ceph-mon[111815]: pgmap v7878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:05.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:05.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:06.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:06.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:06 smithi088 ceph-mon[96111]: pgmap v7879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:06 smithi187 ceph-mon[111815]: pgmap v7879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:07.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:07.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:08.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:08.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:08 smithi088 ceph-mon[96111]: pgmap v7880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:08 smithi187 ceph-mon[111815]: pgmap v7880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:09.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:09.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:10.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:10.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:10 smithi088 ceph-mon[96111]: pgmap v7881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:10 smithi187 ceph-mon[111815]: pgmap v7881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:11.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:11.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:12.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:12.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:12 smithi187 ceph-mon[111815]: pgmap v7882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:12 smithi088 ceph-mon[96111]: pgmap v7882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:13.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:13.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:14.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:14.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:14 smithi088 ceph-mon[96111]: pgmap v7883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:14 smithi187 ceph-mon[111815]: pgmap v7883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:15.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:15.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:39:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:39:16.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:16.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:16 smithi088 ceph-mon[96111]: pgmap v7884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:16 smithi187 ceph-mon[111815]: pgmap v7884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:17.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:17.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:18.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:18.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:18 smithi088 ceph-mon[96111]: pgmap v7885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:18 smithi187 ceph-mon[111815]: pgmap v7885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:19.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:19.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:20.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:20.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:20 smithi088 ceph-mon[96111]: pgmap v7886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:20 smithi187 ceph-mon[111815]: pgmap v7886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:21.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:21.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:22.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:22.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:22 smithi187 ceph-mon[111815]: pgmap v7887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:22 smithi088 ceph-mon[96111]: pgmap v7887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:23.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:23.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:24.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:24.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:24 smithi088 ceph-mon[96111]: pgmap v7888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:24 smithi187 ceph-mon[111815]: pgmap v7888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:25.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:25.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:26.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:26.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:26 smithi088 ceph-mon[96111]: pgmap v7889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:26 smithi187 ceph-mon[111815]: pgmap v7889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:27.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:27.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:28.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:28.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:29.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:28 smithi088 ceph-mon[96111]: pgmap v7890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:28 smithi187 ceph-mon[111815]: pgmap v7890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:29.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:29.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:30.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:30.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:30 smithi088 ceph-mon[96111]: pgmap v7891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:39:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:30 smithi187 ceph-mon[111815]: pgmap v7891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:39:31.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:31.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:32.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:32.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:32 smithi088 ceph-mon[96111]: pgmap v7892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:32 smithi187 ceph-mon[111815]: pgmap v7892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:33.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:33.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:34.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:34.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:35.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:34 smithi088 ceph-mon[96111]: pgmap v7893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:39:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:34 smithi187 ceph-mon[111815]: pgmap v7893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:39:35.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:35.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:36.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:36.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:36 smithi088 ceph-mon[96111]: pgmap v7894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:36 smithi187 ceph-mon[111815]: pgmap v7894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:37.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:37.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:38.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:38.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:39:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:39:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:38 smithi088 ceph-mon[96111]: pgmap v7895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:39:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:39:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:39:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:39:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:39:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:39:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:39:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:38 smithi187 ceph-mon[111815]: pgmap v7895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:39:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:39:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:39:38.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:39:38.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:39:39.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:39.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:40.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:40.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:40 smithi088 ceph-mon[96111]: pgmap v7896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:40 smithi187 ceph-mon[111815]: pgmap v7896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:41.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:41.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:42.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:42.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:42 smithi088 ceph-mon[96111]: pgmap v7897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:42 smithi187 ceph-mon[111815]: pgmap v7897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:43.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:43.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:44.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:44.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:44 smithi088 ceph-mon[96111]: pgmap v7898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:44 smithi187 ceph-mon[111815]: pgmap v7898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:45.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:45.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:39:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:39:46.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:46.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:46 smithi088 ceph-mon[96111]: pgmap v7899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:46 smithi187 ceph-mon[111815]: pgmap v7899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:47.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:47.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:48.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:48.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:48 smithi088 ceph-mon[96111]: pgmap v7900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:48 smithi187 ceph-mon[111815]: pgmap v7900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:49.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:49.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:50.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:50.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:50 smithi088 ceph-mon[96111]: pgmap v7901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:50 smithi187 ceph-mon[111815]: pgmap v7901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:51.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:51.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:52.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:52.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:52 smithi088 ceph-mon[96111]: pgmap v7902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:52 smithi187 ceph-mon[111815]: pgmap v7902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:53.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:53.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:54.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:54.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:54 smithi088 ceph-mon[96111]: pgmap v7903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:54 smithi187 ceph-mon[111815]: pgmap v7903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:55.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:55.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:56.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:56.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:56 smithi088 ceph-mon[96111]: pgmap v7904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:56 smithi187 ceph-mon[111815]: pgmap v7904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:39:57.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:57.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:58.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:58.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:39:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:39:58 smithi088 ceph-mon[96111]: pgmap v7905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:39:58 smithi187 ceph-mon[111815]: pgmap v7905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:39:59.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:39:59.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:00.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:00.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:00 smithi088 ceph-mon[96111]: pgmap v7906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T03:40:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:40:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:00 smithi187 ceph-mon[111815]: pgmap v7906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T03:40:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:40:01.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:01.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:02.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:02.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:02 smithi088 ceph-mon[96111]: pgmap v7907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:03.103 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:02 smithi187 ceph-mon[111815]: pgmap v7907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:03.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:03.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:04.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:04.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:05.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:04 smithi088 ceph-mon[96111]: pgmap v7908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:05.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:04 smithi187 ceph-mon[111815]: pgmap v7908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:05.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:05.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:06.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:06.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:06 smithi088 ceph-mon[96111]: pgmap v7909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:06 smithi187 ceph-mon[111815]: pgmap v7909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:07.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:07.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:08.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:08.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:08 smithi088 ceph-mon[96111]: pgmap v7910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:08 smithi187 ceph-mon[111815]: pgmap v7910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:09.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:09.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:10.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:10.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:11.038 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:10 smithi088 ceph-mon[96111]: pgmap v7911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:10 smithi187 ceph-mon[111815]: pgmap v7911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:11.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:11.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:12.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:12.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:12 smithi088 ceph-mon[96111]: pgmap v7912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:12 smithi187 ceph-mon[111815]: pgmap v7912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:13.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:13.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:14.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:14.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:14 smithi088 ceph-mon[96111]: pgmap v7913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:14 smithi187 ceph-mon[111815]: pgmap v7913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:15.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:15.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:40:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:40:16.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:16.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:16 smithi088 ceph-mon[96111]: pgmap v7914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:16 smithi187 ceph-mon[111815]: pgmap v7914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:17.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:17.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:17 smithi088 ceph-mon[96111]: pgmap v7915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:17 smithi187 ceph-mon[111815]: pgmap v7915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:18.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:18.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:19.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:19.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:20.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:20.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:20 smithi088 ceph-mon[96111]: pgmap v7916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:20 smithi187 ceph-mon[111815]: pgmap v7916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:21.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:21.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:22.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:22.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:22 smithi088 ceph-mon[96111]: pgmap v7917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:22 smithi187 ceph-mon[111815]: pgmap v7917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:23.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:23.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:24.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:24.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:24 smithi088 ceph-mon[96111]: pgmap v7918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:24 smithi187 ceph-mon[111815]: pgmap v7918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:25.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:25.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:26.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:26.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:26 smithi088 ceph-mon[96111]: pgmap v7919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:26 smithi187 ceph-mon[111815]: pgmap v7919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:27.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:27.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:28.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:28.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:28 smithi088 ceph-mon[96111]: pgmap v7920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:28 smithi187 ceph-mon[111815]: pgmap v7920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:29.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:29.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:30.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:30.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:30 smithi088 ceph-mon[96111]: pgmap v7921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:40:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:30 smithi187 ceph-mon[111815]: pgmap v7921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:40:31.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:31.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:32.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:32.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:32 smithi088 ceph-mon[96111]: pgmap v7922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:32 smithi187 ceph-mon[111815]: pgmap v7922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:33.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:33.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:34.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:34.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:34 smithi088 ceph-mon[96111]: pgmap v7923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:34 smithi187 ceph-mon[111815]: pgmap v7923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:35.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:35.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:36.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:36.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:36 smithi088 ceph-mon[96111]: pgmap v7924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:36 smithi187 ceph-mon[111815]: pgmap v7924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:37.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:37.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:38.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:38.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:38 smithi088 ceph-mon[96111]: pgmap v7925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:40:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:38 smithi187 ceph-mon[111815]: pgmap v7925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:40:39.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:39.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:40.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:40.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:40 smithi088 ceph-mon[96111]: pgmap v7926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:40 smithi187 ceph-mon[111815]: pgmap v7926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:41.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:41.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:42.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:42.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:42 smithi088 ceph-mon[96111]: pgmap v7927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:40:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:40:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:42 smithi187 ceph-mon[111815]: pgmap v7927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:40:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:40:43.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:43.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:40:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:40:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:40:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:40:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:40:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:40:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:40:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:40:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:40:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:40:44.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:44.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:44 smithi088 ceph-mon[96111]: pgmap v7928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:44 smithi187 ceph-mon[111815]: pgmap v7928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:45.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:45.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:40:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:40:46.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:46.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:47.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:46 smithi088 ceph-mon[96111]: pgmap v7929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:46 smithi187 ceph-mon[111815]: pgmap v7929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:47.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:47.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:48.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:48.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:48 smithi187 ceph-mon[111815]: pgmap v7930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:48 smithi088 ceph-mon[96111]: pgmap v7930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:49.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:49.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:50.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:50.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:50 smithi088 ceph-mon[96111]: pgmap v7931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:50 smithi187 ceph-mon[111815]: pgmap v7931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:51.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:51.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:52.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:52.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:52 smithi088 ceph-mon[96111]: pgmap v7932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:52 smithi187 ceph-mon[111815]: pgmap v7932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:53.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:53.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:54.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:54.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:54 smithi088 ceph-mon[96111]: pgmap v7933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:54 smithi187 ceph-mon[111815]: pgmap v7933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:55.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:55.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:56.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:56.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:56 smithi088 ceph-mon[96111]: pgmap v7934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:56 smithi187 ceph-mon[111815]: pgmap v7934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:40:57.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:57.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:58.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:58.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:40:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:40:58 smithi187 ceph-mon[111815]: pgmap v7935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:59.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:40:58 smithi088 ceph-mon[96111]: pgmap v7935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:40:59.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:40:59.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:00.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:00.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:00 smithi088 ceph-mon[96111]: pgmap v7936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:41:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:00 smithi187 ceph-mon[111815]: pgmap v7936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:41:01.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:01.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:02.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:02.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:02 smithi088 ceph-mon[96111]: pgmap v7937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:02 smithi187 ceph-mon[111815]: pgmap v7937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:03.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:03.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:04.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:04.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:04 smithi088 ceph-mon[96111]: pgmap v7938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:04 smithi187 ceph-mon[111815]: pgmap v7938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:05.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:05.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:06.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:06.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:06 smithi088 ceph-mon[96111]: pgmap v7939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:06 smithi187 ceph-mon[111815]: pgmap v7939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:07.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:07.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:08.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:08.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:08 smithi088 ceph-mon[96111]: pgmap v7940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:08 smithi187 ceph-mon[111815]: pgmap v7940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:09.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:09.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:10.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:10.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:10 smithi088 ceph-mon[96111]: pgmap v7941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:10 smithi187 ceph-mon[111815]: pgmap v7941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:11.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:11.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:12.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:12.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:12 smithi088 ceph-mon[96111]: pgmap v7942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:12 smithi187 ceph-mon[111815]: pgmap v7942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:13.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:13.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:14.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:14.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:14 smithi088 ceph-mon[96111]: pgmap v7943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:14 smithi187 ceph-mon[111815]: pgmap v7943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:15.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:15.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:41:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:41:16.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:16.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:16 smithi088 ceph-mon[96111]: pgmap v7944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:16 smithi187 ceph-mon[111815]: pgmap v7944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:17.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:17.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:18.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:18.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:18 smithi088 ceph-mon[96111]: pgmap v7945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:18 smithi187 ceph-mon[111815]: pgmap v7945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:19.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:19.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:20.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:20.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:20 smithi088 ceph-mon[96111]: pgmap v7946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:20 smithi187 ceph-mon[111815]: pgmap v7946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:21.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:21.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:22.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:22.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:23.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:22 smithi088 ceph-mon[96111]: pgmap v7947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:22 smithi187 ceph-mon[111815]: pgmap v7947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:23.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:23.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:24.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:24.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:24 smithi088 ceph-mon[96111]: pgmap v7948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:24 smithi187 ceph-mon[111815]: pgmap v7948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:25.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:25.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:25 smithi187 ceph-mon[111815]: pgmap v7949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:25 smithi088 ceph-mon[96111]: pgmap v7949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:26.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:26.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:27.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:27.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:28.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:28.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:28 smithi187 ceph-mon[111815]: pgmap v7950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:28 smithi088 ceph-mon[96111]: pgmap v7950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:29.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:29.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:30.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:30.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:30 smithi088 ceph-mon[96111]: pgmap v7951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:41:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:30 smithi187 ceph-mon[111815]: pgmap v7951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:41:31.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:31.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:32.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:32.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:32 smithi088 ceph-mon[96111]: pgmap v7952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:32 smithi187 ceph-mon[111815]: pgmap v7952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:33.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:33.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:34.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:34.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:34 smithi088 ceph-mon[96111]: pgmap v7953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:34 smithi187 ceph-mon[111815]: pgmap v7953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:35.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:35.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:36.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:36.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:36 smithi088 ceph-mon[96111]: pgmap v7954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:36 smithi187 ceph-mon[111815]: pgmap v7954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:37.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:37.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:38.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:38.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:38 smithi088 ceph-mon[96111]: pgmap v7955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:39.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:38 smithi187 ceph-mon[111815]: pgmap v7955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:39.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:39.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:40.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:40.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:40 smithi088 ceph-mon[96111]: pgmap v7956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:40 smithi187 ceph-mon[111815]: pgmap v7956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:41.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:41.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:42.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:42.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:42 smithi088 ceph-mon[96111]: pgmap v7957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:42 smithi187 ceph-mon[111815]: pgmap v7957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:43.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:43.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:41:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:41:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:41:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:41:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:41:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:41:44.152 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:41:44.153 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:41:44.153 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:41:44.153 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:41:44.153 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:41:44.154 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:41:44.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:44.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:44 smithi088 ceph-mon[96111]: pgmap v7958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:44 smithi187 ceph-mon[111815]: pgmap v7958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:45.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:45.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:41:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:41:46.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:46.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:46 smithi088 ceph-mon[96111]: pgmap v7959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:46 smithi187 ceph-mon[111815]: pgmap v7959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:47.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:47.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:48.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:48.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:48 smithi088 ceph-mon[96111]: pgmap v7960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:49.202 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:48 smithi187 ceph-mon[111815]: pgmap v7960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:49.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:49.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:50.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:50.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:50 smithi088 ceph-mon[96111]: pgmap v7961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:50 smithi187 ceph-mon[111815]: pgmap v7961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:51.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:51.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:52.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:52.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:52 smithi088 ceph-mon[96111]: pgmap v7962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:53.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:52 smithi187 ceph-mon[111815]: pgmap v7962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:53.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:53.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:54.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:54.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:55.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:54 smithi088 ceph-mon[96111]: pgmap v7963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:54 smithi187 ceph-mon[111815]: pgmap v7963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:55.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:55.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:56.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:56.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:56 smithi088 ceph-mon[96111]: pgmap v7964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:56 smithi187 ceph-mon[111815]: pgmap v7964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:41:57.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:57.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:58.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:58.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:41:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:41:58 smithi088 ceph-mon[96111]: pgmap v7965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:41:58 smithi187 ceph-mon[111815]: pgmap v7965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:41:59.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:41:59.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:00.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:00.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:00 smithi088 ceph-mon[96111]: pgmap v7966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:42:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:00 smithi187 ceph-mon[111815]: pgmap v7966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:42:01.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:01.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:02.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:02.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:02 smithi088 ceph-mon[96111]: pgmap v7967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:02 smithi187 ceph-mon[111815]: pgmap v7967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:03.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:03.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:04.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:04.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:04 smithi088 ceph-mon[96111]: pgmap v7968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:04 smithi187 ceph-mon[111815]: pgmap v7968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:05.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:05.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:06.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:06.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:07.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:06 smithi088 ceph-mon[96111]: pgmap v7969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:06 smithi187 ceph-mon[111815]: pgmap v7969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:07.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:07.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:08.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:08.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:09.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:08 smithi088 ceph-mon[96111]: pgmap v7970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:08 smithi187 ceph-mon[111815]: pgmap v7970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:09.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:09.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:10.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:10.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:10 smithi088 ceph-mon[96111]: pgmap v7971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:10 smithi187 ceph-mon[111815]: pgmap v7971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:11.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:11.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:12.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:12.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:12 smithi088 ceph-mon[96111]: pgmap v7972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:12 smithi187 ceph-mon[111815]: pgmap v7972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:13.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:13.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:14.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:14.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:14 smithi088 ceph-mon[96111]: pgmap v7973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:14 smithi187 ceph-mon[111815]: pgmap v7973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:15.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:15.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:42:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:42:16.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:16.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:16 smithi088 ceph-mon[96111]: pgmap v7974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:16 smithi187 ceph-mon[111815]: pgmap v7974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:17.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:17.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:18.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:18.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:18 smithi088 ceph-mon[96111]: pgmap v7975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:18 smithi187 ceph-mon[111815]: pgmap v7975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:19.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:19.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:20.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:20.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:20 smithi088 ceph-mon[96111]: pgmap v7976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:20 smithi187 ceph-mon[111815]: pgmap v7976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:21.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:21.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:22.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:22.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:22 smithi088 ceph-mon[96111]: pgmap v7977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:22 smithi187 ceph-mon[111815]: pgmap v7977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:23.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:23.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:24.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:24.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:24 smithi187 ceph-mon[111815]: pgmap v7978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:24 smithi088 ceph-mon[96111]: pgmap v7978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:25.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:25.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:26.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:26.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:27.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:26 smithi088 ceph-mon[96111]: pgmap v7979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:26 smithi187 ceph-mon[111815]: pgmap v7979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:27.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:27.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:28.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:28.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:28 smithi088 ceph-mon[96111]: pgmap v7980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:28 smithi187 ceph-mon[111815]: pgmap v7980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:29.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:29.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:30.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:30.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:30 smithi088 ceph-mon[96111]: pgmap v7981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:42:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:30 smithi187 ceph-mon[111815]: pgmap v7981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:42:31.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:31.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:32.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:32.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:32 smithi088 ceph-mon[96111]: pgmap v7982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:32 smithi187 ceph-mon[111815]: pgmap v7982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:33.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:33.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:34.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:34.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:34 smithi187 ceph-mon[111815]: pgmap v7983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:34 smithi088 ceph-mon[96111]: pgmap v7983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:35.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:35.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:36.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:36.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:36 smithi088 ceph-mon[96111]: pgmap v7984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:36 smithi187 ceph-mon[111815]: pgmap v7984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:37.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:37.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:38.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:38.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:38 smithi088 ceph-mon[96111]: pgmap v7985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:38 smithi187 ceph-mon[111815]: pgmap v7985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:39.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:39.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:40.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:40.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:40 smithi088 ceph-mon[96111]: pgmap v7986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:40 smithi187 ceph-mon[111815]: pgmap v7986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:41.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:41.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:42.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:42.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:42 smithi088 ceph-mon[96111]: pgmap v7987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:42 smithi187 ceph-mon[111815]: pgmap v7987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:43.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:43.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:44.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:42:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:42:44.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:44.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:44 smithi088 ceph-mon[96111]: pgmap v7988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:42:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:42:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:42:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:42:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:42:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:42:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:42:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:44 smithi187 ceph-mon[111815]: pgmap v7988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:42:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:42:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:42:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:42:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:42:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:42:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:42:45.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:45.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:46.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:42:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:42:46.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:46.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:46 smithi088 ceph-mon[96111]: pgmap v7989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:46 smithi187 ceph-mon[111815]: pgmap v7989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:47.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:47.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:48.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:48.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:48 smithi088 ceph-mon[96111]: pgmap v7990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:48 smithi187 ceph-mon[111815]: pgmap v7990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:49.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:49.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:50.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:50.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:50 smithi088 ceph-mon[96111]: pgmap v7991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:50 smithi187 ceph-mon[111815]: pgmap v7991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:51.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:51.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:52.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:52.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:53.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:52 smithi088 ceph-mon[96111]: pgmap v7992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:52 smithi187 ceph-mon[111815]: pgmap v7992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:53.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:53.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:54.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:54.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:54 smithi088 ceph-mon[96111]: pgmap v7993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:54 smithi187 ceph-mon[111815]: pgmap v7993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:55.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:55.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:56.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:56.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:57.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:56 smithi088 ceph-mon[96111]: pgmap v7994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:56 smithi187 ceph-mon[111815]: pgmap v7994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:42:57.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:57.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:58.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:58.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:42:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:58 smithi187 ceph-mon[111815]: pgmap v7995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:58 smithi088 ceph-mon[96111]: pgmap v7995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:42:59.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:42:59.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:42:59 smithi187 ceph-mon[111815]: pgmap v7996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:42:59 smithi088 ceph-mon[96111]: pgmap v7996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:00.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:00.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:43:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:43:01.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:01.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:01 smithi187 ceph-mon[111815]: pgmap v7997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:01 smithi088 ceph-mon[96111]: pgmap v7997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:02.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:02.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:03.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:03.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:04.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:04.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:05.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:04 smithi088 ceph-mon[96111]: pgmap v7998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:04 smithi187 ceph-mon[111815]: pgmap v7998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:05.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:05.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:06.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:06.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:06 smithi088 ceph-mon[96111]: pgmap v7999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:06 smithi187 ceph-mon[111815]: pgmap v7999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:07.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:07.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:08.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:08.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:09.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:08 smithi088 ceph-mon[96111]: pgmap v8000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:08 smithi187 ceph-mon[111815]: pgmap v8000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:09.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:09.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:10.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:10.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:11.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:10 smithi088 ceph-mon[96111]: pgmap v8001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:10 smithi187 ceph-mon[111815]: pgmap v8001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:11.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:11.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:12.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:12.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:12 smithi088 ceph-mon[96111]: pgmap v8002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:12 smithi187 ceph-mon[111815]: pgmap v8002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:13.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:13.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:14.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:14.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:14 smithi088 ceph-mon[96111]: pgmap v8003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:15.096 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:14 smithi187 ceph-mon[111815]: pgmap v8003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:15.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:15.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:43:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:43:16.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:16.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:16 smithi088 ceph-mon[96111]: pgmap v8004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:16 smithi187 ceph-mon[111815]: pgmap v8004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:17.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:17.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:18.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:18.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:18 smithi088 ceph-mon[96111]: pgmap v8005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:18 smithi187 ceph-mon[111815]: pgmap v8005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:19.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:19.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:20.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:20.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:20 smithi088 ceph-mon[96111]: pgmap v8006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:20 smithi187 ceph-mon[111815]: pgmap v8006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:21.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:21.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:22.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:22.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:22 smithi088 ceph-mon[96111]: pgmap v8007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:22 smithi187 ceph-mon[111815]: pgmap v8007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:23.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:23.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:24.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:24.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:24 smithi088 ceph-mon[96111]: pgmap v8008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:25.202 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:24 smithi187 ceph-mon[111815]: pgmap v8008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:25.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:25.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:26.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:26.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:26 smithi088 ceph-mon[96111]: pgmap v8009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:26 smithi187 ceph-mon[111815]: pgmap v8009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:27.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:27.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:28.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:28.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:28 smithi187 ceph-mon[111815]: pgmap v8010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:28 smithi088 ceph-mon[96111]: pgmap v8010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:29.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:29.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:30.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:30.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:30 smithi187 ceph-mon[111815]: pgmap v8011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:43:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:30 smithi088 ceph-mon[96111]: pgmap v8011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:43:31.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:31.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:32.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:32.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:32 smithi187 ceph-mon[111815]: pgmap v8012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:33.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:32 smithi088 ceph-mon[96111]: pgmap v8012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:33.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:33.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:34.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:34.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:34 smithi088 ceph-mon[96111]: pgmap v8013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:34 smithi187 ceph-mon[111815]: pgmap v8013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:35.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:35.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:36.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:36.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:36 smithi088 ceph-mon[96111]: pgmap v8014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:36 smithi187 ceph-mon[111815]: pgmap v8014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:37.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:37.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:38.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:38.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:38 smithi088 ceph-mon[96111]: pgmap v8015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:38 smithi187 ceph-mon[111815]: pgmap v8015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:39.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:39.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:40.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:40.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:40 smithi088 ceph-mon[96111]: pgmap v8016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:40 smithi187 ceph-mon[111815]: pgmap v8016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:41.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:41.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:42.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:42.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:42 smithi088 ceph-mon[96111]: pgmap v8017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:42 smithi187 ceph-mon[111815]: pgmap v8017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:43.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:43.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:44.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:44.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:44 smithi088 ceph-mon[96111]: pgmap v8018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:43:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:44 smithi187 ceph-mon[111815]: pgmap v8018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:43:45.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:45.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:43:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:43:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:43:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:43:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:43:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:43:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:43:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:43:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:43:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:43:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:43:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:43:46.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:46.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:46 smithi088 ceph-mon[96111]: pgmap v8019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:46 smithi187 ceph-mon[111815]: pgmap v8019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:47.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:47.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:48.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:48.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:48 smithi088 ceph-mon[96111]: pgmap v8020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:48 smithi187 ceph-mon[111815]: pgmap v8020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:49.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:49.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:50.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:50.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:51.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:50 smithi088 ceph-mon[96111]: pgmap v8021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:50 smithi187 ceph-mon[111815]: pgmap v8021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:51.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:51.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:52.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:52.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:52 smithi088 ceph-mon[96111]: pgmap v8022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:52 smithi187 ceph-mon[111815]: pgmap v8022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:53.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:53.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:54.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:54.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:54 smithi088 ceph-mon[96111]: pgmap v8023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:54 smithi187 ceph-mon[111815]: pgmap v8023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:55.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:55.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:56.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:56.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:56 smithi187 ceph-mon[111815]: pgmap v8024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:56 smithi088 ceph-mon[96111]: pgmap v8024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:43:57.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:57.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:58.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:58.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:43:59.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:43:58 smithi187 ceph-mon[111815]: pgmap v8025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:43:58 smithi088 ceph-mon[96111]: pgmap v8025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:43:59.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:43:59.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:00.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:00.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:00 smithi187 ceph-mon[111815]: pgmap v8026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:44:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:00 smithi088 ceph-mon[96111]: pgmap v8026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:44:01.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:01.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:02.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:02.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:02 smithi187 ceph-mon[111815]: pgmap v8027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:03.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:02 smithi088 ceph-mon[96111]: pgmap v8027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:03.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:03.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:04.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:04.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:04 smithi088 ceph-mon[96111]: pgmap v8028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:04 smithi187 ceph-mon[111815]: pgmap v8028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:05.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:05.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:06.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:06.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:07.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:06 smithi088 ceph-mon[96111]: pgmap v8029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:06 smithi187 ceph-mon[111815]: pgmap v8029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:07.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:07.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:08.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:08.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:08 smithi088 ceph-mon[96111]: pgmap v8030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:08 smithi187 ceph-mon[111815]: pgmap v8030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:09.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:09.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:10.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:10.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:10 smithi187 ceph-mon[111815]: pgmap v8031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:11.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:10 smithi088 ceph-mon[96111]: pgmap v8031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:11.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:11.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:12.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:12.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:13.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:12 smithi088 ceph-mon[96111]: pgmap v8032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:12 smithi187 ceph-mon[111815]: pgmap v8032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:13.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:13.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:14.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:14.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:14 smithi088 ceph-mon[96111]: pgmap v8033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:14 smithi187 ceph-mon[111815]: pgmap v8033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:15.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:15.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:44:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:44:16.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:16.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:17.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:16 smithi088 ceph-mon[96111]: pgmap v8034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:16 smithi187 ceph-mon[111815]: pgmap v8034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:17.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:17.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:18.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:18.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:18 smithi187 ceph-mon[111815]: pgmap v8035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:18 smithi088 ceph-mon[96111]: pgmap v8035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:19.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:19.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:20.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:20.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:20 smithi187 ceph-mon[111815]: pgmap v8036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:20 smithi088 ceph-mon[96111]: pgmap v8036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:21.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:21.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:22.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:22.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:22 smithi187 ceph-mon[111815]: pgmap v8037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:22 smithi088 ceph-mon[96111]: pgmap v8037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:23.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:23.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:24.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:24.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:24 smithi088 ceph-mon[96111]: pgmap v8038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:24 smithi187 ceph-mon[111815]: pgmap v8038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:25.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:25.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:25 smithi187 ceph-mon[111815]: pgmap v8039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:25 smithi088 ceph-mon[96111]: pgmap v8039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:26.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:26.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:27.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:27.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:28 smithi088 ceph-mon[96111]: pgmap v8040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:28.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:28.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:28 smithi187 ceph-mon[111815]: pgmap v8040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:29.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:29.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:30.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:30.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:30 smithi088 ceph-mon[96111]: pgmap v8041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:44:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:30 smithi187 ceph-mon[111815]: pgmap v8041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:44:31.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:31.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:32.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:32.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:32 smithi088 ceph-mon[96111]: pgmap v8042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:32 smithi187 ceph-mon[111815]: pgmap v8042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:33.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:33.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:34.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:34.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:34 smithi088 ceph-mon[96111]: pgmap v8043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:34 smithi187 ceph-mon[111815]: pgmap v8043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:35.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:35.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:36.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:36.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:37.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:36 smithi088 ceph-mon[96111]: pgmap v8044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:36 smithi187 ceph-mon[111815]: pgmap v8044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:37.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:37.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:38.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:38.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:39.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:38 smithi088 ceph-mon[96111]: pgmap v8045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:38 smithi187 ceph-mon[111815]: pgmap v8045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:39.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:39.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:40.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:40.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:41.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:40 smithi088 ceph-mon[96111]: pgmap v8046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:40 smithi187 ceph-mon[111815]: pgmap v8046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:41.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:41.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:42.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:42.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:42 smithi187 ceph-mon[111815]: pgmap v8047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:43.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:42 smithi088 ceph-mon[96111]: pgmap v8047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:43.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:43.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:44.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:44.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:45.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:44 smithi088 ceph-mon[96111]: pgmap v8048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:44 smithi187 ceph-mon[111815]: pgmap v8048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:45.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:45.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:44:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:44:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:44:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:44:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:44:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:44:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:44:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:44:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:44:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:44:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:44:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:44:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:44:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:44:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:44:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:44:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:44:46.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:44:46.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:46.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:46 smithi187 ceph-mon[111815]: pgmap v8049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:46 smithi088 ceph-mon[96111]: pgmap v8049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:47.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:47.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:48.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:48.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:48 smithi088 ceph-mon[96111]: pgmap v8050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:48 smithi187 ceph-mon[111815]: pgmap v8050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:49.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:49.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:50.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:50.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:51.096 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:50 smithi187 ceph-mon[111815]: pgmap v8051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:50 smithi088 ceph-mon[96111]: pgmap v8051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:51.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:51.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:52.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:52.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:52 smithi187 ceph-mon[111815]: pgmap v8052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:53.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:52 smithi088 ceph-mon[96111]: pgmap v8052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:53.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:53.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:54.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:54.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:54 smithi088 ceph-mon[96111]: pgmap v8053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:54 smithi187 ceph-mon[111815]: pgmap v8053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:55.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:55.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:56.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:56.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:56 smithi187 ceph-mon[111815]: pgmap v8054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:56 smithi088 ceph-mon[96111]: pgmap v8054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:44:57.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:57.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:44:57 smithi187 ceph-mon[111815]: pgmap v8055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:44:57 smithi088 ceph-mon[96111]: pgmap v8055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:44:58.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:58.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:44:59.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:44:59.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:00.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:00.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:00 smithi088 ceph-mon[96111]: pgmap v8056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:45:01.201 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:00 smithi187 ceph-mon[111815]: pgmap v8056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:01.202 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:45:01.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:01.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:02.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:02.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:02 smithi088 ceph-mon[96111]: pgmap v8057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:02 smithi187 ceph-mon[111815]: pgmap v8057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:03.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:03.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:04.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:04.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:04 smithi088 ceph-mon[96111]: pgmap v8058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:04 smithi187 ceph-mon[111815]: pgmap v8058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:05.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:05.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:06.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:06.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:06 smithi088 ceph-mon[96111]: pgmap v8059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:06 smithi187 ceph-mon[111815]: pgmap v8059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:07.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:07.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:08.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:08.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:08 smithi187 ceph-mon[111815]: pgmap v8060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:08 smithi088 ceph-mon[96111]: pgmap v8060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:09.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:09.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:10.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:10.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:10 smithi187 ceph-mon[111815]: pgmap v8061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:11.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:10 smithi088 ceph-mon[96111]: pgmap v8061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:11.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:11.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:12.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:12.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:12 smithi187 ceph-mon[111815]: pgmap v8062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:12 smithi088 ceph-mon[96111]: pgmap v8062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:13.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:13.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:14.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:14.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:15.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:14 smithi088 ceph-mon[96111]: pgmap v8063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:14 smithi187 ceph-mon[111815]: pgmap v8063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:15.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:15.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:45:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:45:16.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:16.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:16 smithi187 ceph-mon[111815]: pgmap v8064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:16 smithi088 ceph-mon[96111]: pgmap v8064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:17.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:17.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:18.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:18.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:18 smithi187 ceph-mon[111815]: pgmap v8065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:18 smithi088 ceph-mon[96111]: pgmap v8065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:19.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:19.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:20.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:20.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:20 smithi187 ceph-mon[111815]: pgmap v8066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:20 smithi088 ceph-mon[96111]: pgmap v8066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:21.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:21.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:22.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:22.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:22 smithi187 ceph-mon[111815]: pgmap v8067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:22 smithi088 ceph-mon[96111]: pgmap v8067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:23.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:23.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:24.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:24.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:24 smithi088 ceph-mon[96111]: pgmap v8068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:24 smithi187 ceph-mon[111815]: pgmap v8068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:25.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:25.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:26.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:26.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:27.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:26 smithi088 ceph-mon[96111]: pgmap v8069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:26 smithi187 ceph-mon[111815]: pgmap v8069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:27.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:27.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:28.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:28.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:28 smithi088 ceph-mon[96111]: pgmap v8070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:28 smithi187 ceph-mon[111815]: pgmap v8070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:29.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:29.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:30.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:30.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:30 smithi187 ceph-mon[111815]: pgmap v8071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:45:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:30 smithi088 ceph-mon[96111]: pgmap v8071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:45:32.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:32.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:33.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:33.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:32 smithi187 ceph-mon[111815]: pgmap v8072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:33.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:32 smithi088 ceph-mon[96111]: pgmap v8072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:34.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:34.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:35.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:35.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:34 smithi088 ceph-mon[96111]: pgmap v8073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:34 smithi187 ceph-mon[111815]: pgmap v8073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:36.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:36.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:37.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:37.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:36 smithi187 ceph-mon[111815]: pgmap v8074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:36 smithi088 ceph-mon[96111]: pgmap v8074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:38.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:38.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:39.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:39.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:38 smithi187 ceph-mon[111815]: pgmap v8075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:39.258 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:38 smithi088 ceph-mon[96111]: pgmap v8075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:40.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:40.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:41.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:41.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:40 smithi187 ceph-mon[111815]: pgmap v8076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:41.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:40 smithi088 ceph-mon[96111]: pgmap v8076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:42.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:42.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:43.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:43.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:42 smithi187 ceph-mon[111815]: pgmap v8077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:42 smithi088 ceph-mon[96111]: pgmap v8077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:44.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:44.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:45.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:45.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:44 smithi088 ceph-mon[96111]: pgmap v8078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:44 smithi187 ceph-mon[111815]: pgmap v8078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:46.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:46.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:45:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:45:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:46 smithi187 ceph-mon[111815]: pgmap v8079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:45:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:45:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:45:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:45:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:45:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:45:47.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:47.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:46 smithi088 ceph-mon[96111]: pgmap v8079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:45:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:45:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:45:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:45:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:45:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:45:48.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:48.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:47 smithi187 ceph-mon[111815]: pgmap v8080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:47 smithi088 ceph-mon[96111]: pgmap v8080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:49.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:49.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:50.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:50.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:51.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:51.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:50 smithi088 ceph-mon[96111]: pgmap v8081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:50 smithi187 ceph-mon[111815]: pgmap v8081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:52.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:52.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:53.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:53.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:52 smithi187 ceph-mon[111815]: pgmap v8082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:52 smithi088 ceph-mon[96111]: pgmap v8082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:54.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:54.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:55.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:55.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:54 smithi088 ceph-mon[96111]: pgmap v8083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:54 smithi187 ceph-mon[111815]: pgmap v8083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:56.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:56.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:57.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:57.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:56 smithi187 ceph-mon[111815]: pgmap v8084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:56 smithi088 ceph-mon[96111]: pgmap v8084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:45:58.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:58.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:59.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:45:59.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:45:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:45:58 smithi187 ceph-mon[111815]: pgmap v8085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:45:59.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:45:58 smithi088 ceph-mon[96111]: pgmap v8085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:00.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:00.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:01.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:01.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:00 smithi187 ceph-mon[111815]: pgmap v8086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:46:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:00 smithi088 ceph-mon[96111]: pgmap v8086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:46:02.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:02.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:03.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:03.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:02 smithi187 ceph-mon[111815]: pgmap v8087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:02 smithi088 ceph-mon[96111]: pgmap v8087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:04.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:04.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:05.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:05.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:04 smithi187 ceph-mon[111815]: pgmap v8088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:05.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:04 smithi088 ceph-mon[96111]: pgmap v8088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:06.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:06.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:07.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:07.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:06 smithi187 ceph-mon[111815]: pgmap v8089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:06 smithi088 ceph-mon[96111]: pgmap v8089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:08.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:08.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:09.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:09.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:08 smithi187 ceph-mon[111815]: pgmap v8090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:08 smithi088 ceph-mon[96111]: pgmap v8090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:10.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:10.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:11.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:11.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:10 smithi187 ceph-mon[111815]: pgmap v8091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:10 smithi088 ceph-mon[96111]: pgmap v8091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:12.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:12.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:13.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:13.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:12 smithi187 ceph-mon[111815]: pgmap v8092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:12 smithi088 ceph-mon[96111]: pgmap v8092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:14.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:14.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:15.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:15.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:14 smithi187 ceph-mon[111815]: pgmap v8093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:14 smithi088 ceph-mon[96111]: pgmap v8093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:16.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:16.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:46:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:15 smithi187 ceph-mon[111815]: pgmap v8094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:46:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:15 smithi088 ceph-mon[96111]: pgmap v8094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:17.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:17.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:18.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:18.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:18 smithi088 ceph-mon[96111]: pgmap v8095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:19.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:19.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:18 smithi187 ceph-mon[111815]: pgmap v8095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:20.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:20.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:21.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:21.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:20 smithi187 ceph-mon[111815]: pgmap v8096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:20 smithi088 ceph-mon[96111]: pgmap v8096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:22.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:22.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:23.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:23.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:22 smithi187 ceph-mon[111815]: pgmap v8097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:22 smithi088 ceph-mon[96111]: pgmap v8097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:24.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:24.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:24 smithi088 ceph-mon[96111]: pgmap v8098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:25.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:25.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:24 smithi187 ceph-mon[111815]: pgmap v8098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:26.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:26.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:27.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:27.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:27.096 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:26 smithi187 ceph-mon[111815]: pgmap v8099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:26 smithi088 ceph-mon[96111]: pgmap v8099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:28.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:28.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:29.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:29.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:28 smithi187 ceph-mon[111815]: pgmap v8100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:29.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:28 smithi088 ceph-mon[96111]: pgmap v8100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:30.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:30.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:31.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:31.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:30 smithi187 ceph-mon[111815]: pgmap v8101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:46:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:30 smithi088 ceph-mon[96111]: pgmap v8101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:46:32.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:32.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:33.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:33.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:32 smithi187 ceph-mon[111815]: pgmap v8102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:32 smithi088 ceph-mon[96111]: pgmap v8102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:34.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:34.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:34 smithi088 ceph-mon[96111]: pgmap v8103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:35.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:35.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:34 smithi187 ceph-mon[111815]: pgmap v8103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:36.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:36.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:37.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:37.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:37.203 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:36 smithi187 ceph-mon[111815]: pgmap v8104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:36 smithi088 ceph-mon[96111]: pgmap v8104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:38.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:38.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:39.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:39.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:38 smithi187 ceph-mon[111815]: pgmap v8105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:38 smithi088 ceph-mon[96111]: pgmap v8105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:40.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:40.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:41.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:41.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:40 smithi187 ceph-mon[111815]: pgmap v8106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:41.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:40 smithi088 ceph-mon[96111]: pgmap v8106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:42.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:42.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:43.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:43.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:42 smithi187 ceph-mon[111815]: pgmap v8107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:42 smithi088 ceph-mon[96111]: pgmap v8107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:44.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:44.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:44 smithi088 ceph-mon[96111]: pgmap v8108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:45.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:45.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:44 smithi187 ceph-mon[111815]: pgmap v8108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:46.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:46.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:46:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:45 smithi187 ceph-mon[111815]: pgmap v8109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:46:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:45 smithi088 ceph-mon[96111]: pgmap v8109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:47.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:47.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:46:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:46:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:46:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:46:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:46:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:46:47.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:46:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:46:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:46:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:46:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:46:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:46:48.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:48.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:47 smithi187 ceph-mon[111815]: pgmap v8110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:47 smithi088 ceph-mon[96111]: pgmap v8110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:49.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:49.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:50.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:50.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:51.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:51.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:50 smithi187 ceph-mon[111815]: pgmap v8111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:51.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:50 smithi088 ceph-mon[96111]: pgmap v8111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:52.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:52.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:53.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:53.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:52 smithi187 ceph-mon[111815]: pgmap v8112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:52 smithi088 ceph-mon[96111]: pgmap v8112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:54.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:54.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:54.999 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:54 smithi088 ceph-mon[96111]: pgmap v8113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:55.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:55.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:54 smithi187 ceph-mon[111815]: pgmap v8113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:56.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:56.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:57.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:56 smithi187 ceph-mon[111815]: pgmap v8114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:56 smithi088 ceph-mon[96111]: pgmap v8114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:46:58.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:58.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:59.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:46:59.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:46:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:46:58 smithi187 ceph-mon[111815]: pgmap v8115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:46:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:46:58 smithi088 ceph-mon[96111]: pgmap v8115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:00.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:00.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:01.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:01.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:00 smithi187 ceph-mon[111815]: pgmap v8116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:47:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:00 smithi088 ceph-mon[96111]: pgmap v8116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:47:02.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:02.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:03.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:03.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:02 smithi187 ceph-mon[111815]: pgmap v8117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:03.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:02 smithi088 ceph-mon[96111]: pgmap v8117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:04.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:04.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:04 smithi088 ceph-mon[96111]: pgmap v8118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:05.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:05.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:04 smithi187 ceph-mon[111815]: pgmap v8118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:06.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:06.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:07.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:07.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:06 smithi187 ceph-mon[111815]: pgmap v8119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:07.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:06 smithi088 ceph-mon[96111]: pgmap v8119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:08.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:08.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:09.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:09.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:08 smithi187 ceph-mon[111815]: pgmap v8120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:08 smithi088 ceph-mon[96111]: pgmap v8120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:10.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:10.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:11.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:11.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:10 smithi187 ceph-mon[111815]: pgmap v8121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:10 smithi088 ceph-mon[96111]: pgmap v8121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:12.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:12.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:13.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:13.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:12 smithi187 ceph-mon[111815]: pgmap v8122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:12 smithi088 ceph-mon[96111]: pgmap v8122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:14.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:14.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:14 smithi088 ceph-mon[96111]: pgmap v8123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:15.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:15.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:14 smithi187 ceph-mon[111815]: pgmap v8123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:16.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:16.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:47:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:47:17.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:17.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:16 smithi187 ceph-mon[111815]: pgmap v8124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:16 smithi088 ceph-mon[96111]: pgmap v8124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:18.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:18.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:19.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:19.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:18 smithi187 ceph-mon[111815]: pgmap v8125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:18 smithi088 ceph-mon[96111]: pgmap v8125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:20.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:20.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:21.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:21.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:20 smithi187 ceph-mon[111815]: pgmap v8126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:21.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:20 smithi088 ceph-mon[96111]: pgmap v8126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:22.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:22.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:22 smithi187 ceph-mon[111815]: pgmap v8127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:23.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:23.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:22 smithi088 ceph-mon[96111]: pgmap v8127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:24.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:24.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:24 smithi088 ceph-mon[96111]: pgmap v8128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:25.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:25.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:24 smithi187 ceph-mon[111815]: pgmap v8128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:26.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:26.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:27.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:27.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:26 smithi187 ceph-mon[111815]: pgmap v8129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:27.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:26 smithi088 ceph-mon[96111]: pgmap v8129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:28.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:28.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:29.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:29.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:28 smithi187 ceph-mon[111815]: pgmap v8130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:28 smithi088 ceph-mon[96111]: pgmap v8130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:30.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:30.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:31.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:31.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:30 smithi187 ceph-mon[111815]: pgmap v8131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:47:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:30 smithi088 ceph-mon[96111]: pgmap v8131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:47:32.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:32.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:33.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:33.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:32 smithi187 ceph-mon[111815]: pgmap v8132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:33.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:32 smithi088 ceph-mon[96111]: pgmap v8132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:34.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:34.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:34 smithi088 ceph-mon[96111]: pgmap v8133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:35.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:35.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:34 smithi187 ceph-mon[111815]: pgmap v8133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:36.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:36.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:37.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:37.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:36 smithi187 ceph-mon[111815]: pgmap v8134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:36 smithi088 ceph-mon[96111]: pgmap v8134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:38.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:38.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:38 smithi187 ceph-mon[111815]: pgmap v8135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:39.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:39.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:39.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:38 smithi088 ceph-mon[96111]: pgmap v8135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:40.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:40.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:40 smithi187 ceph-mon[111815]: pgmap v8136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:41.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:41.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:41.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:40 smithi088 ceph-mon[96111]: pgmap v8136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:42.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:42.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:42 smithi187 ceph-mon[111815]: pgmap v8137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:43.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:43.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:42 smithi088 ceph-mon[96111]: pgmap v8137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:44.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:44.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:44 smithi088 ceph-mon[96111]: pgmap v8138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:44 smithi187 ceph-mon[111815]: pgmap v8138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:45.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:45.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:47:46.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:46.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:47:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:46 smithi187 ceph-mon[111815]: pgmap v8139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:47.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:47.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:47.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:46 smithi088 ceph-mon[96111]: pgmap v8139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:47:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:47:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:47:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:47:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:47:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:47:48.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:48.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:47:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:47:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:47:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:47:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:47:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:47:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:48 smithi187 ceph-mon[111815]: pgmap v8140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:49.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:49.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:48 smithi088 ceph-mon[96111]: pgmap v8140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:49 smithi187 ceph-mon[111815]: pgmap v8141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:50.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:50.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:49 smithi088 ceph-mon[96111]: pgmap v8141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:51.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:51.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:52.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:52.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:52 smithi088 ceph-mon[96111]: pgmap v8142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:52 smithi187 ceph-mon[111815]: pgmap v8142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:53.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:53.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:54.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:54.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:54 smithi088 ceph-mon[96111]: pgmap v8143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:54 smithi187 ceph-mon[111815]: pgmap v8143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:55.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:55.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:56.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:56.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:56 smithi187 ceph-mon[111815]: pgmap v8144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:57.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:57.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:56 smithi088 ceph-mon[96111]: pgmap v8144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:47:58.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:58.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:47:58 smithi187 ceph-mon[111815]: pgmap v8145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:47:59.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:47:59.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:47:59.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:47:58 smithi088 ceph-mon[96111]: pgmap v8145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:00.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:00.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:00 smithi088 ceph-mon[96111]: pgmap v8146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:48:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:00 smithi187 ceph-mon[111815]: pgmap v8146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:48:01.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:01.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:02.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:02.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:02 smithi187 ceph-mon[111815]: pgmap v8147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:03.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:03.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:03.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:02 smithi088 ceph-mon[96111]: pgmap v8147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:04.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:04.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:04 smithi088 ceph-mon[96111]: pgmap v8148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:04 smithi187 ceph-mon[111815]: pgmap v8148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:05.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:05.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:06.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:06.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:06 smithi187 ceph-mon[111815]: pgmap v8149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:07.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:07.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:06 smithi088 ceph-mon[96111]: pgmap v8149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:08.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:08.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:08 smithi187 ceph-mon[111815]: pgmap v8150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:09.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:09.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:08 smithi088 ceph-mon[96111]: pgmap v8150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:10.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:10.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:10 smithi088 ceph-mon[96111]: pgmap v8151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:10 smithi187 ceph-mon[111815]: pgmap v8151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:11.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:11.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:11 smithi187 ceph-mon[111815]: pgmap v8152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:12.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:12.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:11 smithi088 ceph-mon[96111]: pgmap v8152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:13.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:13.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:14.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:14.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:14 smithi088 ceph-mon[96111]: pgmap v8153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:14 smithi187 ceph-mon[111815]: pgmap v8153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:15.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:15.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:48:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:48:16.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:16.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:16 smithi187 ceph-mon[111815]: pgmap v8154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:17.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:17.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:17.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:16 smithi088 ceph-mon[96111]: pgmap v8154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:18.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:18.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:18 smithi187 ceph-mon[111815]: pgmap v8155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:19.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:19.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:19.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:18 smithi088 ceph-mon[96111]: pgmap v8155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:20.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:20.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:20 smithi187 ceph-mon[111815]: pgmap v8156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:21.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:21.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:20 smithi088 ceph-mon[96111]: pgmap v8156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:22.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:22.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:22 smithi187 ceph-mon[111815]: pgmap v8157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:23.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:23.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:23.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:22 smithi088 ceph-mon[96111]: pgmap v8157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:24.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:24.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:24 smithi088 ceph-mon[96111]: pgmap v8158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:24 smithi187 ceph-mon[111815]: pgmap v8158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:25.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:25.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:26.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:26.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:26 smithi187 ceph-mon[111815]: pgmap v8159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:27.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:27.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:27.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:26 smithi088 ceph-mon[96111]: pgmap v8159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:28.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:28.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:28 smithi187 ceph-mon[111815]: pgmap v8160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:29.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:29.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:29.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:28 smithi088 ceph-mon[96111]: pgmap v8160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:29 smithi187 ceph-mon[111815]: pgmap v8161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:30.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:30.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:29 smithi088 ceph-mon[96111]: pgmap v8161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:48:31.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:31.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:48:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:31 smithi187 ceph-mon[111815]: pgmap v8162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:32.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:32.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:31 smithi088 ceph-mon[96111]: pgmap v8162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:33.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:33.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:34.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:34.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:34 smithi088 ceph-mon[96111]: pgmap v8163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:34 smithi187 ceph-mon[111815]: pgmap v8163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:35.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:35.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:36.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:36.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:36 smithi187 ceph-mon[111815]: pgmap v8164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:37.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:37.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:37.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:36 smithi088 ceph-mon[96111]: pgmap v8164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:38.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:38.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:38 smithi187 ceph-mon[111815]: pgmap v8165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:39.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:39.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:39.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:38 smithi088 ceph-mon[96111]: pgmap v8165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:40.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:40.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:40 smithi187 ceph-mon[111815]: pgmap v8166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:41.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:41.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:41.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:40 smithi088 ceph-mon[96111]: pgmap v8166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:42.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:42.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:42 smithi187 ceph-mon[111815]: pgmap v8167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:43.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:43.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:43.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:42 smithi088 ceph-mon[96111]: pgmap v8167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:44.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:44.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:44 smithi088 ceph-mon[96111]: pgmap v8168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:44 smithi187 ceph-mon[111815]: pgmap v8168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:45.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:45.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:48:46.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:46.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:48:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:46 smithi187 ceph-mon[111815]: pgmap v8169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:47.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:47.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:47.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:46 smithi088 ceph-mon[96111]: pgmap v8169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:48:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:47 smithi187 ceph-mon[111815]: pgmap v8170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:48:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:48:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:48:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:48:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:48:48.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:48.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:48:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:47 smithi088 ceph-mon[96111]: pgmap v8170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:48:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:48:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:48:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:48:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:48:49.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:49.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:50.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:50.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:51.136 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:50 smithi088 ceph-mon[96111]: pgmap v8171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:50 smithi187 ceph-mon[111815]: pgmap v8171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:51.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:51.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:52.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:52.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:52 smithi187 ceph-mon[111815]: pgmap v8172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:52 smithi088 ceph-mon[96111]: pgmap v8172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:53.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:53.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:54.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:54.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:55.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:54 smithi088 ceph-mon[96111]: pgmap v8173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:54 smithi187 ceph-mon[111815]: pgmap v8173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:55.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:55.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:56.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:56.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:56 smithi187 ceph-mon[111815]: pgmap v8174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:56 smithi088 ceph-mon[96111]: pgmap v8174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:48:57.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:57.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:58.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:58.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:48:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:48:58 smithi187 ceph-mon[111815]: pgmap v8175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:48:58 smithi088 ceph-mon[96111]: pgmap v8175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:48:59.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:48:59.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:00.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:00.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:00 smithi187 ceph-mon[111815]: pgmap v8176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:49:01.235 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:00 smithi088 ceph-mon[96111]: pgmap v8176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:01.235 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:49:01.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:01.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:02.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:02.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:02 smithi187 ceph-mon[111815]: pgmap v8177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:02 smithi088 ceph-mon[96111]: pgmap v8177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:03.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:03.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:04.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:04.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:04 smithi088 ceph-mon[96111]: pgmap v8178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:04 smithi187 ceph-mon[111815]: pgmap v8178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:05.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:05.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:06.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:06.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:06 smithi187 ceph-mon[111815]: pgmap v8179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:06 smithi088 ceph-mon[96111]: pgmap v8179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:07.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:07.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:08.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:08.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:08 smithi187 ceph-mon[111815]: pgmap v8180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:09.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:08 smithi088 ceph-mon[96111]: pgmap v8180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:09.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:09.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:10.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:10.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:10 smithi187 ceph-mon[111815]: pgmap v8181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:10 smithi088 ceph-mon[96111]: pgmap v8181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:11.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:11.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:12.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:12.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:12 smithi187 ceph-mon[111815]: pgmap v8182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:13.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:12 smithi088 ceph-mon[96111]: pgmap v8182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:13.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:13.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:14.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:14.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:15.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:14 smithi088 ceph-mon[96111]: pgmap v8183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:14 smithi187 ceph-mon[111815]: pgmap v8183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:15.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:15.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:49:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:49:16.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:16.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:16 smithi187 ceph-mon[111815]: pgmap v8184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:17.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:16 smithi088 ceph-mon[96111]: pgmap v8184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:17.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:17.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:17 smithi187 ceph-mon[111815]: pgmap v8185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:17 smithi088 ceph-mon[96111]: pgmap v8185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:18.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:18.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:19.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:19.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:20.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:20.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:20 smithi187 ceph-mon[111815]: pgmap v8186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:20 smithi088 ceph-mon[96111]: pgmap v8186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:21.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:21.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:22.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:22.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:22 smithi187 ceph-mon[111815]: pgmap v8187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:22 smithi088 ceph-mon[96111]: pgmap v8187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:23.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:23.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:24.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:24.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:24 smithi088 ceph-mon[96111]: pgmap v8188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:24 smithi187 ceph-mon[111815]: pgmap v8188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:25.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:25.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:26.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:26.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:26 smithi187 ceph-mon[111815]: pgmap v8189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:26 smithi088 ceph-mon[96111]: pgmap v8189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:27.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:27.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:28.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:28.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:28 smithi187 ceph-mon[111815]: pgmap v8190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:28 smithi088 ceph-mon[96111]: pgmap v8190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:29.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:29.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:30.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:30.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:30 smithi187 ceph-mon[111815]: pgmap v8191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:49:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:30 smithi088 ceph-mon[96111]: pgmap v8191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:49:31.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:31.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:31 smithi187 ceph-mon[111815]: pgmap v8192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:31 smithi088 ceph-mon[96111]: pgmap v8192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:32.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:32.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:33.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:33.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:34.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:34.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:34 smithi088 ceph-mon[96111]: pgmap v8193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:34 smithi187 ceph-mon[111815]: pgmap v8193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:35.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:35.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:36.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:36.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:36 smithi187 ceph-mon[111815]: pgmap v8194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:36 smithi088 ceph-mon[96111]: pgmap v8194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:37.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:37.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:38.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:38.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:38 smithi187 ceph-mon[111815]: pgmap v8195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:38 smithi088 ceph-mon[96111]: pgmap v8195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:39.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:39.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:40.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:40.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:40 smithi187 ceph-mon[111815]: pgmap v8196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:40 smithi088 ceph-mon[96111]: pgmap v8196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:41.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:41.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:42.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:42.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:42 smithi187 ceph-mon[111815]: pgmap v8197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:42 smithi088 ceph-mon[96111]: pgmap v8197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:43.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:43.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:44.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:44.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:44 smithi088 ceph-mon[96111]: pgmap v8198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:44 smithi187 ceph-mon[111815]: pgmap v8198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:45.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:45.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:49:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:49:46.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:46.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:46 smithi088 ceph-mon[96111]: pgmap v8199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:46 smithi187 ceph-mon[111815]: pgmap v8199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:47.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:47.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:47 smithi187 ceph-mon[111815]: pgmap v8200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:47 smithi088 ceph-mon[96111]: pgmap v8200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:48.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:48.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:49.205 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:49:49.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:49:49.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:49.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:49 smithi187 ceph-mon[111815]: pgmap v8201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:49 smithi088 ceph-mon[96111]: pgmap v8201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:50.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:50.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:51.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:51.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:49:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:49:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:49:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:49:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:49:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:49:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:49:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:49:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:49:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:49:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:49:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:49:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:49:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:49:52.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:52.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:52 smithi088 ceph-mon[96111]: pgmap v8202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:52 smithi187 ceph-mon[111815]: pgmap v8202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:53.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:53.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:54.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:54.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:54 smithi088 ceph-mon[96111]: pgmap v8203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:54 smithi187 ceph-mon[111815]: pgmap v8203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:55.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:55.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:56.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:56.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:56 smithi088 ceph-mon[96111]: pgmap v8204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:56 smithi187 ceph-mon[111815]: pgmap v8204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:49:57.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:57.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:58.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:58.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:49:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:49:58 smithi187 ceph-mon[111815]: pgmap v8205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:49:58 smithi088 ceph-mon[96111]: pgmap v8205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:49:59.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:49:59.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:00.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:00.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:00 smithi187 ceph-mon[111815]: pgmap v8206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T03:50:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:50:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:00 smithi088 ceph-mon[96111]: pgmap v8206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T03:50:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:50:01.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:01.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:02.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:02.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:02 smithi187 ceph-mon[111815]: pgmap v8207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:02 smithi088 ceph-mon[96111]: pgmap v8207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:03.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:03.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:04.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:04.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:04 smithi088 ceph-mon[96111]: pgmap v8208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:04 smithi187 ceph-mon[111815]: pgmap v8208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:05.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:05.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:06.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:06.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:06 smithi187 ceph-mon[111815]: pgmap v8209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:06 smithi088 ceph-mon[96111]: pgmap v8209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:07.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:07.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:07 smithi187 ceph-mon[111815]: pgmap v8210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:07 smithi088 ceph-mon[96111]: pgmap v8210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:08.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:08.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:09.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:09.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:10.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:10.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:10 smithi187 ceph-mon[111815]: pgmap v8211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:10 smithi088 ceph-mon[96111]: pgmap v8211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:11.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:11.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:12.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:12.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:12 smithi187 ceph-mon[111815]: pgmap v8212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:12 smithi088 ceph-mon[96111]: pgmap v8212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:13.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:13.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:14.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:14.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:14 smithi088 ceph-mon[96111]: pgmap v8213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:14 smithi187 ceph-mon[111815]: pgmap v8213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:15.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:15.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:50:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:50:16.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:16.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:16 smithi187 ceph-mon[111815]: pgmap v8214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:16 smithi088 ceph-mon[96111]: pgmap v8214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:17.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:17.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:17 smithi187 ceph-mon[111815]: pgmap v8215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:17 smithi088 ceph-mon[96111]: pgmap v8215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:18.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:18.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:19.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:19.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:20.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:20.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:20 smithi187 ceph-mon[111815]: pgmap v8216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:20 smithi088 ceph-mon[96111]: pgmap v8216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:21.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:21.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:22.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:22.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:22 smithi187 ceph-mon[111815]: pgmap v8217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:23.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:22 smithi088 ceph-mon[96111]: pgmap v8217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:23.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:23.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:24.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:24.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:24 smithi088 ceph-mon[96111]: pgmap v8218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:24 smithi187 ceph-mon[111815]: pgmap v8218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:25.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:25.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:26.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:26.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:26 smithi187 ceph-mon[111815]: pgmap v8219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:26 smithi088 ceph-mon[96111]: pgmap v8219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:27.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:27.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:28.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:28.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:28 smithi187 ceph-mon[111815]: pgmap v8220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:28 smithi088 ceph-mon[96111]: pgmap v8220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:29.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:29.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:29 smithi187 ceph-mon[111815]: pgmap v8221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:29 smithi088 ceph-mon[96111]: pgmap v8221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:30.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:30.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:50:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:50:31.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:31.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:31 smithi187 ceph-mon[111815]: pgmap v8222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:31 smithi088 ceph-mon[96111]: pgmap v8222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:32.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:32.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:33.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:33.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:34.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:34.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:34 smithi187 ceph-mon[111815]: pgmap v8223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:35.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:34 smithi088 ceph-mon[96111]: pgmap v8223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:35.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:35.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:37.174 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:36 smithi088 ceph-mon[96111]: pgmap v8224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:36 smithi187 ceph-mon[111815]: pgmap v8224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:37.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:37.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:38.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:38.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:38 smithi187 ceph-mon[111815]: pgmap v8225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:38 smithi088 ceph-mon[96111]: pgmap v8225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:39.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:39.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:40.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:40.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:40 smithi187 ceph-mon[111815]: pgmap v8226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:40 smithi088 ceph-mon[96111]: pgmap v8226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:41.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:41.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:42.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:42.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:42 smithi187 ceph-mon[111815]: pgmap v8227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:42 smithi088 ceph-mon[96111]: pgmap v8227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:43.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:43.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:44.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:44.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:44 smithi088 ceph-mon[96111]: pgmap v8228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:44 smithi187 ceph-mon[111815]: pgmap v8228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:45.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:45.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:50:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:50:46.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:46.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:46 smithi187 ceph-mon[111815]: pgmap v8229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:47.272 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:46 smithi088 ceph-mon[96111]: pgmap v8229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:47.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:47.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:47 smithi187 ceph-mon[111815]: pgmap v8230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:47 smithi088 ceph-mon[96111]: pgmap v8230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:48.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:48.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:49.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:49.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:50.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:50.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:50 smithi187 ceph-mon[111815]: pgmap v8231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:50 smithi088 ceph-mon[96111]: pgmap v8231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:51.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:51.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:50:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:50:52.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:52.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:52 smithi187 ceph-mon[111815]: pgmap v8232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:53.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:52 smithi088 ceph-mon[96111]: pgmap v8232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:53.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:53.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:54.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:54.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:54 smithi088 ceph-mon[96111]: pgmap v8233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:54 smithi187 ceph-mon[111815]: pgmap v8233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:55.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:55.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:56.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:56.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:56 smithi088 ceph-mon[96111]: pgmap v8234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:50:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:50:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:50:57.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:50:57.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:50:57.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:50:57.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:50:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:56 smithi187 ceph-mon[111815]: pgmap v8234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:50:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:50:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:50:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:50:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:50:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:50:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:50:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:50:57.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:57.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:58.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:58.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:50:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:50:58 smithi187 ceph-mon[111815]: pgmap v8235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:50:58 smithi088 ceph-mon[96111]: pgmap v8235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:50:59.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:50:59.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:00.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:00.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:00 smithi187 ceph-mon[111815]: pgmap v8236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:51:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:00 smithi088 ceph-mon[96111]: pgmap v8236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:51:01.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:01.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:02.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:02.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:02 smithi187 ceph-mon[111815]: pgmap v8237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:03.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:02 smithi088 ceph-mon[96111]: pgmap v8237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:03.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:03.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:04.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:04.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:04 smithi088 ceph-mon[96111]: pgmap v8238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:04 smithi187 ceph-mon[111815]: pgmap v8238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:05.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:05.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:06.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:06.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:06 smithi187 ceph-mon[111815]: pgmap v8239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:06 smithi088 ceph-mon[96111]: pgmap v8239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:07.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:07.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:07 smithi187 ceph-mon[111815]: pgmap v8240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:07 smithi088 ceph-mon[96111]: pgmap v8240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:08.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:08.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:09.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:09.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:10.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:10.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:10 smithi187 ceph-mon[111815]: pgmap v8241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:10 smithi088 ceph-mon[96111]: pgmap v8241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:11.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:11.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:12.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:12.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:12 smithi187 ceph-mon[111815]: pgmap v8242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:12 smithi088 ceph-mon[96111]: pgmap v8242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:13.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:13.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:14.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:14.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:14 smithi088 ceph-mon[96111]: pgmap v8243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:14 smithi187 ceph-mon[111815]: pgmap v8243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:15.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:15.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:51:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:51:16.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:16.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:16 smithi187 ceph-mon[111815]: pgmap v8244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:17.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:16 smithi088 ceph-mon[96111]: pgmap v8244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:17.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:17.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:17 smithi187 ceph-mon[111815]: pgmap v8245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:17 smithi088 ceph-mon[96111]: pgmap v8245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:18.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:18.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:19.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:19.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:20.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:20.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:20 smithi187 ceph-mon[111815]: pgmap v8246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:20 smithi088 ceph-mon[96111]: pgmap v8246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:21.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:21.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:22.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:22.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:22 smithi187 ceph-mon[111815]: pgmap v8247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:22 smithi088 ceph-mon[96111]: pgmap v8247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:23.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:23.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:24.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:24.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:24 smithi088 ceph-mon[96111]: pgmap v8248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:24 smithi187 ceph-mon[111815]: pgmap v8248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:25.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:25.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:26.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:26.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:26 smithi187 ceph-mon[111815]: pgmap v8249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:26 smithi088 ceph-mon[96111]: pgmap v8249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:27.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:27.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:27 smithi088 ceph-mon[96111]: pgmap v8250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:27 smithi187 ceph-mon[111815]: pgmap v8250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:28.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:28.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:29.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:29.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:30.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:30.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:30 smithi187 ceph-mon[111815]: pgmap v8251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:51:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:30 smithi088 ceph-mon[96111]: pgmap v8251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:51:31.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:31.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:32.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:32.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:32 smithi088 ceph-mon[96111]: pgmap v8252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:32 smithi187 ceph-mon[111815]: pgmap v8252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:33.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:33.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:34.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:34.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:34 smithi088 ceph-mon[96111]: pgmap v8253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:34 smithi187 ceph-mon[111815]: pgmap v8253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:35.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:35.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:35 smithi088 ceph-mon[96111]: pgmap v8254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:35 smithi187 ceph-mon[111815]: pgmap v8254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:36.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:36.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:37.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:37.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:38.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:38.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:38 smithi187 ceph-mon[111815]: pgmap v8255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:38 smithi088 ceph-mon[96111]: pgmap v8255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:39.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:39.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:40.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:40.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:40 smithi187 ceph-mon[111815]: pgmap v8256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:41.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:40 smithi088 ceph-mon[96111]: pgmap v8256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:41.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:41.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:42.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:42.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:42 smithi088 ceph-mon[96111]: pgmap v8257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:42 smithi187 ceph-mon[111815]: pgmap v8257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:43.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:43.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:44.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:44.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:44 smithi088 ceph-mon[96111]: pgmap v8258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:44 smithi187 ceph-mon[111815]: pgmap v8258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:45.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:45.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:51:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:51:46.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:46.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:46 smithi187 ceph-mon[111815]: pgmap v8259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:46 smithi088 ceph-mon[96111]: pgmap v8259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:47.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:47.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:47 smithi187 ceph-mon[111815]: pgmap v8260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:47 smithi088 ceph-mon[96111]: pgmap v8260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:48.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:48.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:49.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:49.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:50.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:50.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:50 smithi187 ceph-mon[111815]: pgmap v8261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:50 smithi088 ceph-mon[96111]: pgmap v8261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:51.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:51.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:52.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:52.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:52 smithi187 ceph-mon[111815]: pgmap v8262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:52 smithi088 ceph-mon[96111]: pgmap v8262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:53.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:53.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:54.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:54.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:55.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:54 smithi088 ceph-mon[96111]: pgmap v8263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:54 smithi187 ceph-mon[111815]: pgmap v8263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:55.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:55.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:55 smithi187 ceph-mon[111815]: pgmap v8264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:55 smithi088 ceph-mon[96111]: pgmap v8264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:51:56.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:56.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:51:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:51:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:51:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:51:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:51:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:51:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:51:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:51:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:51:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:51:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:51:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:51:57.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:57.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:51:57 smithi187 ceph-mon[111815]: pgmap v8265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:51:57 smithi088 ceph-mon[96111]: pgmap v8265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:51:58.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:58.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:51:59.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:51:59.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:00.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:00.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:00 smithi187 ceph-mon[111815]: pgmap v8266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:52:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:00 smithi088 ceph-mon[96111]: pgmap v8266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:52:01.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:01.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:02.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:02.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:02 smithi187 ceph-mon[111815]: pgmap v8267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:02 smithi088 ceph-mon[96111]: pgmap v8267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:03.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:03.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:04.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:04.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:04 smithi088 ceph-mon[96111]: pgmap v8268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:04 smithi187 ceph-mon[111815]: pgmap v8268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:05.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:05.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:06.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:06.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:06 smithi187 ceph-mon[111815]: pgmap v8269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:06 smithi088 ceph-mon[96111]: pgmap v8269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:07.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:07.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:08.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:08.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:08 smithi187 ceph-mon[111815]: pgmap v8270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:09.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:08 smithi088 ceph-mon[96111]: pgmap v8270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:09.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:09.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:09 smithi187 ceph-mon[111815]: pgmap v8271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:09 smithi088 ceph-mon[96111]: pgmap v8271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:10.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:10.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:11.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:11.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:12.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:12.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:12 smithi187 ceph-mon[111815]: pgmap v8272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:12 smithi088 ceph-mon[96111]: pgmap v8272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:13.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:13.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:14.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:14.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:14 smithi088 ceph-mon[96111]: pgmap v8273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:14 smithi187 ceph-mon[111815]: pgmap v8273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:15.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:15.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:52:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:52:16.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:16.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:16 smithi187 ceph-mon[111815]: pgmap v8274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:16 smithi088 ceph-mon[96111]: pgmap v8274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:17.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:17.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:17 smithi187 ceph-mon[111815]: pgmap v8275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:17 smithi088 ceph-mon[96111]: pgmap v8275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:18.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:18.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:19.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:19.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:20.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:20.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:20 smithi187 ceph-mon[111815]: pgmap v8276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:20 smithi088 ceph-mon[96111]: pgmap v8276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:21.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:21.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:22.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:22.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:22 smithi187 ceph-mon[111815]: pgmap v8277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:23.213 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:22 smithi088 ceph-mon[96111]: pgmap v8277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:23.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:23.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:24.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:24.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:24 smithi088 ceph-mon[96111]: pgmap v8278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:24 smithi187 ceph-mon[111815]: pgmap v8278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:25.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:25.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:26.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:26.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:26 smithi187 ceph-mon[111815]: pgmap v8279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:26 smithi088 ceph-mon[96111]: pgmap v8279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:27.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:27.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:28.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:27 smithi088 ceph-mon[96111]: pgmap v8280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:27 smithi187 ceph-mon[111815]: pgmap v8280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:28.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:28.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:29.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:29.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:30.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:30.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:30 smithi187 ceph-mon[111815]: pgmap v8281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:52:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:30 smithi088 ceph-mon[96111]: pgmap v8281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:52:31.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:31.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:31 smithi088 ceph-mon[96111]: pgmap v8282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:31 smithi187 ceph-mon[111815]: pgmap v8282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:32.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:32.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:33.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:33.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:34.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:34.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:34 smithi088 ceph-mon[96111]: pgmap v8283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:34 smithi187 ceph-mon[111815]: pgmap v8283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:35.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:35.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:36.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:36.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:36 smithi187 ceph-mon[111815]: pgmap v8284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:36 smithi088 ceph-mon[96111]: pgmap v8284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:37.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:37.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:37 smithi088 ceph-mon[96111]: pgmap v8285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:37 smithi187 ceph-mon[111815]: pgmap v8285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:38.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:38.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:39.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:39.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:39 smithi187 ceph-mon[111815]: pgmap v8286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:39 smithi088 ceph-mon[96111]: pgmap v8286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:40.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:40.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:41.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:41.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:42.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:42.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:42 smithi187 ceph-mon[111815]: pgmap v8287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:42 smithi088 ceph-mon[96111]: pgmap v8287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:43.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:43.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:44.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:44.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:44 smithi088 ceph-mon[96111]: pgmap v8288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:44 smithi187 ceph-mon[111815]: pgmap v8288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:45.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:45.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:52:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:52:46.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:46.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:46 smithi187 ceph-mon[111815]: pgmap v8289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:46 smithi088 ceph-mon[96111]: pgmap v8289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:47.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:47.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:47 smithi187 ceph-mon[111815]: pgmap v8290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:47 smithi088 ceph-mon[96111]: pgmap v8290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:48.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:48.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:49.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:49.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:49 smithi088 ceph-mon[96111]: pgmap v8291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:49 smithi187 ceph-mon[111815]: pgmap v8291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:50.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:50.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:51.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:51.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:52.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:52.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:52 smithi187 ceph-mon[111815]: pgmap v8292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:53.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:52 smithi088 ceph-mon[96111]: pgmap v8292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:53.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:53.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:54.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:54.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:54 smithi088 ceph-mon[96111]: pgmap v8293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:54 smithi187 ceph-mon[111815]: pgmap v8293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:55.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:55.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:55 smithi088 ceph-mon[96111]: pgmap v8294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:55 smithi187 ceph-mon[111815]: pgmap v8294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:52:56.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:56.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:57.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:52:57.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:52:57.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:57.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:58.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:52:58.556 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:52:58.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:52:58.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:52:58.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:52:58.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:52:58.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:52:58.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:58 smithi088 ceph-mon[96111]: pgmap v8295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:52:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:52:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:52:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:52:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:52:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:52:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:52:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:58 smithi187 ceph-mon[111815]: pgmap v8295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:52:58.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:58.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:52:59.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:52:59.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:52:59 smithi088 ceph-mon[96111]: pgmap v8296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:52:59 smithi187 ceph-mon[111815]: pgmap v8296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:00.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:00.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:53:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:53:01.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:01.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:01 smithi088 ceph-mon[96111]: pgmap v8297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:01 smithi187 ceph-mon[111815]: pgmap v8297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:02.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:02.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:03.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:03.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:04.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:04.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:04 smithi088 ceph-mon[96111]: pgmap v8298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:04 smithi187 ceph-mon[111815]: pgmap v8298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:05.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:05.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:05 smithi187 ceph-mon[111815]: pgmap v8299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:05 smithi088 ceph-mon[96111]: pgmap v8299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:06.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:06.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:07.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:07.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:08.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:08.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:08 smithi088 ceph-mon[96111]: pgmap v8300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:08 smithi187 ceph-mon[111815]: pgmap v8300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:09.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:09.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:09 smithi187 ceph-mon[111815]: pgmap v8301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:09 smithi088 ceph-mon[96111]: pgmap v8301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:10.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:10.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:11.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:11.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:12.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:12.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:12 smithi187 ceph-mon[111815]: pgmap v8302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:12 smithi088 ceph-mon[96111]: pgmap v8302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:13.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:13.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:14.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:14.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:14 smithi088 ceph-mon[96111]: pgmap v8303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:14 smithi187 ceph-mon[111815]: pgmap v8303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:15.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:15.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:53:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:53:16.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:16.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:16 smithi187 ceph-mon[111815]: pgmap v8304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:17.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:16 smithi088 ceph-mon[96111]: pgmap v8304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:17.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:17.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:18.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:18.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:18 smithi088 ceph-mon[96111]: pgmap v8305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:18 smithi187 ceph-mon[111815]: pgmap v8305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:19.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:19.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:19 smithi088 ceph-mon[96111]: pgmap v8306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:19 smithi187 ceph-mon[111815]: pgmap v8306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:20.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:20.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:21.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:21.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:22.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:22.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:22 smithi187 ceph-mon[111815]: pgmap v8307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:22 smithi088 ceph-mon[96111]: pgmap v8307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:23.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:23.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:24.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:24.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:25.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:24 smithi088 ceph-mon[96111]: pgmap v8308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:24 smithi187 ceph-mon[111815]: pgmap v8308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:25.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:25.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:25 smithi187 ceph-mon[111815]: pgmap v8309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:25 smithi088 ceph-mon[96111]: pgmap v8309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:26.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:26.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:27.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:27.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:28.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:28.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:28 smithi187 ceph-mon[111815]: pgmap v8310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:28 smithi088 ceph-mon[96111]: pgmap v8310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:29.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:29.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:29 smithi187 ceph-mon[111815]: pgmap v8311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:29 smithi088 ceph-mon[96111]: pgmap v8311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:30.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:30.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:53:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:53:31.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:31.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:31 smithi187 ceph-mon[111815]: pgmap v8312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:31 smithi088 ceph-mon[96111]: pgmap v8312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:32.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:32.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:33.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:33.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:34.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:34.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:34 smithi088 ceph-mon[96111]: pgmap v8313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:34 smithi187 ceph-mon[111815]: pgmap v8313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:35.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:35.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:36.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:36.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:36 smithi187 ceph-mon[111815]: pgmap v8314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:36 smithi088 ceph-mon[96111]: pgmap v8314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:37.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:37.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:38.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:38.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:38 smithi187 ceph-mon[111815]: pgmap v8315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:38 smithi088 ceph-mon[96111]: pgmap v8315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:39.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:39.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:39 smithi088 ceph-mon[96111]: pgmap v8316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:39 smithi187 ceph-mon[111815]: pgmap v8316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:40.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:40.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:41.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:41.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:42.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:42.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:42 smithi187 ceph-mon[111815]: pgmap v8317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:43.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:42 smithi088 ceph-mon[96111]: pgmap v8317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:43.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:43.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:44.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:44.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:44 smithi088 ceph-mon[96111]: pgmap v8318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:44 smithi187 ceph-mon[111815]: pgmap v8318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:45.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:45.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:53:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:53:46.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:46.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:46 smithi187 ceph-mon[111815]: pgmap v8319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:46 smithi088 ceph-mon[96111]: pgmap v8319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:47.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:47.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:48.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:48.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:48 smithi187 ceph-mon[111815]: pgmap v8320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:49.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:48 smithi088 ceph-mon[96111]: pgmap v8320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:49.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:49.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:49 smithi187 ceph-mon[111815]: pgmap v8321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:49 smithi088 ceph-mon[96111]: pgmap v8321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:50.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:50.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:51.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:51.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:52.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:52.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:52 smithi187 ceph-mon[111815]: pgmap v8322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:53.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:52 smithi088 ceph-mon[96111]: pgmap v8322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:53.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:53.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:54.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:54.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:54 smithi088 ceph-mon[96111]: pgmap v8323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:54 smithi187 ceph-mon[111815]: pgmap v8323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:55.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:55.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:56.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:56.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:56 smithi187 ceph-mon[111815]: pgmap v8324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:56 smithi088 ceph-mon[96111]: pgmap v8324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:53:57.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:57.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:53:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:53:58.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:58.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:53:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:58 smithi187 ceph-mon[111815]: pgmap v8325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:53:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:53:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:53:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:53:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:53:59.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:58 smithi088 ceph-mon[96111]: pgmap v8325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:53:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:53:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:53:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:53:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:53:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:53:59.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:53:59.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:53:59 smithi088 ceph-mon[96111]: pgmap v8326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:53:59 smithi187 ceph-mon[111815]: pgmap v8326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:00.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:00.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:54:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:54:01.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:01.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:01 smithi187 ceph-mon[111815]: pgmap v8327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:01 smithi088 ceph-mon[96111]: pgmap v8327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:02.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:02.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:03.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:03.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:04.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:04.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:04 smithi088 ceph-mon[96111]: pgmap v8328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:04 smithi187 ceph-mon[111815]: pgmap v8328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:05.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:05.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:06.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:06.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:06 smithi187 ceph-mon[111815]: pgmap v8329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:07.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:06 smithi088 ceph-mon[96111]: pgmap v8329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:07.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:07.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:08.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:08.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:08 smithi187 ceph-mon[111815]: pgmap v8330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:09.243 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:08 smithi088 ceph-mon[96111]: pgmap v8330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:09.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:09.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:09 smithi187 ceph-mon[111815]: pgmap v8331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:09 smithi088 ceph-mon[96111]: pgmap v8331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:10.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:10.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:11.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:11.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:12.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:12.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:12 smithi187 ceph-mon[111815]: pgmap v8332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:12 smithi088 ceph-mon[96111]: pgmap v8332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:13.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:13.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:14.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:14.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:14 smithi088 ceph-mon[96111]: pgmap v8333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:14 smithi187 ceph-mon[111815]: pgmap v8333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:15.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:15.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:54:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:54:16.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:16.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:16 smithi187 ceph-mon[111815]: pgmap v8334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:16 smithi088 ceph-mon[96111]: pgmap v8334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:17.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:17.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:18.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:18.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:18 smithi187 ceph-mon[111815]: pgmap v8335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:18 smithi088 ceph-mon[96111]: pgmap v8335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:19.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:19.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:19 smithi187 ceph-mon[111815]: pgmap v8336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:19 smithi088 ceph-mon[96111]: pgmap v8336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:20.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:20.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:21.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:21.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:22.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:22.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:22 smithi187 ceph-mon[111815]: pgmap v8337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:22 smithi088 ceph-mon[96111]: pgmap v8337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:23.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:23.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:24.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:24.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:25.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:24 smithi088 ceph-mon[96111]: pgmap v8338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:24 smithi187 ceph-mon[111815]: pgmap v8338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:25.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:25.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:26.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:26.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:26 smithi187 ceph-mon[111815]: pgmap v8339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:27.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:26 smithi088 ceph-mon[96111]: pgmap v8339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:27.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:27.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:28.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:28.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:28 smithi187 ceph-mon[111815]: pgmap v8340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:29.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:28 smithi088 ceph-mon[96111]: pgmap v8340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:29.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:29.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:29 smithi187 ceph-mon[111815]: pgmap v8341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:29 smithi088 ceph-mon[96111]: pgmap v8341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:30.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:30.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:54:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:54:31.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:31.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:31 smithi187 ceph-mon[111815]: pgmap v8342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:31 smithi088 ceph-mon[96111]: pgmap v8342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:32.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:32.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:33.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:33.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:34.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:34.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:34 smithi187 ceph-mon[111815]: pgmap v8343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:35.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:34 smithi088 ceph-mon[96111]: pgmap v8343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:35.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:35.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:36.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:36.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:36 smithi187 ceph-mon[111815]: pgmap v8344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:37.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:36 smithi088 ceph-mon[96111]: pgmap v8344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:37.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:37.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:38.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:38.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:38 smithi187 ceph-mon[111815]: pgmap v8345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:39.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:38 smithi088 ceph-mon[96111]: pgmap v8345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:39.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:39.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:39 smithi187 ceph-mon[111815]: pgmap v8346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:39 smithi088 ceph-mon[96111]: pgmap v8346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:40.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:40.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:41.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:41.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:42.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:42.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:42 smithi187 ceph-mon[111815]: pgmap v8347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:43.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:42 smithi088 ceph-mon[96111]: pgmap v8347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:43.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:43.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:44.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:44.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:44 smithi187 ceph-mon[111815]: pgmap v8348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:44 smithi088 ceph-mon[96111]: pgmap v8348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:45.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:45.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:54:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:54:46.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:46.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:46 smithi187 ceph-mon[111815]: pgmap v8349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:47.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:46 smithi088 ceph-mon[96111]: pgmap v8349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:47.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:47.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:48.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:48.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:48 smithi187 ceph-mon[111815]: pgmap v8350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:48 smithi088 ceph-mon[96111]: pgmap v8350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:49.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:49.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:49 smithi187 ceph-mon[111815]: pgmap v8351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:49 smithi088 ceph-mon[96111]: pgmap v8351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:50.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:50.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:51.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:51.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:52.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:52.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:52 smithi187 ceph-mon[111815]: pgmap v8352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:53.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:52 smithi088 ceph-mon[96111]: pgmap v8352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:53.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:53.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:54.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:54.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:54 smithi088 ceph-mon[96111]: pgmap v8353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:54 smithi187 ceph-mon[111815]: pgmap v8353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:55.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:55.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:56.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:56.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:56 smithi187 ceph-mon[111815]: pgmap v8354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:57.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:56 smithi088 ceph-mon[96111]: pgmap v8354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:54:57.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:57.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:58.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:58.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:54:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:58 smithi187 ceph-mon[111815]: pgmap v8355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:54:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:54:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:54:59.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:58 smithi088 ceph-mon[96111]: pgmap v8355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:54:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:54:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:54:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:54:59.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:54:59.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:00.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:55:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:55:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:55:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:55:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:55:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:54:59 smithi088 ceph-mon[96111]: pgmap v8356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:55:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:55:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:55:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:55:00.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:55:00.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:54:59 smithi187 ceph-mon[111815]: pgmap v8356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:00.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:00.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:55:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:55:01.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:01.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:02 smithi088 ceph-mon[96111]: pgmap v8357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:02 smithi187 ceph-mon[111815]: pgmap v8357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:02.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:02.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:03.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:03.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:04.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:04.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:05.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:04 smithi088 ceph-mon[96111]: pgmap v8358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:04 smithi187 ceph-mon[111815]: pgmap v8358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:05.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:05.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:06.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:06.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:06 smithi187 ceph-mon[111815]: pgmap v8359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:06 smithi088 ceph-mon[96111]: pgmap v8359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:07.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:07.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:08.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:08.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:08 smithi187 ceph-mon[111815]: pgmap v8360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:08 smithi088 ceph-mon[96111]: pgmap v8360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:09.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:09.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:09 smithi187 ceph-mon[111815]: pgmap v8361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:09 smithi088 ceph-mon[96111]: pgmap v8361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:10.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:10.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:11.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:11.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:12.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:12.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:12 smithi187 ceph-mon[111815]: pgmap v8362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:13.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:12 smithi088 ceph-mon[96111]: pgmap v8362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:13.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:13.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:14.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:14.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:15.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:14 smithi088 ceph-mon[96111]: pgmap v8363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:14 smithi187 ceph-mon[111815]: pgmap v8363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:15.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:15.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:55:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:55:16.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:16.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:16 smithi187 ceph-mon[111815]: pgmap v8364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:17.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:16 smithi088 ceph-mon[96111]: pgmap v8364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:17.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:17.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:18.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:18.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:18 smithi187 ceph-mon[111815]: pgmap v8365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:19.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:18 smithi088 ceph-mon[96111]: pgmap v8365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:19.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:19.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:19 smithi187 ceph-mon[111815]: pgmap v8366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:19 smithi088 ceph-mon[96111]: pgmap v8366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:20.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:20.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:21.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:21.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:22.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:22.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:22 smithi187 ceph-mon[111815]: pgmap v8367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:23.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:22 smithi088 ceph-mon[96111]: pgmap v8367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:23.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:23.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:24.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:24.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:24.985 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:24 smithi088 ceph-mon[96111]: pgmap v8368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:24 smithi187 ceph-mon[111815]: pgmap v8368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:25.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:25.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:26.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:26.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:26 smithi187 ceph-mon[111815]: pgmap v8369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:27.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:26 smithi088 ceph-mon[96111]: pgmap v8369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:27.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:27.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:28.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:28.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:28 smithi187 ceph-mon[111815]: pgmap v8370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:29.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:28 smithi088 ceph-mon[96111]: pgmap v8370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:29.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:29.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:29 smithi187 ceph-mon[111815]: pgmap v8371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:29 smithi088 ceph-mon[96111]: pgmap v8371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:30.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:30.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:55:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:55:31.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:31.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:31 smithi088 ceph-mon[96111]: pgmap v8372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:31 smithi187 ceph-mon[111815]: pgmap v8372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:32.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:32.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:33.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:33.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:34.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:34.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:34 smithi088 ceph-mon[96111]: pgmap v8373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:34 smithi187 ceph-mon[111815]: pgmap v8373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:35.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:35.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:36.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:36.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:36 smithi187 ceph-mon[111815]: pgmap v8374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:37.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:36 smithi088 ceph-mon[96111]: pgmap v8374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:37.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:37.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:38.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:38.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:38 smithi187 ceph-mon[111815]: pgmap v8375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:39.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:38 smithi088 ceph-mon[96111]: pgmap v8375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:39.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:39.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:39 smithi187 ceph-mon[111815]: pgmap v8376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:39 smithi088 ceph-mon[96111]: pgmap v8376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:40.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:40.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:41.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:41.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:42.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:42.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:42 smithi187 ceph-mon[111815]: pgmap v8377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:43.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:42 smithi088 ceph-mon[96111]: pgmap v8377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:43.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:43.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:44.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:44.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:45.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:44 smithi088 ceph-mon[96111]: pgmap v8378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:44 smithi187 ceph-mon[111815]: pgmap v8378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:45.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:45.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:55:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:55:46.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:46.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:46 smithi187 ceph-mon[111815]: pgmap v8379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:47.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:46 smithi088 ceph-mon[96111]: pgmap v8379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:47.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:47.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:49.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:49.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:48 smithi187 ceph-mon[111815]: pgmap v8380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:49.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:48 smithi088 ceph-mon[96111]: pgmap v8380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:50.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:50.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:50.234 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:49 smithi088 ceph-mon[96111]: pgmap v8381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:49 smithi187 ceph-mon[111815]: pgmap v8381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:51.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:51.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:52.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:52.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:53.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:53.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:52 smithi187 ceph-mon[111815]: pgmap v8382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:53.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:52 smithi088 ceph-mon[96111]: pgmap v8382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:54.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:54.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:55.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:55.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:55.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:54 smithi088 ceph-mon[96111]: pgmap v8383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:54 smithi187 ceph-mon[111815]: pgmap v8383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:56.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:56.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:57.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:57.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:56 smithi187 ceph-mon[111815]: pgmap v8384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:57.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:56 smithi088 ceph-mon[96111]: pgmap v8384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:55:58.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:58.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:59.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:55:59.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:55:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:58 smithi187 ceph-mon[111815]: pgmap v8385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:55:59.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:58 smithi088 ceph-mon[96111]: pgmap v8385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:00.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:00.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:56:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:56:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:56:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:56:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:56:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:56:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:55:59 smithi187 ceph-mon[111815]: pgmap v8386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:56:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:56:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:56:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:56:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:56:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:56:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:55:59 smithi088 ceph-mon[96111]: pgmap v8386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:01.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:01.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:56:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:56:02.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:02.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:01 smithi088 ceph-mon[96111]: pgmap v8387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:01 smithi187 ceph-mon[111815]: pgmap v8387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:03.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:03.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:04.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:04.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:05.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:05.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:05.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:04 smithi088 ceph-mon[96111]: pgmap v8388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:04 smithi187 ceph-mon[111815]: pgmap v8388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:06.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:06.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:07.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:07.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:06 smithi187 ceph-mon[111815]: pgmap v8389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:07.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:06 smithi088 ceph-mon[96111]: pgmap v8389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:08.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:08.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:09.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:09.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:08 smithi187 ceph-mon[111815]: pgmap v8390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:09.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:08 smithi088 ceph-mon[96111]: pgmap v8390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:10.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:10.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:09 smithi088 ceph-mon[96111]: pgmap v8391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:09 smithi187 ceph-mon[111815]: pgmap v8391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:11.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:11.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:12.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:12.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:13.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:13.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:12 smithi187 ceph-mon[111815]: pgmap v8392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:13.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:12 smithi088 ceph-mon[96111]: pgmap v8392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:14.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:14.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:15.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:15.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:14 smithi187 ceph-mon[111815]: pgmap v8393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:15.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:14 smithi088 ceph-mon[96111]: pgmap v8393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:16.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:16.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:56:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:56:17.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:17.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:16 smithi187 ceph-mon[111815]: pgmap v8394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:17.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:16 smithi088 ceph-mon[96111]: pgmap v8394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:18.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:18.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:19.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:19.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:18 smithi187 ceph-mon[111815]: pgmap v8395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:19.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:18 smithi088 ceph-mon[96111]: pgmap v8395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:20.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:20.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:19 smithi088 ceph-mon[96111]: pgmap v8396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:19 smithi187 ceph-mon[111815]: pgmap v8396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:21.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:21.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:22.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:22.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:23.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:23.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:22 smithi187 ceph-mon[111815]: pgmap v8397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:23.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:22 smithi088 ceph-mon[96111]: pgmap v8397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:24.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:24.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:25.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:25.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:24 smithi187 ceph-mon[111815]: pgmap v8398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:25.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:24 smithi088 ceph-mon[96111]: pgmap v8398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:26.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:26.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:27.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:27.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:26 smithi187 ceph-mon[111815]: pgmap v8399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:27.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:26 smithi088 ceph-mon[96111]: pgmap v8399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:28.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:28.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:29.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:29.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:28 smithi187 ceph-mon[111815]: pgmap v8400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:29.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:28 smithi088 ceph-mon[96111]: pgmap v8400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:30.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:30.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:29 smithi088 ceph-mon[96111]: pgmap v8401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:29 smithi187 ceph-mon[111815]: pgmap v8401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:31.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:31.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:56:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:56:32.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:32.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:31 smithi088 ceph-mon[96111]: pgmap v8402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:31 smithi187 ceph-mon[111815]: pgmap v8402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:33.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:33.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:34.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:34.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:35.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:35.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:34 smithi187 ceph-mon[111815]: pgmap v8403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:35.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:34 smithi088 ceph-mon[96111]: pgmap v8403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:36.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:36.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:37.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:37.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:36 smithi187 ceph-mon[111815]: pgmap v8404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:37.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:36 smithi088 ceph-mon[96111]: pgmap v8404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:38.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:38.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:39.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:39.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:38 smithi187 ceph-mon[111815]: pgmap v8405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:39.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:38 smithi088 ceph-mon[96111]: pgmap v8405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:40.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:40.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:39 smithi088 ceph-mon[96111]: pgmap v8406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:39 smithi187 ceph-mon[111815]: pgmap v8406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:41.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:41.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:42.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:42.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:43.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:43.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:42 smithi187 ceph-mon[111815]: pgmap v8407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:43.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:42 smithi088 ceph-mon[96111]: pgmap v8407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:44.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:44.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:45.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:45.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:44 smithi187 ceph-mon[111815]: pgmap v8408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:45.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:44 smithi088 ceph-mon[96111]: pgmap v8408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:46.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:56:46.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:46.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:56:47.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:47.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:47.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:46 smithi088 ceph-mon[96111]: pgmap v8409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:47.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:46 smithi187 ceph-mon[111815]: pgmap v8409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:48.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:48.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:48 smithi088 ceph-mon[96111]: pgmap v8410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:48 smithi187 ceph-mon[111815]: pgmap v8410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:49.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:49.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:50.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:50.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:49 smithi088 ceph-mon[96111]: pgmap v8411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:49 smithi187 ceph-mon[111815]: pgmap v8411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:51.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:51.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:52.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:52.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:53.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:53.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:52 smithi187 ceph-mon[111815]: pgmap v8412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:53.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:52 smithi088 ceph-mon[96111]: pgmap v8412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:54.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:54.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:55.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:55.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:54 smithi187 ceph-mon[111815]: pgmap v8413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:55.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:54 smithi088 ceph-mon[96111]: pgmap v8413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:56.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:56.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:57.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:57.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:57.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:56 smithi088 ceph-mon[96111]: pgmap v8414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:57.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:56 smithi187 ceph-mon[111815]: pgmap v8414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:56:58.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:58.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:59.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:56:59.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:56:59.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:58 smithi088 ceph-mon[96111]: pgmap v8415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:56:59.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:58 smithi187 ceph-mon[111815]: pgmap v8415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:00.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:00.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:57:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:56:59 smithi088 ceph-mon[96111]: pgmap v8416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:57:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:56:59 smithi187 ceph-mon[111815]: pgmap v8416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:01.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:01.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:57:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:57:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:57:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:57:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:57:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:57:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:57:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:57:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:57:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:57:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:57:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:57:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:57:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:57:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:57:01.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:57:02.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:02.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:01 smithi088 ceph-mon[96111]: pgmap v8417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:01 smithi187 ceph-mon[111815]: pgmap v8417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:03.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:03.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:04.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:04.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:05.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:05.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:04 smithi187 ceph-mon[111815]: pgmap v8418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:05.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:04 smithi088 ceph-mon[96111]: pgmap v8418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:06.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:06.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:05 smithi088 ceph-mon[96111]: pgmap v8419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:05 smithi187 ceph-mon[111815]: pgmap v8419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:07.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:07.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:08.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:08.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:09.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:09.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:08 smithi187 ceph-mon[111815]: pgmap v8420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:09.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:08 smithi088 ceph-mon[96111]: pgmap v8420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:10.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:10.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:09 smithi088 ceph-mon[96111]: pgmap v8421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:09 smithi187 ceph-mon[111815]: pgmap v8421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:11.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:11.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:12.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:12.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:13.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:13.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:13.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:12 smithi088 ceph-mon[96111]: pgmap v8422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:13.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:12 smithi187 ceph-mon[111815]: pgmap v8422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:14.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:14.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:15.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:15.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:15.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:14 smithi088 ceph-mon[96111]: pgmap v8423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:14 smithi187 ceph-mon[111815]: pgmap v8423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:16.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:16.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:57:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:57:17.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:17.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:17.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:16 smithi088 ceph-mon[96111]: pgmap v8424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:17.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:16 smithi187 ceph-mon[111815]: pgmap v8424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:18.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:18.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:17 smithi088 ceph-mon[96111]: pgmap v8425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:17 smithi187 ceph-mon[111815]: pgmap v8425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:19.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:19.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:20.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:20.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:19 smithi088 ceph-mon[96111]: pgmap v8426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:19 smithi187 ceph-mon[111815]: pgmap v8426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:21.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:21.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:22.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:22.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:23.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:23.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:22 smithi088 ceph-mon[96111]: pgmap v8427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:23.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:22 smithi187 ceph-mon[111815]: pgmap v8427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:24.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:24.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:25.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:25.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:24 smithi088 ceph-mon[96111]: pgmap v8428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:25.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:24 smithi187 ceph-mon[111815]: pgmap v8428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:26.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:26.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:26.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:25 smithi088 ceph-mon[96111]: pgmap v8429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:25 smithi187 ceph-mon[111815]: pgmap v8429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:27.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:27.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:28.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:28.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:29.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:29.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:29.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:28 smithi088 ceph-mon[96111]: pgmap v8430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:29.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:28 smithi187 ceph-mon[111815]: pgmap v8430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:30.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:30.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:29 smithi088 ceph-mon[96111]: pgmap v8431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:29 smithi187 ceph-mon[111815]: pgmap v8431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:31.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:31.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:57:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:57:32.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:32.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:31 smithi088 ceph-mon[96111]: pgmap v8432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:31 smithi187 ceph-mon[111815]: pgmap v8432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:33.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:33.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:34.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:34.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:35.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:35.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:35.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:34 smithi088 ceph-mon[96111]: pgmap v8433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:35.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:34 smithi187 ceph-mon[111815]: pgmap v8433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:36.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:36.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:36 smithi088 ceph-mon[96111]: pgmap v8434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:36 smithi187 ceph-mon[111815]: pgmap v8434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:37.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:37.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:38.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:38.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:39.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:39.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:39.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:38 smithi088 ceph-mon[96111]: pgmap v8435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:39.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:38 smithi187 ceph-mon[111815]: pgmap v8435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:40.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:40.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:39 smithi088 ceph-mon[96111]: pgmap v8436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:39 smithi187 ceph-mon[111815]: pgmap v8436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:41.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:41.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:42.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:42.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:43.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:43.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:43.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:42 smithi088 ceph-mon[96111]: pgmap v8437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:43.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:42 smithi187 ceph-mon[111815]: pgmap v8437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:44.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:44.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:43 smithi088 ceph-mon[96111]: pgmap v8438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:43 smithi187 ceph-mon[111815]: pgmap v8438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:45.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:45.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:57:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:57:46.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:46.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:46 smithi088 ceph-mon[96111]: pgmap v8439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:46 smithi187 ceph-mon[111815]: pgmap v8439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:47.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:47.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:48.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:48.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:48 smithi088 ceph-mon[96111]: pgmap v8440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:48 smithi187 ceph-mon[111815]: pgmap v8440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:49.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:49.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:50.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:50.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:49 smithi088 ceph-mon[96111]: pgmap v8441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:49 smithi187 ceph-mon[111815]: pgmap v8441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:51.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:51.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:52.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:52.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:52 smithi088 ceph-mon[96111]: pgmap v8442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:52 smithi187 ceph-mon[111815]: pgmap v8442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:53.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:53.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:54.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:54.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:54.279 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:54 smithi187 ceph-mon[111815]: pgmap v8443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:54 smithi088 ceph-mon[96111]: pgmap v8443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:55.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:55.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:56.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:56.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:56.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:56 smithi088 ceph-mon[96111]: pgmap v8444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:56 smithi187 ceph-mon[111815]: pgmap v8444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:57:57.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:57.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:58.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:58.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:57:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:58 smithi088 ceph-mon[96111]: pgmap v8445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:58 smithi187 ceph-mon[111815]: pgmap v8445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:57:59.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:57:59.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:00.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:00.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:57:59 smithi088 ceph-mon[96111]: pgmap v8446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:57:59 smithi187 ceph-mon[111815]: pgmap v8446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:01.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:01.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:58:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:58:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:58:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:58:02.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:02.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:02 smithi187 ceph-mon[111815]: pgmap v8447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:02.564 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:02.564 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:02.564 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:02 smithi088 ceph-mon[96111]: pgmap v8447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:03.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:03.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:04.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:04.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:04.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:04 smithi088 ceph-mon[96111]: pgmap v8448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:04.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:04 smithi187 ceph-mon[111815]: pgmap v8448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:05.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:05.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:06.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:06.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:58:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:58:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:58:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:06 smithi088 ceph-mon[96111]: pgmap v8449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:58:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:58:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:58:06.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:58:06.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:06 smithi187 ceph-mon[111815]: pgmap v8449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:07.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:07.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:08.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:08.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:08 smithi088 ceph-mon[96111]: pgmap v8450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:08 smithi187 ceph-mon[111815]: pgmap v8450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:09.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:09.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:10.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:10.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:09 smithi088 ceph-mon[96111]: pgmap v8451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:09 smithi187 ceph-mon[111815]: pgmap v8451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:11.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:11.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:12.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:12.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:12 smithi088 ceph-mon[96111]: pgmap v8452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:12 smithi187 ceph-mon[111815]: pgmap v8452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:13.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:13.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:14.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:14.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:14 smithi088 ceph-mon[96111]: pgmap v8453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:14 smithi187 ceph-mon[111815]: pgmap v8453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:15.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:15.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:58:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:58:16.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:16.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:16 smithi088 ceph-mon[96111]: pgmap v8454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:16 smithi187 ceph-mon[111815]: pgmap v8454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:17.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:17.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:18.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:18.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:18 smithi088 ceph-mon[96111]: pgmap v8455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:18 smithi187 ceph-mon[111815]: pgmap v8455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:19.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:19.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:20.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:20.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:19 smithi088 ceph-mon[96111]: pgmap v8456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:19 smithi187 ceph-mon[111815]: pgmap v8456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:21.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:21.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:22.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:22.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:22.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:22 smithi088 ceph-mon[96111]: pgmap v8457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:22 smithi187 ceph-mon[111815]: pgmap v8457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:23.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:23.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:24.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:24.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:24 smithi088 ceph-mon[96111]: pgmap v8458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:24 smithi187 ceph-mon[111815]: pgmap v8458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:25.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:25.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:26.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:26.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:26 smithi088 ceph-mon[96111]: pgmap v8459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:26 smithi187 ceph-mon[111815]: pgmap v8459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:27.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:27.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:28.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:28.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:28 smithi088 ceph-mon[96111]: pgmap v8460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:28 smithi187 ceph-mon[111815]: pgmap v8460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:29.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:29.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:30.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:30.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:29 smithi088 ceph-mon[96111]: pgmap v8461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:29 smithi187 ceph-mon[111815]: pgmap v8461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:31.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:31.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:31.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:58:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:58:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:32 smithi088 ceph-mon[96111]: pgmap v8462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:32.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:32.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:32 smithi187 ceph-mon[111815]: pgmap v8462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:33.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:33.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:34.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:34.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:34.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:34 smithi088 ceph-mon[96111]: pgmap v8463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:34 smithi187 ceph-mon[111815]: pgmap v8463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:35.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:35.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:36.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:36.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:36 smithi088 ceph-mon[96111]: pgmap v8464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:36 smithi187 ceph-mon[111815]: pgmap v8464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:37.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:37.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:38.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:38.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:38 smithi088 ceph-mon[96111]: pgmap v8465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:38 smithi187 ceph-mon[111815]: pgmap v8465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:39.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:39.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:39 smithi187 ceph-mon[111815]: pgmap v8466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:40.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:40.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:39 smithi088 ceph-mon[96111]: pgmap v8466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:41.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:41.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:42.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:42.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:42.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:42 smithi088 ceph-mon[96111]: pgmap v8467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:42 smithi187 ceph-mon[111815]: pgmap v8467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:43.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:43.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:44.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:44.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:44 smithi088 ceph-mon[96111]: pgmap v8468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:44 smithi187 ceph-mon[111815]: pgmap v8468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:45.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:45.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:58:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:58:46.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:46.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:46 smithi088 ceph-mon[96111]: pgmap v8469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:46 smithi187 ceph-mon[111815]: pgmap v8469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:47.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:47.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:48.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:48.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:48 smithi088 ceph-mon[96111]: pgmap v8470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:48 smithi187 ceph-mon[111815]: pgmap v8470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:49.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:49.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:49 smithi187 ceph-mon[111815]: pgmap v8471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:50.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:50.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:49 smithi088 ceph-mon[96111]: pgmap v8471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:51.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:51.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:52.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:52.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:52 smithi088 ceph-mon[96111]: pgmap v8472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:52 smithi187 ceph-mon[111815]: pgmap v8472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:53.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:53.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:54.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:54.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:54.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:54 smithi088 ceph-mon[96111]: pgmap v8473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:54 smithi187 ceph-mon[111815]: pgmap v8473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:55.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:55.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:56.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:56.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:56.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:56 smithi088 ceph-mon[96111]: pgmap v8474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:56 smithi187 ceph-mon[111815]: pgmap v8474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:58:57.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:57.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:58.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:58.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:58:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:58 smithi088 ceph-mon[96111]: pgmap v8475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:58 smithi187 ceph-mon[111815]: pgmap v8475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:58:59.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:58:59.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:00.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:00.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:58:59 smithi088 ceph-mon[96111]: pgmap v8476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:58:59 smithi187 ceph-mon[111815]: pgmap v8476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:01.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:01.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:59:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:59:02.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:02.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:02 smithi088 ceph-mon[96111]: pgmap v8477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:02 smithi187 ceph-mon[111815]: pgmap v8477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:03.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:03.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:04.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:04.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:04 smithi088 ceph-mon[96111]: pgmap v8478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:04 smithi187 ceph-mon[111815]: pgmap v8478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:05.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:05.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:59:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T03:59:06.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:06.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:59:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:59:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:59:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:59:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:59:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:06 smithi187 ceph-mon[111815]: pgmap v8479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:06.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T03:59:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T03:59:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:59:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T03:59:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T03:59:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:06 smithi088 ceph-mon[96111]: pgmap v8479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:07.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:07.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:08 smithi088 ceph-mon[96111]: pgmap v8480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:08.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:08.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:08 smithi187 ceph-mon[111815]: pgmap v8480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:09.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:09.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:10 smithi088 ceph-mon[96111]: pgmap v8481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:10.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:10.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:10 smithi187 ceph-mon[111815]: pgmap v8481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:11.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:11.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:12 smithi088 ceph-mon[96111]: pgmap v8482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:12.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:12.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:12 smithi187 ceph-mon[111815]: pgmap v8482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:13.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:13.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:14 smithi088 ceph-mon[96111]: pgmap v8483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:14.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:14.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:14 smithi187 ceph-mon[111815]: pgmap v8483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:15.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:15.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:59:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:59:16.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:16.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:16 smithi088 ceph-mon[96111]: pgmap v8484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:16 smithi187 ceph-mon[111815]: pgmap v8484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:17.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:17.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:18 smithi088 ceph-mon[96111]: pgmap v8485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:18.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:18.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:18 smithi187 ceph-mon[111815]: pgmap v8485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:19.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:19.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:20 smithi088 ceph-mon[96111]: pgmap v8486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:20.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:20.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:20 smithi187 ceph-mon[111815]: pgmap v8486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:21.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:21.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:22.301 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:22 smithi088 ceph-mon[96111]: pgmap v8487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:22.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:22.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:22 smithi187 ceph-mon[111815]: pgmap v8487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:23.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:23.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:24 smithi088 ceph-mon[96111]: pgmap v8488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:24.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:24.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:24 smithi187 ceph-mon[111815]: pgmap v8488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:25.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:25.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:26.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:26 smithi088 ceph-mon[96111]: pgmap v8489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:26.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:26.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:26 smithi187 ceph-mon[111815]: pgmap v8489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:27.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:27.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:28 smithi088 ceph-mon[96111]: pgmap v8490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:28.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:28.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:28 smithi187 ceph-mon[111815]: pgmap v8490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:29.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:29.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:30.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:30 smithi187 ceph-mon[111815]: pgmap v8491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:30 smithi088 ceph-mon[96111]: pgmap v8491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:30.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:30.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:59:31.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:31.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:59:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:32 smithi088 ceph-mon[96111]: pgmap v8492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:32.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:32.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:32 smithi187 ceph-mon[111815]: pgmap v8492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:33.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:33.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:34.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:34 smithi088 ceph-mon[96111]: pgmap v8493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:34.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:34.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:34 smithi187 ceph-mon[111815]: pgmap v8493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:35.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:35.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:36 smithi088 ceph-mon[96111]: pgmap v8494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:36.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:36.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:36 smithi187 ceph-mon[111815]: pgmap v8494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:37.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:37.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:38 smithi088 ceph-mon[96111]: pgmap v8495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:38.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:38.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:38 smithi187 ceph-mon[111815]: pgmap v8495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:39.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:39.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:40 smithi088 ceph-mon[96111]: pgmap v8496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:40.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:40.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:40.387 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:40 smithi187 ceph-mon[111815]: pgmap v8496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:41.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:41.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:42.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:42 smithi088 ceph-mon[96111]: pgmap v8497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:42.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:42.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:42 smithi187 ceph-mon[111815]: pgmap v8497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:43.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:43.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:44 smithi088 ceph-mon[96111]: pgmap v8498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:44.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:44.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:44 smithi187 ceph-mon[111815]: pgmap v8498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:45.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:45.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:59:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T03:59:46.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:46.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:46 smithi088 ceph-mon[96111]: pgmap v8499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:46 smithi187 ceph-mon[111815]: pgmap v8499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:47.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:47.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:48 smithi088 ceph-mon[96111]: pgmap v8500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:48.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:48.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:48 smithi187 ceph-mon[111815]: pgmap v8500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:49.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:49.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:50 smithi088 ceph-mon[96111]: pgmap v8501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:50.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:50.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:50 smithi187 ceph-mon[111815]: pgmap v8501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:51.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:51.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:52 smithi088 ceph-mon[96111]: pgmap v8502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:52.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:52.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:52 smithi187 ceph-mon[111815]: pgmap v8502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:53.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:53.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:54.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:54 smithi088 ceph-mon[96111]: pgmap v8503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:54.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:54.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:54 smithi187 ceph-mon[111815]: pgmap v8503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:55.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:55.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:56.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:56 smithi088 ceph-mon[96111]: pgmap v8504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:56.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:56.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:56 smithi187 ceph-mon[111815]: pgmap v8504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T03:59:57.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:57.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 03:59:58 smithi088 ceph-mon[96111]: pgmap v8505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:58.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:58.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T03:59:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 03:59:58 smithi187 ceph-mon[111815]: pgmap v8505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T03:59:59.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T03:59:59.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:00 smithi088 ceph-mon[96111]: pgmap v8506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T04:00:00.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:00.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:00 smithi187 ceph-mon[111815]: pgmap v8506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T04:00:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:00:01.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:01.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:00:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:02 smithi088 ceph-mon[96111]: pgmap v8507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:02.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:02.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:02 smithi187 ceph-mon[111815]: pgmap v8507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:03.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:03.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:04.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:04 smithi088 ceph-mon[96111]: pgmap v8508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:04.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:04.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:04 smithi187 ceph-mon[111815]: pgmap v8508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:05.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:05.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:00:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:00:06.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:06.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:06 smithi187 ceph-mon[111815]: pgmap v8509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:07.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:06 smithi088 ceph-mon[96111]: pgmap v8509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:07.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:07.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:08 smithi088 ceph-mon[96111]: pgmap v8510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:08.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:08.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:08 smithi187 ceph-mon[111815]: pgmap v8510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:09.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:09.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:00:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:00:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:00:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:00:09.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:00:09.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:00:09.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:00:10.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:00:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:00:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:00:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:00:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:00:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:00:10.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:00:10.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:10.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:10 smithi187 ceph-mon[111815]: pgmap v8511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:10 smithi088 ceph-mon[96111]: pgmap v8511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:11.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:11.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:12 smithi088 ceph-mon[96111]: pgmap v8512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:12.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:12.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:12 smithi187 ceph-mon[111815]: pgmap v8512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:13.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:13.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:14 smithi088 ceph-mon[96111]: pgmap v8513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:14.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:14.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:14 smithi187 ceph-mon[111815]: pgmap v8513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:15.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:15.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:00:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:00:16.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:16.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:16 smithi088 ceph-mon[96111]: pgmap v8514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:16 smithi187 ceph-mon[111815]: pgmap v8514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:17.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:17.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:18 smithi088 ceph-mon[96111]: pgmap v8515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:18.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:18.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:18 smithi187 ceph-mon[111815]: pgmap v8515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:19.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:19.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:20 smithi088 ceph-mon[96111]: pgmap v8516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:20.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:20.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:20 smithi187 ceph-mon[111815]: pgmap v8516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:21.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:21.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:22.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:22 smithi088 ceph-mon[96111]: pgmap v8517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:22.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:22.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:22 smithi187 ceph-mon[111815]: pgmap v8517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:23.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:23.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:24 smithi088 ceph-mon[96111]: pgmap v8518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:24.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:24.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:24 smithi187 ceph-mon[111815]: pgmap v8518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:25.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:25.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:26 smithi187 ceph-mon[111815]: pgmap v8519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:26.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:26 smithi088 ceph-mon[96111]: pgmap v8519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:26.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:26.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:27.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:27.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:28 smithi088 ceph-mon[96111]: pgmap v8520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:28.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:28.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:28 smithi187 ceph-mon[111815]: pgmap v8520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:29.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:29.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:30 smithi088 ceph-mon[96111]: pgmap v8521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:30 smithi187 ceph-mon[111815]: pgmap v8521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:30.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:30.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:00:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:00:31.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:31.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:32 smithi088 ceph-mon[96111]: pgmap v8522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:32 smithi187 ceph-mon[111815]: pgmap v8522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:32.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:32.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:33.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:33.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:34.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:34 smithi088 ceph-mon[96111]: pgmap v8523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:34 smithi187 ceph-mon[111815]: pgmap v8523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:34.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:34.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:35.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:35.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:36 smithi088 ceph-mon[96111]: pgmap v8524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:36 smithi187 ceph-mon[111815]: pgmap v8524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:36.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:36.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:37.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:37.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:38 smithi088 ceph-mon[96111]: pgmap v8525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:38 smithi187 ceph-mon[111815]: pgmap v8525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:38.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:38.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:39.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:39.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:40 smithi088 ceph-mon[96111]: pgmap v8526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:40 smithi187 ceph-mon[111815]: pgmap v8526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:40.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:40.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:41.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:41.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:42.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:42 smithi088 ceph-mon[96111]: pgmap v8527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:42 smithi187 ceph-mon[111815]: pgmap v8527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:42.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:42.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:43.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:43.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:44 smithi088 ceph-mon[96111]: pgmap v8528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:44 smithi187 ceph-mon[111815]: pgmap v8528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:44.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:44.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:45.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:45.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:00:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:00:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:46 smithi187 ceph-mon[111815]: pgmap v8529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:46.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:46.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:46 smithi088 ceph-mon[96111]: pgmap v8529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:47.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:47.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:48 smithi088 ceph-mon[96111]: pgmap v8530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:48 smithi187 ceph-mon[111815]: pgmap v8530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:48.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:48.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:49.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:49.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:50 smithi088 ceph-mon[96111]: pgmap v8531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:50 smithi187 ceph-mon[111815]: pgmap v8531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:50.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:50.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:51.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:51.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:52 smithi088 ceph-mon[96111]: pgmap v8532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:52 smithi187 ceph-mon[111815]: pgmap v8532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:52.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:52.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:53.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:53.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:54.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:54 smithi088 ceph-mon[96111]: pgmap v8533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:54 smithi187 ceph-mon[111815]: pgmap v8533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:54.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:54.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:55.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:55.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:56 smithi088 ceph-mon[96111]: pgmap v8534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:56 smithi187 ceph-mon[111815]: pgmap v8534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:00:56.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:56.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:57.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:57.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:00:58 smithi088 ceph-mon[96111]: pgmap v8535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:00:58 smithi187 ceph-mon[111815]: pgmap v8535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:00:58.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:58.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:00:59.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:00:59.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:00 smithi088 ceph-mon[96111]: pgmap v8536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:00 smithi187 ceph-mon[111815]: pgmap v8536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:00.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:00.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:01:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:01:01.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:01.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:02 smithi088 ceph-mon[96111]: pgmap v8537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:02 smithi187 ceph-mon[111815]: pgmap v8537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:02.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:02.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:03.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:03.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:04 smithi088 ceph-mon[96111]: pgmap v8538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:04 smithi187 ceph-mon[111815]: pgmap v8538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:04.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:04.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:05.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:05.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:06 smithi088 ceph-mon[96111]: pgmap v8539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:06 smithi187 ceph-mon[111815]: pgmap v8539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:06.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:06.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:07.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:07.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:08 smithi088 ceph-mon[96111]: pgmap v8540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:08 smithi187 ceph-mon[111815]: pgmap v8540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:08.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:08.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:09.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:09.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:01:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:10 smithi088 ceph-mon[96111]: pgmap v8541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:01:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:10 smithi187 ceph-mon[111815]: pgmap v8541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:10.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:10.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:11.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:11.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:12 smithi088 ceph-mon[96111]: pgmap v8542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:12 smithi187 ceph-mon[111815]: pgmap v8542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:12.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:12.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:13.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:13.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:14.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:14.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:15.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:01:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:01:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:14 smithi088 ceph-mon[96111]: pgmap v8543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:01:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:01:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:01:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:01:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:01:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:01:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:01:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:14 smithi187 ceph-mon[111815]: pgmap v8543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:01:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:01:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:01:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:01:15.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:01:15.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:15.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:01:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:01:16.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:16.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:16 smithi187 ceph-mon[111815]: pgmap v8544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:17.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:16 smithi088 ceph-mon[96111]: pgmap v8544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:17.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:17.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:18 smithi088 ceph-mon[96111]: pgmap v8545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:18 smithi187 ceph-mon[111815]: pgmap v8545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:18.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:18.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:19.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:19.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:20 smithi088 ceph-mon[96111]: pgmap v8546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:20 smithi187 ceph-mon[111815]: pgmap v8546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:20.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:20.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:21.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:21.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:22 smithi088 ceph-mon[96111]: pgmap v8547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:22 smithi187 ceph-mon[111815]: pgmap v8547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:22.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:22.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:23.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:23.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:24 smithi088 ceph-mon[96111]: pgmap v8548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:24 smithi187 ceph-mon[111815]: pgmap v8548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:24.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:24.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:25.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:25.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:26.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:26 smithi088 ceph-mon[96111]: pgmap v8549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:26 smithi187 ceph-mon[111815]: pgmap v8549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:26.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:26.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:27.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:27.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:28 smithi088 ceph-mon[96111]: pgmap v8550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:28 smithi187 ceph-mon[111815]: pgmap v8550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:28.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:28.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:29.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:29.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:30 smithi088 ceph-mon[96111]: pgmap v8551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:30 smithi187 ceph-mon[111815]: pgmap v8551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:30.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:30.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:01:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:01:31.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:31.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:32 smithi088 ceph-mon[96111]: pgmap v8552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:32 smithi187 ceph-mon[111815]: pgmap v8552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:32.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:32.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:33.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:33.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:34.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:34 smithi088 ceph-mon[96111]: pgmap v8553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:34 smithi187 ceph-mon[111815]: pgmap v8553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:34.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:34.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:35.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:35.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:36 smithi088 ceph-mon[96111]: pgmap v8554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:36 smithi187 ceph-mon[111815]: pgmap v8554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:36.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:36.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:37.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:37.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:38 smithi088 ceph-mon[96111]: pgmap v8555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:38 smithi187 ceph-mon[111815]: pgmap v8555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:38.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:38.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:39.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:39.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:40 smithi088 ceph-mon[96111]: pgmap v8556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:40 smithi187 ceph-mon[111815]: pgmap v8556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:40.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:40.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:41.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:41.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:42.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:42 smithi088 ceph-mon[96111]: pgmap v8557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:42 smithi187 ceph-mon[111815]: pgmap v8557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:42.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:42.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:43.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:43.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:44 smithi088 ceph-mon[96111]: pgmap v8558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:44 smithi187 ceph-mon[111815]: pgmap v8558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:44.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:44.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:01:45.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:45.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:01:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:46 smithi088 ceph-mon[96111]: pgmap v8559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:46.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:46.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:46 smithi187 ceph-mon[111815]: pgmap v8559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:47.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:47.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:48 smithi088 ceph-mon[96111]: pgmap v8560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:48 smithi187 ceph-mon[111815]: pgmap v8560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:48.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:48.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:49.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:49.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:50 smithi088 ceph-mon[96111]: pgmap v8561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:50 smithi187 ceph-mon[111815]: pgmap v8561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:50.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:50.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:51.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:51.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:52 smithi088 ceph-mon[96111]: pgmap v8562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:52 smithi187 ceph-mon[111815]: pgmap v8562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:52.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:52.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:53.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:53.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:54 smithi088 ceph-mon[96111]: pgmap v8563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:54 smithi187 ceph-mon[111815]: pgmap v8563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:54.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:54.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:55.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:55.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:56.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:56 smithi088 ceph-mon[96111]: pgmap v8564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:56 smithi187 ceph-mon[111815]: pgmap v8564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:01:56.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:56.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:57.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:57.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:01:58 smithi088 ceph-mon[96111]: pgmap v8565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:01:58 smithi187 ceph-mon[111815]: pgmap v8565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:01:58.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:58.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:01:59.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:01:59.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:00 smithi088 ceph-mon[96111]: pgmap v8566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:00 smithi187 ceph-mon[111815]: pgmap v8566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:00.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:00.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:02:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:02:01.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:01.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:02 smithi187 ceph-mon[111815]: pgmap v8567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:02 smithi088 ceph-mon[96111]: pgmap v8567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:02.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:02.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:03.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:03.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:04.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:04 smithi088 ceph-mon[96111]: pgmap v8568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:04 smithi187 ceph-mon[111815]: pgmap v8568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:04.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:04.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:05.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:05.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:06 smithi088 ceph-mon[96111]: pgmap v8569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:06 smithi187 ceph-mon[111815]: pgmap v8569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:06.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:06.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:08 smithi088 ceph-mon[96111]: pgmap v8570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:08 smithi187 ceph-mon[111815]: pgmap v8570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:08.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:08.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:09.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:09.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:10 smithi088 ceph-mon[96111]: pgmap v8571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:10 smithi187 ceph-mon[111815]: pgmap v8571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:10.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:10.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:11.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:11.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:12 smithi088 ceph-mon[96111]: pgmap v8572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:12 smithi187 ceph-mon[111815]: pgmap v8572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:12.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:12.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:13.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:13.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:14 smithi088 ceph-mon[96111]: pgmap v8573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:14 smithi187 ceph-mon[111815]: pgmap v8573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:14.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:14.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:15.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:02:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:02:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:02:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:02:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:02:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:02:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:02:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:02:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:02:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:02:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:02:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:02:15.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:15.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:02:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:16 smithi088 ceph-mon[96111]: pgmap v8574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:02:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:16 smithi187 ceph-mon[111815]: pgmap v8574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:16.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:16.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:17.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:17.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:18 smithi088 ceph-mon[96111]: pgmap v8575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:18 smithi187 ceph-mon[111815]: pgmap v8575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:18.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:18.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:19.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:19.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:20 smithi088 ceph-mon[96111]: pgmap v8576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:20 smithi187 ceph-mon[111815]: pgmap v8576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:20.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:20.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:21.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:21.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:22.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:22 smithi088 ceph-mon[96111]: pgmap v8577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:22 smithi187 ceph-mon[111815]: pgmap v8577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:22.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:22.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:23.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:23.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:24 smithi088 ceph-mon[96111]: pgmap v8578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:24 smithi187 ceph-mon[111815]: pgmap v8578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:24.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:24.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:25.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:25.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:26 smithi088 ceph-mon[96111]: pgmap v8579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:26 smithi187 ceph-mon[111815]: pgmap v8579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:26.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:26.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:27.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:27.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:28 smithi088 ceph-mon[96111]: pgmap v8580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:28 smithi187 ceph-mon[111815]: pgmap v8580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:28.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:28.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:29.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:29.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:30 smithi088 ceph-mon[96111]: pgmap v8581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:30 smithi187 ceph-mon[111815]: pgmap v8581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:30.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:30.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:02:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:02:31.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:31.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:32 smithi088 ceph-mon[96111]: pgmap v8582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:32 smithi187 ceph-mon[111815]: pgmap v8582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:32.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:32.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:33.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:33.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:34 smithi088 ceph-mon[96111]: pgmap v8583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:34 smithi187 ceph-mon[111815]: pgmap v8583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:34.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:34.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:35.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:35.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:36 smithi088 ceph-mon[96111]: pgmap v8584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:36 smithi187 ceph-mon[111815]: pgmap v8584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:36.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:36.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:37.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:37.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:38 smithi088 ceph-mon[96111]: pgmap v8585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:38 smithi187 ceph-mon[111815]: pgmap v8585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:38.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:38.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:39.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:39.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:40 smithi088 ceph-mon[96111]: pgmap v8586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:40 smithi187 ceph-mon[111815]: pgmap v8586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:40.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:40.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:41.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:41.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:42.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:42 smithi088 ceph-mon[96111]: pgmap v8587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:42 smithi187 ceph-mon[111815]: pgmap v8587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:42.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:42.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:43.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:43.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:44 smithi088 ceph-mon[96111]: pgmap v8588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:44 smithi187 ceph-mon[111815]: pgmap v8588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:44.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:44.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:02:45.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:45.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:02:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:46 smithi088 ceph-mon[96111]: pgmap v8589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:46.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:46.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:46 smithi187 ceph-mon[111815]: pgmap v8589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:47.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:47.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:48 smithi088 ceph-mon[96111]: pgmap v8590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:48 smithi187 ceph-mon[111815]: pgmap v8590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:48.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:48.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:49.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:49.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:50 smithi088 ceph-mon[96111]: pgmap v8591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:50 smithi187 ceph-mon[111815]: pgmap v8591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:50.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:50.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:51.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:51.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:52 smithi088 ceph-mon[96111]: pgmap v8592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:52.389 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:52 smithi187 ceph-mon[111815]: pgmap v8592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:52.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:52.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:53.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:53.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:54.368 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:54 smithi088 ceph-mon[96111]: pgmap v8593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:54 smithi187 ceph-mon[111815]: pgmap v8593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:54.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:54.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:55.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:55.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:56 smithi187 ceph-mon[111815]: pgmap v8594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:56.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:56 smithi088 ceph-mon[96111]: pgmap v8594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:02:56.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:56.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:57.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:57.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:02:58 smithi187 ceph-mon[111815]: pgmap v8595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:58.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:02:58 smithi088 ceph-mon[96111]: pgmap v8595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:02:58.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:58.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:02:59.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:02:59.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:00 smithi088 ceph-mon[96111]: pgmap v8596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:00 smithi187 ceph-mon[111815]: pgmap v8596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:00.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:00.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:03:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:03:01.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:01.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:02 smithi187 ceph-mon[111815]: pgmap v8597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:02.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:02 smithi088 ceph-mon[96111]: pgmap v8597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:02.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:02.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:03.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:03.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:04 smithi187 ceph-mon[111815]: pgmap v8598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:04.467 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:04 smithi088 ceph-mon[96111]: pgmap v8598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:04.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:04.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:05.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:05.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:06 smithi187 ceph-mon[111815]: pgmap v8599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:06 smithi088 ceph-mon[96111]: pgmap v8599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:06.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:06.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:07.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:07.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:08 smithi187 ceph-mon[111815]: pgmap v8600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:08.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:08 smithi088 ceph-mon[96111]: pgmap v8600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:08.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:08.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:09.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:09.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:10 smithi187 ceph-mon[111815]: pgmap v8601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:10.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:10 smithi088 ceph-mon[96111]: pgmap v8601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:10.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:10.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:11.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:11.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:12 smithi187 ceph-mon[111815]: pgmap v8602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:12.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:12 smithi088 ceph-mon[96111]: pgmap v8602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:12.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:12.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:13.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:13.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:14 smithi187 ceph-mon[111815]: pgmap v8603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:14.565 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:14 smithi088 ceph-mon[96111]: pgmap v8603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:14.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:14.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:03:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:03:15.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:15.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:03:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:03:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:03:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:03:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:03:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:03:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:03:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:03:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:16 smithi187 ceph-mon[111815]: pgmap v8604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:03:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:03:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:03:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:03:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:03:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:03:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:03:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:03:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:16 smithi088 ceph-mon[96111]: pgmap v8604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:16.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:16.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:17.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:17.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:18 smithi187 ceph-mon[111815]: pgmap v8605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:18.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:18 smithi088 ceph-mon[96111]: pgmap v8605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:18.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:18.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:19.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:19.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:20 smithi187 ceph-mon[111815]: pgmap v8606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:20.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:20 smithi088 ceph-mon[96111]: pgmap v8606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:20.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:20.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:21.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:21.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:22 smithi187 ceph-mon[111815]: pgmap v8607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:22.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:22 smithi088 ceph-mon[96111]: pgmap v8607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:22.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:22.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:23.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:23.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:24 smithi187 ceph-mon[111815]: pgmap v8608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:24.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:24 smithi088 ceph-mon[96111]: pgmap v8608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:24.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:24.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:25.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:25.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:26 smithi187 ceph-mon[111815]: pgmap v8609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:26.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:26 smithi088 ceph-mon[96111]: pgmap v8609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:26.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:26.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:27.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:27.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:28 smithi187 ceph-mon[111815]: pgmap v8610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:28.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:28 smithi088 ceph-mon[96111]: pgmap v8610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:28.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:28.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:29.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:29.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:30 smithi187 ceph-mon[111815]: pgmap v8611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:30.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:30 smithi088 ceph-mon[96111]: pgmap v8611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:30.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:30.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:03:31.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:03:31.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:31.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:32 smithi187 ceph-mon[111815]: pgmap v8612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:32.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:32 smithi088 ceph-mon[96111]: pgmap v8612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:32.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:32.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:33.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:33.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:34 smithi187 ceph-mon[111815]: pgmap v8613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:34.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:34 smithi088 ceph-mon[96111]: pgmap v8613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:34.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:34.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:35.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:35.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:36 smithi187 ceph-mon[111815]: pgmap v8614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:36 smithi088 ceph-mon[96111]: pgmap v8614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:36.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:36.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:37.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:37.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:38 smithi187 ceph-mon[111815]: pgmap v8615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:38 smithi088 ceph-mon[96111]: pgmap v8615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:38.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:38.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:39.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:39.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:40 smithi187 ceph-mon[111815]: pgmap v8616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:40.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:40 smithi088 ceph-mon[96111]: pgmap v8616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:40.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:40.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:41.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:41.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:42 smithi187 ceph-mon[111815]: pgmap v8617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:42.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:42 smithi088 ceph-mon[96111]: pgmap v8617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:42.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:42.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:43.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:43.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:44 smithi187 ceph-mon[111815]: pgmap v8618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:44.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:44 smithi088 ceph-mon[96111]: pgmap v8618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:44.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:44.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:03:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:03:45.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:45.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:46 smithi088 ceph-mon[96111]: pgmap v8619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:46 smithi187 ceph-mon[111815]: pgmap v8619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:46.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:46.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:47.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:47.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:48 smithi187 ceph-mon[111815]: pgmap v8620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:48.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:48 smithi088 ceph-mon[96111]: pgmap v8620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:48.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:48.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:49.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:49.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:50 smithi088 ceph-mon[96111]: pgmap v8621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:50 smithi187 ceph-mon[111815]: pgmap v8621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:50.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:50.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:51.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:52 smithi187 ceph-mon[111815]: pgmap v8622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:52.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:52 smithi088 ceph-mon[96111]: pgmap v8622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:52.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:52.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:53.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:53.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:54 smithi187 ceph-mon[111815]: pgmap v8623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:54.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:54 smithi088 ceph-mon[96111]: pgmap v8623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:54.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:54.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:55.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:55.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:56 smithi187 ceph-mon[111815]: pgmap v8624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:56 smithi088 ceph-mon[96111]: pgmap v8624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:03:56.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:56.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:57.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:57.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:03:58 smithi187 ceph-mon[111815]: pgmap v8625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:58.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:03:58 smithi088 ceph-mon[96111]: pgmap v8625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:03:58.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:58.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:03:59.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:03:59.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:00 smithi088 ceph-mon[96111]: pgmap v8626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:00 smithi187 ceph-mon[111815]: pgmap v8626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:00.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:00.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:04:01.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:04:01.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:01.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:02 smithi187 ceph-mon[111815]: pgmap v8627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:02.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:02 smithi088 ceph-mon[96111]: pgmap v8627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:02.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:02.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:03.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:03.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:04 smithi187 ceph-mon[111815]: pgmap v8628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:04.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:04 smithi088 ceph-mon[96111]: pgmap v8628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:04.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:04.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:05.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:05.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:06 smithi187 ceph-mon[111815]: pgmap v8629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:06.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:06 smithi088 ceph-mon[96111]: pgmap v8629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:06.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:06.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:07.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:07.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:08 smithi187 ceph-mon[111815]: pgmap v8630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:08.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:08 smithi088 ceph-mon[96111]: pgmap v8630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:08.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:08.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:09.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:09.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:10 smithi187 ceph-mon[111815]: pgmap v8631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:10.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:10 smithi088 ceph-mon[96111]: pgmap v8631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:10.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:10.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:11.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:11.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:12 smithi187 ceph-mon[111815]: pgmap v8632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:12 smithi088 ceph-mon[96111]: pgmap v8632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:12.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:12.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:13.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:13.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:14 smithi187 ceph-mon[111815]: pgmap v8633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:14.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:14 smithi088 ceph-mon[96111]: pgmap v8633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:14.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:14.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:04:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:04:15.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:15.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:04:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:16 smithi088 ceph-mon[96111]: pgmap v8634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:04:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:04:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:04:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:04:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:04:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:16 smithi187 ceph-mon[111815]: pgmap v8634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:04:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:04:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:04:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:04:16.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:16.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:04:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:04:17.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:17.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:18 smithi088 ceph-mon[96111]: pgmap v8635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:18 smithi187 ceph-mon[111815]: pgmap v8635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:18.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:18.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:19.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:19.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:20 smithi187 ceph-mon[111815]: pgmap v8636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:20.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:20 smithi088 ceph-mon[96111]: pgmap v8636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:20.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:20.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:21.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:21.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:22 smithi187 ceph-mon[111815]: pgmap v8637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:22 smithi088 ceph-mon[96111]: pgmap v8637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:22.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:22.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:23.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:23.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:24 smithi187 ceph-mon[111815]: pgmap v8638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:24.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:24 smithi088 ceph-mon[96111]: pgmap v8638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:24.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:24.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:25.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:25.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:26 smithi187 ceph-mon[111815]: pgmap v8639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:26.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:26 smithi088 ceph-mon[96111]: pgmap v8639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:26.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:26.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:27.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:27.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:28.392 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:28 smithi187 ceph-mon[111815]: pgmap v8640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:28.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:28 smithi088 ceph-mon[96111]: pgmap v8640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:28.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:28.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:29.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:29.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:30 smithi187 ceph-mon[111815]: pgmap v8641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:30.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:30 smithi088 ceph-mon[96111]: pgmap v8641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:30.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:30.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:04:31.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:04:31.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:31.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:32 smithi187 ceph-mon[111815]: pgmap v8642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:32.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:32 smithi088 ceph-mon[96111]: pgmap v8642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:32.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:32.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:33.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:33.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:34 smithi187 ceph-mon[111815]: pgmap v8643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:34.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:34 smithi088 ceph-mon[96111]: pgmap v8643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:34.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:34.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:35.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:35.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:36 smithi187 ceph-mon[111815]: pgmap v8644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:36.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:36 smithi088 ceph-mon[96111]: pgmap v8644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:36.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:36.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:37.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:37.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:38 smithi187 ceph-mon[111815]: pgmap v8645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:38.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:38 smithi088 ceph-mon[96111]: pgmap v8645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:38.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:38.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:39.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:39.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:40.400 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:40 smithi088 ceph-mon[96111]: pgmap v8646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:40 smithi187 ceph-mon[111815]: pgmap v8646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:40.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:40.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:41.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:41.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:42 smithi187 ceph-mon[111815]: pgmap v8647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:42.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:42 smithi088 ceph-mon[96111]: pgmap v8647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:42.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:42.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:43.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:43.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:44 smithi187 ceph-mon[111815]: pgmap v8648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:44.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:44 smithi088 ceph-mon[96111]: pgmap v8648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:44.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:44.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:04:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:04:45.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:45.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:46 smithi088 ceph-mon[96111]: pgmap v8649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:46 smithi187 ceph-mon[111815]: pgmap v8649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:46.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:46.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:47.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:47.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:48.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:48.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:49.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:49 smithi187 ceph-mon[111815]: pgmap v8650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:49.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:49 smithi088 ceph-mon[96111]: pgmap v8650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:49.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:49.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:50.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:50.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:51.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:51 smithi187 ceph-mon[111815]: pgmap v8651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:51.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:51 smithi088 ceph-mon[96111]: pgmap v8651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:51.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:51.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:52.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:52.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:53.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:53 smithi187 ceph-mon[111815]: pgmap v8652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:53 smithi088 ceph-mon[96111]: pgmap v8652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:53.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:53.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:54.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:54.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:55.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:55 smithi187 ceph-mon[111815]: pgmap v8653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:55.548 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:55 smithi088 ceph-mon[96111]: pgmap v8653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:55.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:55.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:56.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:56.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:57.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:57 smithi187 ceph-mon[111815]: pgmap v8654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:57.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:57 smithi088 ceph-mon[96111]: pgmap v8654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:04:57.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:57.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:58.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:58.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:04:59.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:04:59 smithi187 ceph-mon[111815]: pgmap v8655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:59.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:04:59 smithi088 ceph-mon[96111]: pgmap v8655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:04:59.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:04:59.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:00.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:00.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:01 smithi187 ceph-mon[111815]: pgmap v8656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:05:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:01 smithi088 ceph-mon[96111]: pgmap v8656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:05:01.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:01.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:02.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:02.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:03.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:03 smithi187 ceph-mon[111815]: pgmap v8657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:03 smithi088 ceph-mon[96111]: pgmap v8657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:03.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:03.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:04.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:04.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:05.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:05 smithi187 ceph-mon[111815]: pgmap v8658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:05 smithi088 ceph-mon[96111]: pgmap v8658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:05.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:05.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:06.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:06.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:07.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:07 smithi187 ceph-mon[111815]: pgmap v8659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:07.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:07 smithi088 ceph-mon[96111]: pgmap v8659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:07.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:07.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:08.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:08.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:09.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:09 smithi187 ceph-mon[111815]: pgmap v8660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:09.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:09 smithi088 ceph-mon[96111]: pgmap v8660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:09.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:09.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:10.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:10.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:11.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:11 smithi187 ceph-mon[111815]: pgmap v8661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:11.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:11 smithi088 ceph-mon[96111]: pgmap v8661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:11.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:11.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:12.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:12.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:13.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:13 smithi187 ceph-mon[111815]: pgmap v8662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:13.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:13 smithi088 ceph-mon[96111]: pgmap v8662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:13.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:14.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:14.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:14.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:15.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:15 smithi187 ceph-mon[111815]: pgmap v8663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:15 smithi088 ceph-mon[96111]: pgmap v8663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:15.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:15.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:05:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:05:16.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:16.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:17.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:17 smithi187 ceph-mon[111815]: pgmap v8664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:17.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:05:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:05:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:05:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:05:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:05:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:05:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:05:17.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:17 smithi088 ceph-mon[96111]: pgmap v8664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:05:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:05:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:05:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:05:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:05:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:05:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:05:17.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:17.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:05:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:05:18.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:18.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:19 smithi187 ceph-mon[111815]: pgmap v8665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:19.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:19 smithi088 ceph-mon[96111]: pgmap v8665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:19.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:19.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:20.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:20.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:21.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:21 smithi187 ceph-mon[111815]: pgmap v8666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:21.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:21 smithi088 ceph-mon[96111]: pgmap v8666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:21.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:21.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:22.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:22.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:23.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:23 smithi187 ceph-mon[111815]: pgmap v8667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:23.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:23 smithi088 ceph-mon[96111]: pgmap v8667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:23.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:23.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:24.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:24.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:25.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:25 smithi187 ceph-mon[111815]: pgmap v8668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:25.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:25 smithi088 ceph-mon[96111]: pgmap v8668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:25.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:25.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:26.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:26.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:27.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:27 smithi187 ceph-mon[111815]: pgmap v8669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:27.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:27 smithi088 ceph-mon[96111]: pgmap v8669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:27.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:27.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:28.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:28.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:29.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:29 smithi187 ceph-mon[111815]: pgmap v8670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:29.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:29 smithi088 ceph-mon[96111]: pgmap v8670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:29.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:29.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:30.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:30.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:31 smithi187 ceph-mon[111815]: pgmap v8671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:05:31.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:31 smithi088 ceph-mon[96111]: pgmap v8671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:05:31.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:31.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:32.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:32.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:33.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:33 smithi187 ceph-mon[111815]: pgmap v8672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:33.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:33 smithi088 ceph-mon[96111]: pgmap v8672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:33.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:33.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:34.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:34.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:35.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:35 smithi187 ceph-mon[111815]: pgmap v8673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:35.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:35 smithi088 ceph-mon[96111]: pgmap v8673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:35.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:35.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:36.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:36.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:37.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:37 smithi187 ceph-mon[111815]: pgmap v8674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:37 smithi088 ceph-mon[96111]: pgmap v8674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:37.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:37.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:38.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:38.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:39.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:39 smithi187 ceph-mon[111815]: pgmap v8675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:39.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:39 smithi088 ceph-mon[96111]: pgmap v8675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:39.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:39.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:40.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:40.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:41.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:41 smithi088 ceph-mon[96111]: pgmap v8676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:41.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:41 smithi187 ceph-mon[111815]: pgmap v8676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:41.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:41.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:42.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:42.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:43.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:43 smithi187 ceph-mon[111815]: pgmap v8677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:43.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:43 smithi088 ceph-mon[96111]: pgmap v8677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:43.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:43.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:44.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:44.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:45 smithi187 ceph-mon[111815]: pgmap v8678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:45 smithi088 ceph-mon[96111]: pgmap v8678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:45.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:45.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:05:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:05:46.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:46.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:47.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:47 smithi088 ceph-mon[96111]: pgmap v8679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:47 smithi187 ceph-mon[111815]: pgmap v8679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:47.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:47.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:48.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:48.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:49.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:49 smithi088 ceph-mon[96111]: pgmap v8680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:49 smithi187 ceph-mon[111815]: pgmap v8680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:49.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:49.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:50.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:50.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:51.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:51 smithi088 ceph-mon[96111]: pgmap v8681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:51 smithi187 ceph-mon[111815]: pgmap v8681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:51.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:51.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:52.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:52.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:53.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:53 smithi088 ceph-mon[96111]: pgmap v8682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:53 smithi187 ceph-mon[111815]: pgmap v8682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:53.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:53.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:54.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:54.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:55.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:55 smithi088 ceph-mon[96111]: pgmap v8683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:55 smithi187 ceph-mon[111815]: pgmap v8683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:55.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:55.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:56.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:56.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:57.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:57 smithi088 ceph-mon[96111]: pgmap v8684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:57 smithi187 ceph-mon[111815]: pgmap v8684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:05:57.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:57.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:58.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:58.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:05:59.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:05:59 smithi088 ceph-mon[96111]: pgmap v8685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:05:59 smithi187 ceph-mon[111815]: pgmap v8685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:05:59.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:05:59.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:00.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:00.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:01.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:01 smithi088 ceph-mon[96111]: pgmap v8686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:06:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:01 smithi187 ceph-mon[111815]: pgmap v8686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:06:01.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:01.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:02.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:03.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:03.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:03 smithi088 ceph-mon[96111]: pgmap v8687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:03 smithi187 ceph-mon[111815]: pgmap v8687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:04.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:04.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:05.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:05.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:05.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:05 smithi088 ceph-mon[96111]: pgmap v8688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:05 smithi187 ceph-mon[111815]: pgmap v8688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:06.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:06.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:07.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:07.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:07.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:07 smithi088 ceph-mon[96111]: pgmap v8689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:07 smithi187 ceph-mon[111815]: pgmap v8689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:08.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:08.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:09.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:09.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:09.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:09 smithi088 ceph-mon[96111]: pgmap v8690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:09 smithi187 ceph-mon[111815]: pgmap v8690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:10.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:10.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:11.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:11.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:11.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:11 smithi088 ceph-mon[96111]: pgmap v8691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:11 smithi187 ceph-mon[111815]: pgmap v8691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:12.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:12.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:13.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:13.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:13.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:13 smithi088 ceph-mon[96111]: pgmap v8692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:13 smithi187 ceph-mon[111815]: pgmap v8692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:14.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:14.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:15.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:15.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:15 smithi088 ceph-mon[96111]: pgmap v8693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:06:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:15 smithi187 ceph-mon[111815]: pgmap v8693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:06:16.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:16.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:17.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:17.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:17.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:17 smithi088 ceph-mon[96111]: pgmap v8694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:17.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:06:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:17 smithi187 ceph-mon[111815]: pgmap v8694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:06:18.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:18.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:18.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:06:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:06:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:06:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:06:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:06:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:06:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:06:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:06:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:06:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:06:19.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:19.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:19 smithi187 ceph-mon[111815]: pgmap v8695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:20.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:20.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:20.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:19 smithi088 ceph-mon[96111]: pgmap v8695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:21.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:21.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:22.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:22.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:21 smithi088 ceph-mon[96111]: pgmap v8696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:21 smithi187 ceph-mon[111815]: pgmap v8696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:23.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:23.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:24.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:24.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:24.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:23 smithi088 ceph-mon[96111]: pgmap v8697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:23 smithi187 ceph-mon[111815]: pgmap v8697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:25.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:25.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:26.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:26.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:26.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:25 smithi088 ceph-mon[96111]: pgmap v8698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:25 smithi187 ceph-mon[111815]: pgmap v8698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:27.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:27.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:28.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:28.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:28.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:27 smithi088 ceph-mon[96111]: pgmap v8699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:27 smithi187 ceph-mon[111815]: pgmap v8699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:29.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:29.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:29 smithi187 ceph-mon[111815]: pgmap v8700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:30.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:30.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:30.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:29 smithi088 ceph-mon[96111]: pgmap v8700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:31.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:31.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:31.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:06:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:06:32.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:32.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:31 smithi088 ceph-mon[96111]: pgmap v8701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:31 smithi187 ceph-mon[111815]: pgmap v8701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:33.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:33.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:34.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:34.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:33 smithi088 ceph-mon[96111]: pgmap v8702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:33 smithi187 ceph-mon[111815]: pgmap v8702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:35.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:35.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:36.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:36.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:36.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:35 smithi088 ceph-mon[96111]: pgmap v8703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:35 smithi187 ceph-mon[111815]: pgmap v8703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:37.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:37.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:38.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:38.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:37 smithi088 ceph-mon[96111]: pgmap v8704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:37 smithi187 ceph-mon[111815]: pgmap v8704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:39.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:39.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:40.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:40.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:39 smithi088 ceph-mon[96111]: pgmap v8705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:39 smithi187 ceph-mon[111815]: pgmap v8705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:41.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:41.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:42.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:42.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:41 smithi088 ceph-mon[96111]: pgmap v8706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:41 smithi187 ceph-mon[111815]: pgmap v8706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:43.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:43.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:44.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:44.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:44.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:43 smithi088 ceph-mon[96111]: pgmap v8707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:43 smithi187 ceph-mon[111815]: pgmap v8707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:45.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:45.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:46.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:46.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:46.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:45 smithi088 ceph-mon[96111]: pgmap v8708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:46.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:06:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:45 smithi187 ceph-mon[111815]: pgmap v8708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:06:47.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:47.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:47 smithi088 ceph-mon[96111]: pgmap v8709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:48.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:48.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:47 smithi187 ceph-mon[111815]: pgmap v8709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:49.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:49.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:50.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:49 smithi088 ceph-mon[96111]: pgmap v8710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:50.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:50.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:49 smithi187 ceph-mon[111815]: pgmap v8710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:51.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:51.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:52.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:51 smithi088 ceph-mon[96111]: pgmap v8711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:52.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:52.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:51 smithi187 ceph-mon[111815]: pgmap v8711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:53.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:53.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:54.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:53 smithi088 ceph-mon[96111]: pgmap v8712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:54.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:54.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:53 smithi187 ceph-mon[111815]: pgmap v8712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:55.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:55.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:56.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:55 smithi088 ceph-mon[96111]: pgmap v8713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:56.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:56.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:55 smithi187 ceph-mon[111815]: pgmap v8713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:06:57.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:57.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:58.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:57 smithi088 ceph-mon[96111]: pgmap v8714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:58.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:58.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:06:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:57 smithi187 ceph-mon[111815]: pgmap v8714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:06:59.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:06:59.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:00.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:06:59 smithi088 ceph-mon[96111]: pgmap v8715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:00.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:00.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:06:59 smithi187 ceph-mon[111815]: pgmap v8715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:01.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:07:01.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:01.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:07:02.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:01 smithi088 ceph-mon[96111]: pgmap v8716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:02.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:02.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:01 smithi187 ceph-mon[111815]: pgmap v8716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:03.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:03.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:04.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:03 smithi088 ceph-mon[96111]: pgmap v8717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:04.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:04.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:03 smithi187 ceph-mon[111815]: pgmap v8717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:05.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:05.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:06.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:05 smithi088 ceph-mon[96111]: pgmap v8718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:06.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:06.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:05 smithi187 ceph-mon[111815]: pgmap v8718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:07.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:07.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:08.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:07 smithi088 ceph-mon[96111]: pgmap v8719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:08.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:08.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:07 smithi187 ceph-mon[111815]: pgmap v8719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:09.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:09.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:10.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:09 smithi088 ceph-mon[96111]: pgmap v8720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:10.084 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:09 smithi187 ceph-mon[111815]: pgmap v8720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:10.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:10.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:11.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:11.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:12.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:11 smithi088 ceph-mon[96111]: pgmap v8721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:12.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:12.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:11 smithi187 ceph-mon[111815]: pgmap v8721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:13.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:13.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:14.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:13 smithi088 ceph-mon[96111]: pgmap v8722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:14.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:14.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:13 smithi187 ceph-mon[111815]: pgmap v8722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:15.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:15.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:16.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:15 smithi088 ceph-mon[96111]: pgmap v8723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:07:16.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:16.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:15 smithi187 ceph-mon[111815]: pgmap v8723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:07:17.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:17.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:18.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:17 smithi088 ceph-mon[96111]: pgmap v8724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:18.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:18.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:17 smithi187 ceph-mon[111815]: pgmap v8724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:19.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:19.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:07:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:07:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:07:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:07:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:07:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:07:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:07:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:07:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:07:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:07:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:07:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:07:20.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:20.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:20.191 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:19 smithi187 ceph-mon[111815]: pgmap v8725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:19 smithi088 ceph-mon[96111]: pgmap v8725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:21.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:21.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:22.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:22.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:21 smithi187 ceph-mon[111815]: pgmap v8726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:22.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:21 smithi088 ceph-mon[96111]: pgmap v8726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:23.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:23.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:24.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:24.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:23 smithi187 ceph-mon[111815]: pgmap v8727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:23 smithi088 ceph-mon[96111]: pgmap v8727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:25.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:25.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:26.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:26.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:25 smithi187 ceph-mon[111815]: pgmap v8728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:26.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:25 smithi088 ceph-mon[96111]: pgmap v8728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:27.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:27.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:28.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:28.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:27 smithi187 ceph-mon[111815]: pgmap v8729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:27 smithi088 ceph-mon[96111]: pgmap v8729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:29.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:29.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:30.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:30.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:29 smithi187 ceph-mon[111815]: pgmap v8730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:29 smithi088 ceph-mon[96111]: pgmap v8730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:31.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:31.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:07:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:07:32.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:32.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:31 smithi187 ceph-mon[111815]: pgmap v8731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:31 smithi088 ceph-mon[96111]: pgmap v8731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:33.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:33.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:34.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:34.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:33 smithi187 ceph-mon[111815]: pgmap v8732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:34.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:33 smithi088 ceph-mon[96111]: pgmap v8732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:35.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:35.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:36.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:36.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:35 smithi187 ceph-mon[111815]: pgmap v8733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:35 smithi088 ceph-mon[96111]: pgmap v8733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:37.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:37.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:38.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:38.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:37 smithi187 ceph-mon[111815]: pgmap v8734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:37 smithi088 ceph-mon[96111]: pgmap v8734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:39.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:39.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:40.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:40.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:39 smithi187 ceph-mon[111815]: pgmap v8735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:39 smithi088 ceph-mon[96111]: pgmap v8735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:41.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:41.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:42.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:42.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:42.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:41 smithi088 ceph-mon[96111]: pgmap v8736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:41 smithi187 ceph-mon[111815]: pgmap v8736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:43.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:43.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:44.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:44.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:43 smithi187 ceph-mon[111815]: pgmap v8737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:43 smithi088 ceph-mon[96111]: pgmap v8737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:45.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:45.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:46.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:46.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:45 smithi187 ceph-mon[111815]: pgmap v8738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:07:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:45 smithi088 ceph-mon[96111]: pgmap v8738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:07:47.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:47.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:48.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:48.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:47 smithi187 ceph-mon[111815]: pgmap v8739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:47 smithi088 ceph-mon[96111]: pgmap v8739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:49.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:49.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:50.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:50.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:49 smithi187 ceph-mon[111815]: pgmap v8740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:49 smithi088 ceph-mon[96111]: pgmap v8740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:51.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:51.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:52.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:52.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:52.207 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:51 smithi187 ceph-mon[111815]: pgmap v8741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:52.261 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:51 smithi088 ceph-mon[96111]: pgmap v8741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:53.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:53.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:54.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:54.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:53 smithi187 ceph-mon[111815]: pgmap v8742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:54.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:53 smithi088 ceph-mon[96111]: pgmap v8742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:55.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:55.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:56.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:55 smithi187 ceph-mon[111815]: pgmap v8743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:56.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:55 smithi088 ceph-mon[96111]: pgmap v8743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:07:57.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:57.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:58.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:58.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:07:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:57 smithi187 ceph-mon[111815]: pgmap v8744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:57 smithi088 ceph-mon[96111]: pgmap v8744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:07:59.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:07:59.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:00.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:00.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:07:59 smithi187 ceph-mon[111815]: pgmap v8745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:07:59 smithi088 ceph-mon[96111]: pgmap v8745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:01.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:01.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:08:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:08:02.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:02.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:01 smithi187 ceph-mon[111815]: pgmap v8746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:01 smithi088 ceph-mon[96111]: pgmap v8746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:03.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:03.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:04.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:04.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:03 smithi187 ceph-mon[111815]: pgmap v8747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:04.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:03 smithi088 ceph-mon[96111]: pgmap v8747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:05.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:05.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:05 smithi187 ceph-mon[111815]: pgmap v8748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:06.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:06.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:05 smithi088 ceph-mon[96111]: pgmap v8748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:07.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:07.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:08.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:08.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:08.207 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:07 smithi187 ceph-mon[111815]: pgmap v8749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:07 smithi088 ceph-mon[96111]: pgmap v8749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:09.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:09.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:10.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:10.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:09 smithi187 ceph-mon[111815]: pgmap v8750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:09 smithi088 ceph-mon[96111]: pgmap v8750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:11.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:11.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:11 smithi187 ceph-mon[111815]: pgmap v8751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:12.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:12.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:11 smithi088 ceph-mon[96111]: pgmap v8751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:13.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:13.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:13 smithi187 ceph-mon[111815]: pgmap v8752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:14.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:14.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:13 smithi088 ceph-mon[96111]: pgmap v8752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:15.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:15.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:15 smithi187 ceph-mon[111815]: pgmap v8753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:08:16.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:16.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:15 smithi088 ceph-mon[96111]: pgmap v8753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:08:17.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:17.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:17 smithi187 ceph-mon[111815]: pgmap v8754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:18.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:18.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:17 smithi088 ceph-mon[96111]: pgmap v8754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:08:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:08:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:08:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:08:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:08:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:08:19.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:19.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:19.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:08:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:08:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:08:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:08:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:08:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:08:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:19 smithi187 ceph-mon[111815]: pgmap v8755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:20.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:20.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:19 smithi088 ceph-mon[96111]: pgmap v8755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:21.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:21.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:21 smithi187 ceph-mon[111815]: pgmap v8756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:22.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:22.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:22.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:21 smithi088 ceph-mon[96111]: pgmap v8756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:23.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:23.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:23 smithi187 ceph-mon[111815]: pgmap v8757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:24.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:24.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:23 smithi088 ceph-mon[96111]: pgmap v8757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:25.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:25.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:25 smithi187 ceph-mon[111815]: pgmap v8758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:26.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:26.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:25 smithi088 ceph-mon[96111]: pgmap v8758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:27.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:27.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:27 smithi187 ceph-mon[111815]: pgmap v8759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:28.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:28.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:27 smithi088 ceph-mon[96111]: pgmap v8759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:29.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:29.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:29 smithi187 ceph-mon[111815]: pgmap v8760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:30.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:30.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:29 smithi088 ceph-mon[96111]: pgmap v8760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:08:31.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:31.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:08:32.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:32.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:31 smithi088 ceph-mon[96111]: pgmap v8761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:31 smithi187 ceph-mon[111815]: pgmap v8761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:33.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:33.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:34.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:34.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:33 smithi088 ceph-mon[96111]: pgmap v8762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:33 smithi187 ceph-mon[111815]: pgmap v8762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:35.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:35.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:36.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:36.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:35 smithi088 ceph-mon[96111]: pgmap v8763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:35 smithi187 ceph-mon[111815]: pgmap v8763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:37.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:37.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:38.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:38.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:37 smithi088 ceph-mon[96111]: pgmap v8764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:37 smithi187 ceph-mon[111815]: pgmap v8764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:39.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:39.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:40.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:40.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:39 smithi088 ceph-mon[96111]: pgmap v8765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:39 smithi187 ceph-mon[111815]: pgmap v8765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:41.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:41.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:42.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:42.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:42.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:41 smithi088 ceph-mon[96111]: pgmap v8766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:41 smithi187 ceph-mon[111815]: pgmap v8766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:43.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:43.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:44.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:44.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:43 smithi088 ceph-mon[96111]: pgmap v8767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:43 smithi187 ceph-mon[111815]: pgmap v8767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:45.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:45.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:46.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:46.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:45 smithi088 ceph-mon[96111]: pgmap v8768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:08:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:45 smithi187 ceph-mon[111815]: pgmap v8768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:08:47.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:47.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:48.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:47 smithi088 ceph-mon[96111]: pgmap v8769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:48.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:48.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:47 smithi187 ceph-mon[111815]: pgmap v8769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:49.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:49.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:50.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:50.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:49 smithi088 ceph-mon[96111]: pgmap v8770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:49 smithi187 ceph-mon[111815]: pgmap v8770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:51.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:51.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:52.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:52.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:51 smithi088 ceph-mon[96111]: pgmap v8771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:51 smithi187 ceph-mon[111815]: pgmap v8771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:53.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:53.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:54.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:54.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:54.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:53 smithi088 ceph-mon[96111]: pgmap v8772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:53 smithi187 ceph-mon[111815]: pgmap v8772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:55.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:55.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:56.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:56.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:56.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:55 smithi088 ceph-mon[96111]: pgmap v8773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:55 smithi187 ceph-mon[111815]: pgmap v8773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:08:57.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:57.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:58.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:58.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:08:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:08:58 smithi088 ceph-mon[96111]: pgmap v8774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:08:58 smithi187 ceph-mon[111815]: pgmap v8774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:08:59.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:08:59.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:00.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:00.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:00 smithi088 ceph-mon[96111]: pgmap v8775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:00 smithi187 ceph-mon[111815]: pgmap v8775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:01.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:01.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:09:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:09:02.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:02.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:02 smithi088 ceph-mon[96111]: pgmap v8776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:02 smithi187 ceph-mon[111815]: pgmap v8776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:03.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:03.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:04.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:04.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:04.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:04 smithi088 ceph-mon[96111]: pgmap v8777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:04 smithi187 ceph-mon[111815]: pgmap v8777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:05.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:05.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:06.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:06.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:06.297 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:06 smithi187 ceph-mon[111815]: pgmap v8778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:06 smithi088 ceph-mon[96111]: pgmap v8778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:07.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:07.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:08.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:08.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:08 smithi088 ceph-mon[96111]: pgmap v8779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:08 smithi187 ceph-mon[111815]: pgmap v8779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:09.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:09.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:10.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:10.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:10 smithi088 ceph-mon[96111]: pgmap v8780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:10 smithi187 ceph-mon[111815]: pgmap v8780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:11.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:11.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:12.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:12.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:12 smithi088 ceph-mon[96111]: pgmap v8781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:12 smithi187 ceph-mon[111815]: pgmap v8781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:13.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:13.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:14.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:14.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:14 smithi088 ceph-mon[96111]: pgmap v8782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:14 smithi187 ceph-mon[111815]: pgmap v8782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:15.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:15.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:16.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:16.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:16 smithi088 ceph-mon[96111]: pgmap v8783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:09:16.404 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:16 smithi187 ceph-mon[111815]: pgmap v8783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:16.404 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:09:17.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:17.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:18.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:18.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:18 smithi088 ceph-mon[96111]: pgmap v8784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:18 smithi187 ceph-mon[111815]: pgmap v8784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:19.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:19.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:19.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:09:19.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:09:20.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:20.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:20 smithi088 ceph-mon[96111]: pgmap v8785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:09:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:09:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:09:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:09:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:09:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:20 smithi187 ceph-mon[111815]: pgmap v8785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:09:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:09:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:09:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:09:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:09:21.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:21.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:22.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:22 smithi088 ceph-mon[96111]: pgmap v8786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:22.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:22.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:22 smithi187 ceph-mon[111815]: pgmap v8786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:23.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:23.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:24 smithi088 ceph-mon[96111]: pgmap v8787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:24.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:24.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:24 smithi187 ceph-mon[111815]: pgmap v8787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:25.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:25.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:26.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:26 smithi088 ceph-mon[96111]: pgmap v8788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:26.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:26.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:26 smithi187 ceph-mon[111815]: pgmap v8788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:27.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:27.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:28 smithi088 ceph-mon[96111]: pgmap v8789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:28.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:28.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:28 smithi187 ceph-mon[111815]: pgmap v8789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:29.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:29.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:30 smithi088 ceph-mon[96111]: pgmap v8790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:30.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:30.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:30 smithi187 ceph-mon[111815]: pgmap v8790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:09:31.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:31.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:09:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:32 smithi088 ceph-mon[96111]: pgmap v8791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:32.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:32.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:32 smithi187 ceph-mon[111815]: pgmap v8791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:33.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:33.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:34.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:34.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:34 smithi187 ceph-mon[111815]: pgmap v8792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:34.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:34 smithi088 ceph-mon[96111]: pgmap v8792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:35.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:35.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:36.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:36.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:36 smithi187 ceph-mon[111815]: pgmap v8793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:36.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:36 smithi088 ceph-mon[96111]: pgmap v8793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:37.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:37.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:38.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:38.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:38 smithi187 ceph-mon[111815]: pgmap v8794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:38.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:38 smithi088 ceph-mon[96111]: pgmap v8794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:39.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:39.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:40.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:40.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:40 smithi187 ceph-mon[111815]: pgmap v8795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:40.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:40 smithi088 ceph-mon[96111]: pgmap v8795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:41.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:41.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:42.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:42.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:42 smithi187 ceph-mon[111815]: pgmap v8796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:42.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:42 smithi088 ceph-mon[96111]: pgmap v8796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:43.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:43.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:44.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:44.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:44 smithi187 ceph-mon[111815]: pgmap v8797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:44.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:44 smithi088 ceph-mon[96111]: pgmap v8797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:45.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:45.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:45 smithi187 ceph-mon[111815]: pgmap v8798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:45 smithi088 ceph-mon[96111]: pgmap v8798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:46.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:46.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:09:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:09:47.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:47.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:47.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:47 smithi187 ceph-mon[111815]: pgmap v8799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:47.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:47 smithi088 ceph-mon[96111]: pgmap v8799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:48.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:48.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:49.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:49.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:49.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:49 smithi187 ceph-mon[111815]: pgmap v8800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:49.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:49 smithi088 ceph-mon[96111]: pgmap v8800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:50.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:50.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:51.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:51.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:51.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:51 smithi187 ceph-mon[111815]: pgmap v8801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:51.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:51 smithi088 ceph-mon[96111]: pgmap v8801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:52.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:52.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:53.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:53.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:53.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:53 smithi088 ceph-mon[96111]: pgmap v8802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:53.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:53 smithi187 ceph-mon[111815]: pgmap v8802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:54.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:54.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:55.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:55.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:55.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:55 smithi187 ceph-mon[111815]: pgmap v8803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:55.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:55 smithi088 ceph-mon[96111]: pgmap v8803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:56.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:56.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:57.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:57.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:57.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:57 smithi187 ceph-mon[111815]: pgmap v8804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:57.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:57 smithi088 ceph-mon[96111]: pgmap v8804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:09:58.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:58.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:59.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:09:59.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:09:59.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:09:59 smithi187 ceph-mon[111815]: pgmap v8805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:09:59.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:09:59 smithi088 ceph-mon[96111]: pgmap v8805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:00.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:00.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T04:10:00.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T04:10:01.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:01.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:01 smithi187 ceph-mon[111815]: pgmap v8806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:10:01.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:01 smithi088 ceph-mon[96111]: pgmap v8806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:10:02.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:02.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:03.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:03.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:03.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:03 smithi187 ceph-mon[111815]: pgmap v8807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:03.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:03 smithi088 ceph-mon[96111]: pgmap v8807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:04.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:04.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:05.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:05.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:05.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:05 smithi187 ceph-mon[111815]: pgmap v8808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:05.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:05 smithi088 ceph-mon[96111]: pgmap v8808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:06.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:06.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:07.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:07.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:07.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:07 smithi088 ceph-mon[96111]: pgmap v8809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:07 smithi187 ceph-mon[111815]: pgmap v8809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:08.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:08.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:09.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:09.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:09.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:09 smithi088 ceph-mon[96111]: pgmap v8810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:09 smithi187 ceph-mon[111815]: pgmap v8810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:10.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:10.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:11.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:11.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:11.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:11 smithi088 ceph-mon[96111]: pgmap v8811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:11 smithi187 ceph-mon[111815]: pgmap v8811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:12.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:12.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:13.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:13.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:13.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:13 smithi088 ceph-mon[96111]: pgmap v8812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:13 smithi187 ceph-mon[111815]: pgmap v8812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:14.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:14.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:15.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:15.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:15 smithi088 ceph-mon[96111]: pgmap v8813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:15 smithi187 ceph-mon[111815]: pgmap v8813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:16.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:16.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:10:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:10:17.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:17.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:17.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:17 smithi187 ceph-mon[111815]: pgmap v8814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:17.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:17 smithi088 ceph-mon[96111]: pgmap v8814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:18.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:18.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:19.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:19.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:19.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:19 smithi088 ceph-mon[96111]: pgmap v8815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:19 smithi187 ceph-mon[111815]: pgmap v8815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:20.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:20.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:20.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:10:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:10:21.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:21.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:21.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:21 smithi088 ceph-mon[96111]: pgmap v8816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:21 smithi187 ceph-mon[111815]: pgmap v8816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:22.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:22.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:23.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:23.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:23.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:23 smithi187 ceph-mon[111815]: pgmap v8817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:10:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:10:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:10:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:10:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:10:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:10:23.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:10:23.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:23 smithi088 ceph-mon[96111]: pgmap v8817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:10:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:10:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:10:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:10:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:10:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:10:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:10:24.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:24.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:25.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:25.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:25.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:25 smithi187 ceph-mon[111815]: pgmap v8818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:25.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:25 smithi088 ceph-mon[96111]: pgmap v8818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:26.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:26.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:27.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:27.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:27.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:27 smithi187 ceph-mon[111815]: pgmap v8819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:27.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:27 smithi088 ceph-mon[96111]: pgmap v8819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:28.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:28.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:29.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:29.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:29.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:29 smithi187 ceph-mon[111815]: pgmap v8820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:29.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:29 smithi088 ceph-mon[96111]: pgmap v8820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:30.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:30.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:31.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:31.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:31 smithi187 ceph-mon[111815]: pgmap v8821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:10:31.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:31 smithi088 ceph-mon[96111]: pgmap v8821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:10:32.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:32.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:33.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:33.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:33.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:33 smithi187 ceph-mon[111815]: pgmap v8822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:33.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:33 smithi088 ceph-mon[96111]: pgmap v8822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:34.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:34.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:35.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:35.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:35.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:35 smithi187 ceph-mon[111815]: pgmap v8823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:35.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:35 smithi088 ceph-mon[96111]: pgmap v8823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:36.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:36.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:37.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:37.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:37.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:37 smithi187 ceph-mon[111815]: pgmap v8824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:37.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:37 smithi088 ceph-mon[96111]: pgmap v8824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:38.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:38.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:39.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:39.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:39.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:39 smithi187 ceph-mon[111815]: pgmap v8825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:39.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:39 smithi088 ceph-mon[96111]: pgmap v8825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:40.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:40.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:41.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:41.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:41.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:41 smithi187 ceph-mon[111815]: pgmap v8826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:41.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:41 smithi088 ceph-mon[96111]: pgmap v8826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:42.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:42.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:43.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:43.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:43.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:43 smithi187 ceph-mon[111815]: pgmap v8827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:43.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:43 smithi088 ceph-mon[96111]: pgmap v8827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:44.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:44.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:45.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:45.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:45.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:45 smithi187 ceph-mon[111815]: pgmap v8828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:45 smithi088 ceph-mon[96111]: pgmap v8828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:46.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:46.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:10:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:10:47.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:47.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:47.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:47 smithi088 ceph-mon[96111]: pgmap v8829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:47 smithi187 ceph-mon[111815]: pgmap v8829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:48.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:48.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:49.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:49 smithi088 ceph-mon[96111]: pgmap v8830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:49.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:49.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:49 smithi187 ceph-mon[111815]: pgmap v8830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:50.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:50.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:51.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:51.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:51.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:51 smithi088 ceph-mon[96111]: pgmap v8831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:51 smithi187 ceph-mon[111815]: pgmap v8831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:52.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:52.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:53.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:53.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:53.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:53 smithi088 ceph-mon[96111]: pgmap v8832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:53 smithi187 ceph-mon[111815]: pgmap v8832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:54.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:54.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:55.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:55.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:55.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:55 smithi088 ceph-mon[96111]: pgmap v8833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:55 smithi187 ceph-mon[111815]: pgmap v8833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:56.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:56.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:57.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:57.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:57.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:57 smithi088 ceph-mon[96111]: pgmap v8834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:57 smithi187 ceph-mon[111815]: pgmap v8834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:10:58.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:58.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:59.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:10:59.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:10:59.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:10:59 smithi088 ceph-mon[96111]: pgmap v8835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:10:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:10:59 smithi187 ceph-mon[111815]: pgmap v8835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:00.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:00.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:01.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:01.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:01.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:01 smithi088 ceph-mon[96111]: pgmap v8836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:11:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:01 smithi187 ceph-mon[111815]: pgmap v8836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:11:02.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:02.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:03.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:03.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:03.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:03 smithi088 ceph-mon[96111]: pgmap v8837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:03 smithi187 ceph-mon[111815]: pgmap v8837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:04.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:04.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:05.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:05.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:05.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:05 smithi088 ceph-mon[96111]: pgmap v8838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:05 smithi187 ceph-mon[111815]: pgmap v8838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:06.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:06.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:07.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:07.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:07.557 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:07 smithi187 ceph-mon[111815]: pgmap v8839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:07.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:07 smithi088 ceph-mon[96111]: pgmap v8839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:08.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:08.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:09.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:09.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:09.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:09 smithi088 ceph-mon[96111]: pgmap v8840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:09 smithi187 ceph-mon[111815]: pgmap v8840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:10.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:10.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:11.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:11.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:11.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:11 smithi088 ceph-mon[96111]: pgmap v8841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:11 smithi187 ceph-mon[111815]: pgmap v8841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:12.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:12.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:13.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:13.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:13.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:13 smithi088 ceph-mon[96111]: pgmap v8842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:13 smithi187 ceph-mon[111815]: pgmap v8842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:14.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:14.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:15.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:15.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:15 smithi088 ceph-mon[96111]: pgmap v8843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:15 smithi187 ceph-mon[111815]: pgmap v8843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:16.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:16.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:11:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:11:17.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:17.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:17.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:17 smithi088 ceph-mon[96111]: pgmap v8844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:17.662 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:17 smithi187 ceph-mon[111815]: pgmap v8844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:18.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:18.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:19.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:19.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:19.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:19 smithi088 ceph-mon[96111]: pgmap v8845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:19 smithi187 ceph-mon[111815]: pgmap v8845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:20.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:20.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:21.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:21.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:21.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:21 smithi088 ceph-mon[96111]: pgmap v8846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:21 smithi187 ceph-mon[111815]: pgmap v8846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:22.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:22.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:23.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:23.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:23.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:23 smithi088 ceph-mon[96111]: pgmap v8847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:11:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:23 smithi187 ceph-mon[111815]: pgmap v8847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:11:24.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:24.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:25.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:25.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:25.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:25 smithi088 ceph-mon[96111]: pgmap v8848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:25 smithi187 ceph-mon[111815]: pgmap v8848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:26.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:26.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:27.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:27.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:27.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:27 smithi088 ceph-mon[96111]: pgmap v8849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:27 smithi187 ceph-mon[111815]: pgmap v8849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:28.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:28.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:28.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:11:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:11:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:11:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:11:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:11:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:11:28.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:11:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:11:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:11:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:11:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:11:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:11:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:11:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:11:29.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:29.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:30.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:29 smithi088 ceph-mon[96111]: pgmap v8850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:29 smithi187 ceph-mon[111815]: pgmap v8850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:30.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:30.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:31.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:11:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:11:31.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:31.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:31 smithi088 ceph-mon[96111]: pgmap v8851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:31 smithi187 ceph-mon[111815]: pgmap v8851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:32.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:32.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:33.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:33.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:33 smithi088 ceph-mon[96111]: pgmap v8852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:33 smithi187 ceph-mon[111815]: pgmap v8852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:34.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:34.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:35.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:35.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:36.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:35 smithi088 ceph-mon[96111]: pgmap v8853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:35 smithi187 ceph-mon[111815]: pgmap v8853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:36.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:36.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:37.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:37.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:38.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:37 smithi088 ceph-mon[96111]: pgmap v8854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:37 smithi187 ceph-mon[111815]: pgmap v8854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:38.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:38.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:39.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:39.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:40.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:39 smithi088 ceph-mon[96111]: pgmap v8855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:39 smithi187 ceph-mon[111815]: pgmap v8855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:40.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:40.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:41.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:41.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:41 smithi088 ceph-mon[96111]: pgmap v8856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:41 smithi187 ceph-mon[111815]: pgmap v8856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:42.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:42.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:43.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:43.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:44.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:43 smithi088 ceph-mon[96111]: pgmap v8857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:43 smithi187 ceph-mon[111815]: pgmap v8857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:44.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:44.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:45.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:45.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:46.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:45 smithi088 ceph-mon[96111]: pgmap v8858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:11:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:45 smithi187 ceph-mon[111815]: pgmap v8858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:11:46.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:46.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:47.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:47.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:48.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:47 smithi088 ceph-mon[96111]: pgmap v8859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:47 smithi187 ceph-mon[111815]: pgmap v8859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:48.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:48.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:49.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:49.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:50.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:49 smithi088 ceph-mon[96111]: pgmap v8860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:49 smithi187 ceph-mon[111815]: pgmap v8860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:50.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:50.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:51.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:51.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:52.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:51 smithi088 ceph-mon[96111]: pgmap v8861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:51 smithi187 ceph-mon[111815]: pgmap v8861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:52.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:52.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:53.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:53.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:54.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:53 smithi088 ceph-mon[96111]: pgmap v8862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:53 smithi187 ceph-mon[111815]: pgmap v8862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:54.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:54.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:55.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:55.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:56.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:55 smithi088 ceph-mon[96111]: pgmap v8863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:55 smithi187 ceph-mon[111815]: pgmap v8863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:11:56.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:56.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:57.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:57.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:58.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:57 smithi088 ceph-mon[96111]: pgmap v8864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:58.092 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:57 smithi187 ceph-mon[111815]: pgmap v8864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:11:58.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:58.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:11:59.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:11:59.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:00.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:11:59 smithi088 ceph-mon[96111]: pgmap v8865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:11:59 smithi187 ceph-mon[111815]: pgmap v8865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:00.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:00.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:01.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:12:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:12:01.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:01.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:02.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:01 smithi088 ceph-mon[96111]: pgmap v8866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:01 smithi187 ceph-mon[111815]: pgmap v8866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:02.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:02.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:03.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:03.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:04.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:03 smithi088 ceph-mon[96111]: pgmap v8867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:03 smithi187 ceph-mon[111815]: pgmap v8867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:04.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:04.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:05.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:05.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:06.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:05 smithi088 ceph-mon[96111]: pgmap v8868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:05 smithi187 ceph-mon[111815]: pgmap v8868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:06.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:06.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:07.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:07.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:08.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:07 smithi088 ceph-mon[96111]: pgmap v8869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:08.198 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:07 smithi187 ceph-mon[111815]: pgmap v8869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:08.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:08.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:09.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:09.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:10.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:09 smithi088 ceph-mon[96111]: pgmap v8870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:09 smithi187 ceph-mon[111815]: pgmap v8870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:10.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:10.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:11.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:11.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:12.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:11 smithi088 ceph-mon[96111]: pgmap v8871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:11 smithi187 ceph-mon[111815]: pgmap v8871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:12.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:12.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:13.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:13.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:13 smithi187 ceph-mon[111815]: pgmap v8872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:13 smithi088 ceph-mon[96111]: pgmap v8872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:14.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:14.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:15.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:15.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:15 smithi187 ceph-mon[111815]: pgmap v8873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:12:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:15 smithi088 ceph-mon[96111]: pgmap v8873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:12:16.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:16.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:17.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:17.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:17 smithi187 ceph-mon[111815]: pgmap v8874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:17 smithi088 ceph-mon[96111]: pgmap v8874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:18.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:18.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:19.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:19.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:19 smithi187 ceph-mon[111815]: pgmap v8875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:19 smithi088 ceph-mon[96111]: pgmap v8875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:20.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:20.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:21.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:21.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:21 smithi187 ceph-mon[111815]: pgmap v8876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:22.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:21 smithi088 ceph-mon[96111]: pgmap v8876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:22.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:22.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:23.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:23.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:23 smithi187 ceph-mon[111815]: pgmap v8877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:23 smithi088 ceph-mon[96111]: pgmap v8877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:24.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:24.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:25.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:25.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:25 smithi187 ceph-mon[111815]: pgmap v8878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:26.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:25 smithi088 ceph-mon[96111]: pgmap v8878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:26.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:26.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:27.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:27.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:27 smithi187 ceph-mon[111815]: pgmap v8879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:27 smithi088 ceph-mon[96111]: pgmap v8879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:28.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:28.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:12:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:12:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:12:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:12:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:12:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:12:29.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:12:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:12:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:12:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:12:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:12:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:12:29.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:29.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:29 smithi187 ceph-mon[111815]: pgmap v8880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:29 smithi088 ceph-mon[96111]: pgmap v8880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:30.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:30.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:12:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:12:31.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:31.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:31 smithi187 ceph-mon[111815]: pgmap v8881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:31 smithi088 ceph-mon[96111]: pgmap v8881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:32.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:32.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:33.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:33.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:33 smithi187 ceph-mon[111815]: pgmap v8882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:34.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:33 smithi088 ceph-mon[96111]: pgmap v8882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:34.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:34.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:35.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:35.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:35 smithi187 ceph-mon[111815]: pgmap v8883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:35 smithi088 ceph-mon[96111]: pgmap v8883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:36.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:36.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:37.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:37.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:37 smithi187 ceph-mon[111815]: pgmap v8884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:37 smithi088 ceph-mon[96111]: pgmap v8884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:38.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:38.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:39.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:39.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:39 smithi187 ceph-mon[111815]: pgmap v8885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:39 smithi088 ceph-mon[96111]: pgmap v8885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:40.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:40.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:41.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:41.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:41 smithi187 ceph-mon[111815]: pgmap v8886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:42.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:41 smithi088 ceph-mon[96111]: pgmap v8886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:42.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:42.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:43.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:43.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:43 smithi187 ceph-mon[111815]: pgmap v8887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:43 smithi088 ceph-mon[96111]: pgmap v8887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:44.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:44.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:45.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:45.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:45 smithi187 ceph-mon[111815]: pgmap v8888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:12:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:45 smithi088 ceph-mon[96111]: pgmap v8888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:12:46.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:46.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:47.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:47.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:47 smithi187 ceph-mon[111815]: pgmap v8889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:47 smithi088 ceph-mon[96111]: pgmap v8889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:48.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:48.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:49.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:49.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:50.168 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:49 smithi088 ceph-mon[96111]: pgmap v8890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:49 smithi187 ceph-mon[111815]: pgmap v8890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:50.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:50.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:51.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:51.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:51 smithi187 ceph-mon[111815]: pgmap v8891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:51 smithi088 ceph-mon[96111]: pgmap v8891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:52.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:52.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:53.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:53.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:53 smithi187 ceph-mon[111815]: pgmap v8892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:54.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:53 smithi088 ceph-mon[96111]: pgmap v8892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:54.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:54.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:55.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:55.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:55 smithi187 ceph-mon[111815]: pgmap v8893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:56.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:55 smithi088 ceph-mon[96111]: pgmap v8893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:12:56.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:56.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:57.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:57.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:57 smithi187 ceph-mon[111815]: pgmap v8894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:57 smithi088 ceph-mon[96111]: pgmap v8894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:12:58.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:58.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:12:59.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:12:59.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:12:59 smithi187 ceph-mon[111815]: pgmap v8895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:00.266 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:12:59 smithi088 ceph-mon[96111]: pgmap v8895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:00.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:00.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:13:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:13:01.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:01.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:01 smithi187 ceph-mon[111815]: pgmap v8896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:01 smithi088 ceph-mon[96111]: pgmap v8896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:02.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:02.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:03.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:03.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:03 smithi187 ceph-mon[111815]: pgmap v8897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:04.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:03 smithi088 ceph-mon[96111]: pgmap v8897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:04.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:04.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:05.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:05.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:05 smithi187 ceph-mon[111815]: pgmap v8898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:05 smithi088 ceph-mon[96111]: pgmap v8898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:06.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:06.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:07.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:07.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:07 smithi187 ceph-mon[111815]: pgmap v8899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:07 smithi088 ceph-mon[96111]: pgmap v8899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:08.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:08.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:09.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:09.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:09 smithi187 ceph-mon[111815]: pgmap v8900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:09 smithi088 ceph-mon[96111]: pgmap v8900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:10.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:10.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:11.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:11.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:11 smithi187 ceph-mon[111815]: pgmap v8901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:11 smithi088 ceph-mon[96111]: pgmap v8901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:12.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:12.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:13.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:13.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:13 smithi187 ceph-mon[111815]: pgmap v8902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:13 smithi088 ceph-mon[96111]: pgmap v8902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:14.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:14.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:15.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:15.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:15 smithi187 ceph-mon[111815]: pgmap v8903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:13:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:15 smithi088 ceph-mon[96111]: pgmap v8903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:13:16.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:16.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:17.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:17.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:17 smithi187 ceph-mon[111815]: pgmap v8904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:18.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:17 smithi088 ceph-mon[96111]: pgmap v8904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:18.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:18.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:19.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:19.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:19 smithi187 ceph-mon[111815]: pgmap v8905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:19 smithi088 ceph-mon[96111]: pgmap v8905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:20.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:20.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:21.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:21.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:21 smithi187 ceph-mon[111815]: pgmap v8906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:22.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:21 smithi088 ceph-mon[96111]: pgmap v8906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:22.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:22.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:23.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:23.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:23 smithi187 ceph-mon[111815]: pgmap v8907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:23 smithi088 ceph-mon[96111]: pgmap v8907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:24.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:24.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:25.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:25.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:25 smithi187 ceph-mon[111815]: pgmap v8908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:26.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:25 smithi088 ceph-mon[96111]: pgmap v8908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:26.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:26.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:27.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:27.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:27 smithi187 ceph-mon[111815]: pgmap v8909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:27 smithi088 ceph-mon[96111]: pgmap v8909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:28.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:28.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:29.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:13:29.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:13:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:13:29.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:13:29.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:13:29.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:13:29.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:29.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:29 smithi088 ceph-mon[96111]: pgmap v8910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:13:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:13:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:13:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:13:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:13:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:29 smithi187 ceph-mon[111815]: pgmap v8910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:13:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:13:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:13:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:13:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:13:30.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:30.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:31.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:13:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:13:31.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:31.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:32.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:31 smithi088 ceph-mon[96111]: pgmap v8911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:31 smithi187 ceph-mon[111815]: pgmap v8911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:32.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:32.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:33.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:33.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:34.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:33 smithi088 ceph-mon[96111]: pgmap v8912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:33 smithi187 ceph-mon[111815]: pgmap v8912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:34.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:34.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:35.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:35.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:36.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:35 smithi088 ceph-mon[96111]: pgmap v8913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:35 smithi187 ceph-mon[111815]: pgmap v8913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:36.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:36.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:37.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:37.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:38.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:37 smithi088 ceph-mon[96111]: pgmap v8914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:37 smithi187 ceph-mon[111815]: pgmap v8914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:38.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:38.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:39.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:39.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:40.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:39 smithi088 ceph-mon[96111]: pgmap v8915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:39 smithi187 ceph-mon[111815]: pgmap v8915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:40.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:40.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:41.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:41.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:42.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:41 smithi088 ceph-mon[96111]: pgmap v8916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:41 smithi187 ceph-mon[111815]: pgmap v8916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:42.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:42.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:43.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:43.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:44.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:43 smithi088 ceph-mon[96111]: pgmap v8917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:43 smithi187 ceph-mon[111815]: pgmap v8917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:44.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:44.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:45.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:45.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:46.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:45 smithi088 ceph-mon[96111]: pgmap v8918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:13:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:45 smithi187 ceph-mon[111815]: pgmap v8918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:13:46.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:46.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:47.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:47.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:47 smithi088 ceph-mon[96111]: pgmap v8919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:47 smithi187 ceph-mon[111815]: pgmap v8919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:48.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:48.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:49.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:49.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:49 smithi088 ceph-mon[96111]: pgmap v8920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:49 smithi187 ceph-mon[111815]: pgmap v8920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:50.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:50.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:51.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:51.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:52.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:51 smithi088 ceph-mon[96111]: pgmap v8921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:52 smithi187 ceph-mon[111815]: pgmap v8921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:52.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:52.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:53.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:53.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:54.298 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:54 smithi187 ceph-mon[111815]: pgmap v8922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:54.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:54 smithi088 ceph-mon[96111]: pgmap v8922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:54.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:54.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:55.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:55.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:56.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:56 smithi088 ceph-mon[96111]: pgmap v8923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:56 smithi187 ceph-mon[111815]: pgmap v8923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:13:56.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:56.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:57.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:57.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:13:58 smithi088 ceph-mon[96111]: pgmap v8924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:13:58 smithi187 ceph-mon[111815]: pgmap v8924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:13:58.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:58.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:13:59.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:13:59.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:00.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:00 smithi088 ceph-mon[96111]: pgmap v8925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:00 smithi187 ceph-mon[111815]: pgmap v8925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:00.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:00.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:01.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:14:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:14:01.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:01.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:02 smithi088 ceph-mon[96111]: pgmap v8926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:02 smithi187 ceph-mon[111815]: pgmap v8926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:02.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:02.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:03.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:03.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:04.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:04 smithi088 ceph-mon[96111]: pgmap v8927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:04.403 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:04 smithi187 ceph-mon[111815]: pgmap v8927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:04.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:04.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:05.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:05.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:06.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:06 smithi088 ceph-mon[96111]: pgmap v8928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:06 smithi187 ceph-mon[111815]: pgmap v8928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:06.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:06.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:07.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:07.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:08.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:08 smithi088 ceph-mon[96111]: pgmap v8929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:08 smithi187 ceph-mon[111815]: pgmap v8929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:08.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:08.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:09.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:09.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:10.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:10 smithi088 ceph-mon[96111]: pgmap v8930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:10 smithi187 ceph-mon[111815]: pgmap v8930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:10.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:10.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:11.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:11.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:12.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:12 smithi088 ceph-mon[96111]: pgmap v8931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:12 smithi187 ceph-mon[111815]: pgmap v8931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:12.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:12.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:13.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:13.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:14 smithi088 ceph-mon[96111]: pgmap v8932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:14 smithi187 ceph-mon[111815]: pgmap v8932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:14.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:14.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:15.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:15.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:16.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:16 smithi088 ceph-mon[96111]: pgmap v8933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:14:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:16 smithi187 ceph-mon[111815]: pgmap v8933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:14:16.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:16.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:17.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:17.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:18 smithi088 ceph-mon[96111]: pgmap v8934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:18 smithi187 ceph-mon[111815]: pgmap v8934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:18.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:18.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:19.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:19.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:20.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:20 smithi088 ceph-mon[96111]: pgmap v8935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:20 smithi187 ceph-mon[111815]: pgmap v8935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:20.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:20.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:21.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:21.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:22.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:22 smithi088 ceph-mon[96111]: pgmap v8936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:22 smithi187 ceph-mon[111815]: pgmap v8936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:22.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:22.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:23.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:23.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:24.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:24 smithi088 ceph-mon[96111]: pgmap v8937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:24 smithi187 ceph-mon[111815]: pgmap v8937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:24.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:24.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:25.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:25.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:26.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:26 smithi088 ceph-mon[96111]: pgmap v8938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:26 smithi187 ceph-mon[111815]: pgmap v8938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:26.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:26.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:27.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:27.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:28.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:28 smithi088 ceph-mon[96111]: pgmap v8939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:28.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:28 smithi187 ceph-mon[111815]: pgmap v8939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:28.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:28.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:29.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:29.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:30.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:30 smithi088 ceph-mon[96111]: pgmap v8940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:14:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:14:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:14:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:14:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:14:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:14:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:30 smithi187 ceph-mon[111815]: pgmap v8940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:14:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:14:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:14:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:14:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:14:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:14:30.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:30.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:14:31.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:14:31.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:31.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:32 smithi187 ceph-mon[111815]: pgmap v8941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:32.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:32 smithi088 ceph-mon[96111]: pgmap v8941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:32.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:32.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:33.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:33.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:34 smithi187 ceph-mon[111815]: pgmap v8942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:34.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:34 smithi088 ceph-mon[96111]: pgmap v8942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:34.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:34.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:35.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:35.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:36 smithi187 ceph-mon[111815]: pgmap v8943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:36.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:36 smithi088 ceph-mon[96111]: pgmap v8943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:36.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:36.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:37.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:37.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:38 smithi187 ceph-mon[111815]: pgmap v8944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:38.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:38 smithi088 ceph-mon[96111]: pgmap v8944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:38.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:38.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:39.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:39.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:40 smithi187 ceph-mon[111815]: pgmap v8945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:40.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:40 smithi088 ceph-mon[96111]: pgmap v8945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:40.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:40.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:41.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:41.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:42 smithi187 ceph-mon[111815]: pgmap v8946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:42.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:42 smithi088 ceph-mon[96111]: pgmap v8946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:42.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:42.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:43.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:43.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:44 smithi187 ceph-mon[111815]: pgmap v8947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:44.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:44 smithi088 ceph-mon[96111]: pgmap v8947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:44.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:44.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:45.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:45.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:46 smithi187 ceph-mon[111815]: pgmap v8948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:14:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:46 smithi088 ceph-mon[96111]: pgmap v8948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:14:46.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:46.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:47.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:47.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:48 smithi187 ceph-mon[111815]: pgmap v8949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:48.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:48 smithi088 ceph-mon[96111]: pgmap v8949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:48.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:48.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:49.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:49.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:50 smithi187 ceph-mon[111815]: pgmap v8950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:50.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:50 smithi088 ceph-mon[96111]: pgmap v8950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:50.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:50.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:51.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:51.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:52 smithi187 ceph-mon[111815]: pgmap v8951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:52.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:52 smithi088 ceph-mon[96111]: pgmap v8951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:52.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:52.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:53.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:53.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:54 smithi187 ceph-mon[111815]: pgmap v8952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:54.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:54 smithi088 ceph-mon[96111]: pgmap v8952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:54.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:54.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:55.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:55.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:56.387 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:56 smithi088 ceph-mon[96111]: pgmap v8953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:56 smithi187 ceph-mon[111815]: pgmap v8953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:14:56.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:56.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:57.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:57.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:14:58 smithi187 ceph-mon[111815]: pgmap v8954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:58.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:14:58 smithi088 ceph-mon[96111]: pgmap v8954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:14:58.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:58.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:14:59.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:14:59.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:00 smithi187 ceph-mon[111815]: pgmap v8955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:00.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:00 smithi088 ceph-mon[96111]: pgmap v8955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:00.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:00.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:01.436 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:15:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:15:01.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:01.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:02 smithi187 ceph-mon[111815]: pgmap v8956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:02 smithi088 ceph-mon[96111]: pgmap v8956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:02.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:02.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:03.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:03.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:04 smithi187 ceph-mon[111815]: pgmap v8957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:04.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:04 smithi088 ceph-mon[96111]: pgmap v8957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:04.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:04.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:05.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:05.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:06 smithi187 ceph-mon[111815]: pgmap v8958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:06.485 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:06 smithi088 ceph-mon[96111]: pgmap v8958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:06.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:06.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:07.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:07.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:08 smithi187 ceph-mon[111815]: pgmap v8959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:08.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:08 smithi088 ceph-mon[96111]: pgmap v8959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:08.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:08.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:09.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:09.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:10 smithi187 ceph-mon[111815]: pgmap v8960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:10.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:10 smithi088 ceph-mon[96111]: pgmap v8960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:10.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:10.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:11.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:11.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:12 smithi187 ceph-mon[111815]: pgmap v8961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:12.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:12 smithi088 ceph-mon[96111]: pgmap v8961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:12.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:12.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:13.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:13.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:14 smithi187 ceph-mon[111815]: pgmap v8962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:14.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:14 smithi088 ceph-mon[96111]: pgmap v8962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:14.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:14.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:15.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:15.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:16 smithi187 ceph-mon[111815]: pgmap v8963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:15:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:16 smithi088 ceph-mon[96111]: pgmap v8963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:15:16.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:16.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:17.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:17.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:18 smithi187 ceph-mon[111815]: pgmap v8964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:18.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:18 smithi088 ceph-mon[96111]: pgmap v8964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:18.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:18.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:19.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:19 smithi187 ceph-mon[111815]: pgmap v8965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:19.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:19 smithi088 ceph-mon[96111]: pgmap v8965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:19.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:19.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:20.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:20.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:21.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:21 smithi088 ceph-mon[96111]: pgmap v8966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:21 smithi187 ceph-mon[111815]: pgmap v8966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:21.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:21.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:22.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:22.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:23.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:23 smithi088 ceph-mon[96111]: pgmap v8967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:23 smithi187 ceph-mon[111815]: pgmap v8967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:23.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:23.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:24.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:24.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:25.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:25 smithi088 ceph-mon[96111]: pgmap v8968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:25 smithi187 ceph-mon[111815]: pgmap v8968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:25.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:25.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:26.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:26.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:27.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:27 smithi088 ceph-mon[96111]: pgmap v8969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:27 smithi187 ceph-mon[111815]: pgmap v8969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:27.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:27.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:28.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:28.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:29.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:29 smithi088 ceph-mon[96111]: pgmap v8970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:29 smithi187 ceph-mon[111815]: pgmap v8970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:29.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:29.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:30.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:15:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:15:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:15:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:15:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:15:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:15:30.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:30.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:31 smithi088 ceph-mon[96111]: pgmap v8971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:15:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:15:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:15:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:15:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:15:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:15:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:31 smithi187 ceph-mon[111815]: pgmap v8971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:15:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:15:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:15:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:15:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:15:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:15:31.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:31.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:32.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:32.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:33.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:33 smithi088 ceph-mon[96111]: pgmap v8972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:33 smithi187 ceph-mon[111815]: pgmap v8972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:33.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:33.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:34.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:34.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:35.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:35 smithi088 ceph-mon[96111]: pgmap v8973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:35 smithi187 ceph-mon[111815]: pgmap v8973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:35.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:35.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:36.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:36.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:37.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:37 smithi088 ceph-mon[96111]: pgmap v8974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:37 smithi187 ceph-mon[111815]: pgmap v8974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:37.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:37.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:38.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:38.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:39.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:39 smithi088 ceph-mon[96111]: pgmap v8975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:39 smithi187 ceph-mon[111815]: pgmap v8975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:39.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:39.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:40.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:40.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:41.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:41 smithi088 ceph-mon[96111]: pgmap v8976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:41 smithi187 ceph-mon[111815]: pgmap v8976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:41.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:41.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:42.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:42.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:43.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:43 smithi088 ceph-mon[96111]: pgmap v8977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:43 smithi187 ceph-mon[111815]: pgmap v8977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:43.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:43.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:44.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:44.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:45 smithi088 ceph-mon[96111]: pgmap v8978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:15:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:45 smithi187 ceph-mon[111815]: pgmap v8978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:15:45.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:45.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:46.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:46.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:47 smithi088 ceph-mon[96111]: pgmap v8979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:47 smithi187 ceph-mon[111815]: pgmap v8979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:47.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:47.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:48.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:48.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:49.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:49 smithi088 ceph-mon[96111]: pgmap v8980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:49 smithi187 ceph-mon[111815]: pgmap v8980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:49.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:49.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:50.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:50.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:51.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:51 smithi088 ceph-mon[96111]: pgmap v8981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:51 smithi187 ceph-mon[111815]: pgmap v8981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:51.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:51.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:52.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:52.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:53 smithi088 ceph-mon[96111]: pgmap v8982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:53 smithi187 ceph-mon[111815]: pgmap v8982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:53.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:53.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:54.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:54.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:55.568 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:55 smithi187 ceph-mon[111815]: pgmap v8983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:55.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:55 smithi088 ceph-mon[96111]: pgmap v8983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:15:55.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:55.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:56.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:56.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:57.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:57 smithi088 ceph-mon[96111]: pgmap v8984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:57 smithi187 ceph-mon[111815]: pgmap v8984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:57.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:57.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:58.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:58.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:15:59.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:15:59 smithi088 ceph-mon[96111]: pgmap v8985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:15:59 smithi187 ceph-mon[111815]: pgmap v8985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:15:59.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:15:59.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:00.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:16:00.621 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:16:00.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:00.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:01.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:01 smithi088 ceph-mon[96111]: pgmap v8986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:01 smithi187 ceph-mon[111815]: pgmap v8986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:01.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:01.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:02.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:02.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:03 smithi187 ceph-mon[111815]: pgmap v8987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:03 smithi088 ceph-mon[96111]: pgmap v8987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:03.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:03.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:04.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:04.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:05.674 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:05 smithi187 ceph-mon[111815]: pgmap v8988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:05 smithi088 ceph-mon[96111]: pgmap v8988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:05.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:05.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:06.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:06.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:07 smithi187 ceph-mon[111815]: pgmap v8989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:07 smithi088 ceph-mon[96111]: pgmap v8989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:07.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:07.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:08.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:08.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:09 smithi187 ceph-mon[111815]: pgmap v8990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:09 smithi088 ceph-mon[96111]: pgmap v8990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:09.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:09.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:10.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:10.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:11 smithi187 ceph-mon[111815]: pgmap v8991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:11 smithi088 ceph-mon[96111]: pgmap v8991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:11.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:11.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:12.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:12.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:13 smithi187 ceph-mon[111815]: pgmap v8992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:13 smithi088 ceph-mon[96111]: pgmap v8992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:13.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:13.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:14.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:14.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:15 smithi187 ceph-mon[111815]: pgmap v8993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:16:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:15 smithi088 ceph-mon[96111]: pgmap v8993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:16:15.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:15.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:16.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:16.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:17.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:17 smithi088 ceph-mon[96111]: pgmap v8994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:17 smithi187 ceph-mon[111815]: pgmap v8994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:18.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:18.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:19.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:19.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:19 smithi187 ceph-mon[111815]: pgmap v8995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:19 smithi088 ceph-mon[96111]: pgmap v8995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:20.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:20.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:21.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:21.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:21 smithi187 ceph-mon[111815]: pgmap v8996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:21 smithi088 ceph-mon[96111]: pgmap v8996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:22.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:22.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:23.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:23.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:23 smithi187 ceph-mon[111815]: pgmap v8997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:23 smithi088 ceph-mon[96111]: pgmap v8997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:24.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:24.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:25.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:25.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:25 smithi187 ceph-mon[111815]: pgmap v8998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:25.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:25 smithi088 ceph-mon[96111]: pgmap v8998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:26.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:26.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:27.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:27.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:27.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:27 smithi088 ceph-mon[96111]: pgmap v8999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:27 smithi187 ceph-mon[111815]: pgmap v8999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:28.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:28.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:29.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:29.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:29 smithi187 ceph-mon[111815]: pgmap v9000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:29.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:29 smithi088 ceph-mon[96111]: pgmap v9000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:30.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:30.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:16:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:16:31.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:31.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:31 smithi187 ceph-mon[111815]: pgmap v9001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:16:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:16:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:16:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:16:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:16:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:16:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:31 smithi088 ceph-mon[96111]: pgmap v9001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:16:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:16:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:16:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:16:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:16:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:16:32.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:32.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:33.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:33.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:33 smithi187 ceph-mon[111815]: pgmap v9002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:33 smithi088 ceph-mon[96111]: pgmap v9002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:34.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:34.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:35.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:35.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:35.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:35 smithi088 ceph-mon[96111]: pgmap v9003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:35 smithi187 ceph-mon[111815]: pgmap v9003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:36.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:36.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:37.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:37.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:37.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:37 smithi088 ceph-mon[96111]: pgmap v9004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:37 smithi187 ceph-mon[111815]: pgmap v9004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:38.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:38.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:39.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:39.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:39.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:39 smithi088 ceph-mon[96111]: pgmap v9005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:39 smithi187 ceph-mon[111815]: pgmap v9005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:40.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:40.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:41.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:41.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:41.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:41 smithi187 ceph-mon[111815]: pgmap v9006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:41.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:41 smithi088 ceph-mon[96111]: pgmap v9006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:42.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:42.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:43.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:43.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:43.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:43 smithi088 ceph-mon[96111]: pgmap v9007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:43 smithi187 ceph-mon[111815]: pgmap v9007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:44.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:44.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:45.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:45.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:45 smithi088 ceph-mon[96111]: pgmap v9008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:45 smithi187 ceph-mon[111815]: pgmap v9008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:46.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:46.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:16:46.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:16:47.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:47.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:47.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:47 smithi088 ceph-mon[96111]: pgmap v9009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:47 smithi187 ceph-mon[111815]: pgmap v9009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:48.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:48.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:49.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:49.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:49.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:49 smithi088 ceph-mon[96111]: pgmap v9010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:49 smithi187 ceph-mon[111815]: pgmap v9010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:50.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:50.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:51.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:51.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:51.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:51 smithi187 ceph-mon[111815]: pgmap v9011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:51.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:51 smithi088 ceph-mon[96111]: pgmap v9011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:52.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:52.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:53.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:53.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:53.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:53 smithi088 ceph-mon[96111]: pgmap v9012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:53 smithi187 ceph-mon[111815]: pgmap v9012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:54.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:54.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:55.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:55.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:55.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:55 smithi088 ceph-mon[96111]: pgmap v9013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:55 smithi187 ceph-mon[111815]: pgmap v9013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:16:56.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:56.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:57.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:57.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:57.566 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:57 smithi088 ceph-mon[96111]: pgmap v9014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:57 smithi187 ceph-mon[111815]: pgmap v9014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:58.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:58.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:59.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:16:59.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:16:59.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:16:59 smithi088 ceph-mon[96111]: pgmap v9015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:16:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:16:59 smithi187 ceph-mon[111815]: pgmap v9015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:00.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:00.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:00.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:17:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:17:01.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:01.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:01.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:01 smithi088 ceph-mon[96111]: pgmap v9016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:01 smithi187 ceph-mon[111815]: pgmap v9016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:02.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:02.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:03.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:03.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:03.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:03 smithi088 ceph-mon[96111]: pgmap v9017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:03 smithi187 ceph-mon[111815]: pgmap v9017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:04.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:04.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:05.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:05.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:05 smithi088 ceph-mon[96111]: pgmap v9018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:05 smithi187 ceph-mon[111815]: pgmap v9018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:06.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:06.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:07.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:07.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:07.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:07 smithi088 ceph-mon[96111]: pgmap v9019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:07 smithi187 ceph-mon[111815]: pgmap v9019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:08.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:08.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:09.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:09.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:09.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:09 smithi088 ceph-mon[96111]: pgmap v9020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:09 smithi187 ceph-mon[111815]: pgmap v9020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:10.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:10.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:11.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:11.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:11.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:11 smithi088 ceph-mon[96111]: pgmap v9021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:11 smithi187 ceph-mon[111815]: pgmap v9021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:12.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:12.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:13.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:13.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:13.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:13 smithi088 ceph-mon[96111]: pgmap v9022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:13 smithi187 ceph-mon[111815]: pgmap v9022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:14.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:14.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:15.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:15.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:15 smithi088 ceph-mon[96111]: pgmap v9023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:15 smithi187 ceph-mon[111815]: pgmap v9023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:16.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:16.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:17:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:17:17.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:17.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:17.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:17 smithi088 ceph-mon[96111]: pgmap v9024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:17 smithi187 ceph-mon[111815]: pgmap v9024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:18.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:18.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:19.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:19.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:19.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:19 smithi088 ceph-mon[96111]: pgmap v9025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:19 smithi187 ceph-mon[111815]: pgmap v9025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:20.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:20.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:21.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:21.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:21 smithi088 ceph-mon[96111]: pgmap v9026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:21 smithi187 ceph-mon[111815]: pgmap v9026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:22.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:22.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:23.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:23.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:23.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:23 smithi088 ceph-mon[96111]: pgmap v9027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:23 smithi187 ceph-mon[111815]: pgmap v9027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:24.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:24.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:25.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:25.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:25.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:25 smithi088 ceph-mon[96111]: pgmap v9028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:25 smithi187 ceph-mon[111815]: pgmap v9028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:26.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:26.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:27.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:27.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:27 smithi187 ceph-mon[111815]: pgmap v9029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:27 smithi088 ceph-mon[96111]: pgmap v9029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:28.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:28.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:29.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:29.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:29 smithi187 ceph-mon[111815]: pgmap v9030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:29.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:29 smithi088 ceph-mon[96111]: pgmap v9030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:30.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:30.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:17:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:17:31.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:31.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:31 smithi187 ceph-mon[111815]: pgmap v9031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:17:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:31 smithi088 ceph-mon[96111]: pgmap v9031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:17:32.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:32.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:17:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:17:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:17:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:17:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:17:32.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:17:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:17:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:17:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:17:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:17:33.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:33.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:33 smithi187 ceph-mon[111815]: pgmap v9032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:34.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:33 smithi088 ceph-mon[96111]: pgmap v9032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:34.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:34.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:35.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:35.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:35.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:35 smithi088 ceph-mon[96111]: pgmap v9033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:35 smithi187 ceph-mon[111815]: pgmap v9033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:36.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:36.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:37.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:37.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:37 smithi187 ceph-mon[111815]: pgmap v9034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:37 smithi088 ceph-mon[96111]: pgmap v9034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:38.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:38.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:39.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:39.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:39 smithi187 ceph-mon[111815]: pgmap v9035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:39.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:39 smithi088 ceph-mon[96111]: pgmap v9035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:40.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:40.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:41.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:41.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:41.669 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:41 smithi187 ceph-mon[111815]: pgmap v9036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:41 smithi088 ceph-mon[96111]: pgmap v9036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:42.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:42.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:43.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:43.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:43 smithi187 ceph-mon[111815]: pgmap v9037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:43.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:43 smithi088 ceph-mon[96111]: pgmap v9037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:44.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:44.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:45.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:45.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:45 smithi088 ceph-mon[96111]: pgmap v9038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:17:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:45 smithi187 ceph-mon[111815]: pgmap v9038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:17:46.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:46.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:47.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:47.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:47 smithi187 ceph-mon[111815]: pgmap v9039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:47.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:47 smithi088 ceph-mon[96111]: pgmap v9039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:48.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:48.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:49.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:49.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:49 smithi187 ceph-mon[111815]: pgmap v9040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:49 smithi088 ceph-mon[96111]: pgmap v9040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:50.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:50.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:51.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:51.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:51 smithi187 ceph-mon[111815]: pgmap v9041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:51.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:51 smithi088 ceph-mon[96111]: pgmap v9041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:52.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:52.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:53.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:53.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:53.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:53 smithi088 ceph-mon[96111]: pgmap v9042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:53 smithi187 ceph-mon[111815]: pgmap v9042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:54.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:54.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:55.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:55.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:55 smithi088 ceph-mon[96111]: pgmap v9043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:55 smithi187 ceph-mon[111815]: pgmap v9043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:17:56.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:56.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:57.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:57.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:57 smithi187 ceph-mon[111815]: pgmap v9044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:57 smithi088 ceph-mon[96111]: pgmap v9044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:58.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:58.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:59.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:17:59.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:17:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:17:59 smithi187 ceph-mon[111815]: pgmap v9045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:17:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:17:59 smithi088 ceph-mon[96111]: pgmap v9045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:00.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:00.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:18:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:18:01.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:01.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:01 smithi187 ceph-mon[111815]: pgmap v9046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:01 smithi088 ceph-mon[96111]: pgmap v9046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:02.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:02.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:03.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:03.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:03.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:03 smithi088 ceph-mon[96111]: pgmap v9047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:03 smithi187 ceph-mon[111815]: pgmap v9047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:04.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:04.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:05.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:05.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:05.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:05 smithi088 ceph-mon[96111]: pgmap v9048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:05 smithi187 ceph-mon[111815]: pgmap v9048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:06.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:06.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:07.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:07.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:07 smithi187 ceph-mon[111815]: pgmap v9049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:07 smithi088 ceph-mon[96111]: pgmap v9049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:08.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:08.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:09.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:09.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:09 smithi187 ceph-mon[111815]: pgmap v9050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:09 smithi088 ceph-mon[96111]: pgmap v9050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:10.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:10.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:11.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:11.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:11 smithi187 ceph-mon[111815]: pgmap v9051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:11 smithi088 ceph-mon[96111]: pgmap v9051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:12.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:12.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:13.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:13.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:13 smithi088 ceph-mon[96111]: pgmap v9052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:13 smithi187 ceph-mon[111815]: pgmap v9052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:14.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:14.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:15.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:15.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:15 smithi088 ceph-mon[96111]: pgmap v9053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:18:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:15 smithi187 ceph-mon[111815]: pgmap v9053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:18:16.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:16.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:17.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:17.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:17 smithi187 ceph-mon[111815]: pgmap v9054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:17.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:17 smithi088 ceph-mon[96111]: pgmap v9054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:18.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:18.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:19.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:19.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:19 smithi187 ceph-mon[111815]: pgmap v9055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:19 smithi088 ceph-mon[96111]: pgmap v9055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:20.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:20.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:21.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:21.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:21 smithi187 ceph-mon[111815]: pgmap v9056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:21.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:21 smithi088 ceph-mon[96111]: pgmap v9056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:22.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:22.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:23.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:23.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:23 smithi187 ceph-mon[111815]: pgmap v9057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:23 smithi088 ceph-mon[96111]: pgmap v9057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:24.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:24.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:25.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:25.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:25.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:25 smithi088 ceph-mon[96111]: pgmap v9058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:25 smithi187 ceph-mon[111815]: pgmap v9058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:26.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:26.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:27.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:27.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:27.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:27 smithi187 ceph-mon[111815]: pgmap v9059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:27 smithi088 ceph-mon[96111]: pgmap v9059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:28.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:28.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:29.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:29.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:29 smithi187 ceph-mon[111815]: pgmap v9060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:29 smithi088 ceph-mon[96111]: pgmap v9060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:30.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:30.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:18:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:18:31.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:31.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:31 smithi187 ceph-mon[111815]: pgmap v9061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:31 smithi088 ceph-mon[96111]: pgmap v9061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:32.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:32.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:18:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:18:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:18:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:18:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:18:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:18:32.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:18:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:18:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:18:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:18:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:18:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:18:33.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:33.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:33 smithi187 ceph-mon[111815]: pgmap v9062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:33 smithi088 ceph-mon[96111]: pgmap v9062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:34.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:34.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:35.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:35.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:35.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:35 smithi088 ceph-mon[96111]: pgmap v9063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:35 smithi187 ceph-mon[111815]: pgmap v9063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:36.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:36.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:37.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:37.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:37.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:37 smithi088 ceph-mon[96111]: pgmap v9064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:37 smithi187 ceph-mon[111815]: pgmap v9064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:38.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:38.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:39.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:39.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:39.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:39 smithi088 ceph-mon[96111]: pgmap v9065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:39 smithi187 ceph-mon[111815]: pgmap v9065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:40.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:40.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:41.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:41.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:41.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:41 smithi088 ceph-mon[96111]: pgmap v9066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:41 smithi187 ceph-mon[111815]: pgmap v9066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:42.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:42.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:43.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:43.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:43.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:43 smithi088 ceph-mon[96111]: pgmap v9067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:43 smithi187 ceph-mon[111815]: pgmap v9067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:44.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:44.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:45.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:45.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:45 smithi088 ceph-mon[96111]: pgmap v9068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:18:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:45 smithi187 ceph-mon[111815]: pgmap v9068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:18:46.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:46.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:47.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:47.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:47 smithi187 ceph-mon[111815]: pgmap v9069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:47.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:47 smithi088 ceph-mon[96111]: pgmap v9069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:48.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:48.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:49.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:49.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:49 smithi187 ceph-mon[111815]: pgmap v9070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:49 smithi088 ceph-mon[96111]: pgmap v9070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:50.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:50.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:51.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:51.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:51 smithi187 ceph-mon[111815]: pgmap v9071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:51.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:51 smithi088 ceph-mon[96111]: pgmap v9071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:52.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:52.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:53.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:53.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:53.699 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:53 smithi088 ceph-mon[96111]: pgmap v9072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:53.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:53 smithi187 ceph-mon[111815]: pgmap v9072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:54.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:54.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:55.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:55.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:55.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:55 smithi088 ceph-mon[96111]: pgmap v9073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:55 smithi187 ceph-mon[111815]: pgmap v9073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:18:56.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:56.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:57.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:57.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:57 smithi187 ceph-mon[111815]: pgmap v9074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:57 smithi088 ceph-mon[96111]: pgmap v9074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:58.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:58.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:59.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:18:59.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:18:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:18:59 smithi187 ceph-mon[111815]: pgmap v9075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:18:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:18:59 smithi088 ceph-mon[96111]: pgmap v9075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:00.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:00.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:19:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:19:01.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:01.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:01 smithi187 ceph-mon[111815]: pgmap v9076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:01 smithi088 ceph-mon[96111]: pgmap v9076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:02.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:02.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:03.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:03.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:03 smithi187 ceph-mon[111815]: pgmap v9077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:03.800 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:03 smithi088 ceph-mon[96111]: pgmap v9077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:04.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:04.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:05.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:05.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:05.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:05 smithi088 ceph-mon[96111]: pgmap v9078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:05 smithi187 ceph-mon[111815]: pgmap v9078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:06.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:06.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:07.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:07.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:07 smithi187 ceph-mon[111815]: pgmap v9079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:07 smithi088 ceph-mon[96111]: pgmap v9079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:08.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:08.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:09.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:09.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:09 smithi187 ceph-mon[111815]: pgmap v9080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:09 smithi088 ceph-mon[96111]: pgmap v9080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:10.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:10.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:11.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:11.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:11 smithi187 ceph-mon[111815]: pgmap v9081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:11 smithi088 ceph-mon[96111]: pgmap v9081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:12.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:12.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:13.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:13.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:13 smithi187 ceph-mon[111815]: pgmap v9082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:13 smithi088 ceph-mon[96111]: pgmap v9082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:14.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:14.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:15.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:15.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:15 smithi088 ceph-mon[96111]: pgmap v9083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:19:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:15 smithi187 ceph-mon[111815]: pgmap v9083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:19:16.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:16.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:17.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:17.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:17.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:17 smithi088 ceph-mon[96111]: pgmap v9084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:17.670 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:17 smithi187 ceph-mon[111815]: pgmap v9084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:18.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:18.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:19.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:19.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:19.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:19 smithi088 ceph-mon[96111]: pgmap v9085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:19 smithi187 ceph-mon[111815]: pgmap v9085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:20.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:20.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:21.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:21.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:21 smithi187 ceph-mon[111815]: pgmap v9086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:21.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:21 smithi088 ceph-mon[96111]: pgmap v9086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:22.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:22.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:23.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:23.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:23 smithi187 ceph-mon[111815]: pgmap v9087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:23 smithi088 ceph-mon[96111]: pgmap v9087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:24.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:24.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:25.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:25.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:25.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:25 smithi088 ceph-mon[96111]: pgmap v9088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:25 smithi187 ceph-mon[111815]: pgmap v9088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:26.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:26.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:27.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:27.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:27 smithi187 ceph-mon[111815]: pgmap v9089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:27 smithi088 ceph-mon[96111]: pgmap v9089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:28.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:28.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:29.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:29.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:29 smithi187 ceph-mon[111815]: pgmap v9090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:29 smithi088 ceph-mon[96111]: pgmap v9090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:30.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:30.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:19:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:19:31.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:31.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:31 smithi187 ceph-mon[111815]: pgmap v9091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:31 smithi088 ceph-mon[96111]: pgmap v9091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:32.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:32.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:19:32.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:19:33.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:33.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:33 smithi187 ceph-mon[111815]: pgmap v9092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:19:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:19:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:19:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:19:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:19:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:33 smithi088 ceph-mon[96111]: pgmap v9092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:19:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:19:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:19:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:19:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:19:34.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:34.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:35.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:35.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:35.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:35 smithi088 ceph-mon[96111]: pgmap v9093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:35 smithi187 ceph-mon[111815]: pgmap v9093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:36.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:36.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:37.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:37.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:37 smithi187 ceph-mon[111815]: pgmap v9094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:37 smithi088 ceph-mon[96111]: pgmap v9094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:38.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:38.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:39.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:39.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:39.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:39 smithi088 ceph-mon[96111]: pgmap v9095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:39 smithi187 ceph-mon[111815]: pgmap v9095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:40.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:40.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:41.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:41.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:41 smithi187 ceph-mon[111815]: pgmap v9096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:41.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:41 smithi088 ceph-mon[96111]: pgmap v9096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:42.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:42.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:43.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:43.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:43 smithi187 ceph-mon[111815]: pgmap v9097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:43.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:43 smithi088 ceph-mon[96111]: pgmap v9097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:44.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:44.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:45.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:45.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:45.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:45 smithi088 ceph-mon[96111]: pgmap v9098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:19:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:45 smithi187 ceph-mon[111815]: pgmap v9098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:45.728 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:19:46.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:46.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:47.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:47.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:47 smithi187 ceph-mon[111815]: pgmap v9099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:47.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:47 smithi088 ceph-mon[96111]: pgmap v9099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:48.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:48.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:49.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:49.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:49.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:49 smithi088 ceph-mon[96111]: pgmap v9100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:49 smithi187 ceph-mon[111815]: pgmap v9100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:50.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:50.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:51.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:51.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:51 smithi187 ceph-mon[111815]: pgmap v9101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:51.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:51 smithi088 ceph-mon[96111]: pgmap v9101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:52.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:52.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:53.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:53.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:53 smithi187 ceph-mon[111815]: pgmap v9102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:53.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:53 smithi088 ceph-mon[96111]: pgmap v9102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:54.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:54.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:55.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:55.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:55.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:55 smithi088 ceph-mon[96111]: pgmap v9103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:55 smithi187 ceph-mon[111815]: pgmap v9103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:19:56.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:56.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:57.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:57.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:57 smithi187 ceph-mon[111815]: pgmap v9104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:57 smithi088 ceph-mon[96111]: pgmap v9104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:58.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:58.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:59.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:19:59.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:19:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:19:59 smithi187 ceph-mon[111815]: pgmap v9105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:19:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:19:59 smithi088 ceph-mon[96111]: pgmap v9105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:00.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:00.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T04:20:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:20:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T04:20:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:20:01.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:01.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:01 smithi187 ceph-mon[111815]: pgmap v9106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:01 smithi088 ceph-mon[96111]: pgmap v9106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:02.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:02.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:03.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:03.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:03.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:03 smithi187 ceph-mon[111815]: pgmap v9107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:03 smithi088 ceph-mon[96111]: pgmap v9107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:04.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:04.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:05.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:05.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:05 smithi187 ceph-mon[111815]: pgmap v9108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:05.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:05 smithi088 ceph-mon[96111]: pgmap v9108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:06.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:06.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:07.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:07.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:07 smithi187 ceph-mon[111815]: pgmap v9109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:07 smithi088 ceph-mon[96111]: pgmap v9109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:08.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:08.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:09.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:09.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:09 smithi187 ceph-mon[111815]: pgmap v9110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:09 smithi088 ceph-mon[96111]: pgmap v9110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:10.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:10.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:11.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:11.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:11 smithi187 ceph-mon[111815]: pgmap v9111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:11 smithi088 ceph-mon[96111]: pgmap v9111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:12.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:12.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:13.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:13.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:13 smithi187 ceph-mon[111815]: pgmap v9112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:13 smithi088 ceph-mon[96111]: pgmap v9112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:14.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:14.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:15.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:15.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:15.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:15 smithi088 ceph-mon[96111]: pgmap v9113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:20:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:15 smithi187 ceph-mon[111815]: pgmap v9113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:20:16.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:16.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:17.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:17.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:17 smithi187 ceph-mon[111815]: pgmap v9114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:17.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:17 smithi088 ceph-mon[96111]: pgmap v9114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:18.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:18.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:19.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:19.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:19 smithi187 ceph-mon[111815]: pgmap v9115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:19 smithi088 ceph-mon[96111]: pgmap v9115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:20.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:20.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:21.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:21.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:21 smithi187 ceph-mon[111815]: pgmap v9116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:21.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:21 smithi088 ceph-mon[96111]: pgmap v9116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:22.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:22.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:23.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:23.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:23 smithi187 ceph-mon[111815]: pgmap v9117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:23 smithi088 ceph-mon[96111]: pgmap v9117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:24.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:24.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:25.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:25.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:25.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:25 smithi088 ceph-mon[96111]: pgmap v9118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:25 smithi187 ceph-mon[111815]: pgmap v9118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:26.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:26.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:27.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:27.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:27 smithi187 ceph-mon[111815]: pgmap v9119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:27 smithi088 ceph-mon[96111]: pgmap v9119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:28.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:28.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:29.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:29.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:29 smithi187 ceph-mon[111815]: pgmap v9120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:29.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:29 smithi088 ceph-mon[96111]: pgmap v9120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:30.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:30.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:20:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:20:31.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:31.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:31 smithi187 ceph-mon[111815]: pgmap v9121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:31 smithi088 ceph-mon[96111]: pgmap v9121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:32.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:32.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:33.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:33.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:33 smithi187 ceph-mon[111815]: pgmap v9122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:20:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:33 smithi088 ceph-mon[96111]: pgmap v9122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:20:34.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:34.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:35.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:35.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:35 smithi187 ceph-mon[111815]: pgmap v9123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:35 smithi088 ceph-mon[96111]: pgmap v9123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:36.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:36.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:37.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:20:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:20:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:20:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:20:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:20:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:20:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:20:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:20:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:20:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:20:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:20:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:20:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:20:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:20:37.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:37.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:38.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:38.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:38 smithi187 ceph-mon[111815]: pgmap v9124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:38.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:38 smithi088 ceph-mon[96111]: pgmap v9124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:39.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:39.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:40.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:40.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:40 smithi187 ceph-mon[111815]: pgmap v9125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:40.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:40 smithi088 ceph-mon[96111]: pgmap v9125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:41.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:41.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:42.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:42.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:42 smithi187 ceph-mon[111815]: pgmap v9126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:42.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:42 smithi088 ceph-mon[96111]: pgmap v9126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:43.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:43.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:44.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:44.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:44 smithi187 ceph-mon[111815]: pgmap v9127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:44.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:44 smithi088 ceph-mon[96111]: pgmap v9127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:45.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:45.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:45 smithi187 ceph-mon[111815]: pgmap v9128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:20:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:45 smithi088 ceph-mon[96111]: pgmap v9128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:20:46.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:46.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:47.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:47.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:47 smithi187 ceph-mon[111815]: pgmap v9129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:47.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:47 smithi088 ceph-mon[96111]: pgmap v9129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:48.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:48.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:49.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:49.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:49 smithi187 ceph-mon[111815]: pgmap v9130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:49 smithi088 ceph-mon[96111]: pgmap v9130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:50.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:50.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:51.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:51.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:51 smithi187 ceph-mon[111815]: pgmap v9131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:51 smithi088 ceph-mon[96111]: pgmap v9131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:52.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:52.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:53.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:53.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:53.664 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:53 smithi187 ceph-mon[111815]: pgmap v9132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:53.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:53 smithi088 ceph-mon[96111]: pgmap v9132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:54.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:54.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:55.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:55.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:55 smithi187 ceph-mon[111815]: pgmap v9133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:55.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:55 smithi088 ceph-mon[96111]: pgmap v9133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:20:56.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:56.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:57.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:57.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:57 smithi187 ceph-mon[111815]: pgmap v9134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:57 smithi088 ceph-mon[96111]: pgmap v9134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:58.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:58.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:59.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:20:59.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:20:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:20:59 smithi187 ceph-mon[111815]: pgmap v9135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:20:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:20:59 smithi088 ceph-mon[96111]: pgmap v9135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:00.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:00.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:21:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:21:01.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:01.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:01 smithi187 ceph-mon[111815]: pgmap v9136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:01 smithi088 ceph-mon[96111]: pgmap v9136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:02.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:02.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:03.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:03.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:03 smithi187 ceph-mon[111815]: pgmap v9137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:03 smithi088 ceph-mon[96111]: pgmap v9137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:04.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:04.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:05.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:05.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:05 smithi187 ceph-mon[111815]: pgmap v9138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:05 smithi088 ceph-mon[96111]: pgmap v9138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:06.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:06.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:07.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:07.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:07 smithi187 ceph-mon[111815]: pgmap v9139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:07 smithi088 ceph-mon[96111]: pgmap v9139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:08.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:08.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:09.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:09.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:09 smithi187 ceph-mon[111815]: pgmap v9140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:09 smithi088 ceph-mon[96111]: pgmap v9140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:10.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:10.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:11.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:11.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:11 smithi187 ceph-mon[111815]: pgmap v9141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:11 smithi088 ceph-mon[96111]: pgmap v9141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:12.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:12.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:13.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:13.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:13 smithi187 ceph-mon[111815]: pgmap v9142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:13 smithi088 ceph-mon[96111]: pgmap v9142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:14.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:14.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:15.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:15.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:15 smithi187 ceph-mon[111815]: pgmap v9143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:21:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:15 smithi088 ceph-mon[96111]: pgmap v9143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:21:16.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:16.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:17.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:17.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:17 smithi187 ceph-mon[111815]: pgmap v9144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:17.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:17 smithi088 ceph-mon[96111]: pgmap v9144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:18.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:18.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:19.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:19.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:19 smithi187 ceph-mon[111815]: pgmap v9145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:19 smithi088 ceph-mon[96111]: pgmap v9145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:20.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:20.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:21.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:21.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:21 smithi187 ceph-mon[111815]: pgmap v9146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:21.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:21 smithi088 ceph-mon[96111]: pgmap v9146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:22.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:22.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:23.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:23.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:23 smithi187 ceph-mon[111815]: pgmap v9147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:23 smithi088 ceph-mon[96111]: pgmap v9147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:24.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:24.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:25.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:25.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:25.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:25 smithi088 ceph-mon[96111]: pgmap v9148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:25 smithi187 ceph-mon[111815]: pgmap v9148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:26.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:26.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:27.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:27.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:27 smithi187 ceph-mon[111815]: pgmap v9149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:27 smithi088 ceph-mon[96111]: pgmap v9149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:28.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:28.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:29.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:29.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:29 smithi187 ceph-mon[111815]: pgmap v9150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:29.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:29 smithi088 ceph-mon[96111]: pgmap v9150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:30.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:30.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:30.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:21:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:21:31.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:31.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:31 smithi187 ceph-mon[111815]: pgmap v9151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:31 smithi088 ceph-mon[96111]: pgmap v9151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:32.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:32.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:33.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:33.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:33 smithi187 ceph-mon[111815]: pgmap v9152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:33 smithi088 ceph-mon[96111]: pgmap v9152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:34.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:34.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:35.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:35.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:35.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:35 smithi088 ceph-mon[96111]: pgmap v9153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:35 smithi187 ceph-mon[111815]: pgmap v9153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:36.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:36.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:21:36.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:21:37.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:37.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:37 smithi187 ceph-mon[111815]: pgmap v9154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:37 smithi088 ceph-mon[96111]: pgmap v9154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:38.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:38.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:39.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:39.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:39 smithi187 ceph-mon[111815]: pgmap v9155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:39.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:39 smithi088 ceph-mon[96111]: pgmap v9155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:40.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:40.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:41.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:41.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:41 smithi088 ceph-mon[96111]: pgmap v9156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:21:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:21:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:21:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:21:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:21:42.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:21:42.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:21:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:41 smithi187 ceph-mon[111815]: pgmap v9156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:21:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:21:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:21:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:21:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:21:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:21:42.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:21:42.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:42.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:43.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:43.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:44.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:43 smithi088 ceph-mon[96111]: pgmap v9157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:44.193 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:43 smithi187 ceph-mon[111815]: pgmap v9157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:44.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:44.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:45.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:45.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:45 smithi187 ceph-mon[111815]: pgmap v9158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:21:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:45 smithi088 ceph-mon[96111]: pgmap v9158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:21:46.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:46.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:47.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:47.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:47 smithi187 ceph-mon[111815]: pgmap v9159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:47.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:47 smithi088 ceph-mon[96111]: pgmap v9159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:48.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:48.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:49.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:49.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:49 smithi187 ceph-mon[111815]: pgmap v9160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:49 smithi088 ceph-mon[96111]: pgmap v9160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:50.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:50.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:51.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:51.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:51 smithi187 ceph-mon[111815]: pgmap v9161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:51.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:51 smithi088 ceph-mon[96111]: pgmap v9161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:52.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:52.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:53.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:53.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:53 smithi187 ceph-mon[111815]: pgmap v9162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:53.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:53 smithi088 ceph-mon[96111]: pgmap v9162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:54.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:54.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:55.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:55.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:55 smithi187 ceph-mon[111815]: pgmap v9163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:55.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:55 smithi088 ceph-mon[96111]: pgmap v9163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:21:56.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:56.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:57.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:57.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:57 smithi187 ceph-mon[111815]: pgmap v9164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:57 smithi088 ceph-mon[96111]: pgmap v9164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:58.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:58.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:59.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:21:59.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:21:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:21:59 smithi187 ceph-mon[111815]: pgmap v9165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:21:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:21:59 smithi088 ceph-mon[96111]: pgmap v9165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:00.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:00.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:22:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:22:01.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:01.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:01 smithi187 ceph-mon[111815]: pgmap v9166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:01 smithi088 ceph-mon[96111]: pgmap v9166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:02.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:02.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:03.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:03.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:03 smithi187 ceph-mon[111815]: pgmap v9167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:03 smithi088 ceph-mon[96111]: pgmap v9167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:04.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:04.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:05.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:05.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:05 smithi187 ceph-mon[111815]: pgmap v9168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:05 smithi088 ceph-mon[96111]: pgmap v9168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:06.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:06.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:07.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:07.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:07 smithi187 ceph-mon[111815]: pgmap v9169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:07 smithi088 ceph-mon[96111]: pgmap v9169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:08.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:08.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:09.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:09.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:09 smithi187 ceph-mon[111815]: pgmap v9170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:09 smithi088 ceph-mon[96111]: pgmap v9170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:11.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:11.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:11 smithi187 ceph-mon[111815]: pgmap v9171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:11 smithi088 ceph-mon[96111]: pgmap v9171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:12.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:12.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:13.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:13.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:13 smithi187 ceph-mon[111815]: pgmap v9172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:13 smithi088 ceph-mon[96111]: pgmap v9172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:14.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:14.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:15.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:15.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:15.680 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:15 smithi088 ceph-mon[96111]: pgmap v9173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:15.680 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:22:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:15 smithi187 ceph-mon[111815]: pgmap v9173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:22:16.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:16.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:17.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:17.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:17 smithi187 ceph-mon[111815]: pgmap v9174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:17 smithi088 ceph-mon[96111]: pgmap v9174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:18.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:18.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:19.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:19.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:19 smithi187 ceph-mon[111815]: pgmap v9175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:19 smithi088 ceph-mon[96111]: pgmap v9175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:20.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:20.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:21.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:21.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:21 smithi187 ceph-mon[111815]: pgmap v9176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:21.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:21 smithi088 ceph-mon[96111]: pgmap v9176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:22.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:22.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:23.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:23.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:23 smithi187 ceph-mon[111815]: pgmap v9177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:23 smithi088 ceph-mon[96111]: pgmap v9177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:24.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:24.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:25.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:25.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:25 smithi187 ceph-mon[111815]: pgmap v9178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:25.779 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:25 smithi088 ceph-mon[96111]: pgmap v9178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:26.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:26.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:27.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:27.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:27 smithi187 ceph-mon[111815]: pgmap v9179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:27 smithi088 ceph-mon[96111]: pgmap v9179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:28.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:28.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:29.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:29.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:29 smithi187 ceph-mon[111815]: pgmap v9180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:29.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:29 smithi088 ceph-mon[96111]: pgmap v9180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:30.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:30.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:22:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:22:31.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:31.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:31 smithi187 ceph-mon[111815]: pgmap v9181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:31 smithi088 ceph-mon[96111]: pgmap v9181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:32.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:32.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:33.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:33.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:33 smithi187 ceph-mon[111815]: pgmap v9182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:33 smithi088 ceph-mon[96111]: pgmap v9182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:34.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:34.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:35.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:35.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:35 smithi187 ceph-mon[111815]: pgmap v9183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:35 smithi088 ceph-mon[96111]: pgmap v9183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:36.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:36.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:37.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:37.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:37 smithi187 ceph-mon[111815]: pgmap v9184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:37 smithi088 ceph-mon[96111]: pgmap v9184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:38.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:38.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:39.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:39.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:39 smithi187 ceph-mon[111815]: pgmap v9185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:39 smithi088 ceph-mon[96111]: pgmap v9185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:40.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:40.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:41.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:41.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:41 smithi187 ceph-mon[111815]: pgmap v9186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:22:41.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:41 smithi088 ceph-mon[96111]: pgmap v9186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:22:42.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:42.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:22:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:22:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:22:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:22:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:22:42.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:22:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:22:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:22:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:22:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:22:43.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:43.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:44.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:43 smithi088 ceph-mon[96111]: pgmap v9187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:43 smithi187 ceph-mon[111815]: pgmap v9187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:44.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:44.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:45.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:45.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:45 smithi187 ceph-mon[111815]: pgmap v9188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:22:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:45 smithi088 ceph-mon[96111]: pgmap v9188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:22:46.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:46.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:47.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:47.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:47 smithi187 ceph-mon[111815]: pgmap v9189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:47.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:47 smithi088 ceph-mon[96111]: pgmap v9189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:48.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:48.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:49.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:49.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:49 smithi187 ceph-mon[111815]: pgmap v9190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:49 smithi088 ceph-mon[96111]: pgmap v9190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:50.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:50.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:51.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:51.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:51 smithi187 ceph-mon[111815]: pgmap v9191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:51 smithi088 ceph-mon[96111]: pgmap v9191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:52.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:52.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:53.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:53.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:53 smithi187 ceph-mon[111815]: pgmap v9192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:53.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:53 smithi088 ceph-mon[96111]: pgmap v9192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:54.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:54.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:55.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:55.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:55 smithi187 ceph-mon[111815]: pgmap v9193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:55.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:55 smithi088 ceph-mon[96111]: pgmap v9193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:22:56.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:56.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:57.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:57.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:57 smithi187 ceph-mon[111815]: pgmap v9194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:57 smithi088 ceph-mon[96111]: pgmap v9194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:58.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:58.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:59.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:22:59.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:22:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:22:59 smithi187 ceph-mon[111815]: pgmap v9195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:22:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:22:59 smithi088 ceph-mon[96111]: pgmap v9195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:00.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:00.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:23:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:23:01.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:01.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:01 smithi187 ceph-mon[111815]: pgmap v9196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:01 smithi088 ceph-mon[96111]: pgmap v9196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:02.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:02.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:03.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:03.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:03 smithi187 ceph-mon[111815]: pgmap v9197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:03 smithi088 ceph-mon[96111]: pgmap v9197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:04.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:04.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:05.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:05.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:05 smithi187 ceph-mon[111815]: pgmap v9198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:05 smithi088 ceph-mon[96111]: pgmap v9198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:06.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:06.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:07.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:07.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:07 smithi187 ceph-mon[111815]: pgmap v9199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:07 smithi088 ceph-mon[96111]: pgmap v9199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:08.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:08.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:09.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:09.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:09 smithi187 ceph-mon[111815]: pgmap v9200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:09 smithi088 ceph-mon[96111]: pgmap v9200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:10.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:10.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:11.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:11 smithi088 ceph-mon[96111]: pgmap v9201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:11.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:11.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:11 smithi187 ceph-mon[111815]: pgmap v9201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:12.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:12.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:13.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:13.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:13.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:13 smithi187 ceph-mon[111815]: pgmap v9202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:13 smithi088 ceph-mon[96111]: pgmap v9202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:14.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:14.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:15 smithi187 ceph-mon[111815]: pgmap v9203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:23:15.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:15.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:15 smithi088 ceph-mon[96111]: pgmap v9203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:23:16.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:16.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:17.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:17.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:17 smithi187 ceph-mon[111815]: pgmap v9204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:17.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:17 smithi088 ceph-mon[96111]: pgmap v9204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:18.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:18.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:19.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:19.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:19 smithi187 ceph-mon[111815]: pgmap v9205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:19 smithi088 ceph-mon[96111]: pgmap v9205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:20.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:20.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:21.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:21 smithi088 ceph-mon[96111]: pgmap v9206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:21.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:21.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:21 smithi187 ceph-mon[111815]: pgmap v9206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:22.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:22.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:23.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:23.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:23 smithi187 ceph-mon[111815]: pgmap v9207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:23 smithi088 ceph-mon[96111]: pgmap v9207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:24.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:24.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:25.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:25.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:25 smithi187 ceph-mon[111815]: pgmap v9208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:25.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:25 smithi088 ceph-mon[96111]: pgmap v9208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:26.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:26.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:27.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:27.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:27 smithi187 ceph-mon[111815]: pgmap v9209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:27 smithi088 ceph-mon[96111]: pgmap v9209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:28.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:28.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:29.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:29.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:29.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:29 smithi187 ceph-mon[111815]: pgmap v9210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:29 smithi088 ceph-mon[96111]: pgmap v9210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:30.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:30.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:23:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:23:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:31 smithi187 ceph-mon[111815]: pgmap v9211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:31.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:31.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:31 smithi088 ceph-mon[96111]: pgmap v9211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:32.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:32.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:33 smithi187 ceph-mon[111815]: pgmap v9212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:33.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:33.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:33 smithi088 ceph-mon[96111]: pgmap v9212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:34.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:34.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:35 smithi187 ceph-mon[111815]: pgmap v9213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:35.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:35.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:35 smithi088 ceph-mon[96111]: pgmap v9213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:36.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:36.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:37 smithi187 ceph-mon[111815]: pgmap v9214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:37.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:37.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:37 smithi088 ceph-mon[96111]: pgmap v9214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:38.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:38.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:39.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:39 smithi187 ceph-mon[111815]: pgmap v9215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:39.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:39.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:39.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:39 smithi088 ceph-mon[96111]: pgmap v9215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:40.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:40.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:41.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:41 smithi187 ceph-mon[111815]: pgmap v9216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:41.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:41.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:41.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:41 smithi088 ceph-mon[96111]: pgmap v9216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:23:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:23:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:23:42.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:42.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:42.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:23:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:23:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:23:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:43 smithi187 ceph-mon[111815]: pgmap v9217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:43.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:23:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:23:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:23:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:23:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:23:43.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:43.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:43 smithi088 ceph-mon[96111]: pgmap v9217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:23:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:23:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:23:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:23:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:23:44.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:44.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:45 smithi187 ceph-mon[111815]: pgmap v9218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:23:45.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:45.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:45 smithi088 ceph-mon[96111]: pgmap v9218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:23:46.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:46.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:47 smithi187 ceph-mon[111815]: pgmap v9219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:47.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:47.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:47.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:47 smithi088 ceph-mon[96111]: pgmap v9219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:48.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:48.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:49.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:49 smithi187 ceph-mon[111815]: pgmap v9220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:49.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:49.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:49 smithi088 ceph-mon[96111]: pgmap v9220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:50.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:50.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:51.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:51 smithi187 ceph-mon[111815]: pgmap v9221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:51.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:51.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:51.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:51 smithi088 ceph-mon[96111]: pgmap v9221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:52.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:52.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:53 smithi187 ceph-mon[111815]: pgmap v9222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:53.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:53.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:53.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:53 smithi088 ceph-mon[96111]: pgmap v9222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:54.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:54.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:55 smithi187 ceph-mon[111815]: pgmap v9223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:55.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:55.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:55.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:55 smithi088 ceph-mon[96111]: pgmap v9223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:23:56.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:56.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:57.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:57 smithi187 ceph-mon[111815]: pgmap v9224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:57.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:57.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:57 smithi088 ceph-mon[96111]: pgmap v9224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:58.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:58.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:23:59 smithi187 ceph-mon[111815]: pgmap v9225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:23:59.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:23:59.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:23:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:23:59 smithi088 ceph-mon[96111]: pgmap v9225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:00.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:00.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:24:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:24:01.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:01 smithi088 ceph-mon[96111]: pgmap v9226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:01.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:01.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:01 smithi187 ceph-mon[111815]: pgmap v9226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:02.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:02.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:03.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:03 smithi088 ceph-mon[96111]: pgmap v9227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:03 smithi187 ceph-mon[111815]: pgmap v9227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:04.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:04.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:05.674 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:05 smithi187 ceph-mon[111815]: pgmap v9228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:05.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:05.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:05 smithi088 ceph-mon[96111]: pgmap v9228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:06.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:06.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:07 smithi187 ceph-mon[111815]: pgmap v9229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:07.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:07.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:07 smithi088 ceph-mon[96111]: pgmap v9229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:08.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:08.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:09.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:09 smithi187 ceph-mon[111815]: pgmap v9230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:09.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:09.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:09 smithi088 ceph-mon[96111]: pgmap v9230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:10.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:10.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:11 smithi187 ceph-mon[111815]: pgmap v9231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:11.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:11.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:11.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:11 smithi088 ceph-mon[96111]: pgmap v9231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:12.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:12.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:13.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:13.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:13 smithi088 ceph-mon[96111]: pgmap v9232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:13 smithi187 ceph-mon[111815]: pgmap v9232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:14.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:14.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:15 smithi187 ceph-mon[111815]: pgmap v9233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:24:15.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:15.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:15 smithi088 ceph-mon[96111]: pgmap v9233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:24:16.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:16.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:17.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:17 smithi187 ceph-mon[111815]: pgmap v9234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:17.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:17.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:17.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:17 smithi088 ceph-mon[96111]: pgmap v9234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:18.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:18.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:19.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:19.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:19 smithi088 ceph-mon[96111]: pgmap v9235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:19 smithi187 ceph-mon[111815]: pgmap v9235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:20.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:20.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:21.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:21.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:21.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:21 smithi088 ceph-mon[96111]: pgmap v9236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:21 smithi187 ceph-mon[111815]: pgmap v9236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:22.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:22.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:23.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:23.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:23 smithi088 ceph-mon[96111]: pgmap v9237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:23 smithi187 ceph-mon[111815]: pgmap v9237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:24.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:24.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:25 smithi187 ceph-mon[111815]: pgmap v9238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:25.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:25.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:25.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:25 smithi088 ceph-mon[96111]: pgmap v9238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:26.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:26.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:27.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:27 smithi187 ceph-mon[111815]: pgmap v9239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:27.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:27.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:27 smithi088 ceph-mon[96111]: pgmap v9239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:28.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:28.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:29.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:29.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:29.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:29 smithi088 ceph-mon[96111]: pgmap v9240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:29 smithi187 ceph-mon[111815]: pgmap v9240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:30.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:30.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:24:30.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:24:31.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:31.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:31 smithi088 ceph-mon[96111]: pgmap v9241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:31 smithi187 ceph-mon[111815]: pgmap v9241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:32.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:32.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:33.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:33.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:33 smithi088 ceph-mon[96111]: pgmap v9242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:33 smithi187 ceph-mon[111815]: pgmap v9242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:34.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:34.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:35 smithi187 ceph-mon[111815]: pgmap v9243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:35.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:35.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:35 smithi088 ceph-mon[96111]: pgmap v9243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:36.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:36.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:37.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:37.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:37 smithi088 ceph-mon[96111]: pgmap v9244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:37 smithi187 ceph-mon[111815]: pgmap v9244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:38.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:38.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:39.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:39.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:39.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:39 smithi088 ceph-mon[96111]: pgmap v9245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:39 smithi187 ceph-mon[111815]: pgmap v9245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:40.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:40.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:41.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:41 smithi088 ceph-mon[96111]: pgmap v9246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:41.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:41.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:41 smithi187 ceph-mon[111815]: pgmap v9246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:42.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:42.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:43.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:43 smithi088 ceph-mon[96111]: pgmap v9247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:24:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:24:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:24:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:24:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:24:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:24:43.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:43.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:43 smithi187 ceph-mon[111815]: pgmap v9247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:24:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:24:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:24:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:24:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:24:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:24:44.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:44.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:45 smithi187 ceph-mon[111815]: pgmap v9248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:24:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:45 smithi088 ceph-mon[96111]: pgmap v9248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:24:45.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:45.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:46.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:46.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:47.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:47 smithi088 ceph-mon[96111]: pgmap v9249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:47.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:47.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:47 smithi187 ceph-mon[111815]: pgmap v9249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:48.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:48.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:49 smithi088 ceph-mon[96111]: pgmap v9250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:49.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:49.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:49 smithi187 ceph-mon[111815]: pgmap v9250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:50.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:50.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:51.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:51 smithi088 ceph-mon[96111]: pgmap v9251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:51.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:51.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:51 smithi187 ceph-mon[111815]: pgmap v9251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:52.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:52.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:53 smithi088 ceph-mon[96111]: pgmap v9252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:53.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:53.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:53 smithi187 ceph-mon[111815]: pgmap v9252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:54.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:54.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:55 smithi187 ceph-mon[111815]: pgmap v9253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:55.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:55 smithi088 ceph-mon[96111]: pgmap v9253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:24:55.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:55.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:56.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:56.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:57.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:57 smithi088 ceph-mon[96111]: pgmap v9254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:57.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:57.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:57 smithi187 ceph-mon[111815]: pgmap v9254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:58.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:58.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:24:59 smithi088 ceph-mon[96111]: pgmap v9255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:24:59.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:24:59.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:24:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:24:59 smithi187 ceph-mon[111815]: pgmap v9255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:25:00.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:00.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:25:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:01 smithi187 ceph-mon[111815]: pgmap v9256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:01 smithi088 ceph-mon[96111]: pgmap v9256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:01.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:01.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:02.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:02.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:03 smithi088 ceph-mon[96111]: pgmap v9257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:03.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:03.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:03 smithi187 ceph-mon[111815]: pgmap v9257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:04.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:04.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:05 smithi187 ceph-mon[111815]: pgmap v9258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:05 smithi088 ceph-mon[96111]: pgmap v9258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:05.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:05.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:06.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:06.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:07 smithi088 ceph-mon[96111]: pgmap v9259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:07.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:07.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:07 smithi187 ceph-mon[111815]: pgmap v9259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:08.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:08.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:09 smithi088 ceph-mon[96111]: pgmap v9260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:09.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:09.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:09 smithi187 ceph-mon[111815]: pgmap v9260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:10.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:10.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:11.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:11 smithi187 ceph-mon[111815]: pgmap v9261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:11 smithi088 ceph-mon[96111]: pgmap v9261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:11.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:11.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:12.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:12.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:13 smithi088 ceph-mon[96111]: pgmap v9262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:13.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:13.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:13 smithi187 ceph-mon[111815]: pgmap v9262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:14.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:14.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:15 smithi187 ceph-mon[111815]: pgmap v9263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:25:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:15 smithi088 ceph-mon[96111]: pgmap v9263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:25:15.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:15.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:16.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:16.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:17.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:17 smithi088 ceph-mon[96111]: pgmap v9264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:17.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:17.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:17 smithi187 ceph-mon[111815]: pgmap v9264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:18.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:18.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:19 smithi088 ceph-mon[96111]: pgmap v9265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:19.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:19.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:19 smithi187 ceph-mon[111815]: pgmap v9265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:20.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:20.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:21 smithi088 ceph-mon[96111]: pgmap v9266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:21.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:21.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:21 smithi187 ceph-mon[111815]: pgmap v9266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:22.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:22.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:23.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:23 smithi088 ceph-mon[96111]: pgmap v9267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:23.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:23.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:23 smithi187 ceph-mon[111815]: pgmap v9267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:24.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:24.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:25 smithi187 ceph-mon[111815]: pgmap v9268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:25.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:25 smithi088 ceph-mon[96111]: pgmap v9268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:25.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:25.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:26.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:26.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:27 smithi088 ceph-mon[96111]: pgmap v9269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:27.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:27.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:27 smithi187 ceph-mon[111815]: pgmap v9269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:28.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:28.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:29.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:29 smithi088 ceph-mon[96111]: pgmap v9270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:29.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:29.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:29 smithi187 ceph-mon[111815]: pgmap v9270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:25:30.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:30.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:25:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:31 smithi088 ceph-mon[96111]: pgmap v9271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:31.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:31.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:31 smithi187 ceph-mon[111815]: pgmap v9271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:32.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:32.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:33 smithi088 ceph-mon[96111]: pgmap v9272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:33.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:33.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:33 smithi187 ceph-mon[111815]: pgmap v9272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:34.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:34.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:35 smithi187 ceph-mon[111815]: pgmap v9273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:35 smithi088 ceph-mon[96111]: pgmap v9273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:35.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:35.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:36.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:36.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:37 smithi088 ceph-mon[96111]: pgmap v9274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:37.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:37.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:37 smithi187 ceph-mon[111815]: pgmap v9274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:38.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:38.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:39.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:39 smithi088 ceph-mon[96111]: pgmap v9275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:39.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:39.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:39 smithi187 ceph-mon[111815]: pgmap v9275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:40.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:40.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:41.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:41 smithi088 ceph-mon[96111]: pgmap v9276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:41.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:41.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:41 smithi187 ceph-mon[111815]: pgmap v9276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:42.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:42.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:43.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:43 smithi088 ceph-mon[96111]: pgmap v9277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:25:43.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:43.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:43 smithi187 ceph-mon[111815]: pgmap v9277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:25:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:25:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:25:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:25:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:25:44.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:25:44.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:25:44.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:25:44.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:44.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:25:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:25:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:25:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:25:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:25:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:25:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:25:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:45 smithi088 ceph-mon[96111]: pgmap v9278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:25:45.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:45.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:45 smithi187 ceph-mon[111815]: pgmap v9278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:25:46.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:46.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:47 smithi088 ceph-mon[96111]: pgmap v9279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:47.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:47.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:47 smithi187 ceph-mon[111815]: pgmap v9279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:48.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:48.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:49 smithi088 ceph-mon[96111]: pgmap v9280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:49.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:49.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:49 smithi187 ceph-mon[111815]: pgmap v9280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:50.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:50.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:51.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:51 smithi088 ceph-mon[96111]: pgmap v9281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:51.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:51.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:51 smithi187 ceph-mon[111815]: pgmap v9281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:52.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:52.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:53.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:53.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:53 smithi187 ceph-mon[111815]: pgmap v9282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:54.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:53 smithi088 ceph-mon[96111]: pgmap v9282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:54.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:54.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:55 smithi187 ceph-mon[111815]: pgmap v9283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:55.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:55 smithi088 ceph-mon[96111]: pgmap v9283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:25:55.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:55.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:56.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:56.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:57 smithi088 ceph-mon[96111]: pgmap v9284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:57.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:57.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:57 smithi187 ceph-mon[111815]: pgmap v9284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:58.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:58.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:25:59 smithi088 ceph-mon[96111]: pgmap v9285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:25:59.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:25:59.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:25:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:25:59 smithi187 ceph-mon[111815]: pgmap v9285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:26:00.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:00.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:26:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:01 smithi088 ceph-mon[96111]: pgmap v9286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:01.885 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:01 smithi187 ceph-mon[111815]: pgmap v9286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:01.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:01.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:02.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:02.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:03 smithi088 ceph-mon[96111]: pgmap v9287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:03 smithi187 ceph-mon[111815]: pgmap v9287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:03.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:03.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:04.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:04.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:05 smithi187 ceph-mon[111815]: pgmap v9288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:05 smithi088 ceph-mon[96111]: pgmap v9288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:05.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:05.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:06.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:06.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:07 smithi088 ceph-mon[96111]: pgmap v9289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:07 smithi187 ceph-mon[111815]: pgmap v9289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:07.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:07.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:08.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:08.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:09 smithi088 ceph-mon[96111]: pgmap v9290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:09 smithi187 ceph-mon[111815]: pgmap v9290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:09.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:09.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:10.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:10.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:11 smithi088 ceph-mon[96111]: pgmap v9291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:11 smithi187 ceph-mon[111815]: pgmap v9291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:11.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:11.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:12.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:12.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:13 smithi088 ceph-mon[96111]: pgmap v9292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:13 smithi187 ceph-mon[111815]: pgmap v9292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:13.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:13.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:14.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:14.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:15 smithi187 ceph-mon[111815]: pgmap v9293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:26:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:15 smithi088 ceph-mon[96111]: pgmap v9293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:26:15.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:15.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:16.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:16.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:17 smithi088 ceph-mon[96111]: pgmap v9294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:17 smithi187 ceph-mon[111815]: pgmap v9294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:17.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:17.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:18.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:18.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:19 smithi088 ceph-mon[96111]: pgmap v9295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:19 smithi187 ceph-mon[111815]: pgmap v9295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:19.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:19.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:20.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:20.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:21 smithi088 ceph-mon[96111]: pgmap v9296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:21 smithi187 ceph-mon[111815]: pgmap v9296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:21.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:21.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:22.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:22.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:23 smithi088 ceph-mon[96111]: pgmap v9297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:23 smithi187 ceph-mon[111815]: pgmap v9297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:23.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:23.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:24.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:24.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:25 smithi187 ceph-mon[111815]: pgmap v9298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:25 smithi088 ceph-mon[96111]: pgmap v9298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:25.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:25.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:26.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:26.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:27 smithi088 ceph-mon[96111]: pgmap v9299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:27 smithi187 ceph-mon[111815]: pgmap v9299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:27.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:27.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:29.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:29.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:29 smithi088 ceph-mon[96111]: pgmap v9300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:29 smithi187 ceph-mon[111815]: pgmap v9300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:30.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:30.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:26:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:26:31.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:31.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:31 smithi088 ceph-mon[96111]: pgmap v9301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:31 smithi187 ceph-mon[111815]: pgmap v9301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:32.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:32.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:33.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:33.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:33 smithi088 ceph-mon[96111]: pgmap v9302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:33 smithi187 ceph-mon[111815]: pgmap v9302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:34.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:34.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:35.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:35.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:35 smithi187 ceph-mon[111815]: pgmap v9303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:35 smithi088 ceph-mon[96111]: pgmap v9303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:36.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:36.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:37.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:37.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:37.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:37 smithi187 ceph-mon[111815]: pgmap v9304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:37 smithi088 ceph-mon[96111]: pgmap v9304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:38.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:38.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:39.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:39.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:39.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:39 smithi088 ceph-mon[96111]: pgmap v9305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:39 smithi187 ceph-mon[111815]: pgmap v9305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:40.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:40.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:41.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:41.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:41.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:41 smithi088 ceph-mon[96111]: pgmap v9306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:41 smithi187 ceph-mon[111815]: pgmap v9306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:42.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:42.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:43.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:43.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:43.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:43 smithi088 ceph-mon[96111]: pgmap v9307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:43 smithi187 ceph-mon[111815]: pgmap v9307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:44.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:44.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:44.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:26:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:26:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:26:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:26:44.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:26:44.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:26:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:26:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:26:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:26:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:26:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:26:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:26:45.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:45.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:45 smithi088 ceph-mon[96111]: pgmap v9308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:26:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:45 smithi187 ceph-mon[111815]: pgmap v9308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:26:46.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:46.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:47.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:47.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:47 smithi187 ceph-mon[111815]: pgmap v9309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:47 smithi088 ceph-mon[96111]: pgmap v9309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:48.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:48.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:49.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:49.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:49 smithi088 ceph-mon[96111]: pgmap v9310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:49 smithi187 ceph-mon[111815]: pgmap v9310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:50.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:50.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:51.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:51.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:51.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:51 smithi088 ceph-mon[96111]: pgmap v9311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:51 smithi187 ceph-mon[111815]: pgmap v9311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:52.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:52.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:53.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:53.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:53.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:53 smithi088 ceph-mon[96111]: pgmap v9312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:53 smithi187 ceph-mon[111815]: pgmap v9312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:54.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:54.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:55.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:55.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:55 smithi187 ceph-mon[111815]: pgmap v9313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:55.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:55 smithi088 ceph-mon[96111]: pgmap v9313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:26:56.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:56.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:57.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:57.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:57 smithi088 ceph-mon[96111]: pgmap v9314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:57 smithi187 ceph-mon[111815]: pgmap v9314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:58.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:58.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:59.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:26:59.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:26:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:26:59 smithi088 ceph-mon[96111]: pgmap v9315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:26:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:26:59 smithi187 ceph-mon[111815]: pgmap v9315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:00.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:00.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:27:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:27:01.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:01.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:01 smithi088 ceph-mon[96111]: pgmap v9316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:01 smithi187 ceph-mon[111815]: pgmap v9316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:02.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:02.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:03.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:03.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:03 smithi088 ceph-mon[96111]: pgmap v9317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:03 smithi187 ceph-mon[111815]: pgmap v9317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:04.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:04.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:05.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:05.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:05 smithi187 ceph-mon[111815]: pgmap v9318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:05 smithi088 ceph-mon[96111]: pgmap v9318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:06.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:06.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:07.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:07.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:07 smithi088 ceph-mon[96111]: pgmap v9319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:07 smithi187 ceph-mon[111815]: pgmap v9319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:08.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:08.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:09.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:09.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:09 smithi088 ceph-mon[96111]: pgmap v9320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:09 smithi187 ceph-mon[111815]: pgmap v9320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:10.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:10.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:11.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:11.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:11 smithi088 ceph-mon[96111]: pgmap v9321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:11 smithi187 ceph-mon[111815]: pgmap v9321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:12.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:12.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:13.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:13.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:13 smithi088 ceph-mon[96111]: pgmap v9322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:13 smithi187 ceph-mon[111815]: pgmap v9322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:14.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:14.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:15.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:15.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:15 smithi187 ceph-mon[111815]: pgmap v9323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:27:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:15 smithi088 ceph-mon[96111]: pgmap v9323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:27:16.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:16.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:17.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:17.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:17.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:17 smithi088 ceph-mon[96111]: pgmap v9324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:17 smithi187 ceph-mon[111815]: pgmap v9324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:18.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:18.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:19.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:19.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:19 smithi088 ceph-mon[96111]: pgmap v9325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:19 smithi187 ceph-mon[111815]: pgmap v9325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:20.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:20.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:21.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:21.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:21.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:21 smithi088 ceph-mon[96111]: pgmap v9326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:21 smithi187 ceph-mon[111815]: pgmap v9326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:22.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:22.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:23.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:23.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:23 smithi088 ceph-mon[96111]: pgmap v9327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:23 smithi187 ceph-mon[111815]: pgmap v9327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:24.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:24.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:25.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:25.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:25 smithi187 ceph-mon[111815]: pgmap v9328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:25.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:25 smithi088 ceph-mon[96111]: pgmap v9328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:26.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:26.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:27.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:27.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:27.776 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:27 smithi187 ceph-mon[111815]: pgmap v9329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:27 smithi088 ceph-mon[96111]: pgmap v9329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:28.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:28.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:29.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:29.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:29.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:29 smithi088 ceph-mon[96111]: pgmap v9330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:29 smithi187 ceph-mon[111815]: pgmap v9330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:30.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:30.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:27:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:27:31.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:31.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:31 smithi088 ceph-mon[96111]: pgmap v9331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:31 smithi187 ceph-mon[111815]: pgmap v9331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:32.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:32.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:33.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:33.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:33.774 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:33 smithi088 ceph-mon[96111]: pgmap v9332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:33 smithi187 ceph-mon[111815]: pgmap v9332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:34.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:34.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:35.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:35.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:35 smithi187 ceph-mon[111815]: pgmap v9333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:35 smithi088 ceph-mon[96111]: pgmap v9333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:36.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:36.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:37.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:37.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:37 smithi088 ceph-mon[96111]: pgmap v9334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:37.880 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:37 smithi187 ceph-mon[111815]: pgmap v9334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:38.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:38.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:39.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:39.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:39.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:39 smithi088 ceph-mon[96111]: pgmap v9335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:39 smithi187 ceph-mon[111815]: pgmap v9335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:40.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:40.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:41.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:41.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:41 smithi088 ceph-mon[96111]: pgmap v9336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:41 smithi187 ceph-mon[111815]: pgmap v9336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:42.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:42.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:43.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:43.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:43.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:43 smithi088 ceph-mon[96111]: pgmap v9337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:43 smithi187 ceph-mon[111815]: pgmap v9337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:44.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:44.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:45.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:45.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: pgmap v9338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:27:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:27:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:27:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:27:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:27:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1633M 2023-10-13T04:27:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:27:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:27:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:27:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:27:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:27:45.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:27:45.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:27:45.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:27:45.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:27:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: pgmap v9338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:27:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:27:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:27:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:27:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:27:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1633M 2023-10-13T04:27:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:27:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:27:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:27:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:27:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:27:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:27:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:27:45.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:27:45.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:27:46.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:46.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:47.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:47.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:47 smithi088 ceph-mon[96111]: pgmap v9339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:47 smithi187 ceph-mon[111815]: pgmap v9339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:48.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:48.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:49.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:49.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:49.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:49 smithi088 ceph-mon[96111]: pgmap v9340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:49 smithi187 ceph-mon[111815]: pgmap v9340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:50.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:50.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:51.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:51.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:51 smithi088 ceph-mon[96111]: pgmap v9341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:51 smithi187 ceph-mon[111815]: pgmap v9341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:52.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:52.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:53.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:53.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:53 smithi088 ceph-mon[96111]: pgmap v9342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:53 smithi187 ceph-mon[111815]: pgmap v9342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:54.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:54.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:55.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:55.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:55 smithi187 ceph-mon[111815]: pgmap v9343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:55.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:55 smithi088 ceph-mon[96111]: pgmap v9343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:27:56.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:56.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:57.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:57.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:57 smithi088 ceph-mon[96111]: pgmap v9344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:57 smithi187 ceph-mon[111815]: pgmap v9344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:58.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:58.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:59.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:27:59.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:27:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:27:59 smithi088 ceph-mon[96111]: pgmap v9345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:27:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:27:59 smithi187 ceph-mon[111815]: pgmap v9345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:00.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:00.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:00.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:28:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:28:01.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:01.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:01 smithi088 ceph-mon[96111]: pgmap v9346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:01 smithi187 ceph-mon[111815]: pgmap v9346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:02.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:02.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:03.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:03.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:03 smithi088 ceph-mon[96111]: pgmap v9347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:03 smithi187 ceph-mon[111815]: pgmap v9347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:04.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:04.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:05.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:05.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:05 smithi187 ceph-mon[111815]: pgmap v9348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:05 smithi088 ceph-mon[96111]: pgmap v9348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:06.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:06.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:07.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:07.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:07 smithi088 ceph-mon[96111]: pgmap v9349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:07 smithi187 ceph-mon[111815]: pgmap v9349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:08.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:08.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:09.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:09.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:09.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:09 smithi088 ceph-mon[96111]: pgmap v9350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:09 smithi187 ceph-mon[111815]: pgmap v9350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:10.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:10.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:11.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:11.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:11 smithi088 ceph-mon[96111]: pgmap v9351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:11 smithi187 ceph-mon[111815]: pgmap v9351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:12.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:12.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:13.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:13.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:13 smithi088 ceph-mon[96111]: pgmap v9352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:13 smithi187 ceph-mon[111815]: pgmap v9352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:14.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:14.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:15.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:15.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:15 smithi187 ceph-mon[111815]: pgmap v9353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:28:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:15 smithi088 ceph-mon[96111]: pgmap v9353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:28:16.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:16.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:17.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:17.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:17 smithi088 ceph-mon[96111]: pgmap v9354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:17 smithi187 ceph-mon[111815]: pgmap v9354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:18.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:18.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:19.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:19.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:19.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:19 smithi088 ceph-mon[96111]: pgmap v9355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:19 smithi187 ceph-mon[111815]: pgmap v9355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:20.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:20.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:21.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:21.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:21 smithi088 ceph-mon[96111]: pgmap v9356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:21 smithi187 ceph-mon[111815]: pgmap v9356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:22.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:22.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:23.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:23.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:23 smithi187 ceph-mon[111815]: pgmap v9357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:23 smithi088 ceph-mon[96111]: pgmap v9357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:24.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:24.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:25.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:25.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:25 smithi187 ceph-mon[111815]: pgmap v9358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:25 smithi088 ceph-mon[96111]: pgmap v9358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:26.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:26.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:27.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:27.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:27 smithi088 ceph-mon[96111]: pgmap v9359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:27 smithi187 ceph-mon[111815]: pgmap v9359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:28.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:28.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:29.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:29 smithi088 ceph-mon[96111]: pgmap v9360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:29 smithi187 ceph-mon[111815]: pgmap v9360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:30.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:30.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:28:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:28:31.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:31.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:31 smithi088 ceph-mon[96111]: pgmap v9361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:31 smithi187 ceph-mon[111815]: pgmap v9361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:32.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:32.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:33.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:33.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:33 smithi088 ceph-mon[96111]: pgmap v9362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:33 smithi187 ceph-mon[111815]: pgmap v9362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:34.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:34.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:35.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:35.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:35 smithi187 ceph-mon[111815]: pgmap v9363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:35 smithi088 ceph-mon[96111]: pgmap v9363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:36.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:36.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:37.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:37.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:37.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:37 smithi088 ceph-mon[96111]: pgmap v9364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:37 smithi187 ceph-mon[111815]: pgmap v9364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:38.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:38.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:39.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:39.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:39 smithi088 ceph-mon[96111]: pgmap v9365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:39 smithi187 ceph-mon[111815]: pgmap v9365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:40.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:40.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:41.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:41.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:41 smithi088 ceph-mon[96111]: pgmap v9366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:41 smithi187 ceph-mon[111815]: pgmap v9366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:42.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:42.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:43.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:43.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:43 smithi088 ceph-mon[96111]: pgmap v9367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:43 smithi187 ceph-mon[111815]: pgmap v9367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:44.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:44.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:45.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:45.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:45 smithi187 ceph-mon[111815]: pgmap v9368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:28:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:28:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:45 smithi088 ceph-mon[96111]: pgmap v9368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:28:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:28:46.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:46.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:47.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:47.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:47.318 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:47.319 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:47.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:48.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:48.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:48.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:48 smithi088 ceph-mon[96111]: pgmap v9369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:48 smithi187 ceph-mon[111815]: pgmap v9369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:49.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:49.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:50.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:50.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:50.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:50 smithi088 ceph-mon[96111]: pgmap v9370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:50 smithi187 ceph-mon[111815]: pgmap v9370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:51.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:51.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:51 smithi088 ceph-mon[96111]: pgmap v9371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:28:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:28:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:28:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:51 smithi187 ceph-mon[111815]: pgmap v9371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:28:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:28:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:28:51.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:28:52.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:52.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:53.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:53.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:53 smithi088 ceph-mon[96111]: pgmap v9372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:53 smithi187 ceph-mon[111815]: pgmap v9372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:54.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:54.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:55.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:55.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:55 smithi187 ceph-mon[111815]: pgmap v9373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:55 smithi088 ceph-mon[96111]: pgmap v9373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:28:56.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:56.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:57.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:57.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:57 smithi088 ceph-mon[96111]: pgmap v9374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:57 smithi187 ceph-mon[111815]: pgmap v9374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:58.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:58.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:59.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:28:59.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:28:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:28:59 smithi088 ceph-mon[96111]: pgmap v9375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:28:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:28:59 smithi187 ceph-mon[111815]: pgmap v9375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:00.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:00.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:29:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:29:01.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:01.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:01 smithi088 ceph-mon[96111]: pgmap v9376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:01 smithi187 ceph-mon[111815]: pgmap v9376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:02.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:02.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:03.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:03.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:03 smithi088 ceph-mon[96111]: pgmap v9377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:03 smithi187 ceph-mon[111815]: pgmap v9377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:04.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:04.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:05.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:05.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:05 smithi187 ceph-mon[111815]: pgmap v9378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:05 smithi088 ceph-mon[96111]: pgmap v9378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:06.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:06.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:07.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:07.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:07 smithi088 ceph-mon[96111]: pgmap v9379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:07 smithi187 ceph-mon[111815]: pgmap v9379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:08.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:08.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:09.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:09.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:09 smithi088 ceph-mon[96111]: pgmap v9380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:09 smithi187 ceph-mon[111815]: pgmap v9380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:10.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:10.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:11.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:11.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:11 smithi088 ceph-mon[96111]: pgmap v9381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:11 smithi187 ceph-mon[111815]: pgmap v9381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:12.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:12.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:13.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:13.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:13 smithi088 ceph-mon[96111]: pgmap v9382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:13.876 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:13 smithi187 ceph-mon[111815]: pgmap v9382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:14.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:14.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:15.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:15.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:15 smithi187 ceph-mon[111815]: pgmap v9383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:29:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:15 smithi088 ceph-mon[96111]: pgmap v9383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:29:16.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:16.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:17.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:17.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:17.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:17 smithi088 ceph-mon[96111]: pgmap v9384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:17 smithi187 ceph-mon[111815]: pgmap v9384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:18.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:18.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:19.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:19.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:19.812 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:19 smithi088 ceph-mon[96111]: pgmap v9385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:19 smithi187 ceph-mon[111815]: pgmap v9385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:20.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:20.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:21.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:21.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:21 smithi088 ceph-mon[96111]: pgmap v9386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:21 smithi187 ceph-mon[111815]: pgmap v9386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:22.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:22.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:23.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:23.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:23 smithi088 ceph-mon[96111]: pgmap v9387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:23 smithi187 ceph-mon[111815]: pgmap v9387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:24.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:24.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:25.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:25.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:25 smithi187 ceph-mon[111815]: pgmap v9388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:25 smithi088 ceph-mon[96111]: pgmap v9388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:26.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:26.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:27.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:27.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:27.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:27 smithi088 ceph-mon[96111]: pgmap v9389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:27 smithi187 ceph-mon[111815]: pgmap v9389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:28.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:28.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:29.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:29.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:29.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:29 smithi088 ceph-mon[96111]: pgmap v9390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:29 smithi187 ceph-mon[111815]: pgmap v9390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:30.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:30.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:29:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:29:31.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:31.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:31.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:31 smithi088 ceph-mon[96111]: pgmap v9391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:31 smithi187 ceph-mon[111815]: pgmap v9391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:32.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:32.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:33.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:33.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:33.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:33 smithi088 ceph-mon[96111]: pgmap v9392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:33 smithi187 ceph-mon[111815]: pgmap v9392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:34.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:34.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:35.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:35.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:35 smithi187 ceph-mon[111815]: pgmap v9393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:35 smithi088 ceph-mon[96111]: pgmap v9393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:36.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:36.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:37.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:37.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:37 smithi088 ceph-mon[96111]: pgmap v9394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:37 smithi187 ceph-mon[111815]: pgmap v9394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:38.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:38.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:39.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:39.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:39.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:39 smithi088 ceph-mon[96111]: pgmap v9395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:39 smithi187 ceph-mon[111815]: pgmap v9395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:40.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:40.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:41.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:41.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:41.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:41 smithi088 ceph-mon[96111]: pgmap v9396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:41 smithi187 ceph-mon[111815]: pgmap v9396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:42.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:42.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:43.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:43.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:43 smithi088 ceph-mon[96111]: pgmap v9397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:43 smithi187 ceph-mon[111815]: pgmap v9397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:44.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:44.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:45.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:45.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:45 smithi187 ceph-mon[111815]: pgmap v9398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:29:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:45 smithi088 ceph-mon[96111]: pgmap v9398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:29:46.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:46.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:47.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:47.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:47.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:47 smithi088 ceph-mon[96111]: pgmap v9399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:47 smithi187 ceph-mon[111815]: pgmap v9399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:48.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:48.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:49.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:49.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:49 smithi088 ceph-mon[96111]: pgmap v9400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:49 smithi187 ceph-mon[111815]: pgmap v9400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:50.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:50.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:51.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:51.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:51 smithi088 ceph-mon[96111]: pgmap v9401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:29:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:29:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:29:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:29:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:29:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:29:51.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:51 smithi187 ceph-mon[111815]: pgmap v9401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:51.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:29:51.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:29:51.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:29:51.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:29:51.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:29:51.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:29:52.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:52.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:53.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:53.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:53.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:53 smithi088 ceph-mon[96111]: pgmap v9402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:53 smithi187 ceph-mon[111815]: pgmap v9402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:54.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:54.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:55.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:55.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:55 smithi187 ceph-mon[111815]: pgmap v9403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:55 smithi088 ceph-mon[96111]: pgmap v9403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:29:56.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:56.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:57.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:57.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:57.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:57 smithi088 ceph-mon[96111]: pgmap v9404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:57 smithi187 ceph-mon[111815]: pgmap v9404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:58.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:58.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:59.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:29:59.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:29:59.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:29:59 smithi187 ceph-mon[111815]: pgmap v9405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:29:59.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:29:59 smithi088 ceph-mon[96111]: pgmap v9405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:00.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:00.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T04:30:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:30:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T04:30:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:30:01.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:01.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:01 smithi088 ceph-mon[96111]: pgmap v9406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:01 smithi187 ceph-mon[111815]: pgmap v9406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:02.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:02.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:03.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:03.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:03.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:03 smithi088 ceph-mon[96111]: pgmap v9407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:03 smithi187 ceph-mon[111815]: pgmap v9407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:04.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:04.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:05.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:05.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:05 smithi088 ceph-mon[96111]: pgmap v9408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:05.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:05 smithi187 ceph-mon[111815]: pgmap v9408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:06.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:06.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:07.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:07.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:07.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:07 smithi088 ceph-mon[96111]: pgmap v9409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:07 smithi187 ceph-mon[111815]: pgmap v9409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:08.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:08.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:09.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:09.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:09 smithi088 ceph-mon[96111]: pgmap v9410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:09 smithi187 ceph-mon[111815]: pgmap v9410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:10.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:10.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:11.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:11.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:11 smithi088 ceph-mon[96111]: pgmap v9411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:11 smithi187 ceph-mon[111815]: pgmap v9411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:12.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:12.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:13.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:13.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:13.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:13 smithi088 ceph-mon[96111]: pgmap v9412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:13 smithi187 ceph-mon[111815]: pgmap v9412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:14.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:14.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:15.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:15.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:15.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:15 smithi187 ceph-mon[111815]: pgmap v9413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:30:15.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:15 smithi088 ceph-mon[96111]: pgmap v9413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:30:16.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:16.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:17.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:17.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:17 smithi088 ceph-mon[96111]: pgmap v9414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:17 smithi187 ceph-mon[111815]: pgmap v9414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:18.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:18.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:19.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:19.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:19 smithi088 ceph-mon[96111]: pgmap v9415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:19 smithi187 ceph-mon[111815]: pgmap v9415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:20.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:20.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:21.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:21.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:21 smithi088 ceph-mon[96111]: pgmap v9416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:21 smithi187 ceph-mon[111815]: pgmap v9416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:22.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:22.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:23.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:23.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:23.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:23 smithi088 ceph-mon[96111]: pgmap v9417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:23 smithi187 ceph-mon[111815]: pgmap v9417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:24.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:24.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:25.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:25.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:25 smithi088 ceph-mon[96111]: pgmap v9418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:25 smithi187 ceph-mon[111815]: pgmap v9418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:26.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:26.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:27.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:27.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:27 smithi088 ceph-mon[96111]: pgmap v9419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:27 smithi187 ceph-mon[111815]: pgmap v9419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:28.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:28.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:29.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:29.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:29 smithi088 ceph-mon[96111]: pgmap v9420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:29 smithi187 ceph-mon[111815]: pgmap v9420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:30.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:30.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:30:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:30:31.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:31.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:31 smithi187 ceph-mon[111815]: pgmap v9421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:31 smithi088 ceph-mon[96111]: pgmap v9421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:32.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:32.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:33.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:33.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:33 smithi187 ceph-mon[111815]: pgmap v9422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:33 smithi088 ceph-mon[96111]: pgmap v9422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:34.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:34.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:35.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:35.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:35 smithi088 ceph-mon[96111]: pgmap v9423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:35 smithi187 ceph-mon[111815]: pgmap v9423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:36.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:36.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:37.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:37.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:37 smithi088 ceph-mon[96111]: pgmap v9424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:37 smithi187 ceph-mon[111815]: pgmap v9424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:38.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:38.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:39.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:39.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:39 smithi088 ceph-mon[96111]: pgmap v9425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:39 smithi187 ceph-mon[111815]: pgmap v9425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:40.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:40.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:41.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:41.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:41 smithi187 ceph-mon[111815]: pgmap v9426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:41 smithi088 ceph-mon[96111]: pgmap v9426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:42.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:42.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:43.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:43.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:43 smithi187 ceph-mon[111815]: pgmap v9427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:43 smithi088 ceph-mon[96111]: pgmap v9427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:44.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:44.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:45.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:45.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:45 smithi088 ceph-mon[96111]: pgmap v9428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:30:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:45 smithi187 ceph-mon[111815]: pgmap v9428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:30:46.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:46.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:47.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:47.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:47 smithi088 ceph-mon[96111]: pgmap v9429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:47 smithi187 ceph-mon[111815]: pgmap v9429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:48.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:48.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:49.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:49.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:49.880 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:49 smithi187 ceph-mon[111815]: pgmap v9430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:49 smithi088 ceph-mon[96111]: pgmap v9430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:50.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:50.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:51.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:51.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:51 smithi187 ceph-mon[111815]: pgmap v9431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:30:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:51 smithi088 ceph-mon[96111]: pgmap v9431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:30:52.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:52.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:53.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:53.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:53 smithi187 ceph-mon[111815]: pgmap v9432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:53 smithi088 ceph-mon[96111]: pgmap v9432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:54.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:54.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:30:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:30:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:30:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:30:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:30:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:30:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:30:55.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:55.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:30:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:30:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:30:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:30:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:30:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:30:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:30:56.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:56.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:56 smithi187 ceph-mon[111815]: pgmap v9433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:56.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:56 smithi088 ceph-mon[96111]: pgmap v9433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:30:57.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:57.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:58.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:58.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:30:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:30:58 smithi187 ceph-mon[111815]: pgmap v9434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:30:58 smithi088 ceph-mon[96111]: pgmap v9434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:30:59.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:30:59.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:00.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:00.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:00 smithi187 ceph-mon[111815]: pgmap v9435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:00 smithi088 ceph-mon[96111]: pgmap v9435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:01.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:01.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:31:01.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:31:02.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:02.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:02 smithi187 ceph-mon[111815]: pgmap v9436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:02.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:02 smithi088 ceph-mon[96111]: pgmap v9436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:03.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:03.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:04.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:04.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:04.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:04 smithi187 ceph-mon[111815]: pgmap v9437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:04 smithi088 ceph-mon[96111]: pgmap v9437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:05.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:05.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:05.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:05 smithi088 ceph-mon[96111]: pgmap v9438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:05 smithi187 ceph-mon[111815]: pgmap v9438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:06.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:06.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:07.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:07.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:07 smithi187 ceph-mon[111815]: pgmap v9439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:07 smithi088 ceph-mon[96111]: pgmap v9439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:08.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:08.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:09.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:09.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:09 smithi187 ceph-mon[111815]: pgmap v9440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:09 smithi088 ceph-mon[96111]: pgmap v9440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:11.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:11.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:11 smithi187 ceph-mon[111815]: pgmap v9441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:11 smithi088 ceph-mon[96111]: pgmap v9441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:12.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:12.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:13.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:13.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:13 smithi187 ceph-mon[111815]: pgmap v9442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:14.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:13 smithi088 ceph-mon[96111]: pgmap v9442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:14.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:14.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:15.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:15.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:15 smithi088 ceph-mon[96111]: pgmap v9443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:31:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:15 smithi187 ceph-mon[111815]: pgmap v9443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:31:16.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:16.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:17.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:17.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:17 smithi187 ceph-mon[111815]: pgmap v9444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:18.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:17 smithi088 ceph-mon[96111]: pgmap v9444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:18.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:18.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:19.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:19.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:19 smithi187 ceph-mon[111815]: pgmap v9445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:20.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:19 smithi088 ceph-mon[96111]: pgmap v9445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:20.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:20.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:21.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:21.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:21 smithi187 ceph-mon[111815]: pgmap v9446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:21 smithi088 ceph-mon[96111]: pgmap v9446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:22.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:22.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:23.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:23.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:23 smithi187 ceph-mon[111815]: pgmap v9447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:24.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:23 smithi088 ceph-mon[96111]: pgmap v9447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:24.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:24.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:25.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:25.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:25.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:25 smithi187 ceph-mon[111815]: pgmap v9448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:25.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:25 smithi088 ceph-mon[96111]: pgmap v9448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:26.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:26.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:27.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:27.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:27 smithi187 ceph-mon[111815]: pgmap v9449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:27 smithi088 ceph-mon[96111]: pgmap v9449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:28.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:28.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:29.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:29.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:29 smithi187 ceph-mon[111815]: pgmap v9450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:29 smithi088 ceph-mon[96111]: pgmap v9450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:30.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:30.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:31:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:31:31.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:31.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:31 smithi187 ceph-mon[111815]: pgmap v9451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:31 smithi088 ceph-mon[96111]: pgmap v9451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:32.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:32.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:33.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:33.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:33 smithi187 ceph-mon[111815]: pgmap v9452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:33 smithi088 ceph-mon[96111]: pgmap v9452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:34.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:34.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:35.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:35.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:35 smithi187 ceph-mon[111815]: pgmap v9453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:35 smithi088 ceph-mon[96111]: pgmap v9453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:36.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:36.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:37.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:37.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:37 smithi187 ceph-mon[111815]: pgmap v9454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:37 smithi088 ceph-mon[96111]: pgmap v9454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:38.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:38.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:39.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:39.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:39 smithi187 ceph-mon[111815]: pgmap v9455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:40.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:39 smithi088 ceph-mon[96111]: pgmap v9455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:40.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:40.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:41.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:41.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:41 smithi187 ceph-mon[111815]: pgmap v9456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:41 smithi088 ceph-mon[96111]: pgmap v9456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:42.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:42.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:43.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:43.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:43 smithi187 ceph-mon[111815]: pgmap v9457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:43 smithi088 ceph-mon[96111]: pgmap v9457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:44.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:44.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:45.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:45.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:45 smithi088 ceph-mon[96111]: pgmap v9458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:31:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:45 smithi187 ceph-mon[111815]: pgmap v9458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:31:46.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:46.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:47.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:47.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:47 smithi187 ceph-mon[111815]: pgmap v9459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:47 smithi088 ceph-mon[96111]: pgmap v9459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:48.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:48.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:49.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:49.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:49 smithi187 ceph-mon[111815]: pgmap v9460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:49 smithi088 ceph-mon[96111]: pgmap v9460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:50.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:50.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:51.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:51.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:51 smithi187 ceph-mon[111815]: pgmap v9461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:51 smithi088 ceph-mon[96111]: pgmap v9461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:52.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:52.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:53.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:53.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:53 smithi187 ceph-mon[111815]: pgmap v9462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:54.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:53 smithi088 ceph-mon[96111]: pgmap v9462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:54.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:54.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:55.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:55.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:55 smithi088 ceph-mon[96111]: pgmap v9463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:31:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:55 smithi187 ceph-mon[111815]: pgmap v9463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:31:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:31:56.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:56.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:57.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:57.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:31:57 smithi187 ceph-mon[111815]: pgmap v9464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:58.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:31:57 smithi088 ceph-mon[96111]: pgmap v9464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:31:58.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:58.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:31:59.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:31:59.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:00.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:00.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:00 smithi088 ceph-mon[96111]: pgmap v9465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:32:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:32:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:32:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:32:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:32:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:32:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:32:00.619 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:00 smithi187 ceph-mon[111815]: pgmap v9465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:00.619 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:32:00.620 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:32:00.620 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:32:00.620 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:32:00.620 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:32:00.621 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:32:00.621 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:32:01.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:01.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:32:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:32:02.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:02.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:02 smithi088 ceph-mon[96111]: pgmap v9466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:02 smithi187 ceph-mon[111815]: pgmap v9466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:03.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:03.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:04.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:04.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:04 smithi088 ceph-mon[96111]: pgmap v9467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:04 smithi187 ceph-mon[111815]: pgmap v9467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:05.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:05.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:05 smithi088 ceph-mon[96111]: pgmap v9468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:05 smithi187 ceph-mon[111815]: pgmap v9468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:06.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:06.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:07.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:07.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:07 smithi187 ceph-mon[111815]: pgmap v9469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:07 smithi088 ceph-mon[96111]: pgmap v9469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:08.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:08.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:09.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:09.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:09 smithi187 ceph-mon[111815]: pgmap v9470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:09 smithi088 ceph-mon[96111]: pgmap v9470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:10.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:10.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:11.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:11.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:11.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:11 smithi088 ceph-mon[96111]: pgmap v9471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:11 smithi187 ceph-mon[111815]: pgmap v9471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:12.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:12.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:13.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:13.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:13 smithi187 ceph-mon[111815]: pgmap v9472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:13 smithi088 ceph-mon[96111]: pgmap v9472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:14.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:14.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:15.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:15.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:15.778 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:15 smithi187 ceph-mon[111815]: pgmap v9473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:15.778 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:32:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:15 smithi088 ceph-mon[96111]: pgmap v9473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:32:16.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:16.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:17.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:17.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:17 smithi187 ceph-mon[111815]: pgmap v9474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:17 smithi088 ceph-mon[96111]: pgmap v9474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:18.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:18.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:19.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:19.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:19 smithi187 ceph-mon[111815]: pgmap v9475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:19 smithi088 ceph-mon[96111]: pgmap v9475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:20.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:20.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:21.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:21.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:21 smithi187 ceph-mon[111815]: pgmap v9476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:21 smithi088 ceph-mon[96111]: pgmap v9476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:22.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:22.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:23.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:23.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:23 smithi187 ceph-mon[111815]: pgmap v9477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:23 smithi088 ceph-mon[96111]: pgmap v9477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:24.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:24.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:25.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:25.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:25 smithi088 ceph-mon[96111]: pgmap v9478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:25.884 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:25 smithi187 ceph-mon[111815]: pgmap v9478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:26.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:26.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:27.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:27.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:27 smithi187 ceph-mon[111815]: pgmap v9479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:28.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:27 smithi088 ceph-mon[96111]: pgmap v9479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:28.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:28.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:29.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:29.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:29 smithi187 ceph-mon[111815]: pgmap v9480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:29 smithi088 ceph-mon[96111]: pgmap v9480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:30.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:30.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:30.937 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:32:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:32:31.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:31.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:31 smithi187 ceph-mon[111815]: pgmap v9481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:31 smithi088 ceph-mon[96111]: pgmap v9481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:32.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:32.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:33.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:33.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:33 smithi187 ceph-mon[111815]: pgmap v9482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:33 smithi088 ceph-mon[96111]: pgmap v9482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:34.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:34.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:35.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:35.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:35.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:35 smithi088 ceph-mon[96111]: pgmap v9483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:35 smithi187 ceph-mon[111815]: pgmap v9483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:36.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:36.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:37.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:37.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:37 smithi187 ceph-mon[111815]: pgmap v9484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:37 smithi088 ceph-mon[96111]: pgmap v9484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:38.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:38.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:39.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:39.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:39 smithi187 ceph-mon[111815]: pgmap v9485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:40.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:39 smithi088 ceph-mon[96111]: pgmap v9485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:40.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:40.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:41.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:41.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:41 smithi187 ceph-mon[111815]: pgmap v9486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:41 smithi088 ceph-mon[96111]: pgmap v9486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:42.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:42.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:43.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:43.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:43 smithi187 ceph-mon[111815]: pgmap v9487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:43 smithi088 ceph-mon[96111]: pgmap v9487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:44.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:44.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:45.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:45.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:45 smithi088 ceph-mon[96111]: pgmap v9488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:32:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:45 smithi187 ceph-mon[111815]: pgmap v9488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:32:46.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:46.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:47.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:47.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:47 smithi187 ceph-mon[111815]: pgmap v9489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:47 smithi088 ceph-mon[96111]: pgmap v9489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:48.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:48.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:49.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:49.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:49 smithi187 ceph-mon[111815]: pgmap v9490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:49 smithi088 ceph-mon[96111]: pgmap v9490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:50.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:50.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:51.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:51.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:51.883 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:51 smithi088 ceph-mon[96111]: pgmap v9491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:51 smithi187 ceph-mon[111815]: pgmap v9491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:52.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:52.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:53.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:53.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:53 smithi187 ceph-mon[111815]: pgmap v9492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:53 smithi088 ceph-mon[96111]: pgmap v9492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:54.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:54.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:55.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:55.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:55 smithi088 ceph-mon[96111]: pgmap v9493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:55 smithi187 ceph-mon[111815]: pgmap v9493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:32:56.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:56.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:57.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:57.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:57 smithi187 ceph-mon[111815]: pgmap v9494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:58.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:57 smithi088 ceph-mon[96111]: pgmap v9494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:32:58.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:58.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:59.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:32:59.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:32:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:32:59 smithi187 ceph-mon[111815]: pgmap v9495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:00.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:32:59 smithi088 ceph-mon[96111]: pgmap v9495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:00.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:00.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:33:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:33:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:33:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:33:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:33:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:33:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:33:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:33:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:33:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:33:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:33:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:33:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:33:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:33:01.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:01.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:02 smithi088 ceph-mon[96111]: pgmap v9496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:02.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:02.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:02 smithi187 ceph-mon[111815]: pgmap v9496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:03.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:03.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:04 smithi088 ceph-mon[96111]: pgmap v9497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:04.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:04.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:04 smithi187 ceph-mon[111815]: pgmap v9497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:05.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:05.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:05 smithi088 ceph-mon[96111]: pgmap v9498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:05 smithi187 ceph-mon[111815]: pgmap v9498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:06.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:06.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:07.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:07.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:07 smithi187 ceph-mon[111815]: pgmap v9499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:07 smithi088 ceph-mon[96111]: pgmap v9499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:08.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:08.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:09.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:09.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:09 smithi187 ceph-mon[111815]: pgmap v9500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:09 smithi088 ceph-mon[96111]: pgmap v9500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:10.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:10.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:11.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:11.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:11 smithi187 ceph-mon[111815]: pgmap v9501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:11 smithi088 ceph-mon[96111]: pgmap v9501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:12.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:12.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:13.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:13.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:13 smithi187 ceph-mon[111815]: pgmap v9502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:13 smithi088 ceph-mon[96111]: pgmap v9502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:14.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:14.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:15.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:15.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:15 smithi088 ceph-mon[96111]: pgmap v9503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:33:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:15 smithi187 ceph-mon[111815]: pgmap v9503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:33:16.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:16.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:17.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:17.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:17 smithi187 ceph-mon[111815]: pgmap v9504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:17 smithi088 ceph-mon[96111]: pgmap v9504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:18.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:18.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:19.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:19.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:19 smithi187 ceph-mon[111815]: pgmap v9505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:19 smithi088 ceph-mon[96111]: pgmap v9505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:20.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:20.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:21.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:21.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:21 smithi187 ceph-mon[111815]: pgmap v9506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:21 smithi088 ceph-mon[96111]: pgmap v9506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:22.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:22.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:23.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:23.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:23 smithi187 ceph-mon[111815]: pgmap v9507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:24.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:23 smithi088 ceph-mon[96111]: pgmap v9507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:24.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:24.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:25.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:25.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:25 smithi088 ceph-mon[96111]: pgmap v9508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:25 smithi187 ceph-mon[111815]: pgmap v9508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:26.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:26.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:27.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:27.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:27 smithi187 ceph-mon[111815]: pgmap v9509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:27 smithi088 ceph-mon[96111]: pgmap v9509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:28.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:28.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:29.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:29.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:29 smithi187 ceph-mon[111815]: pgmap v9510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:29 smithi088 ceph-mon[96111]: pgmap v9510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:30.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:30.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:33:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:33:31.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:31.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:31 smithi187 ceph-mon[111815]: pgmap v9511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:31 smithi088 ceph-mon[96111]: pgmap v9511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:32.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:32.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:33.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:33.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:33 smithi187 ceph-mon[111815]: pgmap v9512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:33 smithi088 ceph-mon[96111]: pgmap v9512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:34.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:34.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:35.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:35.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:35 smithi088 ceph-mon[96111]: pgmap v9513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:35 smithi187 ceph-mon[111815]: pgmap v9513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:36.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:36.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:37.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:37.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:37 smithi187 ceph-mon[111815]: pgmap v9514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:37 smithi088 ceph-mon[96111]: pgmap v9514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:38.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:38.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:39.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:39.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:39 smithi187 ceph-mon[111815]: pgmap v9515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:39 smithi088 ceph-mon[96111]: pgmap v9515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:40.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:40.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:41.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:41.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:41 smithi187 ceph-mon[111815]: pgmap v9516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:41 smithi088 ceph-mon[96111]: pgmap v9516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:42.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:42.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:43.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:43.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:43 smithi187 ceph-mon[111815]: pgmap v9517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:43 smithi088 ceph-mon[96111]: pgmap v9517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:44.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:44.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:45.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:45.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:45 smithi088 ceph-mon[96111]: pgmap v9518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:33:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:45 smithi187 ceph-mon[111815]: pgmap v9518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:33:46.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:46.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:47.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:47.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:47 smithi088 ceph-mon[96111]: pgmap v9519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:47 smithi187 ceph-mon[111815]: pgmap v9519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:48.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:48.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:49.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:49.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:49 smithi187 ceph-mon[111815]: pgmap v9520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:49 smithi088 ceph-mon[96111]: pgmap v9520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:50.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:50.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:51.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:51.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:51 smithi187 ceph-mon[111815]: pgmap v9521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:51 smithi088 ceph-mon[96111]: pgmap v9521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:52.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:52.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:53.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:53.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:53 smithi187 ceph-mon[111815]: pgmap v9522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:53 smithi088 ceph-mon[96111]: pgmap v9522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:54.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:54.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:55.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:55.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:55 smithi088 ceph-mon[96111]: pgmap v9523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:55 smithi187 ceph-mon[111815]: pgmap v9523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:33:56.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:56.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:57.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:57.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:57 smithi088 ceph-mon[96111]: pgmap v9524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:57 smithi187 ceph-mon[111815]: pgmap v9524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:33:58.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:58.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:59.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:33:59.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:33:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:33:59 smithi187 ceph-mon[111815]: pgmap v9525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:33:59 smithi088 ceph-mon[96111]: pgmap v9525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:00.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:00.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:34:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:34:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:34:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:34:01.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:01.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:01 smithi187 ceph-mon[111815]: pgmap v9526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:34:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:34:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:34:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:34:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:34:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:34:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:34:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:01 smithi088 ceph-mon[96111]: pgmap v9526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:34:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:34:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:34:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:34:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:34:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:34:02.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:34:02.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:02.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:03.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:03.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:03 smithi187 ceph-mon[111815]: pgmap v9527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:03 smithi088 ceph-mon[96111]: pgmap v9527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:04.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:04.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:05.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:05.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:05 smithi088 ceph-mon[96111]: pgmap v9528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:05 smithi187 ceph-mon[111815]: pgmap v9528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:06.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:06.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:07.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:07.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:07 smithi187 ceph-mon[111815]: pgmap v9529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:07 smithi088 ceph-mon[96111]: pgmap v9529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:08.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:08.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:09.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:09.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:09 smithi187 ceph-mon[111815]: pgmap v9530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:09 smithi088 ceph-mon[96111]: pgmap v9530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:10.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:10.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:11.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:11 smithi187 ceph-mon[111815]: pgmap v9531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:11 smithi088 ceph-mon[96111]: pgmap v9531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:12.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:12.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:13.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:13.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:13 smithi187 ceph-mon[111815]: pgmap v9532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:13 smithi088 ceph-mon[96111]: pgmap v9532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:14.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:14.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:15.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:15.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:15 smithi088 ceph-mon[96111]: pgmap v9533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:34:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:15 smithi187 ceph-mon[111815]: pgmap v9533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:34:16.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:16.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:17.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:17.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:17 smithi187 ceph-mon[111815]: pgmap v9534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:17 smithi088 ceph-mon[96111]: pgmap v9534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:18.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:18.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:19.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:19.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:19 smithi187 ceph-mon[111815]: pgmap v9535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:19 smithi088 ceph-mon[96111]: pgmap v9535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:20.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:20.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:21.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:21.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:21 smithi187 ceph-mon[111815]: pgmap v9536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:21 smithi088 ceph-mon[96111]: pgmap v9536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:22.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:22.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:23.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:23.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:23 smithi187 ceph-mon[111815]: pgmap v9537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:23 smithi088 ceph-mon[96111]: pgmap v9537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:24.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:24.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:25.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:25.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:25 smithi088 ceph-mon[96111]: pgmap v9538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:25 smithi187 ceph-mon[111815]: pgmap v9538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:26.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:26.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:27.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:27.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:27 smithi187 ceph-mon[111815]: pgmap v9539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:27 smithi088 ceph-mon[96111]: pgmap v9539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:28.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:28.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:29.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:29.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:29 smithi187 ceph-mon[111815]: pgmap v9540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:29 smithi088 ceph-mon[96111]: pgmap v9540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:30.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:30.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:34:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:34:31.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:31.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:31 smithi187 ceph-mon[111815]: pgmap v9541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:31 smithi088 ceph-mon[96111]: pgmap v9541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:32.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:32.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:33.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:33.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:33 smithi187 ceph-mon[111815]: pgmap v9542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:33 smithi088 ceph-mon[96111]: pgmap v9542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:34.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:34.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:35.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:35.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:35 smithi088 ceph-mon[96111]: pgmap v9543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:35 smithi187 ceph-mon[111815]: pgmap v9543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:36.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:36.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:37.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:37.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:37.913 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:37 smithi088 ceph-mon[96111]: pgmap v9544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:37 smithi187 ceph-mon[111815]: pgmap v9544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:38.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:38.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:39.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:39.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:39 smithi187 ceph-mon[111815]: pgmap v9545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:39 smithi088 ceph-mon[96111]: pgmap v9545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:40.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:40.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:41.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:41.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:41 smithi187 ceph-mon[111815]: pgmap v9546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:42.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:41 smithi088 ceph-mon[96111]: pgmap v9546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:42.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:42.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:43.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:43.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:43 smithi187 ceph-mon[111815]: pgmap v9547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:43 smithi088 ceph-mon[96111]: pgmap v9547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:44.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:44.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:45.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:45.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:45.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:45 smithi088 ceph-mon[96111]: pgmap v9548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:34:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:45 smithi187 ceph-mon[111815]: pgmap v9548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:34:46.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:46.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:47.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:47.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:47 smithi187 ceph-mon[111815]: pgmap v9549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:48.011 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:47 smithi088 ceph-mon[96111]: pgmap v9549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:48.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:48.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:49.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:49.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:49 smithi187 ceph-mon[111815]: pgmap v9550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:49 smithi088 ceph-mon[96111]: pgmap v9550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:50.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:50.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:51.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:51.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:51 smithi187 ceph-mon[111815]: pgmap v9551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:51 smithi088 ceph-mon[96111]: pgmap v9551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:52.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:52.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:53.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:53.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:53 smithi187 ceph-mon[111815]: pgmap v9552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:53 smithi088 ceph-mon[96111]: pgmap v9552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:54.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:54.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:55 smithi088 ceph-mon[96111]: pgmap v9553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:55.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:55.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:55 smithi187 ceph-mon[111815]: pgmap v9553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:34:56.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:56.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:57.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:57.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:57 smithi187 ceph-mon[111815]: pgmap v9554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:57 smithi088 ceph-mon[96111]: pgmap v9554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:34:58.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:58.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:59.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:34:59.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:34:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:34:59 smithi187 ceph-mon[111815]: pgmap v9555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:34:59 smithi088 ceph-mon[96111]: pgmap v9555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:00.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:00.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:35:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:35:01.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:01.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:01 smithi187 ceph-mon[111815]: pgmap v9556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:35:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:01 smithi088 ceph-mon[96111]: pgmap v9556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:35:02.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:02.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:35:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:35:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:35:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:35:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:35:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:35:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:35:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:35:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:35:03.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:35:03.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:03.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:03 smithi187 ceph-mon[111815]: pgmap v9557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:03 smithi088 ceph-mon[96111]: pgmap v9557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:04.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:04.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:05 smithi088 ceph-mon[96111]: pgmap v9558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:05.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:05.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:05 smithi187 ceph-mon[111815]: pgmap v9558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:06.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:06.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:07.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:07.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:07 smithi187 ceph-mon[111815]: pgmap v9559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:07 smithi088 ceph-mon[96111]: pgmap v9559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:08.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:08.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:09.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:09.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:09 smithi187 ceph-mon[111815]: pgmap v9560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:09 smithi088 ceph-mon[96111]: pgmap v9560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:10.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:10.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:11.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:11.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:11 smithi187 ceph-mon[111815]: pgmap v9561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:11 smithi088 ceph-mon[96111]: pgmap v9561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:12.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:12.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:13.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:13.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:13 smithi187 ceph-mon[111815]: pgmap v9562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:13 smithi088 ceph-mon[96111]: pgmap v9562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:14.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:14.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:15 smithi088 ceph-mon[96111]: pgmap v9563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:35:15.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:15.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:15 smithi187 ceph-mon[111815]: pgmap v9563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:35:16.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:16.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:17.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:17.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:17.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:17 smithi187 ceph-mon[111815]: pgmap v9564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:17 smithi088 ceph-mon[96111]: pgmap v9564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:18.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:18.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:19.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:19.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:19 smithi187 ceph-mon[111815]: pgmap v9565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:19 smithi088 ceph-mon[96111]: pgmap v9565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:20.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:20.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:21.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:21.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:21 smithi187 ceph-mon[111815]: pgmap v9566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:21 smithi088 ceph-mon[96111]: pgmap v9566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:22.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:22.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:23.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:23.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:23 smithi187 ceph-mon[111815]: pgmap v9567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:23 smithi088 ceph-mon[96111]: pgmap v9567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:24.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:24.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:25 smithi088 ceph-mon[96111]: pgmap v9568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:25.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:25.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:25 smithi187 ceph-mon[111815]: pgmap v9568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:26.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:26.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:27.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:27.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:27.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:27 smithi187 ceph-mon[111815]: pgmap v9569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:27 smithi088 ceph-mon[96111]: pgmap v9569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:28.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:28.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:29.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:29.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:29 smithi187 ceph-mon[111815]: pgmap v9570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:29 smithi088 ceph-mon[96111]: pgmap v9570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:30.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:30.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:35:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:35:31.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:31.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:31 smithi187 ceph-mon[111815]: pgmap v9571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:31 smithi088 ceph-mon[96111]: pgmap v9571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:32.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:32.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:33 smithi088 ceph-mon[96111]: pgmap v9572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:33.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:33.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:33 smithi187 ceph-mon[111815]: pgmap v9572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:34.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:34.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:35 smithi088 ceph-mon[96111]: pgmap v9573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:35.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:35.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:35 smithi187 ceph-mon[111815]: pgmap v9573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:36.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:36.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:37.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:37.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:37 smithi187 ceph-mon[111815]: pgmap v9574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:37 smithi088 ceph-mon[96111]: pgmap v9574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:38.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:38.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:39.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:39.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:39 smithi187 ceph-mon[111815]: pgmap v9575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:39 smithi088 ceph-mon[96111]: pgmap v9575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:40.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:40.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:41.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:41.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:41 smithi187 ceph-mon[111815]: pgmap v9576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:41 smithi088 ceph-mon[96111]: pgmap v9576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:42.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:42.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:43 smithi088 ceph-mon[96111]: pgmap v9577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:43.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:43.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:43 smithi187 ceph-mon[111815]: pgmap v9577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:44.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:44.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:45 smithi088 ceph-mon[96111]: pgmap v9578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:35:45.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:45.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:45 smithi187 ceph-mon[111815]: pgmap v9578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:35:46.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:46.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:47.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:47.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:47 smithi187 ceph-mon[111815]: pgmap v9579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:47 smithi088 ceph-mon[96111]: pgmap v9579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:48.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:48.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:49.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:49.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:49 smithi187 ceph-mon[111815]: pgmap v9580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:49 smithi088 ceph-mon[96111]: pgmap v9580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:50.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:50.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:51.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:51.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:51 smithi187 ceph-mon[111815]: pgmap v9581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:51 smithi088 ceph-mon[96111]: pgmap v9581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:52.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:52.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:53.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:53.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:53 smithi187 ceph-mon[111815]: pgmap v9582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:53 smithi088 ceph-mon[96111]: pgmap v9582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:54.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:54.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:55 smithi088 ceph-mon[96111]: pgmap v9583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:55.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:55.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:55 smithi187 ceph-mon[111815]: pgmap v9583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:35:56.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:56.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:57.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:57.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:57 smithi187 ceph-mon[111815]: pgmap v9584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:57 smithi088 ceph-mon[96111]: pgmap v9584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:35:58.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:58.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:59.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:35:59.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:35:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:35:59 smithi187 ceph-mon[111815]: pgmap v9585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:35:59 smithi088 ceph-mon[96111]: pgmap v9585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:00.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:00.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:36:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:36:01.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:01.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:01 smithi187 ceph-mon[111815]: pgmap v9586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:01 smithi088 ceph-mon[96111]: pgmap v9586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:02.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:02.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:36:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:36:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:36:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:36:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:36:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:36:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:36:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:36:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:36:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:36:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:36:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:36:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:36:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:36:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:36:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:36:03.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:03.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:03 smithi187 ceph-mon[111815]: pgmap v9587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:03 smithi088 ceph-mon[96111]: pgmap v9587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:04.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:04.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:05 smithi088 ceph-mon[96111]: pgmap v9588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:05.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:05.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:05 smithi187 ceph-mon[111815]: pgmap v9588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:06.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:06.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:07.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:07.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:07 smithi187 ceph-mon[111815]: pgmap v9589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:07 smithi088 ceph-mon[96111]: pgmap v9589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:08.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:08.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:09.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:09.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:09 smithi187 ceph-mon[111815]: pgmap v9590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:09 smithi088 ceph-mon[96111]: pgmap v9590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:10.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:10.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:11.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:11.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:11 smithi187 ceph-mon[111815]: pgmap v9591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:11 smithi088 ceph-mon[96111]: pgmap v9591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:12.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:12.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:13.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:13.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:13 smithi187 ceph-mon[111815]: pgmap v9592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:13 smithi088 ceph-mon[96111]: pgmap v9592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:14.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:14.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:15 smithi088 ceph-mon[96111]: pgmap v9593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:36:15.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:15.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:15 smithi187 ceph-mon[111815]: pgmap v9593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:36:16.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:16.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:17 smithi187 ceph-mon[111815]: pgmap v9594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:17.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:17.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:17 smithi088 ceph-mon[96111]: pgmap v9594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:18.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:18.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:19 smithi187 ceph-mon[111815]: pgmap v9595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:19.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:19.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:19 smithi088 ceph-mon[96111]: pgmap v9595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:20.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:20.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:21 smithi187 ceph-mon[111815]: pgmap v9596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:21.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:21.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:21 smithi088 ceph-mon[96111]: pgmap v9596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:22.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:22.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:23.942 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:23 smithi088 ceph-mon[96111]: pgmap v9597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:23 smithi187 ceph-mon[111815]: pgmap v9597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:23.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:23.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:24.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:24.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:25 smithi088 ceph-mon[96111]: pgmap v9598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:25 smithi187 ceph-mon[111815]: pgmap v9598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:25.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:25.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:26.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:26.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:27 smithi187 ceph-mon[111815]: pgmap v9599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:27.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:27.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:27 smithi088 ceph-mon[96111]: pgmap v9599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:28.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:28.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:29 smithi187 ceph-mon[111815]: pgmap v9600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:29.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:29.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:29 smithi088 ceph-mon[96111]: pgmap v9600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:36:30.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:30.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:36:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:31 smithi187 ceph-mon[111815]: pgmap v9601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:31.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:31.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:31 smithi088 ceph-mon[96111]: pgmap v9601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:32.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:32.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:33 smithi187 ceph-mon[111815]: pgmap v9602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:33.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:33.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:34.041 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:33 smithi088 ceph-mon[96111]: pgmap v9602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:34.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:34.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:35 smithi088 ceph-mon[96111]: pgmap v9603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:35 smithi187 ceph-mon[111815]: pgmap v9603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:35.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:35.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:36.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:36.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:37 smithi187 ceph-mon[111815]: pgmap v9604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:37.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:37.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:37 smithi088 ceph-mon[96111]: pgmap v9604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:38.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:38.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:39 smithi187 ceph-mon[111815]: pgmap v9605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:39.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:39.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:39 smithi088 ceph-mon[96111]: pgmap v9605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:40.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:40.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:41 smithi187 ceph-mon[111815]: pgmap v9606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:41.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:41.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:41 smithi088 ceph-mon[96111]: pgmap v9606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:43.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:43.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:43 smithi187 ceph-mon[111815]: pgmap v9607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:44.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:44.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:43 smithi088 ceph-mon[96111]: pgmap v9607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:45.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:45.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:45 smithi088 ceph-mon[96111]: pgmap v9608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:36:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:45 smithi187 ceph-mon[111815]: pgmap v9608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:36:46.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:46.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:47.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:47.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:47 smithi187 ceph-mon[111815]: pgmap v9609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:48.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:48.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:47 smithi088 ceph-mon[96111]: pgmap v9609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:49.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:49.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:49 smithi187 ceph-mon[111815]: pgmap v9610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:50.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:50.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:49 smithi088 ceph-mon[96111]: pgmap v9610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:51.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:51.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:51.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:51 smithi187 ceph-mon[111815]: pgmap v9611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:52.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:52.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:51 smithi088 ceph-mon[96111]: pgmap v9611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:53.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:53.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:53 smithi187 ceph-mon[111815]: pgmap v9612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:54.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:54.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:53 smithi088 ceph-mon[96111]: pgmap v9612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:55.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:55.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:55 smithi088 ceph-mon[96111]: pgmap v9613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:55 smithi187 ceph-mon[111815]: pgmap v9613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:36:56.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:56.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:57.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:57.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:57 smithi187 ceph-mon[111815]: pgmap v9614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:58.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:58.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:57 smithi088 ceph-mon[96111]: pgmap v9614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:36:59.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:36:59.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:36:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:36:59 smithi187 ceph-mon[111815]: pgmap v9615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:00.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:00.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:36:59 smithi088 ceph-mon[96111]: pgmap v9615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:37:01.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:01.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:37:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:01 smithi187 ceph-mon[111815]: pgmap v9616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:02.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:02.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:01 smithi088 ceph-mon[96111]: pgmap v9616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:37:03.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:03.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:37:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:03 smithi187 ceph-mon[111815]: pgmap v9617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:37:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:37:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:37:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:37:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:37:04.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:04.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:03 smithi088 ceph-mon[96111]: pgmap v9617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:37:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:37:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:37:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:37:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:37:05.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:05.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:05 smithi088 ceph-mon[96111]: pgmap v9618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:05 smithi187 ceph-mon[111815]: pgmap v9618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:06.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:06.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:07.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:07.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:07 smithi187 ceph-mon[111815]: pgmap v9619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:08.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:08.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:08.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:07 smithi088 ceph-mon[96111]: pgmap v9619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:09.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:09.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:09 smithi187 ceph-mon[111815]: pgmap v9620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:10.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:10.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:09 smithi088 ceph-mon[96111]: pgmap v9620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:11.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:11.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:11.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:11 smithi187 ceph-mon[111815]: pgmap v9621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:12.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:12.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:11 smithi088 ceph-mon[96111]: pgmap v9621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:13.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:13.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:13 smithi187 ceph-mon[111815]: pgmap v9622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:14.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:14.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:13 smithi088 ceph-mon[96111]: pgmap v9622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:15.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:15.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:15 smithi088 ceph-mon[96111]: pgmap v9623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:37:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:15 smithi187 ceph-mon[111815]: pgmap v9623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:37:16.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:16.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:17.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:17.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:17 smithi187 ceph-mon[111815]: pgmap v9624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:18.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:18.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:18.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:17 smithi088 ceph-mon[96111]: pgmap v9624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:19.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:19.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:19 smithi088 ceph-mon[96111]: pgmap v9625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:19 smithi187 ceph-mon[111815]: pgmap v9625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:20.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:20.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:21.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:21.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:21 smithi187 ceph-mon[111815]: pgmap v9626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:22.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:22.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:21 smithi088 ceph-mon[96111]: pgmap v9626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:23.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:23.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:23.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:23 smithi187 ceph-mon[111815]: pgmap v9627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:24.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:24.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:24.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:23 smithi088 ceph-mon[96111]: pgmap v9627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:25.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:25.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:25 smithi088 ceph-mon[96111]: pgmap v9628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:25 smithi187 ceph-mon[111815]: pgmap v9628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:26.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:26.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:27.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:27.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:27.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:27 smithi187 ceph-mon[111815]: pgmap v9629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:27 smithi088 ceph-mon[96111]: pgmap v9629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:28.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:28.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:29.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:29.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:29 smithi187 ceph-mon[111815]: pgmap v9630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:29 smithi088 ceph-mon[96111]: pgmap v9630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:30.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:30.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:37:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:37:31.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:31.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:31 smithi187 ceph-mon[111815]: pgmap v9631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:31 smithi088 ceph-mon[96111]: pgmap v9631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:32.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:32.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:33.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:33.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:33 smithi088 ceph-mon[96111]: pgmap v9632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:34.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:34.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:34.113 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:33 smithi187 ceph-mon[111815]: pgmap v9632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:35.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:35.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:35 smithi088 ceph-mon[96111]: pgmap v9633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:35 smithi187 ceph-mon[111815]: pgmap v9633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:36.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:36.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:37.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:37.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:37 smithi187 ceph-mon[111815]: pgmap v9634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:37 smithi088 ceph-mon[96111]: pgmap v9634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:38.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:38.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:39.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:39.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:39.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:39 smithi187 ceph-mon[111815]: pgmap v9635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:39 smithi088 ceph-mon[96111]: pgmap v9635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:40.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:40.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:41.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:41.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:41 smithi187 ceph-mon[111815]: pgmap v9636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:41 smithi088 ceph-mon[96111]: pgmap v9636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:42.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:42.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:43.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:43.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:43 smithi187 ceph-mon[111815]: pgmap v9637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:43 smithi088 ceph-mon[96111]: pgmap v9637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:44.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:44.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:45.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:45.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:45 smithi088 ceph-mon[96111]: pgmap v9638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:37:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:45 smithi187 ceph-mon[111815]: pgmap v9638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:37:46.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:46.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:47.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:47.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:47 smithi187 ceph-mon[111815]: pgmap v9639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:47 smithi088 ceph-mon[96111]: pgmap v9639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:48.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:48.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:49.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:49.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:49.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:49 smithi187 ceph-mon[111815]: pgmap v9640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:49 smithi088 ceph-mon[96111]: pgmap v9640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:50.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:51.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:51.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:51 smithi088 ceph-mon[96111]: pgmap v9641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:52.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:52.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:51 smithi187 ceph-mon[111815]: pgmap v9641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:53.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:53.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:53 smithi088 ceph-mon[96111]: pgmap v9642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:54.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:54.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:53 smithi187 ceph-mon[111815]: pgmap v9642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:55.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:55.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:55 smithi088 ceph-mon[96111]: pgmap v9643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:55 smithi187 ceph-mon[111815]: pgmap v9643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:37:56.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:56.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:57.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:57.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:57.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:57 smithi187 ceph-mon[111815]: pgmap v9644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:57 smithi088 ceph-mon[96111]: pgmap v9644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:37:58.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:58.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:59.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:37:59.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:37:59.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:37:59 smithi187 ceph-mon[111815]: pgmap v9645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:37:59 smithi088 ceph-mon[96111]: pgmap v9645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:00.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:00.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:38:01.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:01.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:38:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:01 smithi088 ceph-mon[96111]: pgmap v9646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:02.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:02.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:01 smithi187 ceph-mon[111815]: pgmap v9646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:03.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:03.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: pgmap v9647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:38:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:38:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:38:04.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:38:04.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:38:04.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:38:04.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:38:04.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:38:04.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:38:04.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:38:04.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:38:04.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:04.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: pgmap v9647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:38:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:38:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:38:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:38:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:38:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:38:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:38:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:38:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:38:04.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:38:04.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:38:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:04 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1625M 2023-10-13T04:38:05.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:05.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:04 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1625M 2023-10-13T04:38:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:05 smithi088 ceph-mon[96111]: pgmap v9648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:06.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:06.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:05 smithi187 ceph-mon[111815]: pgmap v9648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:07.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:07.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:07 smithi088 ceph-mon[96111]: pgmap v9649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:08.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:08.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:07 smithi187 ceph-mon[111815]: pgmap v9649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:09.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:09.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:09 smithi187 ceph-mon[111815]: pgmap v9650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:09 smithi088 ceph-mon[96111]: pgmap v9650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:10.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:10.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:11.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:11.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:11 smithi088 ceph-mon[96111]: pgmap v9651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:12.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:12.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:11 smithi187 ceph-mon[111815]: pgmap v9651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:13.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:13.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:13 smithi088 ceph-mon[96111]: pgmap v9652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:14.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:14.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:13 smithi187 ceph-mon[111815]: pgmap v9652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:15.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:15.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:15 smithi187 ceph-mon[111815]: pgmap v9653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:38:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:15 smithi088 ceph-mon[96111]: pgmap v9653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:38:16.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:16.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:17.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:17.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:17 smithi088 ceph-mon[96111]: pgmap v9654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:18.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:18.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:17 smithi187 ceph-mon[111815]: pgmap v9654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:19.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:19.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:19.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:19 smithi187 ceph-mon[111815]: pgmap v9655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:19 smithi088 ceph-mon[96111]: pgmap v9655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:20.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:20.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:21.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:21.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:21 smithi088 ceph-mon[96111]: pgmap v9656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:22.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:22.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:21 smithi187 ceph-mon[111815]: pgmap v9656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:23.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:23.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:23 smithi088 ceph-mon[96111]: pgmap v9657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:24.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:24.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:23 smithi187 ceph-mon[111815]: pgmap v9657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:25.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:25.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:25 smithi187 ceph-mon[111815]: pgmap v9658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:25 smithi088 ceph-mon[96111]: pgmap v9658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:26.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:26.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:27.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:27.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:27 smithi088 ceph-mon[96111]: pgmap v9659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:28.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:28.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:27 smithi187 ceph-mon[111815]: pgmap v9659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:29.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:29.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:29 smithi187 ceph-mon[111815]: pgmap v9660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:29 smithi088 ceph-mon[96111]: pgmap v9660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:30.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:30.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:38:31.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:31.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:38:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:31 smithi088 ceph-mon[96111]: pgmap v9661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:32.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:32.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:31 smithi187 ceph-mon[111815]: pgmap v9661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:33.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:33.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:33 smithi088 ceph-mon[96111]: pgmap v9662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:34.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:34.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:33 smithi187 ceph-mon[111815]: pgmap v9662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:35.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:35.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:35 smithi187 ceph-mon[111815]: pgmap v9663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:35 smithi088 ceph-mon[96111]: pgmap v9663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:36.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:36.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:37.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:37.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:37 smithi088 ceph-mon[96111]: pgmap v9664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:38.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:38.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:37 smithi187 ceph-mon[111815]: pgmap v9664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:39.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:39.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:39 smithi088 ceph-mon[96111]: pgmap v9665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:40.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:40.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:39 smithi187 ceph-mon[111815]: pgmap v9665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:41.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:41.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:41 smithi088 ceph-mon[96111]: pgmap v9666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:42.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:42.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:41 smithi187 ceph-mon[111815]: pgmap v9666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:43.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:43.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:43 smithi088 ceph-mon[96111]: pgmap v9667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:44.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:44.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:43 smithi187 ceph-mon[111815]: pgmap v9667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:45.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:45.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:45 smithi187 ceph-mon[111815]: pgmap v9668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:38:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:45 smithi088 ceph-mon[96111]: pgmap v9668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:38:46.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:46.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:47.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:47.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:47 smithi088 ceph-mon[96111]: pgmap v9669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:48.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:48.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:47 smithi187 ceph-mon[111815]: pgmap v9669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:49.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:49.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:49 smithi088 ceph-mon[96111]: pgmap v9670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:50.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:50.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:49 smithi187 ceph-mon[111815]: pgmap v9670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:51.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:51.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:51 smithi088 ceph-mon[96111]: pgmap v9671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:51 smithi187 ceph-mon[111815]: pgmap v9671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:52.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:52.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:53.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:53.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:53 smithi088 ceph-mon[96111]: pgmap v9672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:53 smithi187 ceph-mon[111815]: pgmap v9672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:54.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:54.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:55.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:55.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:55 smithi088 ceph-mon[96111]: pgmap v9673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:55 smithi187 ceph-mon[111815]: pgmap v9673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:38:56.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:56.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:57.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:57.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:58.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:57 smithi088 ceph-mon[96111]: pgmap v9674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:57 smithi187 ceph-mon[111815]: pgmap v9674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:38:58.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:58.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:38:59.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:38:59.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:00.011 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:38:59 smithi187 ceph-mon[111815]: pgmap v9675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:38:59 smithi088 ceph-mon[96111]: pgmap v9675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:00.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:00.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:39:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:39:01.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:01.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:01 smithi088 ceph-mon[96111]: pgmap v9676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:01 smithi187 ceph-mon[111815]: pgmap v9676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:02.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:02.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:03.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:03.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:03 smithi088 ceph-mon[96111]: pgmap v9677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:39:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:03 smithi187 ceph-mon[111815]: pgmap v9677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:39:04.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:04.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:05.064 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:39:05.064 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:39:05.065 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:39:05.065 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:39:05.065 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:39:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:39:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:39:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:39:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:39:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:39:05.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:05.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:05 smithi088 ceph-mon[96111]: pgmap v9678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:05 smithi187 ceph-mon[111815]: pgmap v9678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:06.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:06.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:07.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:07.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:07 smithi088 ceph-mon[96111]: pgmap v9679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:07 smithi187 ceph-mon[111815]: pgmap v9679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:08.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:08.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:09.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:09.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:09 smithi088 ceph-mon[96111]: pgmap v9680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:10.116 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:09 smithi187 ceph-mon[111815]: pgmap v9680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:10.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:10.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:11.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:11.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:11 smithi088 ceph-mon[96111]: pgmap v9681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:11 smithi187 ceph-mon[111815]: pgmap v9681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:12.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:12.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:13.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:13.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:13 smithi088 ceph-mon[96111]: pgmap v9682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:13 smithi187 ceph-mon[111815]: pgmap v9682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:14.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:14.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:15.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:15.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:15 smithi187 ceph-mon[111815]: pgmap v9683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:39:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:15 smithi088 ceph-mon[96111]: pgmap v9683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:39:16.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:16.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:17.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:17.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:17 smithi088 ceph-mon[96111]: pgmap v9684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:17 smithi187 ceph-mon[111815]: pgmap v9684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:18.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:18.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:19.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:19.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:19 smithi088 ceph-mon[96111]: pgmap v9685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:19 smithi187 ceph-mon[111815]: pgmap v9685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:20.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:20.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:21.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:21.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:21 smithi088 ceph-mon[96111]: pgmap v9686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:21 smithi187 ceph-mon[111815]: pgmap v9686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:22.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:22.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:23.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:23.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:23 smithi088 ceph-mon[96111]: pgmap v9687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:23 smithi187 ceph-mon[111815]: pgmap v9687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:24.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:24.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:25.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:25.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:25 smithi187 ceph-mon[111815]: pgmap v9688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:25 smithi088 ceph-mon[96111]: pgmap v9688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:26.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:26.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:27.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:27.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:27 smithi088 ceph-mon[96111]: pgmap v9689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:27 smithi187 ceph-mon[111815]: pgmap v9689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:28.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:28.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:29.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:29.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:29 smithi088 ceph-mon[96111]: pgmap v9690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:29 smithi187 ceph-mon[111815]: pgmap v9690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:30.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:30.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:39:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:39:31.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:31.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:31 smithi088 ceph-mon[96111]: pgmap v9691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:31 smithi187 ceph-mon[111815]: pgmap v9691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:32.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:32.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:33.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:33.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:33 smithi088 ceph-mon[96111]: pgmap v9692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:33 smithi187 ceph-mon[111815]: pgmap v9692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:34.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:34.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:35.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:35.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:35 smithi187 ceph-mon[111815]: pgmap v9693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:35 smithi088 ceph-mon[96111]: pgmap v9693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:36.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:36.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:37.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:37.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:37 smithi088 ceph-mon[96111]: pgmap v9694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:37 smithi187 ceph-mon[111815]: pgmap v9694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:38.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:38.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:39.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:39.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:39 smithi088 ceph-mon[96111]: pgmap v9695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:39 smithi187 ceph-mon[111815]: pgmap v9695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:40.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:40.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:41.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:41.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:41 smithi088 ceph-mon[96111]: pgmap v9696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:41 smithi187 ceph-mon[111815]: pgmap v9696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:42.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:42.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:43.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:43.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:43 smithi088 ceph-mon[96111]: pgmap v9697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:43 smithi187 ceph-mon[111815]: pgmap v9697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:44.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:44.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:45.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:45.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:45.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:45 smithi088 ceph-mon[96111]: pgmap v9698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:45.912 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:39:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:45 smithi187 ceph-mon[111815]: pgmap v9698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:39:46.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:46.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:47.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:47.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:47 smithi088 ceph-mon[96111]: pgmap v9699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:47 smithi187 ceph-mon[111815]: pgmap v9699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:48.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:48.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:49.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:49.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:49 smithi088 ceph-mon[96111]: pgmap v9700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:49 smithi187 ceph-mon[111815]: pgmap v9700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:50.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:50.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:51.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:51.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:51 smithi088 ceph-mon[96111]: pgmap v9701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:51 smithi187 ceph-mon[111815]: pgmap v9701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:52.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:52.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:53.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:53.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:54.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:53 smithi088 ceph-mon[96111]: pgmap v9702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:53 smithi187 ceph-mon[111815]: pgmap v9702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:54.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:54.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:55.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:55.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:55 smithi187 ceph-mon[111815]: pgmap v9703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:56.010 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:55 smithi088 ceph-mon[96111]: pgmap v9703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:39:56.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:56.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:57.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:57.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:57 smithi088 ceph-mon[96111]: pgmap v9704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:57 smithi187 ceph-mon[111815]: pgmap v9704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:39:58.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:58.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:39:59.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:39:59.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:39:59 smithi088 ceph-mon[96111]: pgmap v9705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:39:59 smithi187 ceph-mon[111815]: pgmap v9705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:00.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:00.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T04:40:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:40:01.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T04:40:01.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:40:01.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:01.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:01 smithi088 ceph-mon[96111]: pgmap v9706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:01 smithi187 ceph-mon[111815]: pgmap v9706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:02.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:02.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:03.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:03.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:03 smithi088 ceph-mon[96111]: pgmap v9707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:03 smithi187 ceph-mon[111815]: pgmap v9707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:04.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:04.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:40:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:40:05.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:05.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:05 smithi187 ceph-mon[111815]: pgmap v9708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:40:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:40:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:40:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:40:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:40:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:05 smithi088 ceph-mon[96111]: pgmap v9708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:40:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:40:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:40:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:40:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:40:06.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:06.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:07.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:07.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:07 smithi088 ceph-mon[96111]: pgmap v9709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:07 smithi187 ceph-mon[111815]: pgmap v9709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:08.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:08.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:09.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:09.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:09 smithi088 ceph-mon[96111]: pgmap v9710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:09 smithi187 ceph-mon[111815]: pgmap v9710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:10.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:10.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:11.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:11.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:11 smithi088 ceph-mon[96111]: pgmap v9711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:11 smithi187 ceph-mon[111815]: pgmap v9711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:12.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:12.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:13.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:13.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:13 smithi088 ceph-mon[96111]: pgmap v9712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:13 smithi187 ceph-mon[111815]: pgmap v9712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:14.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:14.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:15.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:15.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:15 smithi187 ceph-mon[111815]: pgmap v9713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:40:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:15 smithi088 ceph-mon[96111]: pgmap v9713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:40:16.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:16.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:17.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:17.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:17 smithi088 ceph-mon[96111]: pgmap v9714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:17 smithi187 ceph-mon[111815]: pgmap v9714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:18.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:18.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:19.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:19.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:19 smithi088 ceph-mon[96111]: pgmap v9715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:19 smithi187 ceph-mon[111815]: pgmap v9715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:20.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:20.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:21.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:21.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:21 smithi088 ceph-mon[96111]: pgmap v9716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:21 smithi187 ceph-mon[111815]: pgmap v9716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:22.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:22.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:23.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:23.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:23 smithi088 ceph-mon[96111]: pgmap v9717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:23 smithi187 ceph-mon[111815]: pgmap v9717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:24.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:24.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:25.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:25.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:25.895 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:25 smithi187 ceph-mon[111815]: pgmap v9718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:25 smithi088 ceph-mon[96111]: pgmap v9718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:26.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:26.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:27.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:27.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:27 smithi088 ceph-mon[96111]: pgmap v9719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:27 smithi187 ceph-mon[111815]: pgmap v9719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:28.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:28.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:29.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:29.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:29 smithi088 ceph-mon[96111]: pgmap v9720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:29 smithi187 ceph-mon[111815]: pgmap v9720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:30.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:30.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:40:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:40:31.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:31.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:31 smithi088 ceph-mon[96111]: pgmap v9721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:31 smithi187 ceph-mon[111815]: pgmap v9721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:32.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:32.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:33.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:33.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:33 smithi088 ceph-mon[96111]: pgmap v9722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:33 smithi187 ceph-mon[111815]: pgmap v9722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:34.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:34.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:35.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:35.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:35 smithi187 ceph-mon[111815]: pgmap v9723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:35 smithi088 ceph-mon[96111]: pgmap v9723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:36.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:36.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:37.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:37.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:37 smithi088 ceph-mon[96111]: pgmap v9724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:37 smithi187 ceph-mon[111815]: pgmap v9724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:38.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:38.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:39.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:39.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:39 smithi088 ceph-mon[96111]: pgmap v9725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:39 smithi187 ceph-mon[111815]: pgmap v9725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:40.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:40.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:41.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:41.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:41 smithi088 ceph-mon[96111]: pgmap v9726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:41 smithi187 ceph-mon[111815]: pgmap v9726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:42.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:42.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:43.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:43.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:43 smithi088 ceph-mon[96111]: pgmap v9727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:43 smithi187 ceph-mon[111815]: pgmap v9727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:44.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:44.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:45.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:45.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:45 smithi187 ceph-mon[111815]: pgmap v9728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:40:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:45 smithi088 ceph-mon[96111]: pgmap v9728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:40:46.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:46.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:47.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:47.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:47 smithi088 ceph-mon[96111]: pgmap v9729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:48.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:47 smithi187 ceph-mon[111815]: pgmap v9729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:48.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:48.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:49.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:49.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:49 smithi088 ceph-mon[96111]: pgmap v9730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:49 smithi187 ceph-mon[111815]: pgmap v9730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:50.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:50.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:51.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:51.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:51 smithi088 ceph-mon[96111]: pgmap v9731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:51 smithi187 ceph-mon[111815]: pgmap v9731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:52.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:52.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:53.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:53.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:53 smithi088 ceph-mon[96111]: pgmap v9732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:53 smithi187 ceph-mon[111815]: pgmap v9732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:54.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:54.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:55.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:55.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:55 smithi187 ceph-mon[111815]: pgmap v9733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:55 smithi088 ceph-mon[96111]: pgmap v9733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:40:56.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:56.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:57.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:57.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:57 smithi088 ceph-mon[96111]: pgmap v9734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:57 smithi187 ceph-mon[111815]: pgmap v9734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:40:58.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:58.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:40:59.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:40:59.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:40:59 smithi088 ceph-mon[96111]: pgmap v9735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:40:59 smithi187 ceph-mon[111815]: pgmap v9735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:00.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:00.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:41:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:41:01.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:01.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:01 smithi088 ceph-mon[96111]: pgmap v9736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:01 smithi187 ceph-mon[111815]: pgmap v9736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:02.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:02.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:03.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:03.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:03 smithi088 ceph-mon[96111]: pgmap v9737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:03 smithi187 ceph-mon[111815]: pgmap v9737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:04.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:04.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:05.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:05.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:05 smithi187 ceph-mon[111815]: pgmap v9738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:41:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:05 smithi088 ceph-mon[96111]: pgmap v9738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:41:06.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:06.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:07.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:07.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:07 smithi088 ceph-mon[96111]: pgmap v9739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:41:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:41:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:07 smithi187 ceph-mon[111815]: pgmap v9739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:41:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:41:08.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:08.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:41:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:41:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:41:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:41:09.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:41:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:41:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:41:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:41:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:41:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:41:09.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:09.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:10.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:10.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:10 smithi187 ceph-mon[111815]: pgmap v9740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:10 smithi088 ceph-mon[96111]: pgmap v9740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:11.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:11.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:12.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:12.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:12 smithi187 ceph-mon[111815]: pgmap v9741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:12 smithi088 ceph-mon[96111]: pgmap v9741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:13.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:13.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:14.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:14.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:14.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:14 smithi187 ceph-mon[111815]: pgmap v9742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:14 smithi088 ceph-mon[96111]: pgmap v9742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:15.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:15.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:15 smithi187 ceph-mon[111815]: pgmap v9743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:41:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:15 smithi088 ceph-mon[96111]: pgmap v9743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:41:16.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:16.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:17.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:17.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:17 smithi088 ceph-mon[96111]: pgmap v9744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:17 smithi187 ceph-mon[111815]: pgmap v9744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:18.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:18.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:19.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:19.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:19 smithi088 ceph-mon[96111]: pgmap v9745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:19 smithi187 ceph-mon[111815]: pgmap v9745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:20.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:20.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:21.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:21.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:21 smithi088 ceph-mon[96111]: pgmap v9746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:21 smithi187 ceph-mon[111815]: pgmap v9746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:22.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:22.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:23.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:23.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:23 smithi088 ceph-mon[96111]: pgmap v9747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:23 smithi187 ceph-mon[111815]: pgmap v9747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:24.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:24.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:25.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:25.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:25 smithi187 ceph-mon[111815]: pgmap v9748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:25 smithi088 ceph-mon[96111]: pgmap v9748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:26.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:26.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:27.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:27.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:27 smithi088 ceph-mon[96111]: pgmap v9749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:27 smithi187 ceph-mon[111815]: pgmap v9749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:28.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:28.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:29.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:29.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:29 smithi088 ceph-mon[96111]: pgmap v9750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:29 smithi187 ceph-mon[111815]: pgmap v9750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:30.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:30.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:41:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:41:31.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:31.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:31 smithi187 ceph-mon[111815]: pgmap v9751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:31 smithi088 ceph-mon[96111]: pgmap v9751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:32.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:32.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:33.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:33.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:33 smithi088 ceph-mon[96111]: pgmap v9752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:33 smithi187 ceph-mon[111815]: pgmap v9752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:34.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:34.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:35.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:35.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:35 smithi187 ceph-mon[111815]: pgmap v9753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:35 smithi088 ceph-mon[96111]: pgmap v9753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:36.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:36.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:37.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:37.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:37 smithi088 ceph-mon[96111]: pgmap v9754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:37 smithi187 ceph-mon[111815]: pgmap v9754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:38.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:38.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:39.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:39.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:39 smithi088 ceph-mon[96111]: pgmap v9755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:39 smithi187 ceph-mon[111815]: pgmap v9755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:40.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:40.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:41.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:41.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:41.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:41 smithi187 ceph-mon[111815]: pgmap v9756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:42.048 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:41 smithi088 ceph-mon[96111]: pgmap v9756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:42.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:42.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:43.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:43.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:43 smithi088 ceph-mon[96111]: pgmap v9757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:43 smithi187 ceph-mon[111815]: pgmap v9757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:44.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:44.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:45.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:45.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:45 smithi187 ceph-mon[111815]: pgmap v9758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:41:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:45 smithi088 ceph-mon[96111]: pgmap v9758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:41:46.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:46.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:47.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:47.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:47 smithi088 ceph-mon[96111]: pgmap v9759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:47 smithi187 ceph-mon[111815]: pgmap v9759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:48.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:48.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:49.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:49.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:49 smithi088 ceph-mon[96111]: pgmap v9760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:49 smithi187 ceph-mon[111815]: pgmap v9760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:50.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:50.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:51.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:51.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:51 smithi088 ceph-mon[96111]: pgmap v9761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:51 smithi187 ceph-mon[111815]: pgmap v9761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:52.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:52.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:53.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:53.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:53 smithi088 ceph-mon[96111]: pgmap v9762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:53 smithi187 ceph-mon[111815]: pgmap v9762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:54.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:54.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:55.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:55.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:55 smithi187 ceph-mon[111815]: pgmap v9763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:55 smithi088 ceph-mon[96111]: pgmap v9763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:41:56.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:56.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:57.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:57.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:57 smithi088 ceph-mon[96111]: pgmap v9764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:57 smithi187 ceph-mon[111815]: pgmap v9764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:41:58.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:58.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:41:59.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:41:59.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:41:59 smithi088 ceph-mon[96111]: pgmap v9765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:41:59 smithi187 ceph-mon[111815]: pgmap v9765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:00.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:00.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:42:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:42:01.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:01.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:01 smithi088 ceph-mon[96111]: pgmap v9766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:01 smithi187 ceph-mon[111815]: pgmap v9766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:02.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:02.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:03.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:03.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:03 smithi088 ceph-mon[96111]: pgmap v9767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:03 smithi187 ceph-mon[111815]: pgmap v9767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:04.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:04.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:05.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:05.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:05 smithi187 ceph-mon[111815]: pgmap v9768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:05 smithi088 ceph-mon[96111]: pgmap v9768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:06.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:06.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:07.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:07.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:07 smithi088 ceph-mon[96111]: pgmap v9769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:07 smithi187 ceph-mon[111815]: pgmap v9769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:08.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:08.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:42:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:42:09.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:09.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:09 smithi088 ceph-mon[96111]: pgmap v9770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:09 smithi187 ceph-mon[111815]: pgmap v9770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:10.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:10.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:11.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:11.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:11 smithi088 ceph-mon[96111]: pgmap v9771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:11 smithi187 ceph-mon[111815]: pgmap v9771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:12.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:12.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:13.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:13.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:42:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:42:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:13 smithi187 ceph-mon[111815]: pgmap v9772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:42:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:42:13.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:42:13.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:42:13.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:42:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:42:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:42:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:13 smithi088 ceph-mon[96111]: pgmap v9772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:42:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:42:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:42:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:42:14.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:42:14.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:14.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:15.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:15.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:15 smithi187 ceph-mon[111815]: pgmap v9773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:42:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:15 smithi088 ceph-mon[96111]: pgmap v9773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:42:16.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:16.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:17.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:17.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:17 smithi088 ceph-mon[96111]: pgmap v9774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:17 smithi187 ceph-mon[111815]: pgmap v9774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:18.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:18.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:19.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:19.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:19 smithi088 ceph-mon[96111]: pgmap v9775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:19 smithi187 ceph-mon[111815]: pgmap v9775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:20.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:20.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:21.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:21.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:21 smithi088 ceph-mon[96111]: pgmap v9776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:22.104 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:21 smithi187 ceph-mon[111815]: pgmap v9776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:22.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:22.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:23.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:23.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:23 smithi088 ceph-mon[96111]: pgmap v9777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:23 smithi187 ceph-mon[111815]: pgmap v9777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:24.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:24.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:25.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:25.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:25 smithi187 ceph-mon[111815]: pgmap v9778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:25 smithi088 ceph-mon[96111]: pgmap v9778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:26.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:26.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:27.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:27.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:27 smithi088 ceph-mon[96111]: pgmap v9779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:27 smithi187 ceph-mon[111815]: pgmap v9779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:28.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:28.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:29.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:29.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:29 smithi088 ceph-mon[96111]: pgmap v9780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:29 smithi187 ceph-mon[111815]: pgmap v9780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:30.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:30.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:42:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:42:31.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:31.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:31 smithi088 ceph-mon[96111]: pgmap v9781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:32.207 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:31 smithi187 ceph-mon[111815]: pgmap v9781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:32.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:32.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:33.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:33.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:33 smithi088 ceph-mon[96111]: pgmap v9782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:33 smithi187 ceph-mon[111815]: pgmap v9782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:34.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:34.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:35.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:35.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:35 smithi187 ceph-mon[111815]: pgmap v9783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:35 smithi088 ceph-mon[96111]: pgmap v9783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:36.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:36.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:37.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:37.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:37 smithi088 ceph-mon[96111]: pgmap v9784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:37 smithi187 ceph-mon[111815]: pgmap v9784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:38.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:38.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:39.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:39.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:39 smithi088 ceph-mon[96111]: pgmap v9785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:39 smithi187 ceph-mon[111815]: pgmap v9785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:40.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:40.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:41.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:41.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:41 smithi088 ceph-mon[96111]: pgmap v9786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:41 smithi187 ceph-mon[111815]: pgmap v9786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:42.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:42.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:43.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:43.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:43 smithi088 ceph-mon[96111]: pgmap v9787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:43 smithi187 ceph-mon[111815]: pgmap v9787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:44.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:44.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:45.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:45.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:45 smithi187 ceph-mon[111815]: pgmap v9788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:42:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:45 smithi088 ceph-mon[96111]: pgmap v9788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:42:46.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:46.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:47.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:47.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:47 smithi088 ceph-mon[96111]: pgmap v9789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:47 smithi187 ceph-mon[111815]: pgmap v9789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:48.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:48.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:49.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:49.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:49 smithi088 ceph-mon[96111]: pgmap v9790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:49 smithi187 ceph-mon[111815]: pgmap v9790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:50.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:50.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:51.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:51.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:51 smithi088 ceph-mon[96111]: pgmap v9791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:51 smithi187 ceph-mon[111815]: pgmap v9791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:52.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:52.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:53.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:53.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:53 smithi088 ceph-mon[96111]: pgmap v9792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:53 smithi187 ceph-mon[111815]: pgmap v9792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:54.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:54.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:55.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:55.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:55.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:55 smithi187 ceph-mon[111815]: pgmap v9793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:55 smithi088 ceph-mon[96111]: pgmap v9793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:42:56.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:56.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:57.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:57.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:57 smithi088 ceph-mon[96111]: pgmap v9794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:57 smithi187 ceph-mon[111815]: pgmap v9794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:42:58.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:58.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:42:59.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:42:59.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:42:59 smithi088 ceph-mon[96111]: pgmap v9795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:42:59 smithi187 ceph-mon[111815]: pgmap v9795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:00.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:00.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:43:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:43:01.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:01.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:01 smithi088 ceph-mon[96111]: pgmap v9796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:01 smithi187 ceph-mon[111815]: pgmap v9796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:02.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:02.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:03.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:03.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:03 smithi088 ceph-mon[96111]: pgmap v9797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:03 smithi187 ceph-mon[111815]: pgmap v9797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:04.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:04.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:05.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:05.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:05 smithi187 ceph-mon[111815]: pgmap v9798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:05 smithi088 ceph-mon[96111]: pgmap v9798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:06.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:06.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:07.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:07.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:07.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:07 smithi187 ceph-mon[111815]: pgmap v9799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:07 smithi088 ceph-mon[96111]: pgmap v9799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:08.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:08.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:09.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:09.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:09 smithi088 ceph-mon[96111]: pgmap v9800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:09 smithi187 ceph-mon[111815]: pgmap v9800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:10.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:10.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:11.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:11.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:11 smithi088 ceph-mon[96111]: pgmap v9801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:11 smithi187 ceph-mon[111815]: pgmap v9801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:12.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:12.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:13.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:13.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:13 smithi088 ceph-mon[96111]: pgmap v9802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:43:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:43:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:43:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:43:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:43:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:43:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:13 smithi187 ceph-mon[111815]: pgmap v9802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:43:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:43:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:43:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:43:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:43:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:43:14.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:14.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:15.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:15.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:15 smithi187 ceph-mon[111815]: pgmap v9803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:43:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:15 smithi088 ceph-mon[96111]: pgmap v9803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:43:16.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:16.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:17.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:17.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:17 smithi187 ceph-mon[111815]: pgmap v9804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:17 smithi088 ceph-mon[96111]: pgmap v9804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:18.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:18.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:19.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:19.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:19 smithi088 ceph-mon[96111]: pgmap v9805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:19 smithi187 ceph-mon[111815]: pgmap v9805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:20.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:20.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:21.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:21.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:21 smithi088 ceph-mon[96111]: pgmap v9806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:21 smithi187 ceph-mon[111815]: pgmap v9806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:22.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:22.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:23.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:23.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:23 smithi088 ceph-mon[96111]: pgmap v9807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:23 smithi187 ceph-mon[111815]: pgmap v9807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:24.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:24.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:25.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:25.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:25 smithi187 ceph-mon[111815]: pgmap v9808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:25 smithi088 ceph-mon[96111]: pgmap v9808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:26.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:26.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:27.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:27.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:27 smithi088 ceph-mon[96111]: pgmap v9809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:27 smithi187 ceph-mon[111815]: pgmap v9809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:28.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:28.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:29.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:29.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:29 smithi088 ceph-mon[96111]: pgmap v9810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:29 smithi187 ceph-mon[111815]: pgmap v9810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:30.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:30.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:43:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:43:31.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:31.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:31 smithi088 ceph-mon[96111]: pgmap v9811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:31 smithi187 ceph-mon[111815]: pgmap v9811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:32.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:32.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:33.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:33.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:33 smithi088 ceph-mon[96111]: pgmap v9812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:33 smithi187 ceph-mon[111815]: pgmap v9812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:34.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:34.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:35.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:35.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:35 smithi187 ceph-mon[111815]: pgmap v9813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:35 smithi088 ceph-mon[96111]: pgmap v9813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:36.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:36.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:37.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:37.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:37 smithi088 ceph-mon[96111]: pgmap v9814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:37 smithi187 ceph-mon[111815]: pgmap v9814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:38.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:38.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:39.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:39.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:39 smithi088 ceph-mon[96111]: pgmap v9815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:39 smithi187 ceph-mon[111815]: pgmap v9815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:40.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:40.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:41.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:41.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:41 smithi088 ceph-mon[96111]: pgmap v9816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:41 smithi187 ceph-mon[111815]: pgmap v9816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:42.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:42.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:43.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:43.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:43 smithi088 ceph-mon[96111]: pgmap v9817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:43 smithi187 ceph-mon[111815]: pgmap v9817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:44.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:44.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:45.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:45.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:45 smithi187 ceph-mon[111815]: pgmap v9818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:43:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:45 smithi088 ceph-mon[96111]: pgmap v9818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:43:46.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:46.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:47.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:47.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:47 smithi088 ceph-mon[96111]: pgmap v9819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:47 smithi187 ceph-mon[111815]: pgmap v9819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:48.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:48.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:49.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:49.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:49 smithi088 ceph-mon[96111]: pgmap v9820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:49 smithi187 ceph-mon[111815]: pgmap v9820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:50.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:50.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:51.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:51.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:51 smithi088 ceph-mon[96111]: pgmap v9821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:51 smithi187 ceph-mon[111815]: pgmap v9821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:52.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:52.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:53.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:53.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:53 smithi088 ceph-mon[96111]: pgmap v9822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:54.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:53 smithi187 ceph-mon[111815]: pgmap v9822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:54.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:54.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:55.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:55.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:55 smithi187 ceph-mon[111815]: pgmap v9823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:55 smithi088 ceph-mon[96111]: pgmap v9823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:43:56.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:56.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:57.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:57.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:57 smithi088 ceph-mon[96111]: pgmap v9824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:58.093 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:57 smithi187 ceph-mon[111815]: pgmap v9824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:43:58.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:58.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:43:59.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:43:59.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:43:59 smithi088 ceph-mon[96111]: pgmap v9825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:43:59 smithi187 ceph-mon[111815]: pgmap v9825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:00.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:00.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:44:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:44:01.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:01.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:01 smithi088 ceph-mon[96111]: pgmap v9826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:01 smithi187 ceph-mon[111815]: pgmap v9826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:02.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:02.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:03.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:03 smithi187 ceph-mon[111815]: pgmap v9827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:03 smithi088 ceph-mon[96111]: pgmap v9827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:04.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:04.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:05.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:05.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:05 smithi187 ceph-mon[111815]: pgmap v9828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:05 smithi088 ceph-mon[96111]: pgmap v9828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:06.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:06.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:07.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:07.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:07 smithi088 ceph-mon[96111]: pgmap v9829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:08.199 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:07 smithi187 ceph-mon[111815]: pgmap v9829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:08.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:08.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:09.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:09.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:09 smithi088 ceph-mon[96111]: pgmap v9830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:09 smithi187 ceph-mon[111815]: pgmap v9830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:10.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:10.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:11.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:11.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:11 smithi187 ceph-mon[111815]: pgmap v9831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:11 smithi088 ceph-mon[96111]: pgmap v9831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:12.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:12.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:13.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:13.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:13 smithi187 ceph-mon[111815]: pgmap v9832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:44:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:13 smithi088 ceph-mon[96111]: pgmap v9832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:44:14.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:14.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:44:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:44:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:44:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:44:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:44:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:44:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:44:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:44:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:44:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:44:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:44:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:44:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:44:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:44:15.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:15.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:16 smithi187 ceph-mon[111815]: pgmap v9833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:44:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:16 smithi088 ceph-mon[96111]: pgmap v9833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:44:16.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:16.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:17.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:17.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:18 smithi187 ceph-mon[111815]: pgmap v9834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:18 smithi088 ceph-mon[96111]: pgmap v9834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:18.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:18.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:19.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:19.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:20 smithi187 ceph-mon[111815]: pgmap v9835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:20 smithi088 ceph-mon[96111]: pgmap v9835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:20.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:20.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:21.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:21.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:22 smithi187 ceph-mon[111815]: pgmap v9836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:22 smithi088 ceph-mon[96111]: pgmap v9836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:22.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:22.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:23.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:23.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:24 smithi187 ceph-mon[111815]: pgmap v9837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:24 smithi088 ceph-mon[96111]: pgmap v9837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:24.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:24.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:25.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:25.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:25 smithi187 ceph-mon[111815]: pgmap v9838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:25 smithi088 ceph-mon[96111]: pgmap v9838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:26.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:26.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:27.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:27.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:27 smithi088 ceph-mon[96111]: pgmap v9839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:27 smithi187 ceph-mon[111815]: pgmap v9839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:28.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:28.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:29.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:29.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:29 smithi187 ceph-mon[111815]: pgmap v9840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:29 smithi088 ceph-mon[96111]: pgmap v9840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:30.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:30.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:44:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:44:31.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:31.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:31 smithi187 ceph-mon[111815]: pgmap v9841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:31 smithi088 ceph-mon[96111]: pgmap v9841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:32.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:32.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:33.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:33.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:33 smithi088 ceph-mon[96111]: pgmap v9842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:33 smithi187 ceph-mon[111815]: pgmap v9842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:34.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:34.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:35.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:35.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:35 smithi187 ceph-mon[111815]: pgmap v9843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:35 smithi088 ceph-mon[96111]: pgmap v9843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:36.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:36.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:37.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:37.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:37 smithi187 ceph-mon[111815]: pgmap v9844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:37 smithi088 ceph-mon[96111]: pgmap v9844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:38.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:38.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:39.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:39.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:39 smithi187 ceph-mon[111815]: pgmap v9845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:39 smithi088 ceph-mon[96111]: pgmap v9845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:40.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:40.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:41.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:41.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:41 smithi187 ceph-mon[111815]: pgmap v9846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:41 smithi088 ceph-mon[96111]: pgmap v9846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:42.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:42.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:43.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:43.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:43 smithi187 ceph-mon[111815]: pgmap v9847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:43 smithi088 ceph-mon[96111]: pgmap v9847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:44.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:44.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:45.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:45.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:45 smithi187 ceph-mon[111815]: pgmap v9848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:44:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:45 smithi088 ceph-mon[96111]: pgmap v9848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:44:46.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:46.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:47.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:47.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:47 smithi187 ceph-mon[111815]: pgmap v9849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:47 smithi088 ceph-mon[96111]: pgmap v9849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:48.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:48.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:49.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:49.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:49 smithi187 ceph-mon[111815]: pgmap v9850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:49 smithi088 ceph-mon[96111]: pgmap v9850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:50.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:50.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:51.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:51.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:51 smithi187 ceph-mon[111815]: pgmap v9851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:51 smithi088 ceph-mon[96111]: pgmap v9851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:52.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:52.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:53.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:53.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:53.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:53 smithi187 ceph-mon[111815]: pgmap v9852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:53 smithi088 ceph-mon[96111]: pgmap v9852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:54.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:54.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:55.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:55.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:55 smithi187 ceph-mon[111815]: pgmap v9853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:55 smithi088 ceph-mon[96111]: pgmap v9853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:44:56.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:56.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:57.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:57.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:57 smithi187 ceph-mon[111815]: pgmap v9854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:57 smithi088 ceph-mon[96111]: pgmap v9854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:44:58.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:58.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:44:59.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:44:59.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:44:59 smithi187 ceph-mon[111815]: pgmap v9855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:44:59 smithi088 ceph-mon[96111]: pgmap v9855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:00.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:00.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:45:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:45:01.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:01.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:01 smithi187 ceph-mon[111815]: pgmap v9856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:01 smithi088 ceph-mon[96111]: pgmap v9856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:02.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:02.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:03.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:03.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:03 smithi187 ceph-mon[111815]: pgmap v9857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:03 smithi088 ceph-mon[96111]: pgmap v9857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:04.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:04.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:05.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:05.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:05 smithi187 ceph-mon[111815]: pgmap v9858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:05 smithi088 ceph-mon[96111]: pgmap v9858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:06.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:06.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:07.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:07.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:07 smithi187 ceph-mon[111815]: pgmap v9859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:07 smithi088 ceph-mon[96111]: pgmap v9859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:08.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:08.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:09.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:09.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:09 smithi187 ceph-mon[111815]: pgmap v9860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:09 smithi088 ceph-mon[96111]: pgmap v9860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:10.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:10.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:11.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:11.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:11 smithi187 ceph-mon[111815]: pgmap v9861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:11 smithi088 ceph-mon[96111]: pgmap v9861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:12.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:12.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:13.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:13.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:14.121 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:13 smithi088 ceph-mon[96111]: pgmap v9862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:13 smithi187 ceph-mon[111815]: pgmap v9862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:14.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:14.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:15.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:15.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:45:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:15 smithi187 ceph-mon[111815]: pgmap v9863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:45:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:45:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:45:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:45:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:45:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:45:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:45:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:15 smithi088 ceph-mon[96111]: pgmap v9863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:45:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:45:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:45:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:45:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:45:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:45:16.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:16.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:17.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:17.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:17 smithi187 ceph-mon[111815]: pgmap v9864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:17 smithi088 ceph-mon[96111]: pgmap v9864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:18.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:18.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:19.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:19.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:19 smithi187 ceph-mon[111815]: pgmap v9865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:19 smithi088 ceph-mon[96111]: pgmap v9865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:20.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:20.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:21.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:21.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:21 smithi187 ceph-mon[111815]: pgmap v9866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:21 smithi088 ceph-mon[96111]: pgmap v9866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:22.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:22.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:23.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:23.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:23 smithi187 ceph-mon[111815]: pgmap v9867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:24.219 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:23 smithi088 ceph-mon[96111]: pgmap v9867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:24.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:24.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:25.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:25.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:25 smithi187 ceph-mon[111815]: pgmap v9868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:25 smithi088 ceph-mon[96111]: pgmap v9868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:26.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:26.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:27.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:27.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:28.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:27 smithi187 ceph-mon[111815]: pgmap v9869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:27 smithi088 ceph-mon[96111]: pgmap v9869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:28.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:28.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:29.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:29.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:29 smithi187 ceph-mon[111815]: pgmap v9870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:29 smithi088 ceph-mon[96111]: pgmap v9870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:30.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:30.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:45:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:45:31.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:31.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:31 smithi187 ceph-mon[111815]: pgmap v9871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:31 smithi088 ceph-mon[96111]: pgmap v9871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:32.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:32.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:33.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:33.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:33 smithi187 ceph-mon[111815]: pgmap v9872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:34.317 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:33 smithi088 ceph-mon[96111]: pgmap v9872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:34.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:34.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:35.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:35.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:35 smithi187 ceph-mon[111815]: pgmap v9873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:35 smithi088 ceph-mon[96111]: pgmap v9873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:36.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:36.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:37.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:37.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:37 smithi187 ceph-mon[111815]: pgmap v9874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:37 smithi088 ceph-mon[96111]: pgmap v9874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:38.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:38.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:39.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:39.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:39 smithi187 ceph-mon[111815]: pgmap v9875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:39 smithi088 ceph-mon[96111]: pgmap v9875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:40.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:40.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:41.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:41.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:41 smithi187 ceph-mon[111815]: pgmap v9876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:41 smithi088 ceph-mon[96111]: pgmap v9876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:42.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:42.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:43.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:43.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:44.200 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:43 smithi187 ceph-mon[111815]: pgmap v9877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:43 smithi088 ceph-mon[96111]: pgmap v9877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:44.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:44.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:45.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:45.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:45 smithi187 ceph-mon[111815]: pgmap v9878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:45:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:45 smithi088 ceph-mon[96111]: pgmap v9878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:45:46.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:46.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:47.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:47.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:47 smithi187 ceph-mon[111815]: pgmap v9879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:47 smithi088 ceph-mon[96111]: pgmap v9879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:48.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:48.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:49.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:49.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:49 smithi187 ceph-mon[111815]: pgmap v9880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:49 smithi088 ceph-mon[96111]: pgmap v9880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:50.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:50.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:51.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:51.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:51 smithi187 ceph-mon[111815]: pgmap v9881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:51 smithi088 ceph-mon[96111]: pgmap v9881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:52.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:52.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:53.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:53.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:53 smithi187 ceph-mon[111815]: pgmap v9882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:53 smithi088 ceph-mon[96111]: pgmap v9882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:54.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:54.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:55.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:55.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:55 smithi187 ceph-mon[111815]: pgmap v9883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:55 smithi088 ceph-mon[96111]: pgmap v9883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:45:56.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:56.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:57.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:57.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:57 smithi187 ceph-mon[111815]: pgmap v9884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:57 smithi088 ceph-mon[96111]: pgmap v9884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:45:58.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:58.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:45:59.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:45:59.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:45:59 smithi187 ceph-mon[111815]: pgmap v9885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:45:59 smithi088 ceph-mon[96111]: pgmap v9885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:00.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:00.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:46:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:46:01.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:01.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:01 smithi187 ceph-mon[111815]: pgmap v9886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:01 smithi088 ceph-mon[96111]: pgmap v9886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:02.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:02.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:03.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:03.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:03 smithi187 ceph-mon[111815]: pgmap v9887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:03 smithi088 ceph-mon[96111]: pgmap v9887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:04.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:04.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:05.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:05.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:05 smithi187 ceph-mon[111815]: pgmap v9888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:05 smithi088 ceph-mon[96111]: pgmap v9888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:06.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:06.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:07.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:07.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:07 smithi187 ceph-mon[111815]: pgmap v9889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:07 smithi088 ceph-mon[96111]: pgmap v9889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:08.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:08.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:09.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:09.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:09 smithi088 ceph-mon[96111]: pgmap v9890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:09 smithi187 ceph-mon[111815]: pgmap v9890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:10.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:10.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:11.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:11.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:11 smithi187 ceph-mon[111815]: pgmap v9891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:11 smithi088 ceph-mon[96111]: pgmap v9891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:12.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:12.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:13.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:13.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:13 smithi187 ceph-mon[111815]: pgmap v9892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:13 smithi088 ceph-mon[96111]: pgmap v9892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:14.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:14.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:15.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:15.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:15 smithi187 ceph-mon[111815]: pgmap v9893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:46:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:46:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:46:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:46:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:15 smithi088 ceph-mon[96111]: pgmap v9893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:46:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:46:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:46:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:46:16.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:16.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:46:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:46:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:46:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:46:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:46:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:46:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:46:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:46:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:46:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:46:17.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:17.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:17 smithi187 ceph-mon[111815]: pgmap v9894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:17 smithi088 ceph-mon[96111]: pgmap v9894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:18.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:18.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:19.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:19.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:19 smithi088 ceph-mon[96111]: pgmap v9895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:19 smithi187 ceph-mon[111815]: pgmap v9895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:20.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:20.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:21.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:21.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:21 smithi187 ceph-mon[111815]: pgmap v9896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:21 smithi088 ceph-mon[96111]: pgmap v9896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:22.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:22.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:23.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:23.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:23 smithi187 ceph-mon[111815]: pgmap v9897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:23 smithi088 ceph-mon[96111]: pgmap v9897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:24.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:24.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:25.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:25.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:25 smithi187 ceph-mon[111815]: pgmap v9898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:25 smithi088 ceph-mon[96111]: pgmap v9898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:26.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:26.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:27.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:27.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:27 smithi187 ceph-mon[111815]: pgmap v9899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:27 smithi088 ceph-mon[96111]: pgmap v9899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:28.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:28.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:29.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:29.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:29 smithi187 ceph-mon[111815]: pgmap v9900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:29 smithi088 ceph-mon[96111]: pgmap v9900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:30.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:30.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:46:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:46:31.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:31.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:31 smithi187 ceph-mon[111815]: pgmap v9901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:31 smithi088 ceph-mon[96111]: pgmap v9901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:32.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:32.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:33.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:33.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:33 smithi187 ceph-mon[111815]: pgmap v9902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:33 smithi088 ceph-mon[96111]: pgmap v9902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:34.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:34.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:35 smithi187 ceph-mon[111815]: pgmap v9903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:35.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:35.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:36.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:35 smithi088 ceph-mon[96111]: pgmap v9903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:36.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:36.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:37.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:37.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:37 smithi187 ceph-mon[111815]: pgmap v9904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:37 smithi088 ceph-mon[96111]: pgmap v9904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:38.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:38.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:39.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:39.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:39 smithi187 ceph-mon[111815]: pgmap v9905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:39 smithi088 ceph-mon[96111]: pgmap v9905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:40.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:40.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:41.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:41.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:41 smithi187 ceph-mon[111815]: pgmap v9906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:41 smithi088 ceph-mon[96111]: pgmap v9906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:42.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:42.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:43.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:43.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:43 smithi187 ceph-mon[111815]: pgmap v9907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:43 smithi088 ceph-mon[96111]: pgmap v9907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:44.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:44.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:45 smithi187 ceph-mon[111815]: pgmap v9908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:46:45.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:45.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:45 smithi088 ceph-mon[96111]: pgmap v9908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:46:46.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:46.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:47.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:47.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:47 smithi187 ceph-mon[111815]: pgmap v9909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:47 smithi088 ceph-mon[96111]: pgmap v9909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:48.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:48.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:49.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:49.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:49 smithi187 ceph-mon[111815]: pgmap v9910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:49 smithi088 ceph-mon[96111]: pgmap v9910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:50.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:50.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:51.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:51.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:51 smithi187 ceph-mon[111815]: pgmap v9911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:51 smithi088 ceph-mon[96111]: pgmap v9911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:52.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:52.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:53.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:53.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:53 smithi187 ceph-mon[111815]: pgmap v9912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:53 smithi088 ceph-mon[96111]: pgmap v9912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:54.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:54.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:55 smithi187 ceph-mon[111815]: pgmap v9913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:55.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:55.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:55 smithi088 ceph-mon[96111]: pgmap v9913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:46:56.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:56.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:57.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:57.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:46:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:57 smithi187 ceph-mon[111815]: pgmap v9914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:57 smithi088 ceph-mon[96111]: pgmap v9914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:46:59.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:46:59.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:00.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:00.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:00.156 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:46:59 smithi088 ceph-mon[96111]: pgmap v9915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:46:59 smithi187 ceph-mon[111815]: pgmap v9915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:01.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:01.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:47:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:47:02.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:02.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:01 smithi187 ceph-mon[111815]: pgmap v9916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:01 smithi088 ceph-mon[96111]: pgmap v9916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:03.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:03.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:04.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:04.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:03 smithi187 ceph-mon[111815]: pgmap v9917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:03 smithi088 ceph-mon[96111]: pgmap v9917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:05.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:05.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:05 smithi187 ceph-mon[111815]: pgmap v9918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:06.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:06.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:05 smithi088 ceph-mon[96111]: pgmap v9918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:07.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:07.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:08.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:08.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:07 smithi187 ceph-mon[111815]: pgmap v9919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:07 smithi088 ceph-mon[96111]: pgmap v9919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:09.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:09.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:10.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:10.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:09 smithi187 ceph-mon[111815]: pgmap v9920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:10.255 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:09 smithi088 ceph-mon[96111]: pgmap v9920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:11.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:11.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:12.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:12.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:11 smithi187 ceph-mon[111815]: pgmap v9921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:11 smithi088 ceph-mon[96111]: pgmap v9921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:13.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:13.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:14.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:14.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:13 smithi187 ceph-mon[111815]: pgmap v9922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:13 smithi088 ceph-mon[96111]: pgmap v9922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:15.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:15.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:15 smithi187 ceph-mon[111815]: pgmap v9923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:47:16.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:16.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:15 smithi088 ceph-mon[96111]: pgmap v9923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:47:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:47:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:47:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:47:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:47:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:47:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:47:17.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:17.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:47:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:47:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:47:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:47:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:47:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:47:17.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:17 smithi187 ceph-mon[111815]: pgmap v9924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:18.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:18.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:17 smithi088 ceph-mon[96111]: pgmap v9924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:19.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:19.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:20.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:20.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:20.200 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:19 smithi187 ceph-mon[111815]: pgmap v9925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:19 smithi088 ceph-mon[96111]: pgmap v9925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:21.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:21.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:22.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:22.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:21 smithi187 ceph-mon[111815]: pgmap v9926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:21 smithi088 ceph-mon[96111]: pgmap v9926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:23.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:23.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:24.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:24.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:23 smithi187 ceph-mon[111815]: pgmap v9927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:23 smithi088 ceph-mon[96111]: pgmap v9927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:25.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:25.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:25 smithi187 ceph-mon[111815]: pgmap v9928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:26.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:26.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:25 smithi088 ceph-mon[96111]: pgmap v9928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:27.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:27.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:28.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:28.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:27 smithi187 ceph-mon[111815]: pgmap v9929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:27 smithi088 ceph-mon[96111]: pgmap v9929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:29.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:29.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:30.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:30.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:29 smithi187 ceph-mon[111815]: pgmap v9930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:29 smithi088 ceph-mon[96111]: pgmap v9930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:31.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:31.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:47:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:47:32.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:32.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:31 smithi187 ceph-mon[111815]: pgmap v9931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:31 smithi088 ceph-mon[96111]: pgmap v9931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:33.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:33.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:34.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:34.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:33 smithi187 ceph-mon[111815]: pgmap v9932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:33 smithi088 ceph-mon[96111]: pgmap v9932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:35.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:35.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:35 smithi088 ceph-mon[96111]: pgmap v9933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:35.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:35 smithi187 ceph-mon[111815]: pgmap v9933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:36.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:36.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:37.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:37.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:38.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:38.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:37 smithi187 ceph-mon[111815]: pgmap v9934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:37 smithi088 ceph-mon[96111]: pgmap v9934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:39.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:39.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:40.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:40.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:39 smithi187 ceph-mon[111815]: pgmap v9935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:39 smithi088 ceph-mon[96111]: pgmap v9935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:41.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:41.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:42.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:42.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:41 smithi187 ceph-mon[111815]: pgmap v9936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:41 smithi088 ceph-mon[96111]: pgmap v9936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:43.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:43.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:44.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:44.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:43 smithi187 ceph-mon[111815]: pgmap v9937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:43 smithi088 ceph-mon[96111]: pgmap v9937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:45.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:45.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:45 smithi187 ceph-mon[111815]: pgmap v9938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:47:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:45 smithi088 ceph-mon[96111]: pgmap v9938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:47:46.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:46.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:47.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:47.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:48.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:48.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:47 smithi187 ceph-mon[111815]: pgmap v9939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:47 smithi088 ceph-mon[96111]: pgmap v9939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:49.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:49.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:50.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:50.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:49 smithi187 ceph-mon[111815]: pgmap v9940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:49 smithi088 ceph-mon[96111]: pgmap v9940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:51.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:51.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:52.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:52.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:51 smithi187 ceph-mon[111815]: pgmap v9941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:51 smithi088 ceph-mon[96111]: pgmap v9941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:53.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:53.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:54.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:54.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:53 smithi187 ceph-mon[111815]: pgmap v9942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:53 smithi088 ceph-mon[96111]: pgmap v9942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:55.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:55.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:55.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:55 smithi187 ceph-mon[111815]: pgmap v9943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:55 smithi088 ceph-mon[96111]: pgmap v9943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:47:56.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:56.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:57.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:57.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:58.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:58.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:47:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:57 smithi187 ceph-mon[111815]: pgmap v9944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:57 smithi088 ceph-mon[96111]: pgmap v9944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:47:59.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:47:59.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:00.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:00.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:47:59 smithi187 ceph-mon[111815]: pgmap v9945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:47:59 smithi088 ceph-mon[96111]: pgmap v9945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:48:01.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:01.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:01.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:48:02.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:02.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:01 smithi187 ceph-mon[111815]: pgmap v9946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:01 smithi088 ceph-mon[96111]: pgmap v9946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:03.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:03.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:04.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:04.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:03 smithi187 ceph-mon[111815]: pgmap v9947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:03 smithi088 ceph-mon[96111]: pgmap v9947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:05.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:05.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:05 smithi187 ceph-mon[111815]: pgmap v9948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:05 smithi088 ceph-mon[96111]: pgmap v9948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:06.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:06.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:07.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:07.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:08.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:08.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:07 smithi187 ceph-mon[111815]: pgmap v9949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:07 smithi088 ceph-mon[96111]: pgmap v9949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:09.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:09.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:10.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:10.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:09 smithi187 ceph-mon[111815]: pgmap v9950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:09 smithi088 ceph-mon[96111]: pgmap v9950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:11.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:11.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:12.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:12.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:11 smithi187 ceph-mon[111815]: pgmap v9951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:11 smithi088 ceph-mon[96111]: pgmap v9951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:13.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:13.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:14.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:14.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:13 smithi187 ceph-mon[111815]: pgmap v9952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:13 smithi088 ceph-mon[96111]: pgmap v9952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:15.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:15.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:15 smithi088 ceph-mon[96111]: pgmap v9953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:48:16.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:16.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:15 smithi187 ceph-mon[111815]: pgmap v9953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:48:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:48:17.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:17.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:48:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: pgmap v9954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:48:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:48:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:48:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:48:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1617M 2023-10-13T04:48:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:48:18.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:48:18.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:48:18.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:48:18.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:48:18.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:48:18.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:18.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: pgmap v9954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:48:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:48:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:48:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:48:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1617M 2023-10-13T04:48:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:48:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:48:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:48:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:48:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:48:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:48:19.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:19.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:20.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:20.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:19 smithi187 ceph-mon[111815]: pgmap v9955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:19 smithi088 ceph-mon[96111]: pgmap v9955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:21.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:21.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:22.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:22.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:22.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:21 smithi187 ceph-mon[111815]: pgmap v9956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:21 smithi088 ceph-mon[96111]: pgmap v9956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:23.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:23.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:24.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:24.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:24.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:23 smithi187 ceph-mon[111815]: pgmap v9957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:23 smithi088 ceph-mon[96111]: pgmap v9957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:25.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:25.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:26.001 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:25 smithi088 ceph-mon[96111]: pgmap v9958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:26.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:26.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:25 smithi187 ceph-mon[111815]: pgmap v9958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:27.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:27.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:28.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:28.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:28.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:27 smithi187 ceph-mon[111815]: pgmap v9959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:27 smithi088 ceph-mon[96111]: pgmap v9959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:29.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:29.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:30.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:30.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:29 smithi187 ceph-mon[111815]: pgmap v9960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:29 smithi088 ceph-mon[96111]: pgmap v9960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:31.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:31.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:48:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:48:32.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:32.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:31 smithi187 ceph-mon[111815]: pgmap v9961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:31 smithi088 ceph-mon[96111]: pgmap v9961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:33.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:33.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:33 smithi088 ceph-mon[96111]: pgmap v9962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:34.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:34.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:33 smithi187 ceph-mon[111815]: pgmap v9962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:35.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:35.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:35.989 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:35 smithi187 ceph-mon[111815]: pgmap v9963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:35 smithi088 ceph-mon[96111]: pgmap v9963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:36.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:36.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:37.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:37.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:38.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:38.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:38.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:37 smithi187 ceph-mon[111815]: pgmap v9964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:37 smithi088 ceph-mon[96111]: pgmap v9964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:39.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:39.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:40.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:40.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:39 smithi187 ceph-mon[111815]: pgmap v9965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:39 smithi088 ceph-mon[96111]: pgmap v9965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:41.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:41.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:42.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:42.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:41 smithi187 ceph-mon[111815]: pgmap v9966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:41 smithi088 ceph-mon[96111]: pgmap v9966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:43.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:43.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:44.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:44.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:43 smithi187 ceph-mon[111815]: pgmap v9967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:43 smithi088 ceph-mon[96111]: pgmap v9967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:45.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:45.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:45 smithi088 ceph-mon[96111]: pgmap v9968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:48:46.094 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:45 smithi187 ceph-mon[111815]: pgmap v9968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:46.095 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:48:46.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:46.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:47.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:47.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:48.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:48.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:47 smithi187 ceph-mon[111815]: pgmap v9969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:47 smithi088 ceph-mon[96111]: pgmap v9969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:49.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:49.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:50.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:50.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:49 smithi187 ceph-mon[111815]: pgmap v9970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:49 smithi088 ceph-mon[96111]: pgmap v9970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:51.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:51.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:52.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:52.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:51 smithi187 ceph-mon[111815]: pgmap v9971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:51 smithi088 ceph-mon[96111]: pgmap v9971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:53.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:53.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:54.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:54.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:54.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:53 smithi187 ceph-mon[111815]: pgmap v9972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:53 smithi088 ceph-mon[96111]: pgmap v9972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:55.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:55.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:55 smithi088 ceph-mon[96111]: pgmap v9973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:56.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:56.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:56.199 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:55 smithi187 ceph-mon[111815]: pgmap v9973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:48:57.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:57.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:58.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:58.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:48:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:57 smithi187 ceph-mon[111815]: pgmap v9974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:57 smithi088 ceph-mon[96111]: pgmap v9974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:48:59.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:48:59.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:00.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:00.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:00.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:48:59 smithi187 ceph-mon[111815]: pgmap v9975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:48:59 smithi088 ceph-mon[96111]: pgmap v9975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:01.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:01.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:49:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:49:02.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:02.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:01 smithi187 ceph-mon[111815]: pgmap v9976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:01 smithi088 ceph-mon[96111]: pgmap v9976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:03.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:03.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:04.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:04.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:03 smithi187 ceph-mon[111815]: pgmap v9977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:03 smithi088 ceph-mon[96111]: pgmap v9977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:05.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:05.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:05 smithi088 ceph-mon[96111]: pgmap v9978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:06.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:06.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:05 smithi187 ceph-mon[111815]: pgmap v9978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:07.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:07.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:07 smithi187 ceph-mon[111815]: pgmap v9979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:08.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:08.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:07 smithi088 ceph-mon[96111]: pgmap v9979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:09.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:09.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:09 smithi187 ceph-mon[111815]: pgmap v9980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:10.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:10.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:09 smithi088 ceph-mon[96111]: pgmap v9980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:11.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:11.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:11 smithi187 ceph-mon[111815]: pgmap v9981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:12.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:12.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:11 smithi088 ceph-mon[96111]: pgmap v9981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:13.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:13.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:13 smithi187 ceph-mon[111815]: pgmap v9982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:14.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:14.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:13 smithi088 ceph-mon[96111]: pgmap v9982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:15.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:15.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:15 smithi088 ceph-mon[96111]: pgmap v9983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:49:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:15 smithi187 ceph-mon[111815]: pgmap v9983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:49:16.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:16.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:17.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:17.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:17 smithi187 ceph-mon[111815]: pgmap v9984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:49:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:49:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:49:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:49:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:49:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:49:18.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:18.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:17 smithi088 ceph-mon[96111]: pgmap v9984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:49:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:49:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:49:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:49:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:49:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:49:19.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:19.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:19 smithi187 ceph-mon[111815]: pgmap v9985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:20.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:20.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:19 smithi088 ceph-mon[96111]: pgmap v9985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:21.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:21.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:21 smithi187 ceph-mon[111815]: pgmap v9986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:22.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:22.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:21 smithi088 ceph-mon[96111]: pgmap v9986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:23.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:23.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:23 smithi187 ceph-mon[111815]: pgmap v9987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:24.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:24.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:23 smithi088 ceph-mon[96111]: pgmap v9987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:25.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:25.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:25 smithi088 ceph-mon[96111]: pgmap v9988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:25 smithi187 ceph-mon[111815]: pgmap v9988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:26.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:26.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:27.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:27.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:27 smithi187 ceph-mon[111815]: pgmap v9989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:28.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:28.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:27 smithi088 ceph-mon[96111]: pgmap v9989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:29.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:29.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:30.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:29 smithi187 ceph-mon[111815]: pgmap v9990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:30.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:30.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:29 smithi088 ceph-mon[96111]: pgmap v9990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:49:31.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:31.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:49:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:31 smithi187 ceph-mon[111815]: pgmap v9991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:32.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:32.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:31 smithi088 ceph-mon[96111]: pgmap v9991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:33.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:33.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:33 smithi187 ceph-mon[111815]: pgmap v9992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:34.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:34.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:33 smithi088 ceph-mon[96111]: pgmap v9992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:35.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:35.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:35 smithi088 ceph-mon[96111]: pgmap v9993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:35 smithi187 ceph-mon[111815]: pgmap v9993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:36.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:36.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:37.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:37.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:37 smithi187 ceph-mon[111815]: pgmap v9994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:38.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:38.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:37 smithi088 ceph-mon[96111]: pgmap v9994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:39.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:39.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:39 smithi187 ceph-mon[111815]: pgmap v9995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:40.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:40.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:39 smithi088 ceph-mon[96111]: pgmap v9995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:41.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:41.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:41 smithi187 ceph-mon[111815]: pgmap v9996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:41 smithi088 ceph-mon[96111]: pgmap v9996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:42.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:42.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:43.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:43.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:43 smithi187 ceph-mon[111815]: pgmap v9997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:44.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:44.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:43 smithi088 ceph-mon[96111]: pgmap v9997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:45.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:45.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:45 smithi088 ceph-mon[96111]: pgmap v9998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:49:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:45 smithi187 ceph-mon[111815]: pgmap v9998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:49:46.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:46.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:47.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:47.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:47 smithi187 ceph-mon[111815]: pgmap v9999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:48.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:48.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:47 smithi088 ceph-mon[96111]: pgmap v9999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:49.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:49.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:49 smithi187 ceph-mon[111815]: pgmap v10000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:50.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:50.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:49 smithi088 ceph-mon[96111]: pgmap v10000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:51.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:51.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:51 smithi187 ceph-mon[111815]: pgmap v10001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:52.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:52.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:51 smithi088 ceph-mon[96111]: pgmap v10001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:53.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:53.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:53 smithi187 ceph-mon[111815]: pgmap v10002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:54.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:54.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:53 smithi088 ceph-mon[96111]: pgmap v10002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:55.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:55.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:55 smithi088 ceph-mon[96111]: pgmap v10003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:55 smithi187 ceph-mon[111815]: pgmap v10003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:49:56.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:56.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:57.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:57.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:57 smithi187 ceph-mon[111815]: pgmap v10004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:58.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:58.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:49:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:57 smithi088 ceph-mon[96111]: pgmap v10004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:49:59.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:49:59.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:49:59 smithi187 ceph-mon[111815]: pgmap v10005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:00.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:00.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:49:59 smithi088 ceph-mon[96111]: pgmap v10005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T04:50:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:50:01.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:01.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T04:50:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:50:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:01 smithi187 ceph-mon[111815]: pgmap v10006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:02.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:02.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:01 smithi088 ceph-mon[96111]: pgmap v10006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:03.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:03.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:03 smithi187 ceph-mon[111815]: pgmap v10007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:04.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:04.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:03 smithi088 ceph-mon[96111]: pgmap v10007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:05.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:05.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:05 smithi088 ceph-mon[96111]: pgmap v10008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:05 smithi187 ceph-mon[111815]: pgmap v10008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:06.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:06.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:07.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:07.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:07 smithi187 ceph-mon[111815]: pgmap v10009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:08.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:08.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:07 smithi088 ceph-mon[96111]: pgmap v10009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:09.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:09.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:09 smithi187 ceph-mon[111815]: pgmap v10010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:10.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:10.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:09 smithi088 ceph-mon[96111]: pgmap v10010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:11.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:11.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:12.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:11 smithi187 ceph-mon[111815]: pgmap v10011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:12.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:12.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:11 smithi088 ceph-mon[96111]: pgmap v10011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:13.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:13.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:14.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:13 smithi187 ceph-mon[111815]: pgmap v10012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:14.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:14.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:13 smithi088 ceph-mon[96111]: pgmap v10012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:15.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:15 smithi088 ceph-mon[96111]: pgmap v10013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:50:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:15 smithi187 ceph-mon[111815]: pgmap v10013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:50:16.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:16.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:17.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:17.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:17 smithi187 ceph-mon[111815]: pgmap v10014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:50:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:17 smithi088 ceph-mon[96111]: pgmap v10014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:50:18.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:18.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:50:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:50:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:50:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:50:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:50:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:50:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:50:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:50:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:50:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:50:19.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:19.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:20.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:20.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:20 smithi187 ceph-mon[111815]: pgmap v10015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:20 smithi088 ceph-mon[96111]: pgmap v10015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:21.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:21.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:22.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:22.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:22 smithi187 ceph-mon[111815]: pgmap v10016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:22 smithi088 ceph-mon[96111]: pgmap v10016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:23.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:23.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:24.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:24.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:24 smithi187 ceph-mon[111815]: pgmap v10017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:24 smithi088 ceph-mon[96111]: pgmap v10017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:25.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:25.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:25 smithi088 ceph-mon[96111]: pgmap v10018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:25 smithi187 ceph-mon[111815]: pgmap v10018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:26.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:26.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:27.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:27.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:27 smithi187 ceph-mon[111815]: pgmap v10019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:27 smithi088 ceph-mon[96111]: pgmap v10019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:28.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:28.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:29.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:29.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:29 smithi187 ceph-mon[111815]: pgmap v10020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:29 smithi088 ceph-mon[96111]: pgmap v10020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:30.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:30.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:50:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:50:31.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:31.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:32.205 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:31 smithi187 ceph-mon[111815]: pgmap v10021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:32.228 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:31 smithi088 ceph-mon[96111]: pgmap v10021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:32.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:32.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:33.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:33.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:33 smithi187 ceph-mon[111815]: pgmap v10022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:33 smithi088 ceph-mon[96111]: pgmap v10022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:34.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:34.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:35.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:35.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:35 smithi088 ceph-mon[96111]: pgmap v10023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:35 smithi187 ceph-mon[111815]: pgmap v10023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:36.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:36.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:37.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:37.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:37 smithi187 ceph-mon[111815]: pgmap v10024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:37 smithi088 ceph-mon[96111]: pgmap v10024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:38.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:38.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:39.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:39.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:39 smithi187 ceph-mon[111815]: pgmap v10025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:39 smithi088 ceph-mon[96111]: pgmap v10025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:40.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:40.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:41.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:41.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:41 smithi187 ceph-mon[111815]: pgmap v10026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:41 smithi088 ceph-mon[96111]: pgmap v10026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:42.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:42.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:43.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:43.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:43 smithi187 ceph-mon[111815]: pgmap v10027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:43 smithi088 ceph-mon[96111]: pgmap v10027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:44.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:44.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:45.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:45.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:45 smithi088 ceph-mon[96111]: pgmap v10028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:50:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:45 smithi187 ceph-mon[111815]: pgmap v10028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:50:46.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:46.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:47.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:47.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:47 smithi187 ceph-mon[111815]: pgmap v10029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:47 smithi088 ceph-mon[96111]: pgmap v10029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:48.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:48.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:49.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:49.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:50.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:49 smithi187 ceph-mon[111815]: pgmap v10030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:49 smithi088 ceph-mon[96111]: pgmap v10030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:50.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:50.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:51.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:51.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:51 smithi187 ceph-mon[111815]: pgmap v10031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:51 smithi088 ceph-mon[96111]: pgmap v10031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:52.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:52.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:53.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:53.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:54.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:53 smithi187 ceph-mon[111815]: pgmap v10032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:53 smithi088 ceph-mon[96111]: pgmap v10032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:54.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:54.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:55.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:55.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:55 smithi088 ceph-mon[96111]: pgmap v10033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:55 smithi187 ceph-mon[111815]: pgmap v10033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:50:56.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:56.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:57.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:57.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:58.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:57 smithi187 ceph-mon[111815]: pgmap v10034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:57 smithi088 ceph-mon[96111]: pgmap v10034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:50:58.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:58.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:50:59.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:50:59.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:50:59 smithi187 ceph-mon[111815]: pgmap v10035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:50:59 smithi088 ceph-mon[96111]: pgmap v10035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:00.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:00.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:51:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:51:01.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:01.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:01 smithi187 ceph-mon[111815]: pgmap v10036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:01 smithi088 ceph-mon[96111]: pgmap v10036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:02.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:02.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:03.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:03.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:03 smithi187 ceph-mon[111815]: pgmap v10037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:03 smithi088 ceph-mon[96111]: pgmap v10037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:04.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:04.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:05.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:05.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:05 smithi088 ceph-mon[96111]: pgmap v10038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:05 smithi187 ceph-mon[111815]: pgmap v10038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:06.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:06.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:07.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:07.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:08.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:07 smithi187 ceph-mon[111815]: pgmap v10039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:07 smithi088 ceph-mon[96111]: pgmap v10039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:08.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:08.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:09.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:09.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:10.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:09 smithi187 ceph-mon[111815]: pgmap v10040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:09 smithi088 ceph-mon[96111]: pgmap v10040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:10.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:10.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:11.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:11.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:11 smithi187 ceph-mon[111815]: pgmap v10041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:11 smithi088 ceph-mon[96111]: pgmap v10041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:12.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:12.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:13.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:13.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:13 smithi088 ceph-mon[96111]: pgmap v10042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:14.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:14.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:13 smithi187 ceph-mon[111815]: pgmap v10042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:15.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:15.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:15 smithi088 ceph-mon[96111]: pgmap v10043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:51:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:15 smithi187 ceph-mon[111815]: pgmap v10043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:51:16.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:16.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:17.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:17.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:17 smithi187 ceph-mon[111815]: pgmap v10044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:17 smithi088 ceph-mon[96111]: pgmap v10044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:18.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:18.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:51:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:51:19.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:19.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:19 smithi187 ceph-mon[111815]: pgmap v10045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:19 smithi088 ceph-mon[96111]: pgmap v10045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:20.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:20.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:21.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:21.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:22.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:22.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:22 smithi187 ceph-mon[111815]: pgmap v10046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:51:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:51:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:51:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:51:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:51:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:51:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:51:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:22 smithi088 ceph-mon[96111]: pgmap v10046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:51:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:51:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:51:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:51:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:51:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:51:22.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:51:23.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:23.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:24.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:24.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:24 smithi187 ceph-mon[111815]: pgmap v10047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:24 smithi088 ceph-mon[96111]: pgmap v10047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:25.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:25.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:25 smithi088 ceph-mon[96111]: pgmap v10048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:26.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:25 smithi187 ceph-mon[111815]: pgmap v10048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:26.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:26.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:27.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:27.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:28.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:27 smithi088 ceph-mon[96111]: pgmap v10049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:27 smithi187 ceph-mon[111815]: pgmap v10049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:28.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:28.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:29.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:29.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:29 smithi187 ceph-mon[111815]: pgmap v10050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:29 smithi088 ceph-mon[96111]: pgmap v10050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:30.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:30.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:51:31.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:31.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:51:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:31 smithi088 ceph-mon[96111]: pgmap v10051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:32.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:32.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:31 smithi187 ceph-mon[111815]: pgmap v10051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:33.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:33.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:33 smithi088 ceph-mon[96111]: pgmap v10052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:34.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:34.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:33 smithi187 ceph-mon[111815]: pgmap v10052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:35.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:35.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:35 smithi088 ceph-mon[96111]: pgmap v10053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:35 smithi187 ceph-mon[111815]: pgmap v10053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:36.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:36.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:37.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:37.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:37 smithi187 ceph-mon[111815]: pgmap v10054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:37 smithi088 ceph-mon[96111]: pgmap v10054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:38.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:38.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:39.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:39.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:40.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:39 smithi187 ceph-mon[111815]: pgmap v10055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:39 smithi088 ceph-mon[96111]: pgmap v10055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:40.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:40.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:41.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:41.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:41 smithi088 ceph-mon[96111]: pgmap v10056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:41 smithi187 ceph-mon[111815]: pgmap v10056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:42.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:42.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:43.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:43.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:43 smithi088 ceph-mon[96111]: pgmap v10057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:43 smithi187 ceph-mon[111815]: pgmap v10057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:44.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:44.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:45.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:45.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:45 smithi088 ceph-mon[96111]: pgmap v10058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:51:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:45 smithi187 ceph-mon[111815]: pgmap v10058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:51:46.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:46.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:47.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:47.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:47 smithi187 ceph-mon[111815]: pgmap v10059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:47 smithi088 ceph-mon[96111]: pgmap v10059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:48.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:48.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:49.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:49.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:49 smithi088 ceph-mon[96111]: pgmap v10060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:49 smithi187 ceph-mon[111815]: pgmap v10060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:50.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:50.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:51.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:51.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:51 smithi088 ceph-mon[96111]: pgmap v10061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:51 smithi187 ceph-mon[111815]: pgmap v10061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:52.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:52.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:53.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:53.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:53 smithi088 ceph-mon[96111]: pgmap v10062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:53 smithi187 ceph-mon[111815]: pgmap v10062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:54.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:54.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:55.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:55.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:55 smithi088 ceph-mon[96111]: pgmap v10063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:55 smithi187 ceph-mon[111815]: pgmap v10063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:51:56.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:56.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:57.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:57.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:57 smithi088 ceph-mon[96111]: pgmap v10064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:57 smithi187 ceph-mon[111815]: pgmap v10064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:51:58.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:58.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:51:59.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:51:59.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:51:59 smithi088 ceph-mon[96111]: pgmap v10065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:51:59 smithi187 ceph-mon[111815]: pgmap v10065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:00.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:00.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:52:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:52:01.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:01.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:01 smithi088 ceph-mon[96111]: pgmap v10066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:01 smithi187 ceph-mon[111815]: pgmap v10066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:02.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:02.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:03.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:03.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:03 smithi088 ceph-mon[96111]: pgmap v10067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:03 smithi187 ceph-mon[111815]: pgmap v10067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:04.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:04.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:05.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:05.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:05 smithi088 ceph-mon[96111]: pgmap v10068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:05 smithi187 ceph-mon[111815]: pgmap v10068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:06.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:06.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:07.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:07.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:07 smithi088 ceph-mon[96111]: pgmap v10069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:07 smithi187 ceph-mon[111815]: pgmap v10069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:08.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:08.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:09.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:09.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:09 smithi088 ceph-mon[96111]: pgmap v10070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:09 smithi187 ceph-mon[111815]: pgmap v10070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:10.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:10.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:11.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:11.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:11 smithi088 ceph-mon[96111]: pgmap v10071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:11 smithi187 ceph-mon[111815]: pgmap v10071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:12.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:12.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:13.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:13.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:13 smithi088 ceph-mon[96111]: pgmap v10072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:13 smithi187 ceph-mon[111815]: pgmap v10072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:14.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:14.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:15.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:15.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:15 smithi088 ceph-mon[96111]: pgmap v10073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:52:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:15 smithi187 ceph-mon[111815]: pgmap v10073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:52:16.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:16.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:17.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:17.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:18.260 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:17 smithi088 ceph-mon[96111]: pgmap v10074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:18.313 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:17 smithi187 ceph-mon[111815]: pgmap v10074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:18.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:18.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:19.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:19.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:19 smithi088 ceph-mon[96111]: pgmap v10075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:19 smithi187 ceph-mon[111815]: pgmap v10075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:20.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:20.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:21.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:21.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:21 smithi088 ceph-mon[96111]: pgmap v10076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:22.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:52:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:21 smithi187 ceph-mon[111815]: pgmap v10076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:52:22.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:22.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:23.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:23.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:23 smithi088 ceph-mon[96111]: pgmap v10077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:24.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:23 smithi187 ceph-mon[111815]: pgmap v10077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:24.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:24.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:25.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:25.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:25 smithi088 ceph-mon[96111]: pgmap v10078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:25 smithi187 ceph-mon[111815]: pgmap v10078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:26.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:26.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:27.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:27.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:52:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:52:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:52:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:52:27.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:52:27.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:52:27.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:52:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:52:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:52:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:52:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:52:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:52:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:52:27.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:52:28.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:28.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:28 smithi187 ceph-mon[111815]: pgmap v10079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:28 smithi088 ceph-mon[96111]: pgmap v10079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:29.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:29.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:30.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:30.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:30 smithi187 ceph-mon[111815]: pgmap v10080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:52:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:30 smithi088 ceph-mon[96111]: pgmap v10080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:52:31.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:31.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:32.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:32.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:32 smithi187 ceph-mon[111815]: pgmap v10081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:32 smithi088 ceph-mon[96111]: pgmap v10081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:33.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:33.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:34.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:34.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:34 smithi088 ceph-mon[96111]: pgmap v10082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:34 smithi187 ceph-mon[111815]: pgmap v10082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:35.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:35.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:35 smithi088 ceph-mon[96111]: pgmap v10083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:35 smithi187 ceph-mon[111815]: pgmap v10083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:36.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:36.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:37.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:37.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:37 smithi088 ceph-mon[96111]: pgmap v10084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:37 smithi187 ceph-mon[111815]: pgmap v10084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:38.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:38.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:39.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:39.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:39 smithi088 ceph-mon[96111]: pgmap v10085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:39 smithi187 ceph-mon[111815]: pgmap v10085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:40.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:40.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:41.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:41.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:41 smithi088 ceph-mon[96111]: pgmap v10086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:41 smithi187 ceph-mon[111815]: pgmap v10086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:42.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:42.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:43.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:43.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:43 smithi088 ceph-mon[96111]: pgmap v10087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:43 smithi187 ceph-mon[111815]: pgmap v10087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:44.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:44.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:45.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:45.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:45 smithi088 ceph-mon[96111]: pgmap v10088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:52:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:45 smithi187 ceph-mon[111815]: pgmap v10088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:52:46.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:46.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:47.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:47.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:47 smithi088 ceph-mon[96111]: pgmap v10089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:47 smithi187 ceph-mon[111815]: pgmap v10089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:48.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:48.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:49.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:49.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:49 smithi088 ceph-mon[96111]: pgmap v10090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:49 smithi187 ceph-mon[111815]: pgmap v10090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:50.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:50.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:51.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:51.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:51 smithi088 ceph-mon[96111]: pgmap v10091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:51 smithi187 ceph-mon[111815]: pgmap v10091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:52.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:52.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:53.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:53.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:53 smithi088 ceph-mon[96111]: pgmap v10092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:53 smithi187 ceph-mon[111815]: pgmap v10092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:54.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:54.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:55.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:55.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:55 smithi088 ceph-mon[96111]: pgmap v10093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:55 smithi187 ceph-mon[111815]: pgmap v10093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:52:56.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:56.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:57.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:57.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:57 smithi088 ceph-mon[96111]: pgmap v10094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:57 smithi187 ceph-mon[111815]: pgmap v10094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:52:58.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:58.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:52:59.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:52:59.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:52:59 smithi088 ceph-mon[96111]: pgmap v10095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:52:59 smithi187 ceph-mon[111815]: pgmap v10095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:00.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:00.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:53:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:53:01.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:01.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:01 smithi088 ceph-mon[96111]: pgmap v10096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:01 smithi187 ceph-mon[111815]: pgmap v10096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:02.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:02.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:03.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:03.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:03 smithi187 ceph-mon[111815]: pgmap v10097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:03 smithi088 ceph-mon[96111]: pgmap v10097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:04.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:04.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:05.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:05.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:05 smithi088 ceph-mon[96111]: pgmap v10098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:05 smithi187 ceph-mon[111815]: pgmap v10098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:06.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:06.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:07.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:07.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:07 smithi088 ceph-mon[96111]: pgmap v10099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:07 smithi187 ceph-mon[111815]: pgmap v10099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:08.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:08.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:09.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:09.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:09 smithi088 ceph-mon[96111]: pgmap v10100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:09 smithi187 ceph-mon[111815]: pgmap v10100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:10.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:10.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:11.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:11.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:11 smithi088 ceph-mon[96111]: pgmap v10101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:11 smithi187 ceph-mon[111815]: pgmap v10101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:12.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:12.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:13.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:13.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:13 smithi088 ceph-mon[96111]: pgmap v10102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:13 smithi187 ceph-mon[111815]: pgmap v10102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:14.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:14.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:15.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:15.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:15 smithi088 ceph-mon[96111]: pgmap v10103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:53:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:15 smithi187 ceph-mon[111815]: pgmap v10103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:53:16.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:16.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:17.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:17.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:17 smithi088 ceph-mon[96111]: pgmap v10104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:17 smithi187 ceph-mon[111815]: pgmap v10104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:18.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:18.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:19.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:19.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:19 smithi088 ceph-mon[96111]: pgmap v10105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:19 smithi187 ceph-mon[111815]: pgmap v10105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:20.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:20.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:21.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:21.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:21 smithi088 ceph-mon[96111]: pgmap v10106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:21 smithi187 ceph-mon[111815]: pgmap v10106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:22.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:22.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:23.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:23.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:23 smithi088 ceph-mon[96111]: pgmap v10107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:23 smithi187 ceph-mon[111815]: pgmap v10107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:24.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:24.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:25.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:25.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:25 smithi088 ceph-mon[96111]: pgmap v10108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:25 smithi187 ceph-mon[111815]: pgmap v10108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:26.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:26.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:27.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:27.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:27 smithi088 ceph-mon[96111]: pgmap v10109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:53:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:53:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:53:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:53:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:53:28.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:53:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:27 smithi187 ceph-mon[111815]: pgmap v10109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:53:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:53:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:53:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:53:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:53:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:53:28.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:28.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:29.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:29.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:29 smithi088 ceph-mon[96111]: pgmap v10110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:29 smithi187 ceph-mon[111815]: pgmap v10110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:30.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:30.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:53:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:53:31.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:31.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:32 smithi088 ceph-mon[96111]: pgmap v10111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:32 smithi187 ceph-mon[111815]: pgmap v10111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:32.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:32.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:33.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:33.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:34 smithi088 ceph-mon[96111]: pgmap v10112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:34.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:34 smithi187 ceph-mon[111815]: pgmap v10112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:34.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:34.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:35.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:35.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:35 smithi088 ceph-mon[96111]: pgmap v10113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:35 smithi187 ceph-mon[111815]: pgmap v10113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:36.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:36.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:37.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:37.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:37 smithi088 ceph-mon[96111]: pgmap v10114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:37 smithi187 ceph-mon[111815]: pgmap v10114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:38.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:38.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:39.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:39.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:39 smithi088 ceph-mon[96111]: pgmap v10115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:39 smithi187 ceph-mon[111815]: pgmap v10115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:40.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:40.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:41.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:41.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:41 smithi088 ceph-mon[96111]: pgmap v10116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:41 smithi187 ceph-mon[111815]: pgmap v10116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:42.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:42.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:43.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:43.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:44 smithi088 ceph-mon[96111]: pgmap v10117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:44.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:44 smithi187 ceph-mon[111815]: pgmap v10117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:44.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:44.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:45.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:45.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:45 smithi088 ceph-mon[96111]: pgmap v10118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:53:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:45 smithi187 ceph-mon[111815]: pgmap v10118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:53:46.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:46.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:47.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:47.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:47 smithi088 ceph-mon[96111]: pgmap v10119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:47 smithi187 ceph-mon[111815]: pgmap v10119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:48.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:48.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:49.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:49.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:49 smithi088 ceph-mon[96111]: pgmap v10120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:50 smithi187 ceph-mon[111815]: pgmap v10120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:50.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:50.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:51.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:51.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:52 smithi088 ceph-mon[96111]: pgmap v10121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:52 smithi187 ceph-mon[111815]: pgmap v10121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:52.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:52.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:53.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:53.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:54.313 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:54 smithi187 ceph-mon[111815]: pgmap v10122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:54 smithi088 ceph-mon[96111]: pgmap v10122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:54.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:54.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:55.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:55.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:55 smithi088 ceph-mon[96111]: pgmap v10123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:55 smithi187 ceph-mon[111815]: pgmap v10123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:53:56.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:56.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:57.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:57.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:57 smithi088 ceph-mon[96111]: pgmap v10124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:57 smithi187 ceph-mon[111815]: pgmap v10124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:53:58.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:58.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:53:59.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:53:59.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:53:59 smithi088 ceph-mon[96111]: pgmap v10125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:53:59 smithi187 ceph-mon[111815]: pgmap v10125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:00.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:00.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:54:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:54:01.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:01.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:02 smithi088 ceph-mon[96111]: pgmap v10126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:02 smithi187 ceph-mon[111815]: pgmap v10126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:02.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:02.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:03.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:03.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:04.303 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:04 smithi088 ceph-mon[96111]: pgmap v10127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:04.418 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:04 smithi187 ceph-mon[111815]: pgmap v10127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:04.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:04.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:05.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:05.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:05 smithi088 ceph-mon[96111]: pgmap v10128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:05 smithi187 ceph-mon[111815]: pgmap v10128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:06.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:06.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:07.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:07.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:08 smithi088 ceph-mon[96111]: pgmap v10129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:08 smithi187 ceph-mon[111815]: pgmap v10129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:08.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:08.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:09.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:09.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:10 smithi088 ceph-mon[96111]: pgmap v10130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:10 smithi187 ceph-mon[111815]: pgmap v10130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:10.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:10.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:11.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:11.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:12 smithi088 ceph-mon[96111]: pgmap v10131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:12 smithi187 ceph-mon[111815]: pgmap v10131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:12.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:12.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:13.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:13.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:14 smithi088 ceph-mon[96111]: pgmap v10132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:14 smithi187 ceph-mon[111815]: pgmap v10132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:14.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:14.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:15.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:15.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:15 smithi088 ceph-mon[96111]: pgmap v10133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:54:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:15 smithi187 ceph-mon[111815]: pgmap v10133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:54:16.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:16.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:17.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:17.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:18 smithi088 ceph-mon[96111]: pgmap v10134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:18 smithi187 ceph-mon[111815]: pgmap v10134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:18.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:18.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:19.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:19.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:20 smithi088 ceph-mon[96111]: pgmap v10135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:20 smithi187 ceph-mon[111815]: pgmap v10135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:20.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:20.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:21.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:21.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:22 smithi088 ceph-mon[96111]: pgmap v10136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:22 smithi187 ceph-mon[111815]: pgmap v10136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:22.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:22.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:23.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:23.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:24 smithi088 ceph-mon[96111]: pgmap v10137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:24 smithi187 ceph-mon[111815]: pgmap v10137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:24.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:24.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:25.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:25.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:25 smithi088 ceph-mon[96111]: pgmap v10138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:26.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:25 smithi187 ceph-mon[111815]: pgmap v10138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:26.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:26.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:27.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:27.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:28 smithi088 ceph-mon[96111]: pgmap v10139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:54:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:54:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:54:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:28 smithi187 ceph-mon[111815]: pgmap v10139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:54:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:54:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:54:28.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:28.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:54:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:54:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:54:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:54:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:54:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:54:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:54:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:54:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:54:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:54:29.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:29.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:30 smithi088 ceph-mon[96111]: pgmap v10140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:30 smithi187 ceph-mon[111815]: pgmap v10140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:30.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:30.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:54:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:54:31.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:31.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:32 smithi088 ceph-mon[96111]: pgmap v10141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:32 smithi187 ceph-mon[111815]: pgmap v10141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:32.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:32.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:33.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:33.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:34 smithi088 ceph-mon[96111]: pgmap v10142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:34 smithi187 ceph-mon[111815]: pgmap v10142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:34.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:34.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:35.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:35.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:35 smithi088 ceph-mon[96111]: pgmap v10143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:35 smithi187 ceph-mon[111815]: pgmap v10143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:36.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:36.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:37.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:37.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:38 smithi088 ceph-mon[96111]: pgmap v10144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:38 smithi187 ceph-mon[111815]: pgmap v10144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:38.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:38.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:39.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:39.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:40 smithi187 ceph-mon[111815]: pgmap v10145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:40 smithi088 ceph-mon[96111]: pgmap v10145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:40.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:40.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:41.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:41.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:42 smithi088 ceph-mon[96111]: pgmap v10146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:42 smithi187 ceph-mon[111815]: pgmap v10146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:42.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:42.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:43.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:43.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:44 smithi088 ceph-mon[96111]: pgmap v10147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:44 smithi187 ceph-mon[111815]: pgmap v10147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:44.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:44.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:45.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:45.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:45 smithi088 ceph-mon[96111]: pgmap v10148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:54:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:45 smithi187 ceph-mon[111815]: pgmap v10148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:54:46.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:46.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:47.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:47.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:48 smithi088 ceph-mon[96111]: pgmap v10149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:48 smithi187 ceph-mon[111815]: pgmap v10149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:48.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:48.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:49.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:49.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:50 smithi187 ceph-mon[111815]: pgmap v10150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:50 smithi088 ceph-mon[96111]: pgmap v10150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:50.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:50.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:51.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:51.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:52 smithi088 ceph-mon[96111]: pgmap v10151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:52 smithi187 ceph-mon[111815]: pgmap v10151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:52.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:52.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:53.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:53.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:54 smithi088 ceph-mon[96111]: pgmap v10152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:54.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:54 smithi187 ceph-mon[111815]: pgmap v10152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:54.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:54.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:55.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:55.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:55 smithi088 ceph-mon[96111]: pgmap v10153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:55 smithi187 ceph-mon[111815]: pgmap v10153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:54:56.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:56.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:57.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:57.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:54:58 smithi088 ceph-mon[96111]: pgmap v10154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:54:58 smithi187 ceph-mon[111815]: pgmap v10154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:54:58.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:58.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:54:59.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:54:59.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:00 smithi088 ceph-mon[96111]: pgmap v10155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:00 smithi187 ceph-mon[111815]: pgmap v10155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:00.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:00.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:55:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:55:01.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:01.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:02 smithi088 ceph-mon[96111]: pgmap v10156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:02 smithi187 ceph-mon[111815]: pgmap v10156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:02.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:02.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:03.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:03.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:04 smithi088 ceph-mon[96111]: pgmap v10157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:04 smithi187 ceph-mon[111815]: pgmap v10157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:04.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:04.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:05.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:05.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:05 smithi088 ceph-mon[96111]: pgmap v10158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:05 smithi187 ceph-mon[111815]: pgmap v10158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:06.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:06.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:07.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:07.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:08 smithi088 ceph-mon[96111]: pgmap v10159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:08 smithi187 ceph-mon[111815]: pgmap v10159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:08.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:08.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:09.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:09.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:10 smithi088 ceph-mon[96111]: pgmap v10160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:10 smithi187 ceph-mon[111815]: pgmap v10160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:10.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:10.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:11.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:11.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:12 smithi088 ceph-mon[96111]: pgmap v10161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:12 smithi187 ceph-mon[111815]: pgmap v10161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:12.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:12.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:13.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:13.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:14 smithi088 ceph-mon[96111]: pgmap v10162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:14 smithi187 ceph-mon[111815]: pgmap v10162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:14.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:14.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:15.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:15.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:15 smithi088 ceph-mon[96111]: pgmap v10163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:55:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:15 smithi187 ceph-mon[111815]: pgmap v10163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:55:16.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:16.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:17.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:17.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:18 smithi088 ceph-mon[96111]: pgmap v10164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:18 smithi187 ceph-mon[111815]: pgmap v10164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:18.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:18.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:19.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:19.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:20 smithi088 ceph-mon[96111]: pgmap v10165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:20 smithi187 ceph-mon[111815]: pgmap v10165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:20.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:20.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:21.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:21.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:22 smithi088 ceph-mon[96111]: pgmap v10166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:22 smithi187 ceph-mon[111815]: pgmap v10166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:22.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:22.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:23.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:23.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:24 smithi088 ceph-mon[96111]: pgmap v10167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:24 smithi187 ceph-mon[111815]: pgmap v10167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:24.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:24.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:25.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:25.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:25 smithi088 ceph-mon[96111]: pgmap v10168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:25 smithi187 ceph-mon[111815]: pgmap v10168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:26.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:26.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:27.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:27.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:28 smithi088 ceph-mon[96111]: pgmap v10169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:28 smithi187 ceph-mon[111815]: pgmap v10169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:28.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:28.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:55:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:55:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:55:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:55:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:55:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:55:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:55:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:55:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:55:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:55:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:55:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:55:29.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:29.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:30.313 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:30 smithi187 ceph-mon[111815]: pgmap v10170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:30 smithi088 ceph-mon[96111]: pgmap v10170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:30.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:30.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:55:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:55:31.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:31.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:32 smithi088 ceph-mon[96111]: pgmap v10171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:32 smithi187 ceph-mon[111815]: pgmap v10171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:32.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:32.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:33.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:33.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:34 smithi088 ceph-mon[96111]: pgmap v10172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:34 smithi187 ceph-mon[111815]: pgmap v10172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:34.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:34.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:35.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:35.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:35 smithi088 ceph-mon[96111]: pgmap v10173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:35 smithi187 ceph-mon[111815]: pgmap v10173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:36.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:36.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:37.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:37.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:38 smithi088 ceph-mon[96111]: pgmap v10174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:38 smithi187 ceph-mon[111815]: pgmap v10174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:38.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:38.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:39.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:39.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:40 smithi088 ceph-mon[96111]: pgmap v10175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:40.419 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:40 smithi187 ceph-mon[111815]: pgmap v10175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:40.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:40.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:41.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:41.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:42 smithi088 ceph-mon[96111]: pgmap v10176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:42 smithi187 ceph-mon[111815]: pgmap v10176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:42.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:42.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:43.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:43.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:44 smithi088 ceph-mon[96111]: pgmap v10177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:44 smithi187 ceph-mon[111815]: pgmap v10177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:44.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:44.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:45.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:45.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:45 smithi088 ceph-mon[96111]: pgmap v10178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:55:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:45 smithi187 ceph-mon[111815]: pgmap v10178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:55:46.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:46.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:47.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:47.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:48 smithi088 ceph-mon[96111]: pgmap v10179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:48 smithi187 ceph-mon[111815]: pgmap v10179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:48.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:48.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:49.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:49.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:50 smithi088 ceph-mon[96111]: pgmap v10180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:50 smithi187 ceph-mon[111815]: pgmap v10180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:50.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:50.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:51.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:51.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:52 smithi088 ceph-mon[96111]: pgmap v10181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:52 smithi187 ceph-mon[111815]: pgmap v10181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:52.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:52.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:53.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:53.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:54 smithi088 ceph-mon[96111]: pgmap v10182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:54 smithi187 ceph-mon[111815]: pgmap v10182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:54.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:54.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:55.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:55.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:55 smithi187 ceph-mon[111815]: pgmap v10183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:55 smithi088 ceph-mon[96111]: pgmap v10183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:55:56.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:56.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:57.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:57.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:55:58 smithi088 ceph-mon[96111]: pgmap v10184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:55:58 smithi187 ceph-mon[111815]: pgmap v10184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:55:58.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:58.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:55:59.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:55:59.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:00 smithi088 ceph-mon[96111]: pgmap v10185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:00 smithi187 ceph-mon[111815]: pgmap v10185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:00.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:00.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:56:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:56:01.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:01.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:02 smithi088 ceph-mon[96111]: pgmap v10186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:02 smithi187 ceph-mon[111815]: pgmap v10186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:02.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:02.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:03.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:03.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:04 smithi088 ceph-mon[96111]: pgmap v10187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:04 smithi187 ceph-mon[111815]: pgmap v10187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:04.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:04.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:05.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:05.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:05 smithi187 ceph-mon[111815]: pgmap v10188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:05 smithi088 ceph-mon[96111]: pgmap v10188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:06.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:06.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:07.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:07.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:08 smithi088 ceph-mon[96111]: pgmap v10189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:08 smithi187 ceph-mon[111815]: pgmap v10189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:08.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:08.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:09.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:09.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:10 smithi088 ceph-mon[96111]: pgmap v10190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:10 smithi187 ceph-mon[111815]: pgmap v10190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:10.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:10.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:11.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:11.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:12 smithi088 ceph-mon[96111]: pgmap v10191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:12 smithi187 ceph-mon[111815]: pgmap v10191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:12.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:12.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:13.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:13.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:14 smithi088 ceph-mon[96111]: pgmap v10192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:14 smithi187 ceph-mon[111815]: pgmap v10192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:14.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:14.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:15.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:15.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:15 smithi088 ceph-mon[96111]: pgmap v10193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:56:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:15 smithi187 ceph-mon[111815]: pgmap v10193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:56:16.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:16.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:17.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:17.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:18 smithi088 ceph-mon[96111]: pgmap v10194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:18 smithi187 ceph-mon[111815]: pgmap v10194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:18.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:18.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:19.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:19.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:20 smithi088 ceph-mon[96111]: pgmap v10195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:20 smithi187 ceph-mon[111815]: pgmap v10195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:20.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:20.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:21.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:21.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:22 smithi088 ceph-mon[96111]: pgmap v10196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:22.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:22 smithi187 ceph-mon[111815]: pgmap v10196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:22.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:22.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:23.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:23.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:24 smithi088 ceph-mon[96111]: pgmap v10197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:24 smithi187 ceph-mon[111815]: pgmap v10197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:24.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:24.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:25.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:25.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:25 smithi088 ceph-mon[96111]: pgmap v10198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:25 smithi187 ceph-mon[111815]: pgmap v10198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:26.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:26.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:27.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:27.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:28 smithi088 ceph-mon[96111]: pgmap v10199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:28 smithi187 ceph-mon[111815]: pgmap v10199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:28.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:28.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:56:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:56:29.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:29.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:30 smithi187 ceph-mon[111815]: pgmap v10200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:56:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:56:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:56:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:56:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:56:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:56:30.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:56:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:30 smithi088 ceph-mon[96111]: pgmap v10200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:56:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:56:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:56:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:56:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:56:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:56:30.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:56:30.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:30.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:56:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:56:31.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:31.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:32 smithi187 ceph-mon[111815]: pgmap v10201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:32 smithi088 ceph-mon[96111]: pgmap v10201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:32.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:32.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:33.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:33.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:34 smithi187 ceph-mon[111815]: pgmap v10202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:34 smithi088 ceph-mon[96111]: pgmap v10202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:34.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:34.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:35.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:35.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:35 smithi088 ceph-mon[96111]: pgmap v10203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:35 smithi187 ceph-mon[111815]: pgmap v10203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:36.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:36.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:37.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:37.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:38 smithi088 ceph-mon[96111]: pgmap v10204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:38 smithi187 ceph-mon[111815]: pgmap v10204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:38.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:38.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:39.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:39.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:40 smithi088 ceph-mon[96111]: pgmap v10205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:40 smithi187 ceph-mon[111815]: pgmap v10205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:40.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:40.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:41.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:41.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:42 smithi088 ceph-mon[96111]: pgmap v10206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:42 smithi187 ceph-mon[111815]: pgmap v10206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:42.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:42.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:43.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:43.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:44 smithi088 ceph-mon[96111]: pgmap v10207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:44 smithi187 ceph-mon[111815]: pgmap v10207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:44.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:44.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:45.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:45.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:46.105 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:45 smithi187 ceph-mon[111815]: pgmap v10208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:46.105 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:56:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:45 smithi088 ceph-mon[96111]: pgmap v10208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:56:46.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:46.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:47.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:47.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:48 smithi088 ceph-mon[96111]: pgmap v10209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:48 smithi187 ceph-mon[111815]: pgmap v10209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:48.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:48.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:49.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:49.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:50 smithi088 ceph-mon[96111]: pgmap v10210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:50 smithi187 ceph-mon[111815]: pgmap v10210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:50.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:50.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:51.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:51.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:52 smithi088 ceph-mon[96111]: pgmap v10211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:52 smithi187 ceph-mon[111815]: pgmap v10211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:52.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:52.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:53.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:53.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:54 smithi088 ceph-mon[96111]: pgmap v10212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:54 smithi187 ceph-mon[111815]: pgmap v10212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:54.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:54.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:55.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:55.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:55 smithi187 ceph-mon[111815]: pgmap v10213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:55 smithi088 ceph-mon[96111]: pgmap v10213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:56:56.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:56.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:57.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:57.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:56:58 smithi088 ceph-mon[96111]: pgmap v10214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:56:58 smithi187 ceph-mon[111815]: pgmap v10214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:56:58.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:58.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:56:59.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:56:59.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:00 smithi088 ceph-mon[96111]: pgmap v10215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:00 smithi187 ceph-mon[111815]: pgmap v10215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:00.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:00.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:57:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:57:01.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:01.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:02 smithi088 ceph-mon[96111]: pgmap v10216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:02.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:02 smithi187 ceph-mon[111815]: pgmap v10216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:02.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:02.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:03.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:03.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:04 smithi088 ceph-mon[96111]: pgmap v10217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:04 smithi187 ceph-mon[111815]: pgmap v10217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:04.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:04.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:05.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:05.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:05 smithi187 ceph-mon[111815]: pgmap v10218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:05 smithi088 ceph-mon[96111]: pgmap v10218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:06.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:06.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:07.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:07.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:08 smithi088 ceph-mon[96111]: pgmap v10219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:08 smithi187 ceph-mon[111815]: pgmap v10219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:08.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:08.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:09.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:09.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:10 smithi088 ceph-mon[96111]: pgmap v10220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:10 smithi187 ceph-mon[111815]: pgmap v10220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:10.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:10.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:11.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:11.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:12 smithi088 ceph-mon[96111]: pgmap v10221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:12 smithi187 ceph-mon[111815]: pgmap v10221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:13.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:13.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:14.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:14.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:14 smithi088 ceph-mon[96111]: pgmap v10222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:14 smithi187 ceph-mon[111815]: pgmap v10222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:15.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:15.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:16.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:16.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:16.179 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:15 smithi088 ceph-mon[96111]: pgmap v10223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:16.180 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:57:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:15 smithi187 ceph-mon[111815]: pgmap v10223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:57:17.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:17.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:18.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:18.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:18 smithi088 ceph-mon[96111]: pgmap v10224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:18 smithi187 ceph-mon[111815]: pgmap v10224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:19.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:19.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:20.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:20.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:20 smithi088 ceph-mon[96111]: pgmap v10225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:20 smithi187 ceph-mon[111815]: pgmap v10225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:21.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:21.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:22.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:22.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:22 smithi088 ceph-mon[96111]: pgmap v10226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:22 smithi187 ceph-mon[111815]: pgmap v10226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:23.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:23.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:24.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:24.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:24 smithi088 ceph-mon[96111]: pgmap v10227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:24 smithi187 ceph-mon[111815]: pgmap v10227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:25.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:25.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:26.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:26.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:25 smithi187 ceph-mon[111815]: pgmap v10228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:26.277 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:25 smithi088 ceph-mon[96111]: pgmap v10228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:27.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:27.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:28.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:28.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:28 smithi088 ceph-mon[96111]: pgmap v10229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:28 smithi187 ceph-mon[111815]: pgmap v10229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:29.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:29.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:30.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:30.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:30 smithi088 ceph-mon[96111]: pgmap v10230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:57:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:30 smithi187 ceph-mon[111815]: pgmap v10230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:57:31.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:31.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:57:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:57:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:57:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:57:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:57:31.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:57:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:57:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:57:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:57:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:57:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:57:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:57:32.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:32.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:32 smithi187 ceph-mon[111815]: pgmap v10231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:32 smithi088 ceph-mon[96111]: pgmap v10231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:33.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:33.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:34.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:34.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:34 smithi187 ceph-mon[111815]: pgmap v10232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:34 smithi088 ceph-mon[96111]: pgmap v10232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:35.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:35.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:36.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:36.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:35 smithi187 ceph-mon[111815]: pgmap v10233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:35 smithi088 ceph-mon[96111]: pgmap v10233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:37.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:37.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:38.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:38.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:38 smithi088 ceph-mon[96111]: pgmap v10234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:38 smithi187 ceph-mon[111815]: pgmap v10234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:39.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:39.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:40.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:40.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:40 smithi088 ceph-mon[96111]: pgmap v10235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:40 smithi187 ceph-mon[111815]: pgmap v10235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:41.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:41.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:42.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:42.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:42 smithi088 ceph-mon[96111]: pgmap v10236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:42 smithi187 ceph-mon[111815]: pgmap v10236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:43.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:43.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:44.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:44.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:44 smithi187 ceph-mon[111815]: pgmap v10237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:44 smithi088 ceph-mon[96111]: pgmap v10237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:45.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:45.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:46.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:46.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:45 smithi187 ceph-mon[111815]: pgmap v10238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:57:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:45 smithi088 ceph-mon[96111]: pgmap v10238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:57:47.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:47.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:48.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:48.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:48 smithi088 ceph-mon[96111]: pgmap v10239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:48 smithi187 ceph-mon[111815]: pgmap v10239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:49.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:49.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:50.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:50.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:50 smithi088 ceph-mon[96111]: pgmap v10240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:50 smithi187 ceph-mon[111815]: pgmap v10240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:51.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:51.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:52.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:52.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:52 smithi187 ceph-mon[111815]: pgmap v10241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:52 smithi088 ceph-mon[96111]: pgmap v10241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:53.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:53.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:54.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:54.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:54 smithi187 ceph-mon[111815]: pgmap v10242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:54 smithi088 ceph-mon[96111]: pgmap v10242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:55.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:55.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:56.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:56.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:55 smithi187 ceph-mon[111815]: pgmap v10243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:55 smithi088 ceph-mon[96111]: pgmap v10243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:57:57.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:57.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:58.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:58.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:57:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:57:58 smithi088 ceph-mon[96111]: pgmap v10244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:57:58 smithi187 ceph-mon[111815]: pgmap v10244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:57:59.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:57:59.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:00.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:00.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:00 smithi187 ceph-mon[111815]: pgmap v10245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:00 smithi088 ceph-mon[96111]: pgmap v10245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:01.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:01.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:58:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:58:02.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:02.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:02 smithi187 ceph-mon[111815]: pgmap v10246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:02 smithi088 ceph-mon[96111]: pgmap v10246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:03.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:03.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:04.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:04.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:04 smithi187 ceph-mon[111815]: pgmap v10247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:04 smithi088 ceph-mon[96111]: pgmap v10247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:05.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:05.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:06.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:06.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:05 smithi187 ceph-mon[111815]: pgmap v10248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:05 smithi088 ceph-mon[96111]: pgmap v10248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:07.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:07.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:08.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:08.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:08 smithi187 ceph-mon[111815]: pgmap v10249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:08 smithi088 ceph-mon[96111]: pgmap v10249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:09.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:09.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:10.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:10.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:10 smithi187 ceph-mon[111815]: pgmap v10250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:10 smithi088 ceph-mon[96111]: pgmap v10250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:11.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:11.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:12.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:12.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:12 smithi187 ceph-mon[111815]: pgmap v10251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:12 smithi088 ceph-mon[96111]: pgmap v10251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:13.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:13.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:14.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:14.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:14 smithi187 ceph-mon[111815]: pgmap v10252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:14 smithi088 ceph-mon[96111]: pgmap v10252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:15.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:15.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:16.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:16.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:15 smithi187 ceph-mon[111815]: pgmap v10253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:58:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:15 smithi088 ceph-mon[96111]: pgmap v10253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:58:17.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:17.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:18.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:18.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:18 smithi187 ceph-mon[111815]: pgmap v10254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:18 smithi088 ceph-mon[96111]: pgmap v10254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:19.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:19.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:20.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:20.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:20 smithi187 ceph-mon[111815]: pgmap v10255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:20 smithi088 ceph-mon[96111]: pgmap v10255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:21.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:21.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:22.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:22.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:22 smithi187 ceph-mon[111815]: pgmap v10256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:22 smithi088 ceph-mon[96111]: pgmap v10256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:23.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:23.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:24.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:24.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:24 smithi187 ceph-mon[111815]: pgmap v10257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:24 smithi088 ceph-mon[96111]: pgmap v10257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:25.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:25.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:26.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:26.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:25 smithi187 ceph-mon[111815]: pgmap v10258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:25 smithi088 ceph-mon[96111]: pgmap v10258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:27.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:27.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:28.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:28.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:28 smithi187 ceph-mon[111815]: pgmap v10259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:28 smithi088 ceph-mon[96111]: pgmap v10259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:29.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:29.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:30.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:30.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:30 smithi187 ceph-mon[111815]: pgmap v10260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:30 smithi088 ceph-mon[96111]: pgmap v10260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:31.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:31.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:58:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:58:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:58:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:58:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:58:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:58:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:58:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:58:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:58:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:58:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:58:31.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:58:31.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:58:31.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:58:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:58:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:58:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:58:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:58:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:58:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T04:58:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:58:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:58:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:58:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:58:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:58:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:58:31.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:58:31.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:58:32.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:32.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:32 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1610M 2023-10-13T04:58:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:32 smithi088 ceph-mon[96111]: pgmap v10261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:32 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1610M 2023-10-13T04:58:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:32 smithi187 ceph-mon[111815]: pgmap v10261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:33.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:33.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:34.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:34.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:34 smithi187 ceph-mon[111815]: pgmap v10262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:34 smithi088 ceph-mon[96111]: pgmap v10262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:35.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:35.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:36.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:36.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:35 smithi187 ceph-mon[111815]: pgmap v10263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:35 smithi088 ceph-mon[96111]: pgmap v10263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:37.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:37.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:38.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:38.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:38 smithi187 ceph-mon[111815]: pgmap v10264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:38 smithi088 ceph-mon[96111]: pgmap v10264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:39.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:39.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:40.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:40.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:40 smithi187 ceph-mon[111815]: pgmap v10265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:40 smithi088 ceph-mon[96111]: pgmap v10265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:41.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:41.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:42.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:42.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:42 smithi088 ceph-mon[96111]: pgmap v10266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:42 smithi187 ceph-mon[111815]: pgmap v10266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:43.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:43.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:44.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:44.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:44 smithi187 ceph-mon[111815]: pgmap v10267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:44 smithi088 ceph-mon[96111]: pgmap v10267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:45.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:45.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:46.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:46.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:45 smithi187 ceph-mon[111815]: pgmap v10268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:58:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:45 smithi088 ceph-mon[96111]: pgmap v10268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:58:47.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:47.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:48.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:48.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:48 smithi187 ceph-mon[111815]: pgmap v10269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:48 smithi088 ceph-mon[96111]: pgmap v10269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:49.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:49.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:50.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:50.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:50 smithi187 ceph-mon[111815]: pgmap v10270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:50 smithi088 ceph-mon[96111]: pgmap v10270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:51.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:51.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:52.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:52.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:52.426 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:52 smithi187 ceph-mon[111815]: pgmap v10271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:52 smithi088 ceph-mon[96111]: pgmap v10271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:53.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:53.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:54.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:54.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:54 smithi187 ceph-mon[111815]: pgmap v10272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:54 smithi088 ceph-mon[96111]: pgmap v10272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:55.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:55.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:56.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:56.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:55 smithi187 ceph-mon[111815]: pgmap v10273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:55 smithi088 ceph-mon[96111]: pgmap v10273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:58:57.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:57.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:58.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:58.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:58:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:58:58 smithi187 ceph-mon[111815]: pgmap v10274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:58:58 smithi088 ceph-mon[96111]: pgmap v10274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:58:59.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:58:59.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:00.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:00.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:00 smithi187 ceph-mon[111815]: pgmap v10275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:00 smithi088 ceph-mon[96111]: pgmap v10275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:01.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:01.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:59:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:59:02.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:02.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:02 smithi187 ceph-mon[111815]: pgmap v10276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:02 smithi088 ceph-mon[96111]: pgmap v10276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:03.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:03.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:04.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:04.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:04 smithi187 ceph-mon[111815]: pgmap v10277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:04 smithi088 ceph-mon[96111]: pgmap v10277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:05.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:05.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:06.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:06.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:05 smithi187 ceph-mon[111815]: pgmap v10278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:05 smithi088 ceph-mon[96111]: pgmap v10278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:07.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:07.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:08.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:08.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:08 smithi187 ceph-mon[111815]: pgmap v10279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:08 smithi088 ceph-mon[96111]: pgmap v10279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:09.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:09.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:10.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:10.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:10 smithi187 ceph-mon[111815]: pgmap v10280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:10 smithi088 ceph-mon[96111]: pgmap v10280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:11.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:11.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:12.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:12.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:12 smithi187 ceph-mon[111815]: pgmap v10281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:12 smithi088 ceph-mon[96111]: pgmap v10281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:13.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:13.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:14.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:14.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:14 smithi187 ceph-mon[111815]: pgmap v10282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:14 smithi088 ceph-mon[96111]: pgmap v10282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:15.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:15.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:16.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:16.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:15 smithi187 ceph-mon[111815]: pgmap v10283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:59:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:15 smithi088 ceph-mon[96111]: pgmap v10283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:59:17.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:17.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:18.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:18.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:18 smithi187 ceph-mon[111815]: pgmap v10284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:18 smithi088 ceph-mon[96111]: pgmap v10284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:19.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:19.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:20.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:20.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:20 smithi187 ceph-mon[111815]: pgmap v10285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:20 smithi088 ceph-mon[96111]: pgmap v10285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:21.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:21.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:22.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:22.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:22.411 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:22 smithi088 ceph-mon[96111]: pgmap v10286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:22 smithi187 ceph-mon[111815]: pgmap v10286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:23.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:23.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:24.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:24.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:24 smithi187 ceph-mon[111815]: pgmap v10287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:24 smithi088 ceph-mon[96111]: pgmap v10287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:25.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:25.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:25 smithi187 ceph-mon[111815]: pgmap v10288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:26.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:26.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:25 smithi088 ceph-mon[96111]: pgmap v10288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:27.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:27.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:28.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:28.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:28 smithi187 ceph-mon[111815]: pgmap v10289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:28 smithi088 ceph-mon[96111]: pgmap v10289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:29.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:29.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:30.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:30.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:30 smithi187 ceph-mon[111815]: pgmap v10290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:30 smithi088 ceph-mon[96111]: pgmap v10290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:31.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:31.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:59:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:59:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:59:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T04:59:32.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:32.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:32.370 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:32 smithi088 ceph-mon[96111]: pgmap v10291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:32.371 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:32.371 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:32.401 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:32 smithi187 ceph-mon[111815]: pgmap v10291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:32.401 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:32.402 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:33.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:33.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:34.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:34.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:34 smithi187 ceph-mon[111815]: pgmap v10292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:34 smithi088 ceph-mon[96111]: pgmap v10292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:35.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:35.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:36.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:36.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:36 smithi187 ceph-mon[111815]: pgmap v10293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:59:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:59:36.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:59:36.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:36 smithi088 ceph-mon[96111]: pgmap v10293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T04:59:36.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T04:59:36.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:36.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T04:59:36.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T04:59:37.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:37.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:38.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:38.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:38 smithi187 ceph-mon[111815]: pgmap v10294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:38 smithi088 ceph-mon[96111]: pgmap v10294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:39.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:39.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:40.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:40.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:40 smithi187 ceph-mon[111815]: pgmap v10295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:40 smithi088 ceph-mon[96111]: pgmap v10295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:41.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:41.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:42.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:42.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:42 smithi187 ceph-mon[111815]: pgmap v10296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:42 smithi088 ceph-mon[96111]: pgmap v10296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:43.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:43.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:44.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:44.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:44 smithi187 ceph-mon[111815]: pgmap v10297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:44 smithi088 ceph-mon[96111]: pgmap v10297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:45.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:45.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:45 smithi187 ceph-mon[111815]: pgmap v10298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:59:46.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:46.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:45 smithi088 ceph-mon[96111]: pgmap v10298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T04:59:47.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:47.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:48.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:48.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:48 smithi187 ceph-mon[111815]: pgmap v10299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:48 smithi088 ceph-mon[96111]: pgmap v10299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:49.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:49.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:50.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:50.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:50 smithi187 ceph-mon[111815]: pgmap v10300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:50 smithi088 ceph-mon[96111]: pgmap v10300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:51.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:51.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:52.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:52.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:52 smithi187 ceph-mon[111815]: pgmap v10301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:52 smithi088 ceph-mon[96111]: pgmap v10301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:53.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:53.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:54.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:54.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:54 smithi187 ceph-mon[111815]: pgmap v10302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:54 smithi088 ceph-mon[96111]: pgmap v10302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:55.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:55.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:55 smithi187 ceph-mon[111815]: pgmap v10303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:56.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:56.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:55 smithi088 ceph-mon[96111]: pgmap v10303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T04:59:57.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:57.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:58.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:58.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T04:59:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 04:59:58 smithi187 ceph-mon[111815]: pgmap v10304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 04:59:58 smithi088 ceph-mon[96111]: pgmap v10304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T04:59:59.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T04:59:59.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:00.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:00.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:00 smithi187 ceph-mon[111815]: pgmap v10305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T05:00:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:00 smithi088 ceph-mon[96111]: pgmap v10305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T05:00:01.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:01.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:00:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:00:02.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:02.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:02 smithi187 ceph-mon[111815]: pgmap v10306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:02 smithi088 ceph-mon[96111]: pgmap v10306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:03.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:03.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:04.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:04.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:04 smithi187 ceph-mon[111815]: pgmap v10307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:04 smithi088 ceph-mon[96111]: pgmap v10307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:05.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:05.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:05 smithi187 ceph-mon[111815]: pgmap v10308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:06.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:06.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:05 smithi088 ceph-mon[96111]: pgmap v10308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:07.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:07.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:08.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:08.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:08 smithi187 ceph-mon[111815]: pgmap v10309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:08 smithi088 ceph-mon[96111]: pgmap v10309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:09.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:09.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:10.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:10.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:10 smithi187 ceph-mon[111815]: pgmap v10310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:10 smithi088 ceph-mon[96111]: pgmap v10310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:11.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:11.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:12.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:12.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:12 smithi187 ceph-mon[111815]: pgmap v10311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:12 smithi088 ceph-mon[96111]: pgmap v10311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:13.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:13.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:14.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:14.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:14 smithi187 ceph-mon[111815]: pgmap v10312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:14 smithi088 ceph-mon[96111]: pgmap v10312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:15.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:15.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:15 smithi187 ceph-mon[111815]: pgmap v10313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:00:16.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:16.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:15 smithi088 ceph-mon[96111]: pgmap v10313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:00:17.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:17.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:18.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:18.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:18 smithi088 ceph-mon[96111]: pgmap v10314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:18 smithi187 ceph-mon[111815]: pgmap v10314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:19.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:19.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:20.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:20.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:20 smithi187 ceph-mon[111815]: pgmap v10315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:20 smithi088 ceph-mon[96111]: pgmap v10315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:21.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:21.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:22.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:22.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:22 smithi187 ceph-mon[111815]: pgmap v10316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:22 smithi088 ceph-mon[96111]: pgmap v10316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:23.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:23.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:24.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:24.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:24 smithi187 ceph-mon[111815]: pgmap v10317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:24 smithi088 ceph-mon[96111]: pgmap v10317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:25.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:25.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:25 smithi187 ceph-mon[111815]: pgmap v10318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:26.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:26.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:25 smithi088 ceph-mon[96111]: pgmap v10318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:27.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:27.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:28.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:28.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:28 smithi088 ceph-mon[96111]: pgmap v10319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:28.436 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:28 smithi187 ceph-mon[111815]: pgmap v10319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:29.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:29.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:30.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:30.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:30 smithi187 ceph-mon[111815]: pgmap v10320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:30 smithi088 ceph-mon[96111]: pgmap v10320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:31.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:31.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:00:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:00:32.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:32.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:32 smithi187 ceph-mon[111815]: pgmap v10321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:32 smithi088 ceph-mon[96111]: pgmap v10321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:33.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:33.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:34.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:34.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:34 smithi187 ceph-mon[111815]: pgmap v10322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:34 smithi088 ceph-mon[96111]: pgmap v10322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:35.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:35.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:35 smithi187 ceph-mon[111815]: pgmap v10323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:35 smithi088 ceph-mon[96111]: pgmap v10323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:36.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:36.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:00:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:00:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:00:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:00:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:00:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:00:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:00:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:00:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:00:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:00:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:00:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:00:37.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:37.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:38.149 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:37 smithi088 ceph-mon[96111]: pgmap v10324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:37 smithi187 ceph-mon[111815]: pgmap v10324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:38.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:38.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:39.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:39.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:40.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:40.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:40 smithi187 ceph-mon[111815]: pgmap v10325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:40 smithi088 ceph-mon[96111]: pgmap v10325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:41.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:41.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:42.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:42.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:42 smithi187 ceph-mon[111815]: pgmap v10326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:42 smithi088 ceph-mon[96111]: pgmap v10326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:43.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:43.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:44.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:44.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:44 smithi187 ceph-mon[111815]: pgmap v10327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:44 smithi088 ceph-mon[96111]: pgmap v10327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:45.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:45.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:45 smithi187 ceph-mon[111815]: pgmap v10328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:00:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:45 smithi088 ceph-mon[96111]: pgmap v10328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:00:46.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:46.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:47.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:47.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:48.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:48.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:48 smithi187 ceph-mon[111815]: pgmap v10329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:48 smithi088 ceph-mon[96111]: pgmap v10329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:49.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:49.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:50.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:50.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:50 smithi187 ceph-mon[111815]: pgmap v10330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:50 smithi088 ceph-mon[96111]: pgmap v10330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:51.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:51.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:52.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:52.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:52 smithi187 ceph-mon[111815]: pgmap v10331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:52 smithi088 ceph-mon[96111]: pgmap v10331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:53.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:53.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:54.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:54.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:54 smithi187 ceph-mon[111815]: pgmap v10332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:54 smithi088 ceph-mon[96111]: pgmap v10332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:55.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:55.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:55 smithi187 ceph-mon[111815]: pgmap v10333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:55 smithi088 ceph-mon[96111]: pgmap v10333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:00:56.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:56.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:57.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:57.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:58.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:58.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:00:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:00:58 smithi187 ceph-mon[111815]: pgmap v10334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:00:58 smithi088 ceph-mon[96111]: pgmap v10334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:00:59.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:00:59.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:00.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:00.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:00 smithi187 ceph-mon[111815]: pgmap v10335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:00 smithi088 ceph-mon[96111]: pgmap v10335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:01.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:01.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:01:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:01:02.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:02.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:02 smithi187 ceph-mon[111815]: pgmap v10336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:02 smithi088 ceph-mon[96111]: pgmap v10336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:03.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:03.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:04.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:04.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:04 smithi187 ceph-mon[111815]: pgmap v10337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:04 smithi088 ceph-mon[96111]: pgmap v10337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:05.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:05.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:05 smithi187 ceph-mon[111815]: pgmap v10338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:05 smithi088 ceph-mon[96111]: pgmap v10338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:06.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:06.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:07.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:07.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:08.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:08.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:08.441 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:08 smithi088 ceph-mon[96111]: pgmap v10339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:08 smithi187 ceph-mon[111815]: pgmap v10339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:09.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:09.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:10.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:10.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:10 smithi187 ceph-mon[111815]: pgmap v10340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:10 smithi088 ceph-mon[96111]: pgmap v10340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:11.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:11.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:12.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:12.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:12 smithi187 ceph-mon[111815]: pgmap v10341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:12 smithi088 ceph-mon[96111]: pgmap v10341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:13.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:13.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:14 smithi187 ceph-mon[111815]: pgmap v10342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:14.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:14.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:14 smithi088 ceph-mon[96111]: pgmap v10342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:15.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:15.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:15 smithi187 ceph-mon[111815]: pgmap v10343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:01:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:15 smithi088 ceph-mon[96111]: pgmap v10343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:01:16.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:16.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:17.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:17.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:18.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:18.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:18 smithi187 ceph-mon[111815]: pgmap v10344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:18.538 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:18 smithi088 ceph-mon[96111]: pgmap v10344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:19.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:19.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:20.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:20.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:20 smithi187 ceph-mon[111815]: pgmap v10345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:20 smithi088 ceph-mon[96111]: pgmap v10345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:21.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:21.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:22.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:22.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:22 smithi187 ceph-mon[111815]: pgmap v10346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:22 smithi088 ceph-mon[96111]: pgmap v10346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:23.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:23.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:24.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:24.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:24 smithi187 ceph-mon[111815]: pgmap v10347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:24 smithi088 ceph-mon[96111]: pgmap v10347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:25.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:25.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:25 smithi187 ceph-mon[111815]: pgmap v10348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:25 smithi088 ceph-mon[96111]: pgmap v10348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:26.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:26.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:27.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:27.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:28.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:28.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:28 smithi187 ceph-mon[111815]: pgmap v10349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:28 smithi088 ceph-mon[96111]: pgmap v10349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:29.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:29.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:30.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:30.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:30.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:30 smithi187 ceph-mon[111815]: pgmap v10350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:30 smithi088 ceph-mon[96111]: pgmap v10350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:31.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:31.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:01:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:01:32.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:32.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:32 smithi187 ceph-mon[111815]: pgmap v10351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:32 smithi088 ceph-mon[96111]: pgmap v10351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:33.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:33.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:34.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:34.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:34 smithi187 ceph-mon[111815]: pgmap v10352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:34 smithi088 ceph-mon[96111]: pgmap v10352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:35.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:35.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:35 smithi187 ceph-mon[111815]: pgmap v10353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:35 smithi088 ceph-mon[96111]: pgmap v10353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:36.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:36.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:01:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:01:37.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:37.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:37 smithi187 ceph-mon[111815]: pgmap v10354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:37 smithi088 ceph-mon[96111]: pgmap v10354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:38.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:38.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:39.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:39.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:40.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:40.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:40 smithi088 ceph-mon[96111]: pgmap v10355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:01:40.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:01:40.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:01:40.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:01:40.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:01:40.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:01:40.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:01:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:40 smithi187 ceph-mon[111815]: pgmap v10355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:01:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:01:40.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:01:40.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:01:40.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:01:40.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:01:40.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:01:41.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:41.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:42.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:42.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:42 smithi088 ceph-mon[96111]: pgmap v10356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:42 smithi187 ceph-mon[111815]: pgmap v10356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:43.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:43.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:44.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:44.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:44 smithi088 ceph-mon[96111]: pgmap v10357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:44 smithi187 ceph-mon[111815]: pgmap v10357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:45.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:45.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:45 smithi187 ceph-mon[111815]: pgmap v10358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:01:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:45 smithi088 ceph-mon[96111]: pgmap v10358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:01:46.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:46.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:47.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:47.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:48.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:48.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:48 smithi187 ceph-mon[111815]: pgmap v10359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:48 smithi088 ceph-mon[96111]: pgmap v10359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:49.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:49.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:50.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:50.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:50 smithi187 ceph-mon[111815]: pgmap v10360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:50 smithi088 ceph-mon[96111]: pgmap v10360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:51.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:51.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:52.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:52.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:52 smithi187 ceph-mon[111815]: pgmap v10361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:52 smithi088 ceph-mon[96111]: pgmap v10361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:53.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:53.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:54 smithi187 ceph-mon[111815]: pgmap v10362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:54.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:54.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:54 smithi088 ceph-mon[96111]: pgmap v10362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:55.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:55.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:55 smithi187 ceph-mon[111815]: pgmap v10363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:55 smithi088 ceph-mon[96111]: pgmap v10363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:01:56.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:56.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:57.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:57.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:01:58 smithi187 ceph-mon[111815]: pgmap v10364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:58.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:58.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:01:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:01:58 smithi088 ceph-mon[96111]: pgmap v10364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:01:59.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:01:59.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:00 smithi187 ceph-mon[111815]: pgmap v10365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:00.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:00.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:00 smithi088 ceph-mon[96111]: pgmap v10365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:02:01.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:01.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:02:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:02 smithi187 ceph-mon[111815]: pgmap v10366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:02.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:02.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:02 smithi088 ceph-mon[96111]: pgmap v10366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:03.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:03.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:04 smithi088 ceph-mon[96111]: pgmap v10367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:04.428 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:04 smithi187 ceph-mon[111815]: pgmap v10367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:04.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:04.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:05.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:05.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:05 smithi187 ceph-mon[111815]: pgmap v10368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:05 smithi088 ceph-mon[96111]: pgmap v10368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:06.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:06.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:07.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:07.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:08 smithi187 ceph-mon[111815]: pgmap v10369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:08.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:08.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:08 smithi088 ceph-mon[96111]: pgmap v10369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:09.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:09.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:10 smithi187 ceph-mon[111815]: pgmap v10370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:10.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:10.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:10 smithi088 ceph-mon[96111]: pgmap v10370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:11.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:11.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:12 smithi187 ceph-mon[111815]: pgmap v10371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:12.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:12.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:12 smithi088 ceph-mon[96111]: pgmap v10371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:13.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:13.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:14 smithi187 ceph-mon[111815]: pgmap v10372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:14.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:14.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:14 smithi088 ceph-mon[96111]: pgmap v10372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:15.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:15.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:15 smithi187 ceph-mon[111815]: pgmap v10373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:02:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:15 smithi088 ceph-mon[96111]: pgmap v10373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:02:16.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:16.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:17.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:17.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:18 smithi187 ceph-mon[111815]: pgmap v10374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:18.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:18.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:18 smithi088 ceph-mon[96111]: pgmap v10374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:19.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:19.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:20 smithi187 ceph-mon[111815]: pgmap v10375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:20.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:20.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:20 smithi088 ceph-mon[96111]: pgmap v10375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:21.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:21.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:22 smithi187 ceph-mon[111815]: pgmap v10376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:22.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:22.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:22 smithi088 ceph-mon[96111]: pgmap v10376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:23.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:23.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:24 smithi187 ceph-mon[111815]: pgmap v10377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:24.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:24.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:24 smithi088 ceph-mon[96111]: pgmap v10377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:25.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:25.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:25 smithi187 ceph-mon[111815]: pgmap v10378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:25 smithi088 ceph-mon[96111]: pgmap v10378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:26.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:26.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:27.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:27.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:28 smithi187 ceph-mon[111815]: pgmap v10379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:28.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:28.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:28 smithi088 ceph-mon[96111]: pgmap v10379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:29.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:29.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:30 smithi187 ceph-mon[111815]: pgmap v10380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:30.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:30.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:30 smithi088 ceph-mon[96111]: pgmap v10380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:02:31.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:31.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:02:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:32 smithi187 ceph-mon[111815]: pgmap v10381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:32.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:32.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:32 smithi088 ceph-mon[96111]: pgmap v10381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:33.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:33.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:34 smithi187 ceph-mon[111815]: pgmap v10382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:34.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:34.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:34 smithi088 ceph-mon[96111]: pgmap v10382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:35.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:35.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:35 smithi187 ceph-mon[111815]: pgmap v10383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:35 smithi088 ceph-mon[96111]: pgmap v10383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:36.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:36.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:37.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:37.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:38 smithi187 ceph-mon[111815]: pgmap v10384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:38.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:38.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:38 smithi088 ceph-mon[96111]: pgmap v10384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:39.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:39.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:40 smithi187 ceph-mon[111815]: pgmap v10385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:02:40.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:40.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:40 smithi088 ceph-mon[96111]: pgmap v10385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:02:41.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:41.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:42 smithi187 ceph-mon[111815]: pgmap v10386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:42.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:42.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:42 smithi088 ceph-mon[96111]: pgmap v10386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:43.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:43.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:44 smithi187 ceph-mon[111815]: pgmap v10387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:44.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:44.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:44 smithi088 ceph-mon[96111]: pgmap v10387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:45.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:45.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:02:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:02:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:02:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:02:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:02:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:02:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:02:45.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:02:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:02:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:02:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:02:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:02:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:02:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:02:45.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:02:45.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:02:46.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:46.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:46 smithi088 ceph-mon[96111]: pgmap v10388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:46 smithi187 ceph-mon[111815]: pgmap v10388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:47.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:47.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:48.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:48.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:48 smithi088 ceph-mon[96111]: pgmap v10389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:48 smithi187 ceph-mon[111815]: pgmap v10389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:49.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:49.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:50.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:50.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:50 smithi088 ceph-mon[96111]: pgmap v10390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:50 smithi187 ceph-mon[111815]: pgmap v10390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:51.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:51.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:52.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:52.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:52 smithi088 ceph-mon[96111]: pgmap v10391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:52 smithi187 ceph-mon[111815]: pgmap v10391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:53.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:53.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:54.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:54.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:54 smithi088 ceph-mon[96111]: pgmap v10392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:54.956 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:54 smithi187 ceph-mon[111815]: pgmap v10392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:55.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:55.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:55 smithi187 ceph-mon[111815]: pgmap v10393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:55 smithi088 ceph-mon[96111]: pgmap v10393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:02:56.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:56.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:57.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:57.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:58.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:02:58 smithi187 ceph-mon[111815]: pgmap v10394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:58.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:58.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:02:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:02:58 smithi088 ceph-mon[96111]: pgmap v10394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:02:59.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:02:59.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:00 smithi187 ceph-mon[111815]: pgmap v10395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:00.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:00.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:00 smithi088 ceph-mon[96111]: pgmap v10395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:03:01.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:01.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:03:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:02 smithi187 ceph-mon[111815]: pgmap v10396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:02.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:02.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:02 smithi088 ceph-mon[96111]: pgmap v10396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:03.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:03.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:04 smithi187 ceph-mon[111815]: pgmap v10397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:04.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:04 smithi088 ceph-mon[96111]: pgmap v10397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:04.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:04.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:05.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:05.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:05 smithi187 ceph-mon[111815]: pgmap v10398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:05 smithi088 ceph-mon[96111]: pgmap v10398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:06.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:06.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:07.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:07.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:08 smithi187 ceph-mon[111815]: pgmap v10399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:08 smithi088 ceph-mon[96111]: pgmap v10399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:08.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:08.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:09.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:09.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:10 smithi187 ceph-mon[111815]: pgmap v10400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:10 smithi088 ceph-mon[96111]: pgmap v10400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:10.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:10.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:11.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:11.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:12 smithi187 ceph-mon[111815]: pgmap v10401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:12 smithi088 ceph-mon[96111]: pgmap v10401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:12.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:12.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:13.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:13.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:14 smithi187 ceph-mon[111815]: pgmap v10402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:14 smithi088 ceph-mon[96111]: pgmap v10402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:14.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:14.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:15.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:15.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:15 smithi187 ceph-mon[111815]: pgmap v10403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:03:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:15 smithi088 ceph-mon[96111]: pgmap v10403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:03:16.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:16.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:17.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:17.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:18 smithi187 ceph-mon[111815]: pgmap v10404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:18 smithi088 ceph-mon[96111]: pgmap v10404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:18.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:18.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:19.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:19.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:20 smithi187 ceph-mon[111815]: pgmap v10405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:20 smithi088 ceph-mon[96111]: pgmap v10405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:20.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:20.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:21.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:21.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:22 smithi187 ceph-mon[111815]: pgmap v10406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:22 smithi088 ceph-mon[96111]: pgmap v10406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:22.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:22.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:23.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:23.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:24 smithi187 ceph-mon[111815]: pgmap v10407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:24 smithi088 ceph-mon[96111]: pgmap v10407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:24.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:24.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:25.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:25.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:25 smithi187 ceph-mon[111815]: pgmap v10408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:25 smithi088 ceph-mon[96111]: pgmap v10408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:26.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:26.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:27.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:27.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:28 smithi187 ceph-mon[111815]: pgmap v10409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:28 smithi088 ceph-mon[96111]: pgmap v10409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:28.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:28.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:29.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:29.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:30 smithi187 ceph-mon[111815]: pgmap v10410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:30 smithi088 ceph-mon[96111]: pgmap v10410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:30.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:30.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:03:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:03:31.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:31.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:32 smithi187 ceph-mon[111815]: pgmap v10411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:32 smithi088 ceph-mon[96111]: pgmap v10411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:32.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:32.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:33.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:33.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:34 smithi187 ceph-mon[111815]: pgmap v10412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:34 smithi088 ceph-mon[96111]: pgmap v10412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:34.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:34.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:35.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:35.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:35 smithi187 ceph-mon[111815]: pgmap v10413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:35 smithi088 ceph-mon[96111]: pgmap v10413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:36.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:36.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:37.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:37.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:38 smithi187 ceph-mon[111815]: pgmap v10414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:38 smithi088 ceph-mon[96111]: pgmap v10414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:38.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:38.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:39.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:39.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:40.431 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:40 smithi187 ceph-mon[111815]: pgmap v10415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:40 smithi088 ceph-mon[96111]: pgmap v10415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:40.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:40.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:41.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:41.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:42 smithi187 ceph-mon[111815]: pgmap v10416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:42 smithi088 ceph-mon[96111]: pgmap v10416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:42.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:42.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:43.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:43.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:44 smithi187 ceph-mon[111815]: pgmap v10417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:44 smithi088 ceph-mon[96111]: pgmap v10417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:44.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:44.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:45.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:45.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:03:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:45 smithi187 ceph-mon[111815]: pgmap v10418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:03:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:03:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:03:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:03:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:03:46.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:03:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:03:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:45 smithi088 ceph-mon[96111]: pgmap v10418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:03:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:03:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:03:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:03:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:03:46.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:03:46.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:46.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:47.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:47.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:48 smithi187 ceph-mon[111815]: pgmap v10419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:48 smithi088 ceph-mon[96111]: pgmap v10419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:48.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:48.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:49.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:49.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:50 smithi088 ceph-mon[96111]: pgmap v10420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:50 smithi187 ceph-mon[111815]: pgmap v10420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:50.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:50.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:51.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:51.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:52 smithi187 ceph-mon[111815]: pgmap v10421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:52 smithi088 ceph-mon[96111]: pgmap v10421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:52.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:52.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:53.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:53.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:54 smithi187 ceph-mon[111815]: pgmap v10422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:54 smithi088 ceph-mon[96111]: pgmap v10422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:54.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:54.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:55.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:55.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:55 smithi187 ceph-mon[111815]: pgmap v10423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:55 smithi088 ceph-mon[96111]: pgmap v10423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:03:56.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:56.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:57.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:57.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:03:58 smithi187 ceph-mon[111815]: pgmap v10424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:03:58 smithi088 ceph-mon[96111]: pgmap v10424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:03:58.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:58.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:03:59.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:03:59.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:00 smithi187 ceph-mon[111815]: pgmap v10425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:00 smithi088 ceph-mon[96111]: pgmap v10425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:00.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:00.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:04:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:04:01.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:01.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:02 smithi187 ceph-mon[111815]: pgmap v10426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:02 smithi088 ceph-mon[96111]: pgmap v10426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:02.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:02.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:03.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:03.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:04 smithi187 ceph-mon[111815]: pgmap v10427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:04 smithi088 ceph-mon[96111]: pgmap v10427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:04.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:04.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:05.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:05.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:05 smithi187 ceph-mon[111815]: pgmap v10428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:05 smithi088 ceph-mon[96111]: pgmap v10428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:06.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:06.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:07.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:07.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:08 smithi187 ceph-mon[111815]: pgmap v10429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:08 smithi088 ceph-mon[96111]: pgmap v10429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:08.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:08.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:09.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:09.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:10 smithi187 ceph-mon[111815]: pgmap v10430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:10 smithi088 ceph-mon[96111]: pgmap v10430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:10.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:10.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:11.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:11.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:12 smithi187 ceph-mon[111815]: pgmap v10431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:12 smithi088 ceph-mon[96111]: pgmap v10431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:12.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:12.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:13.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:13.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:14 smithi187 ceph-mon[111815]: pgmap v10432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:14 smithi088 ceph-mon[96111]: pgmap v10432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:14.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:14.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:15.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:15.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:15 smithi187 ceph-mon[111815]: pgmap v10433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:04:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:15 smithi088 ceph-mon[96111]: pgmap v10433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:04:16.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:16.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:17.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:17.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:18 smithi187 ceph-mon[111815]: pgmap v10434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:18 smithi088 ceph-mon[96111]: pgmap v10434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:18.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:18.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:19.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:19.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:20 smithi187 ceph-mon[111815]: pgmap v10435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:20 smithi088 ceph-mon[96111]: pgmap v10435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:20.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:20.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:21.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:21.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:22 smithi187 ceph-mon[111815]: pgmap v10436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:22 smithi088 ceph-mon[96111]: pgmap v10436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:22.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:22.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:23.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:23.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:24 smithi187 ceph-mon[111815]: pgmap v10437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:24 smithi088 ceph-mon[96111]: pgmap v10437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:24.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:24.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:25.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:25.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:25 smithi187 ceph-mon[111815]: pgmap v10438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:25 smithi088 ceph-mon[96111]: pgmap v10438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:26.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:26.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:27.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:27.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:28 smithi187 ceph-mon[111815]: pgmap v10439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:28 smithi088 ceph-mon[96111]: pgmap v10439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:28.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:28.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:29.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:29.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:30 smithi187 ceph-mon[111815]: pgmap v10440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:30 smithi088 ceph-mon[96111]: pgmap v10440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:30.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:30.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:04:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:04:31.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:31.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:32 smithi187 ceph-mon[111815]: pgmap v10441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:32 smithi088 ceph-mon[96111]: pgmap v10441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:32.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:32.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:33.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:33.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:34 smithi187 ceph-mon[111815]: pgmap v10442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:34 smithi088 ceph-mon[96111]: pgmap v10442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:34.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:34.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:35.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:35.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:35 smithi187 ceph-mon[111815]: pgmap v10443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:35 smithi088 ceph-mon[96111]: pgmap v10443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:36.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:36.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:37.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:37.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:38 smithi187 ceph-mon[111815]: pgmap v10444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:38 smithi088 ceph-mon[96111]: pgmap v10444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:38.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:38.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:39.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:39.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:40 smithi187 ceph-mon[111815]: pgmap v10445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:40.506 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:40 smithi088 ceph-mon[96111]: pgmap v10445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:40.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:40.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:41.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:41.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:42 smithi187 ceph-mon[111815]: pgmap v10446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:42 smithi088 ceph-mon[96111]: pgmap v10446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:42.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:42.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:43.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:43.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:44 smithi187 ceph-mon[111815]: pgmap v10447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:44 smithi088 ceph-mon[96111]: pgmap v10447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:44.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:44.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:45.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:45.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:45 smithi187 ceph-mon[111815]: pgmap v10448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:04:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:04:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:04:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:04:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:45 smithi088 ceph-mon[96111]: pgmap v10448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:04:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:04:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:04:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:04:46.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:46.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:04:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:04:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:04:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:04:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:04:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:04:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:04:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:04:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:04:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:04:47.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:47.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:47 smithi187 ceph-mon[111815]: pgmap v10449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:47 smithi088 ceph-mon[96111]: pgmap v10449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:48.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:48.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:49.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:49.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:50 smithi187 ceph-mon[111815]: pgmap v10450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:50 smithi088 ceph-mon[96111]: pgmap v10450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:50.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:50.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:51.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:51.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:52 smithi187 ceph-mon[111815]: pgmap v10451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:52 smithi088 ceph-mon[96111]: pgmap v10451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:52.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:52.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:53.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:53.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:54 smithi187 ceph-mon[111815]: pgmap v10452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:54 smithi088 ceph-mon[96111]: pgmap v10452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:54.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:54.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:55.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:55.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:55 smithi187 ceph-mon[111815]: pgmap v10453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:55 smithi088 ceph-mon[96111]: pgmap v10453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:04:56.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:56.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:57.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:57.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:04:58 smithi187 ceph-mon[111815]: pgmap v10454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:04:58 smithi088 ceph-mon[96111]: pgmap v10454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:04:58.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:58.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:04:59.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:04:59.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:00 smithi187 ceph-mon[111815]: pgmap v10455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:00 smithi088 ceph-mon[96111]: pgmap v10455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:00.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:00.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:05:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:05:01.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:01.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:02 smithi088 ceph-mon[96111]: pgmap v10456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:02 smithi187 ceph-mon[111815]: pgmap v10456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:03.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:03.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:04 smithi088 ceph-mon[96111]: pgmap v10457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:04 smithi187 ceph-mon[111815]: pgmap v10457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:04.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:04.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:05.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:05.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:05 smithi088 ceph-mon[96111]: pgmap v10458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:05 smithi187 ceph-mon[111815]: pgmap v10458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:06.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:06.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:07.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:07.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:08 smithi187 ceph-mon[111815]: pgmap v10459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:08 smithi088 ceph-mon[96111]: pgmap v10459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:08.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:08.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:09.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:09.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:10 smithi187 ceph-mon[111815]: pgmap v10460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:10 smithi088 ceph-mon[96111]: pgmap v10460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:10.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:10.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:11.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:11.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:12 smithi088 ceph-mon[96111]: pgmap v10461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:12 smithi187 ceph-mon[111815]: pgmap v10461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:12.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:12.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:13.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:13.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:14 smithi088 ceph-mon[96111]: pgmap v10462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:14 smithi187 ceph-mon[111815]: pgmap v10462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:14.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:14.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:15.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:15.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:15 smithi187 ceph-mon[111815]: pgmap v10463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:05:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:15 smithi088 ceph-mon[96111]: pgmap v10463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:05:16.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:16.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:17.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:17.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:18 smithi187 ceph-mon[111815]: pgmap v10464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:18 smithi088 ceph-mon[96111]: pgmap v10464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:18.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:18.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:19.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:19.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:20 smithi088 ceph-mon[96111]: pgmap v10465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:20 smithi187 ceph-mon[111815]: pgmap v10465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:20.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:20.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:21.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:21.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:22 smithi088 ceph-mon[96111]: pgmap v10466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:22 smithi187 ceph-mon[111815]: pgmap v10466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:22.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:22.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:23.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:23.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:24 smithi088 ceph-mon[96111]: pgmap v10467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:24 smithi187 ceph-mon[111815]: pgmap v10467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:24.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:24.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:25.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:25.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:25 smithi187 ceph-mon[111815]: pgmap v10468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:25 smithi088 ceph-mon[96111]: pgmap v10468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:26.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:26.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:27.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:27.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:28 smithi088 ceph-mon[96111]: pgmap v10469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:28 smithi187 ceph-mon[111815]: pgmap v10469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:28.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:28.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:29.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:29.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:30 smithi088 ceph-mon[96111]: pgmap v10470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:30 smithi187 ceph-mon[111815]: pgmap v10470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:30.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:30.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:05:31.581 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:05:31.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:31.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:32 smithi088 ceph-mon[96111]: pgmap v10471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:32 smithi187 ceph-mon[111815]: pgmap v10471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:32.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:32.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:33.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:33.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:34 smithi088 ceph-mon[96111]: pgmap v10472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:34 smithi187 ceph-mon[111815]: pgmap v10472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:34.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:34.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:35.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:35.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:35 smithi187 ceph-mon[111815]: pgmap v10473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:35 smithi088 ceph-mon[96111]: pgmap v10473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:36.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:36.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:37.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:37.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:38 smithi088 ceph-mon[96111]: pgmap v10474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:38 smithi187 ceph-mon[111815]: pgmap v10474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:38.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:38.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:39.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:39.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:40 smithi088 ceph-mon[96111]: pgmap v10475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:40 smithi187 ceph-mon[111815]: pgmap v10475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:40.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:40.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:41.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:41.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:42 smithi088 ceph-mon[96111]: pgmap v10476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:42 smithi187 ceph-mon[111815]: pgmap v10476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:42.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:42.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:43.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:43.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:44 smithi088 ceph-mon[96111]: pgmap v10477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:44.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:44 smithi187 ceph-mon[111815]: pgmap v10477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:44.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:44.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:45.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:45.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:45 smithi088 ceph-mon[96111]: pgmap v10478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:05:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:45 smithi187 ceph-mon[111815]: pgmap v10478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:05:46.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:46.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:05:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:05:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:05:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:05:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:05:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:05:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:05:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:05:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:05:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:05:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:05:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:05:47.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:47.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:47 smithi088 ceph-mon[96111]: pgmap v10479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:47 smithi187 ceph-mon[111815]: pgmap v10479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:48.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:48.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:49.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:49.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:50 smithi088 ceph-mon[96111]: pgmap v10480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:50 smithi187 ceph-mon[111815]: pgmap v10480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:50.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:50.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:51.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:51.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:52 smithi088 ceph-mon[96111]: pgmap v10481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:52 smithi187 ceph-mon[111815]: pgmap v10481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:52.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:52.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:53.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:53.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:54 smithi088 ceph-mon[96111]: pgmap v10482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:54 smithi187 ceph-mon[111815]: pgmap v10482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:54.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:54.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:55.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:55.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:56.251 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:55 smithi088 ceph-mon[96111]: pgmap v10483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:55 smithi187 ceph-mon[111815]: pgmap v10483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:05:56.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:56.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:57.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:57.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:05:58 smithi088 ceph-mon[96111]: pgmap v10484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:05:58 smithi187 ceph-mon[111815]: pgmap v10484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:05:58.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:58.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:05:59.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:05:59.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:00 smithi088 ceph-mon[96111]: pgmap v10485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:00 smithi187 ceph-mon[111815]: pgmap v10485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:00.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:00.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:06:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:06:01.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:01.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:02 smithi088 ceph-mon[96111]: pgmap v10486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:02 smithi187 ceph-mon[111815]: pgmap v10486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:02.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:02.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:03.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:03.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:04 smithi088 ceph-mon[96111]: pgmap v10487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:04 smithi187 ceph-mon[111815]: pgmap v10487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:04.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:04.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:05.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:05.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:05 smithi088 ceph-mon[96111]: pgmap v10488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:05 smithi187 ceph-mon[111815]: pgmap v10488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:06.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:06.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:07.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:07.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:08 smithi088 ceph-mon[96111]: pgmap v10489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:08 smithi187 ceph-mon[111815]: pgmap v10489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:08.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:08.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:09.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:09.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:10 smithi088 ceph-mon[96111]: pgmap v10490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:10 smithi187 ceph-mon[111815]: pgmap v10490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:10.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:10.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:11.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:11.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:12 smithi187 ceph-mon[111815]: pgmap v10491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:12.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:12 smithi088 ceph-mon[96111]: pgmap v10491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:12.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:12.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:13.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:13.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:14 smithi088 ceph-mon[96111]: pgmap v10492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:14 smithi187 ceph-mon[111815]: pgmap v10492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:14.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:14.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:15.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:15.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:15 smithi088 ceph-mon[96111]: pgmap v10493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:06:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:15 smithi187 ceph-mon[111815]: pgmap v10493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:06:16.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:16.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:17.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:17.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:18 smithi088 ceph-mon[96111]: pgmap v10494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:18 smithi187 ceph-mon[111815]: pgmap v10494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:18.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:18.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:19.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:19.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:20 smithi088 ceph-mon[96111]: pgmap v10495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:20 smithi187 ceph-mon[111815]: pgmap v10495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:20.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:20.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:21.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:21.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:22 smithi187 ceph-mon[111815]: pgmap v10496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:22 smithi088 ceph-mon[96111]: pgmap v10496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:22.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:22.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:23.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:23.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:24 smithi088 ceph-mon[96111]: pgmap v10497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:24 smithi187 ceph-mon[111815]: pgmap v10497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:24.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:24.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:25.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:25.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:25 smithi088 ceph-mon[96111]: pgmap v10498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:25 smithi187 ceph-mon[111815]: pgmap v10498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:26.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:26.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:27.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:27.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:28 smithi088 ceph-mon[96111]: pgmap v10499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:28 smithi187 ceph-mon[111815]: pgmap v10499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:28.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:28.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:29.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:29.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:30 smithi088 ceph-mon[96111]: pgmap v10500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:30 smithi187 ceph-mon[111815]: pgmap v10500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:30.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:30.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:06:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:06:31.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:31.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:32 smithi088 ceph-mon[96111]: pgmap v10501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:32 smithi187 ceph-mon[111815]: pgmap v10501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:32.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:32.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:33.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:33.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:34 smithi088 ceph-mon[96111]: pgmap v10502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:34 smithi187 ceph-mon[111815]: pgmap v10502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:34.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:34.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:35.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:35.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:35 smithi088 ceph-mon[96111]: pgmap v10503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:35 smithi187 ceph-mon[111815]: pgmap v10503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:36.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:36.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:37.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:37.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:38 smithi088 ceph-mon[96111]: pgmap v10504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:38 smithi187 ceph-mon[111815]: pgmap v10504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:38.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:38.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:39.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:39.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:40 smithi088 ceph-mon[96111]: pgmap v10505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:40 smithi187 ceph-mon[111815]: pgmap v10505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:40.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:40.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:41.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:41.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:42 smithi088 ceph-mon[96111]: pgmap v10506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:42 smithi187 ceph-mon[111815]: pgmap v10506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:42.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:42.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:43.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:43.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:44 smithi088 ceph-mon[96111]: pgmap v10507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:44 smithi187 ceph-mon[111815]: pgmap v10507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:44.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:44.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:45.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:45.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:45 smithi088 ceph-mon[96111]: pgmap v10508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:06:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:45 smithi187 ceph-mon[111815]: pgmap v10508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:06:46.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:46.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:06:47.372 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:06:47.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:47.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:48 smithi088 ceph-mon[96111]: pgmap v10509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:06:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:06:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:06:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:06:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:06:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:06:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:06:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:48 smithi187 ceph-mon[111815]: pgmap v10509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:06:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:06:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:06:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:06:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:06:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:06:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:06:48.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:48.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:49.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:49.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:50 smithi088 ceph-mon[96111]: pgmap v10510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:50 smithi187 ceph-mon[111815]: pgmap v10510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:50.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:50.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:51.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:51.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:52 smithi088 ceph-mon[96111]: pgmap v10511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:52 smithi187 ceph-mon[111815]: pgmap v10511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:52.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:52.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:53.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:53.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:54 smithi088 ceph-mon[96111]: pgmap v10512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:54 smithi187 ceph-mon[111815]: pgmap v10512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:54.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:54.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:55.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:55.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:55 smithi088 ceph-mon[96111]: pgmap v10513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:55 smithi187 ceph-mon[111815]: pgmap v10513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:06:56.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:56.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:57.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:57.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:06:58 smithi088 ceph-mon[96111]: pgmap v10514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:06:58 smithi187 ceph-mon[111815]: pgmap v10514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:06:58.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:58.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:06:59.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:06:59.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:00 smithi088 ceph-mon[96111]: pgmap v10515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:00 smithi187 ceph-mon[111815]: pgmap v10515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:00.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:00.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:07:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:07:01.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:01.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:02.530 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:02 smithi187 ceph-mon[111815]: pgmap v10516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:02 smithi088 ceph-mon[96111]: pgmap v10516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:02.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:02.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:03.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:03.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:04 smithi088 ceph-mon[96111]: pgmap v10517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:04 smithi187 ceph-mon[111815]: pgmap v10517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:04.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:04.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:05.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:05.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:05 smithi088 ceph-mon[96111]: pgmap v10518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:05 smithi187 ceph-mon[111815]: pgmap v10518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:06.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:06.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:07.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:07.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:08 smithi088 ceph-mon[96111]: pgmap v10519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:08 smithi187 ceph-mon[111815]: pgmap v10519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:08.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:08.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:09.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:09.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:10 smithi088 ceph-mon[96111]: pgmap v10520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:10 smithi187 ceph-mon[111815]: pgmap v10520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:10.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:10.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:11.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:11.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:12 smithi088 ceph-mon[96111]: pgmap v10521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:12.637 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:12 smithi187 ceph-mon[111815]: pgmap v10521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:12.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:12.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:13.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:13.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:14 smithi088 ceph-mon[96111]: pgmap v10522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:14 smithi187 ceph-mon[111815]: pgmap v10522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:14.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:14.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:15.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:15.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:15 smithi088 ceph-mon[96111]: pgmap v10523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:07:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:15 smithi187 ceph-mon[111815]: pgmap v10523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:07:16.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:16.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:17.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:17.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:18 smithi088 ceph-mon[96111]: pgmap v10524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:18 smithi187 ceph-mon[111815]: pgmap v10524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:18.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:18.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:19.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:19.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:20 smithi088 ceph-mon[96111]: pgmap v10525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:20 smithi187 ceph-mon[111815]: pgmap v10525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:20.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:20.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:21.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:21.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:22 smithi088 ceph-mon[96111]: pgmap v10526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:22 smithi187 ceph-mon[111815]: pgmap v10526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:22.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:22.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:23.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:23.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:24 smithi088 ceph-mon[96111]: pgmap v10527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:24 smithi187 ceph-mon[111815]: pgmap v10527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:24.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:24.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:25.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:25.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:25 smithi088 ceph-mon[96111]: pgmap v10528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:25 smithi187 ceph-mon[111815]: pgmap v10528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:26.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:26.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:28.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:28.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:28 smithi088 ceph-mon[96111]: pgmap v10529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:28 smithi187 ceph-mon[111815]: pgmap v10529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:29.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:29.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:30.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:30.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:30 smithi088 ceph-mon[96111]: pgmap v10530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:30 smithi187 ceph-mon[111815]: pgmap v10530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:31.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:31.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:07:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:07:32.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:32.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:32 smithi088 ceph-mon[96111]: pgmap v10531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:32 smithi187 ceph-mon[111815]: pgmap v10531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:33.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:33.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:34.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:34.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:34 smithi088 ceph-mon[96111]: pgmap v10532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:34 smithi187 ceph-mon[111815]: pgmap v10532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:35.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:35.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:36.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:36.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:35 smithi088 ceph-mon[96111]: pgmap v10533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:35 smithi187 ceph-mon[111815]: pgmap v10533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:37.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:37.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:38.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:38.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:38 smithi088 ceph-mon[96111]: pgmap v10534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:38 smithi187 ceph-mon[111815]: pgmap v10534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:39.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:39.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:40.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:40.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:40 smithi088 ceph-mon[96111]: pgmap v10535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:40 smithi187 ceph-mon[111815]: pgmap v10535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:41.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:41.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:42.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:42.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:42 smithi088 ceph-mon[96111]: pgmap v10536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:42 smithi187 ceph-mon[111815]: pgmap v10536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:43.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:43.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:44.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:44.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:44 smithi088 ceph-mon[96111]: pgmap v10537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:44 smithi187 ceph-mon[111815]: pgmap v10537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:45.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:45.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:46.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:46.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:45 smithi088 ceph-mon[96111]: pgmap v10538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:07:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:45 smithi187 ceph-mon[111815]: pgmap v10538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:07:47.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:47.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:48.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:48.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:48 smithi088 ceph-mon[96111]: pgmap v10539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:07:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:07:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:07:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:48 smithi187 ceph-mon[111815]: pgmap v10539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:07:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:07:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:07:49.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:49.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:07:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:07:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:07:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:07:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:07:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:07:50.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:50.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:50 smithi088 ceph-mon[96111]: pgmap v10540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:50 smithi187 ceph-mon[111815]: pgmap v10540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:51.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:51.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:52.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:52.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:52 smithi088 ceph-mon[96111]: pgmap v10541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:52 smithi187 ceph-mon[111815]: pgmap v10541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:53.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:53.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:54.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:54.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:54 smithi088 ceph-mon[96111]: pgmap v10542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:54 smithi187 ceph-mon[111815]: pgmap v10542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:55.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:55.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:56.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:56.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:55 smithi088 ceph-mon[96111]: pgmap v10543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:55 smithi187 ceph-mon[111815]: pgmap v10543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:07:57.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:57.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:58.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:58.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:07:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:07:58 smithi187 ceph-mon[111815]: pgmap v10544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:07:58 smithi088 ceph-mon[96111]: pgmap v10544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:07:59.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:07:59.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:00.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:00.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:00 smithi088 ceph-mon[96111]: pgmap v10545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:00 smithi187 ceph-mon[111815]: pgmap v10545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:01.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:01.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:08:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:08:02.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:02.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:02 smithi088 ceph-mon[96111]: pgmap v10546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:02 smithi187 ceph-mon[111815]: pgmap v10546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:03.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:03.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:04.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:04.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:04 smithi088 ceph-mon[96111]: pgmap v10547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:04 smithi187 ceph-mon[111815]: pgmap v10547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:05.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:05.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:06.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:06.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:05 smithi088 ceph-mon[96111]: pgmap v10548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:05 smithi187 ceph-mon[111815]: pgmap v10548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:07.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:07.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:08.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:08.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:08 smithi088 ceph-mon[96111]: pgmap v10549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:08 smithi187 ceph-mon[111815]: pgmap v10549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:09.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:09.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:10.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:10.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:10 smithi088 ceph-mon[96111]: pgmap v10550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:10 smithi187 ceph-mon[111815]: pgmap v10550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:11.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:11.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:12.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:12.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:12 smithi088 ceph-mon[96111]: pgmap v10551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:12 smithi187 ceph-mon[111815]: pgmap v10551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:13.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:13.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:14.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:14.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:14 smithi088 ceph-mon[96111]: pgmap v10552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:14 smithi187 ceph-mon[111815]: pgmap v10552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:15.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:15.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:16.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:16.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:15 smithi088 ceph-mon[96111]: pgmap v10553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:08:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:15 smithi187 ceph-mon[111815]: pgmap v10553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:08:17.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:17.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:18.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:18.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:18 smithi088 ceph-mon[96111]: pgmap v10554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:18 smithi187 ceph-mon[111815]: pgmap v10554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:19.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:19.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:20.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:20.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:20 smithi088 ceph-mon[96111]: pgmap v10555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:20 smithi187 ceph-mon[111815]: pgmap v10555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:21.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:21.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:22.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:22.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:22 smithi088 ceph-mon[96111]: pgmap v10556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:22 smithi187 ceph-mon[111815]: pgmap v10556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:23.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:23.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:24.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:24.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:24 smithi088 ceph-mon[96111]: pgmap v10557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:24 smithi187 ceph-mon[111815]: pgmap v10557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:25.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:25.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:26.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:26.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:25 smithi088 ceph-mon[96111]: pgmap v10558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:25 smithi187 ceph-mon[111815]: pgmap v10558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:27.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:27.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:28.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:28.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:28 smithi088 ceph-mon[96111]: pgmap v10559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:28 smithi187 ceph-mon[111815]: pgmap v10559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:29.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:29.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:30.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:30.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:30 smithi088 ceph-mon[96111]: pgmap v10560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:30 smithi187 ceph-mon[111815]: pgmap v10560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:31.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:31.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:08:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:08:32.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:32.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:32 smithi088 ceph-mon[96111]: pgmap v10561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:32 smithi187 ceph-mon[111815]: pgmap v10561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:33.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:33.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:34.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:34.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:34 smithi088 ceph-mon[96111]: pgmap v10562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:34 smithi187 ceph-mon[111815]: pgmap v10562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:35.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:35.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:36.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:36.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:35 smithi088 ceph-mon[96111]: pgmap v10563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:35 smithi187 ceph-mon[111815]: pgmap v10563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:37.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:37.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:38.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:38.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:38.545 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:38 smithi187 ceph-mon[111815]: pgmap v10564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:38 smithi088 ceph-mon[96111]: pgmap v10564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:39.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:39.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:40.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:40.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:40 smithi088 ceph-mon[96111]: pgmap v10565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:40 smithi187 ceph-mon[111815]: pgmap v10565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:41.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:41.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:42.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:42.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:42 smithi088 ceph-mon[96111]: pgmap v10566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:42 smithi187 ceph-mon[111815]: pgmap v10566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:43.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:43.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:44.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:44.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:44 smithi088 ceph-mon[96111]: pgmap v10567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:44 smithi187 ceph-mon[111815]: pgmap v10567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:45.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:45.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:46.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:46.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:45 smithi088 ceph-mon[96111]: pgmap v10568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:08:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:46 smithi187 ceph-mon[111815]: pgmap v10568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:08:47.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:47.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:48.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:48.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:48 smithi088 ceph-mon[96111]: pgmap v10569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:48.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:48 smithi187 ceph-mon[111815]: pgmap v10569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:49.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:49.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:08:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:08:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:08:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:08:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:08:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:08:49.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:08:49.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:08:49.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:08:49.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:08:49.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:08:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:08:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:08:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:08:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:08:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:08:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:08:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:08:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:08:49.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:08:49.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:08:49.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:08:50.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:50.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:50 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1601M 2023-10-13T05:08:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:50 smithi088 ceph-mon[96111]: pgmap v10570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:50 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1601M 2023-10-13T05:08:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:50 smithi187 ceph-mon[111815]: pgmap v10570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:51.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:51.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:52.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:52.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:52 smithi088 ceph-mon[96111]: pgmap v10571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:52 smithi187 ceph-mon[111815]: pgmap v10571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:53.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:53.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:54.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:54.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:54 smithi088 ceph-mon[96111]: pgmap v10572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:54 smithi187 ceph-mon[111815]: pgmap v10572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:55.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:55.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:56.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:56.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:56 smithi088 ceph-mon[96111]: pgmap v10573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:56 smithi187 ceph-mon[111815]: pgmap v10573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:08:57.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:57.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:58.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:58.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:08:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:08:58 smithi088 ceph-mon[96111]: pgmap v10574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:08:58 smithi187 ceph-mon[111815]: pgmap v10574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:08:59.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:08:59.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:00.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:00.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:00 smithi088 ceph-mon[96111]: pgmap v10575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:00 smithi187 ceph-mon[111815]: pgmap v10575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:01.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:01.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:09:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:09:02.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:02.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:02 smithi088 ceph-mon[96111]: pgmap v10576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:02 smithi187 ceph-mon[111815]: pgmap v10576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:03.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:03.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:04.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:04.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:04 smithi088 ceph-mon[96111]: pgmap v10577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:04 smithi187 ceph-mon[111815]: pgmap v10577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:05.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:05.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:06.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:06.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:06 smithi088 ceph-mon[96111]: pgmap v10578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:06 smithi187 ceph-mon[111815]: pgmap v10578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:07.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:07.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:08.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:08.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:08 smithi088 ceph-mon[96111]: pgmap v10579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:08 smithi187 ceph-mon[111815]: pgmap v10579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:09.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:09.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:10.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:10.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:10 smithi088 ceph-mon[96111]: pgmap v10580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:10 smithi187 ceph-mon[111815]: pgmap v10580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:11.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:11.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:12.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:12.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:12 smithi088 ceph-mon[96111]: pgmap v10581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:12 smithi187 ceph-mon[111815]: pgmap v10581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:13.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:13.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:14.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:14.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:14 smithi088 ceph-mon[96111]: pgmap v10582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:14 smithi187 ceph-mon[111815]: pgmap v10582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:15.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:15.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:16.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:16.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:16 smithi088 ceph-mon[96111]: pgmap v10583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:09:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:16 smithi187 ceph-mon[111815]: pgmap v10583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:09:17.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:17.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:18.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:18.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:18 smithi088 ceph-mon[96111]: pgmap v10584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:18 smithi187 ceph-mon[111815]: pgmap v10584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:19.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:19.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:20.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:20.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:20 smithi088 ceph-mon[96111]: pgmap v10585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:20 smithi187 ceph-mon[111815]: pgmap v10585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:21.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:21.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:22.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:22.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:22 smithi088 ceph-mon[96111]: pgmap v10586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:22 smithi187 ceph-mon[111815]: pgmap v10586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:23.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:23.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:24.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:24.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:24 smithi088 ceph-mon[96111]: pgmap v10587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:24 smithi187 ceph-mon[111815]: pgmap v10587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:25.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:25.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:26.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:26.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:26 smithi088 ceph-mon[96111]: pgmap v10588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:26 smithi187 ceph-mon[111815]: pgmap v10588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:27.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:27.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:28.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:28.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:28 smithi088 ceph-mon[96111]: pgmap v10589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:28 smithi187 ceph-mon[111815]: pgmap v10589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:29.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:29.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:30.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:30.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:30 smithi088 ceph-mon[96111]: pgmap v10590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:30 smithi187 ceph-mon[111815]: pgmap v10590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:31.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:31.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:09:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:09:32.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:32.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:32 smithi088 ceph-mon[96111]: pgmap v10591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:32 smithi187 ceph-mon[111815]: pgmap v10591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:33.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:33.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:34.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:34.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:34 smithi187 ceph-mon[111815]: pgmap v10592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:34.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:34 smithi088 ceph-mon[96111]: pgmap v10592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:35.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:35.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:36.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:36.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:36 smithi088 ceph-mon[96111]: pgmap v10593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:36 smithi187 ceph-mon[111815]: pgmap v10593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:37.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:37.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:38.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:38.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:38 smithi088 ceph-mon[96111]: pgmap v10594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:38 smithi187 ceph-mon[111815]: pgmap v10594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:39.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:39.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:40.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:40.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:40 smithi088 ceph-mon[96111]: pgmap v10595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:40 smithi187 ceph-mon[111815]: pgmap v10595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:41.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:41.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:42.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:42.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:42 smithi088 ceph-mon[96111]: pgmap v10596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:42 smithi187 ceph-mon[111815]: pgmap v10596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:43.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:43.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:44.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:44.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:44 smithi088 ceph-mon[96111]: pgmap v10597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:44 smithi187 ceph-mon[111815]: pgmap v10597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:45.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:45.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:46.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:46.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:46 smithi088 ceph-mon[96111]: pgmap v10598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:09:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:46 smithi187 ceph-mon[111815]: pgmap v10598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:09:47.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:47.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:48.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:48.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:48 smithi088 ceph-mon[96111]: pgmap v10599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:48 smithi187 ceph-mon[111815]: pgmap v10599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:49.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:49.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:09:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:09:50.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:50.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:50 smithi088 ceph-mon[96111]: pgmap v10600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:09:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:09:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:09:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:09:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:09:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:50 smithi187 ceph-mon[111815]: pgmap v10600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:09:50.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:09:50.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:09:50.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:09:50.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:09:51.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:51.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:52.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:52.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:52 smithi088 ceph-mon[96111]: pgmap v10601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:52 smithi187 ceph-mon[111815]: pgmap v10601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:53.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:53.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:54.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:54.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:54 smithi088 ceph-mon[96111]: pgmap v10602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:54 smithi187 ceph-mon[111815]: pgmap v10602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:55.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:55.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:56.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:56.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:56 smithi088 ceph-mon[96111]: pgmap v10603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:56 smithi187 ceph-mon[111815]: pgmap v10603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:09:57.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:57.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:58.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:58.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:09:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:09:58 smithi088 ceph-mon[96111]: pgmap v10604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:09:58 smithi187 ceph-mon[111815]: pgmap v10604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:09:59.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:09:59.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:00.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:00.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:00 smithi088 ceph-mon[96111]: pgmap v10605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T05:10:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:00 smithi187 ceph-mon[111815]: pgmap v10605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T05:10:01.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:01.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:10:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:10:02.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:02.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:02 smithi088 ceph-mon[96111]: pgmap v10606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:02 smithi187 ceph-mon[111815]: pgmap v10606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:03.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:03.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:04.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:04.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:04 smithi088 ceph-mon[96111]: pgmap v10607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:04 smithi187 ceph-mon[111815]: pgmap v10607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:05.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:05.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:06.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:06.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:06 smithi088 ceph-mon[96111]: pgmap v10608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:06 smithi187 ceph-mon[111815]: pgmap v10608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:07.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:07.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:08.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:08.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:08 smithi088 ceph-mon[96111]: pgmap v10609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:08 smithi187 ceph-mon[111815]: pgmap v10609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:09.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:09.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:10.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:10.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:10 smithi088 ceph-mon[96111]: pgmap v10610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:10 smithi187 ceph-mon[111815]: pgmap v10610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:11.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:11.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:12.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:12.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:12 smithi088 ceph-mon[96111]: pgmap v10611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:12 smithi187 ceph-mon[111815]: pgmap v10611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:13.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:13.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:14.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:14.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:14 smithi088 ceph-mon[96111]: pgmap v10612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:14 smithi187 ceph-mon[111815]: pgmap v10612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:15.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:15.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:16.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:16.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:16 smithi088 ceph-mon[96111]: pgmap v10613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:10:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:16 smithi187 ceph-mon[111815]: pgmap v10613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:10:17.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:17.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:18.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:18.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:18 smithi088 ceph-mon[96111]: pgmap v10614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:18 smithi187 ceph-mon[111815]: pgmap v10614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:19.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:19.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:20.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:20.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:20 smithi088 ceph-mon[96111]: pgmap v10615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:20 smithi187 ceph-mon[111815]: pgmap v10615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:21.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:21.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:22.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:22.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:22 smithi088 ceph-mon[96111]: pgmap v10616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:22 smithi187 ceph-mon[111815]: pgmap v10616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:23.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:23.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:24.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:24.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:24 smithi088 ceph-mon[96111]: pgmap v10617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:24.647 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:24 smithi187 ceph-mon[111815]: pgmap v10617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:25.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:25.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:26.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:26.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:26 smithi088 ceph-mon[96111]: pgmap v10618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:26 smithi187 ceph-mon[111815]: pgmap v10618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:27.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:27.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:28.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:28.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:28 smithi088 ceph-mon[96111]: pgmap v10619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:28 smithi187 ceph-mon[111815]: pgmap v10619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:29.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:29.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:30.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:30.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:30 smithi088 ceph-mon[96111]: pgmap v10620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:30 smithi187 ceph-mon[111815]: pgmap v10620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:31.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:31.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:10:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:10:32.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:32.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:32 smithi088 ceph-mon[96111]: pgmap v10621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:32 smithi187 ceph-mon[111815]: pgmap v10621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:33.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:33.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:34.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:34.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:34 smithi088 ceph-mon[96111]: pgmap v10622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:34 smithi187 ceph-mon[111815]: pgmap v10622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:35.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:35.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:36.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:36.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:36 smithi088 ceph-mon[96111]: pgmap v10623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:36 smithi187 ceph-mon[111815]: pgmap v10623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:37.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:37.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:38.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:38.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:38 smithi088 ceph-mon[96111]: pgmap v10624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:38 smithi187 ceph-mon[111815]: pgmap v10624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:39.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:39.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:40.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:40.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:40 smithi088 ceph-mon[96111]: pgmap v10625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:40 smithi187 ceph-mon[111815]: pgmap v10625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:41.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:41.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:42.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:42.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:42 smithi088 ceph-mon[96111]: pgmap v10626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:42 smithi187 ceph-mon[111815]: pgmap v10626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:43.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:43.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:44.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:44.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:44 smithi088 ceph-mon[96111]: pgmap v10627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:44 smithi187 ceph-mon[111815]: pgmap v10627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:45.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:45.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:46 smithi088 ceph-mon[96111]: pgmap v10628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:10:46.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:46.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:46 smithi187 ceph-mon[111815]: pgmap v10628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:10:47.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:47.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:48.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:48.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:48 smithi088 ceph-mon[96111]: pgmap v10629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:48 smithi187 ceph-mon[111815]: pgmap v10629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:49.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:49.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:50.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:50.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:50 smithi088 ceph-mon[96111]: pgmap v10630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:10:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:10:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:10:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:10:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:10:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:10:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:50 smithi187 ceph-mon[111815]: pgmap v10630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:10:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:10:50.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:10:50.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:10:50.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:10:50.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:10:51.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:51.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:52.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:52.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:52 smithi088 ceph-mon[96111]: pgmap v10631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:52 smithi187 ceph-mon[111815]: pgmap v10631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:53.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:53.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:54.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:54.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:54 smithi088 ceph-mon[96111]: pgmap v10632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:54 smithi187 ceph-mon[111815]: pgmap v10632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:55.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:55.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:56 smithi088 ceph-mon[96111]: pgmap v10633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:56.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:56.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:56 smithi187 ceph-mon[111815]: pgmap v10633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:10:57.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:57.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:58.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:58.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:10:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:10:58 smithi088 ceph-mon[96111]: pgmap v10634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:10:58 smithi187 ceph-mon[111815]: pgmap v10634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:10:59.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:10:59.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:00.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:00.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:00 smithi088 ceph-mon[96111]: pgmap v10635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:00.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:00 smithi187 ceph-mon[111815]: pgmap v10635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:01.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:01.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:11:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:11:02.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:02.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:02 smithi187 ceph-mon[111815]: pgmap v10636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:02 smithi088 ceph-mon[96111]: pgmap v10636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:03.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:03.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:04.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:04.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:04 smithi088 ceph-mon[96111]: pgmap v10637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:04 smithi187 ceph-mon[111815]: pgmap v10637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:05.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:05.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:06 smithi088 ceph-mon[96111]: pgmap v10638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:06.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:06.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:06 smithi187 ceph-mon[111815]: pgmap v10638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:07.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:07.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:08.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:08.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:08 smithi088 ceph-mon[96111]: pgmap v10639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:08 smithi187 ceph-mon[111815]: pgmap v10639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:09.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:09.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:10.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:10.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:10 smithi187 ceph-mon[111815]: pgmap v10640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:10 smithi088 ceph-mon[96111]: pgmap v10640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:11.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:11.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:12.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:12.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:12 smithi187 ceph-mon[111815]: pgmap v10641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:12 smithi088 ceph-mon[96111]: pgmap v10641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:13.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:13.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:14.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:14.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:14 smithi088 ceph-mon[96111]: pgmap v10642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:14 smithi187 ceph-mon[111815]: pgmap v10642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:15.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:15.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:16.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:16 smithi088 ceph-mon[96111]: pgmap v10643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:16.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:11:16.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:16.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:16.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:16 smithi187 ceph-mon[111815]: pgmap v10643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:16.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:11:17.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:17.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:18.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:18.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:18 smithi088 ceph-mon[96111]: pgmap v10644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:18 smithi187 ceph-mon[111815]: pgmap v10644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:19.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:19.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:20.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:20.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:20 smithi187 ceph-mon[111815]: pgmap v10645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:20 smithi088 ceph-mon[96111]: pgmap v10645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:21.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:21.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:22.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:22.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:22 smithi187 ceph-mon[111815]: pgmap v10646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:22 smithi088 ceph-mon[96111]: pgmap v10646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:23.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:23.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:24.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:24.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:24 smithi088 ceph-mon[96111]: pgmap v10647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:24 smithi187 ceph-mon[111815]: pgmap v10647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:25.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:25.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:26 smithi088 ceph-mon[96111]: pgmap v10648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:26.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:26.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:26 smithi187 ceph-mon[111815]: pgmap v10648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:27.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:27.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:28.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:28.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:28 smithi187 ceph-mon[111815]: pgmap v10649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:28 smithi088 ceph-mon[96111]: pgmap v10649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:29.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:29.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:30.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:30.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:30 smithi187 ceph-mon[111815]: pgmap v10650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:30 smithi088 ceph-mon[96111]: pgmap v10650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:31.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:31.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:11:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:11:32.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:32.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:32 smithi187 ceph-mon[111815]: pgmap v10651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:32 smithi088 ceph-mon[96111]: pgmap v10651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:33.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:33.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:34.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:34.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:34 smithi088 ceph-mon[96111]: pgmap v10652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:34 smithi187 ceph-mon[111815]: pgmap v10652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:35.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:35.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:36 smithi088 ceph-mon[96111]: pgmap v10653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:36.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:36.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:36 smithi187 ceph-mon[111815]: pgmap v10653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:37.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:37.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:38.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:38.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:38 smithi187 ceph-mon[111815]: pgmap v10654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:38 smithi088 ceph-mon[96111]: pgmap v10654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:39.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:39.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:40.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:40.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:40 smithi187 ceph-mon[111815]: pgmap v10655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:40 smithi088 ceph-mon[96111]: pgmap v10655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:41.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:41.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:42.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:42.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:42 smithi187 ceph-mon[111815]: pgmap v10656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:42 smithi088 ceph-mon[96111]: pgmap v10656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:43.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:43.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:44.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:44.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:44.646 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:44 smithi088 ceph-mon[96111]: pgmap v10657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:44 smithi187 ceph-mon[111815]: pgmap v10657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:45.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:45.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:46 smithi088 ceph-mon[96111]: pgmap v10658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:11:46.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:46.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:46 smithi187 ceph-mon[111815]: pgmap v10658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:11:47.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:47.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:48.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:48.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:48 smithi187 ceph-mon[111815]: pgmap v10659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:48 smithi088 ceph-mon[96111]: pgmap v10659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:49.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:49.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:50.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:50.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:50 smithi187 ceph-mon[111815]: pgmap v10660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:11:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:50 smithi088 ceph-mon[96111]: pgmap v10660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:11:51.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:51.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:52.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:52.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:52 smithi187 ceph-mon[111815]: pgmap v10661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:52 smithi088 ceph-mon[96111]: pgmap v10661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:53.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:53.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:11:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:11:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:53 smithi088 ceph-mon[96111]: pgmap v10662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:11:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:11:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:11:54.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:11:54.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:11:54.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:54.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:11:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:11:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:53 smithi187 ceph-mon[111815]: pgmap v10662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:11:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:11:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:11:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:11:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:11:55.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:55.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:56 smithi088 ceph-mon[96111]: pgmap v10663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:56.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:56.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:56 smithi187 ceph-mon[111815]: pgmap v10663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:11:57.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:57.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:58.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:58.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:11:58.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:11:58 smithi187 ceph-mon[111815]: pgmap v10664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:11:58 smithi088 ceph-mon[96111]: pgmap v10664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:11:59.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:11:59.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:00.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:00.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:00.637 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:00 smithi187 ceph-mon[111815]: pgmap v10665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:00 smithi088 ceph-mon[96111]: pgmap v10665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:01.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:01.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:12:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:12:02.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:02.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:02 smithi187 ceph-mon[111815]: pgmap v10666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:02 smithi088 ceph-mon[96111]: pgmap v10666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:03.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:03.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:04.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:04.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:04 smithi088 ceph-mon[96111]: pgmap v10667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:04 smithi187 ceph-mon[111815]: pgmap v10667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:05.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:05.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:06 smithi088 ceph-mon[96111]: pgmap v10668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:06.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:06.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:06 smithi187 ceph-mon[111815]: pgmap v10668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:07.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:07.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:08.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:08.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:08 smithi187 ceph-mon[111815]: pgmap v10669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:08 smithi088 ceph-mon[96111]: pgmap v10669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:09.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:09.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:10.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:10.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:10 smithi187 ceph-mon[111815]: pgmap v10670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:10 smithi088 ceph-mon[96111]: pgmap v10670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:11.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:11.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:12.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:12.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:12 smithi187 ceph-mon[111815]: pgmap v10671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:12 smithi088 ceph-mon[96111]: pgmap v10671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:13.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:13.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:14.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:14.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:14 smithi088 ceph-mon[96111]: pgmap v10672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:14 smithi187 ceph-mon[111815]: pgmap v10672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:15.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:15.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:16 smithi088 ceph-mon[96111]: pgmap v10673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:12:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:16 smithi187 ceph-mon[111815]: pgmap v10673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:12:16.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:16.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:17.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:17.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:18.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:18.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:18 smithi187 ceph-mon[111815]: pgmap v10674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:18 smithi088 ceph-mon[96111]: pgmap v10674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:19.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:19.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:20.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:20.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:20 smithi187 ceph-mon[111815]: pgmap v10675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:20 smithi088 ceph-mon[96111]: pgmap v10675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:21.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:21.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:22.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:22.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:22 smithi187 ceph-mon[111815]: pgmap v10676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:22 smithi088 ceph-mon[96111]: pgmap v10676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:23.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:23.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:24.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:24.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:24 smithi088 ceph-mon[96111]: pgmap v10677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:24 smithi187 ceph-mon[111815]: pgmap v10677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:25.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:25.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:26 smithi187 ceph-mon[111815]: pgmap v10678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:26 smithi088 ceph-mon[96111]: pgmap v10678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:26.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:26.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:27.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:27.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:28.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:28.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:28 smithi187 ceph-mon[111815]: pgmap v10679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:28 smithi088 ceph-mon[96111]: pgmap v10679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:29.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:29.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:30.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:30.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:30 smithi187 ceph-mon[111815]: pgmap v10680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:30 smithi088 ceph-mon[96111]: pgmap v10680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:31.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:31.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:12:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:12:32.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:32.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:32 smithi187 ceph-mon[111815]: pgmap v10681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:32 smithi088 ceph-mon[96111]: pgmap v10681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:33.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:33.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:34.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:34.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:34 smithi088 ceph-mon[96111]: pgmap v10682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:34 smithi187 ceph-mon[111815]: pgmap v10682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:35.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:35.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:36 smithi088 ceph-mon[96111]: pgmap v10683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:36 smithi187 ceph-mon[111815]: pgmap v10683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:36.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:36.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:37.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:37.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:38.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:38.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:38 smithi187 ceph-mon[111815]: pgmap v10684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:38 smithi088 ceph-mon[96111]: pgmap v10684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:39.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:39.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:40.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:40.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:40 smithi088 ceph-mon[96111]: pgmap v10685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:40 smithi187 ceph-mon[111815]: pgmap v10685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:41.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:41.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:42.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:42.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:42 smithi187 ceph-mon[111815]: pgmap v10686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:42 smithi088 ceph-mon[96111]: pgmap v10686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:43.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:43.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:44.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:44.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:44 smithi088 ceph-mon[96111]: pgmap v10687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:44 smithi187 ceph-mon[111815]: pgmap v10687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:45.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:45.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:46 smithi088 ceph-mon[96111]: pgmap v10688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:12:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:46 smithi187 ceph-mon[111815]: pgmap v10688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:12:46.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:46.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:47.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:47.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:48.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:48.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:48 smithi187 ceph-mon[111815]: pgmap v10689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:48 smithi088 ceph-mon[96111]: pgmap v10689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:49.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:49.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:50.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:50.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:50 smithi088 ceph-mon[96111]: pgmap v10690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:50 smithi187 ceph-mon[111815]: pgmap v10690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:51.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:51.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:52.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:52.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:52 smithi187 ceph-mon[111815]: pgmap v10691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:52 smithi088 ceph-mon[96111]: pgmap v10691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:53.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:53.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:54.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:54.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:54 smithi088 ceph-mon[96111]: pgmap v10692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:12:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:54 smithi187 ceph-mon[111815]: pgmap v10692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:12:55.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:55.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:56 smithi088 ceph-mon[96111]: pgmap v10693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:56 smithi187 ceph-mon[111815]: pgmap v10693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:12:56.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:56.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:57.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:57.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:58.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:58.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:58 smithi187 ceph-mon[111815]: pgmap v10694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:12:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:12:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:58 smithi088 ceph-mon[96111]: pgmap v10694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:12:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:12:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:12:59.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:12:59.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:12:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:13:00.121 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:13:00.121 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:13:00.121 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:13:00.122 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:12:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:13:00.122 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:13:00.123 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:13:00.123 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:13:00.123 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:13:00.123 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:12:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:13:00.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:00.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:00 smithi088 ceph-mon[96111]: pgmap v10695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:00 smithi187 ceph-mon[111815]: pgmap v10695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:13:01.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:01.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:02.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:02.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:02 smithi187 ceph-mon[111815]: pgmap v10696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:02 smithi088 ceph-mon[96111]: pgmap v10696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:03.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:03.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:04.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:04.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:04 smithi187 ceph-mon[111815]: pgmap v10697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:04 smithi088 ceph-mon[96111]: pgmap v10697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:05.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:05.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:06.319 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:06 smithi187 ceph-mon[111815]: pgmap v10698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:06 smithi088 ceph-mon[96111]: pgmap v10698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:06.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:06.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:07.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:07.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:08.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:08.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:08 smithi187 ceph-mon[111815]: pgmap v10699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:08 smithi088 ceph-mon[96111]: pgmap v10699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:09.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:09.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:10.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:10.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:10 smithi187 ceph-mon[111815]: pgmap v10700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:10 smithi088 ceph-mon[96111]: pgmap v10700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:11.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:11.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:12.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:12.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:12 smithi187 ceph-mon[111815]: pgmap v10701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:12 smithi088 ceph-mon[96111]: pgmap v10701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:13.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:13.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:14.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:14.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:14.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:14 smithi088 ceph-mon[96111]: pgmap v10702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:14 smithi187 ceph-mon[111815]: pgmap v10702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:15.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:15.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:16 smithi088 ceph-mon[96111]: pgmap v10703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:13:16.424 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:16 smithi187 ceph-mon[111815]: pgmap v10703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:16.424 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:13:16.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:16.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:17.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:17.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:18.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:18.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:18 smithi187 ceph-mon[111815]: pgmap v10704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:18 smithi088 ceph-mon[96111]: pgmap v10704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:19.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:19.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:20.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:20.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:20 smithi187 ceph-mon[111815]: pgmap v10705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:20 smithi088 ceph-mon[96111]: pgmap v10705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:21.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:21.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:22.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:22.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:22 smithi187 ceph-mon[111815]: pgmap v10706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:22 smithi088 ceph-mon[96111]: pgmap v10706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:23.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:23.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:24.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:24.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:24 smithi088 ceph-mon[96111]: pgmap v10707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:24 smithi187 ceph-mon[111815]: pgmap v10707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:25.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:25.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:26 smithi088 ceph-mon[96111]: pgmap v10708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:26 smithi187 ceph-mon[111815]: pgmap v10708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:26.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:26.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:27.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:27.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:28.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:28.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:28 smithi187 ceph-mon[111815]: pgmap v10709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:28 smithi088 ceph-mon[96111]: pgmap v10709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:29.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:29.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:30.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:30.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:30.678 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:30 smithi088 ceph-mon[96111]: pgmap v10710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:30.678 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:13:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:30 smithi187 ceph-mon[111815]: pgmap v10710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:13:31.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:31.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:32.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:32.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:32 smithi187 ceph-mon[111815]: pgmap v10711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:32 smithi088 ceph-mon[96111]: pgmap v10711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:33.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:33.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:34.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:34.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:34 smithi088 ceph-mon[96111]: pgmap v10712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:34 smithi187 ceph-mon[111815]: pgmap v10712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:35.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:35.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:36 smithi088 ceph-mon[96111]: pgmap v10713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:36 smithi187 ceph-mon[111815]: pgmap v10713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:36.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:36.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:37.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:37.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:38.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:38.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:38 smithi187 ceph-mon[111815]: pgmap v10714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:38 smithi088 ceph-mon[96111]: pgmap v10714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:39.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:39.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:40.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:40.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:40 smithi187 ceph-mon[111815]: pgmap v10715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:40.776 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:40 smithi088 ceph-mon[96111]: pgmap v10715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:41.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:41.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:42.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:42.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:42 smithi187 ceph-mon[111815]: pgmap v10716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:42 smithi088 ceph-mon[96111]: pgmap v10716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:43.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:43.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:44.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:44.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:44 smithi088 ceph-mon[96111]: pgmap v10717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:44 smithi187 ceph-mon[111815]: pgmap v10717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:45.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:45.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:46 smithi088 ceph-mon[96111]: pgmap v10718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:13:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:46 smithi187 ceph-mon[111815]: pgmap v10718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:13:46.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:46.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:47.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:47.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:48.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:48.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:48 smithi187 ceph-mon[111815]: pgmap v10719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:48 smithi088 ceph-mon[96111]: pgmap v10719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:49.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:49.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:50.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:50.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:50 smithi187 ceph-mon[111815]: pgmap v10720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:50 smithi088 ceph-mon[96111]: pgmap v10720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:51.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:51.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:52.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:52.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:52 smithi187 ceph-mon[111815]: pgmap v10721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:52 smithi088 ceph-mon[96111]: pgmap v10721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:53.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:53.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:54.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:54.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:54 smithi088 ceph-mon[96111]: pgmap v10722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:54 smithi187 ceph-mon[111815]: pgmap v10722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:55.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:55.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:56 smithi088 ceph-mon[96111]: pgmap v10723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:56 smithi187 ceph-mon[111815]: pgmap v10723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:13:56.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:56.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:57.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:57.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:58.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:58.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:58 smithi187 ceph-mon[111815]: pgmap v10724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:58 smithi088 ceph-mon[96111]: pgmap v10724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:13:59.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:13:59.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:13:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:13:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:13:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:13:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:13:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:13:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:13:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:13:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:13:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:13:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:13:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:13:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:13:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:13:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:14:00.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:00.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:00 smithi187 ceph-mon[111815]: pgmap v10725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:14:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:00 smithi088 ceph-mon[96111]: pgmap v10725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:14:01.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:01.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:02.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:02.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:02 smithi187 ceph-mon[111815]: pgmap v10726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:02 smithi088 ceph-mon[96111]: pgmap v10726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:03.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:03.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:04.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:04.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:04 smithi088 ceph-mon[96111]: pgmap v10727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:04 smithi187 ceph-mon[111815]: pgmap v10727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:05.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:05.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:06 smithi088 ceph-mon[96111]: pgmap v10728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:06 smithi187 ceph-mon[111815]: pgmap v10728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:06.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:06.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:07.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:07.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:08.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:08.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:08 smithi187 ceph-mon[111815]: pgmap v10729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:08 smithi088 ceph-mon[96111]: pgmap v10729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:09.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:09.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:10.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:10.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:10 smithi187 ceph-mon[111815]: pgmap v10730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:10 smithi088 ceph-mon[96111]: pgmap v10730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:11.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:11.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:12.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:12.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:12 smithi187 ceph-mon[111815]: pgmap v10731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:12 smithi088 ceph-mon[96111]: pgmap v10731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:13.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:13.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:14.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:14.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:14 smithi088 ceph-mon[96111]: pgmap v10732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:14 smithi187 ceph-mon[111815]: pgmap v10732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:15.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:15.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:16 smithi187 ceph-mon[111815]: pgmap v10733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:14:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:16 smithi088 ceph-mon[96111]: pgmap v10733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:14:16.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:16.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:17.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:17.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:18.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:18.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:18 smithi187 ceph-mon[111815]: pgmap v10734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:18 smithi088 ceph-mon[96111]: pgmap v10734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:19.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:19.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:20.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:20.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:20 smithi187 ceph-mon[111815]: pgmap v10735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:20 smithi088 ceph-mon[96111]: pgmap v10735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:21.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:21.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:22.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:22.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:22 smithi187 ceph-mon[111815]: pgmap v10736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:22 smithi088 ceph-mon[96111]: pgmap v10736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:23.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:23.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:24.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:24.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:24 smithi088 ceph-mon[96111]: pgmap v10737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:24 smithi187 ceph-mon[111815]: pgmap v10737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:25.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:25.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:26 smithi187 ceph-mon[111815]: pgmap v10738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:26 smithi088 ceph-mon[96111]: pgmap v10738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:26.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:26.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:27.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:27.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:28.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:28.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:28 smithi187 ceph-mon[111815]: pgmap v10739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:28 smithi088 ceph-mon[96111]: pgmap v10739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:29.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:29.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:30.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:30.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:30 smithi187 ceph-mon[111815]: pgmap v10740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:14:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:30 smithi088 ceph-mon[96111]: pgmap v10740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:14:31.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:31.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:32.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:32.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:32 smithi187 ceph-mon[111815]: pgmap v10741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:32 smithi088 ceph-mon[96111]: pgmap v10741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:33.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:33.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:34.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:34.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:34 smithi088 ceph-mon[96111]: pgmap v10742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:34 smithi187 ceph-mon[111815]: pgmap v10742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:35.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:35.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:36 smithi187 ceph-mon[111815]: pgmap v10743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:36.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:36 smithi088 ceph-mon[96111]: pgmap v10743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:36.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:36.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:37.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:37.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:38.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:38.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:38 smithi187 ceph-mon[111815]: pgmap v10744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:38 smithi088 ceph-mon[96111]: pgmap v10744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:39.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:39.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:40.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:40.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:40 smithi187 ceph-mon[111815]: pgmap v10745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:40 smithi088 ceph-mon[96111]: pgmap v10745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:41.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:41.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:42.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:42.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:42 smithi187 ceph-mon[111815]: pgmap v10746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:42 smithi088 ceph-mon[96111]: pgmap v10746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:43.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:43.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:44 smithi088 ceph-mon[96111]: pgmap v10747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:44.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:44.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:44 smithi187 ceph-mon[111815]: pgmap v10747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:45.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:45.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:46.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:46 smithi088 ceph-mon[96111]: pgmap v10748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:46.419 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:14:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:46 smithi187 ceph-mon[111815]: pgmap v10748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:14:46.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:46.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:47.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:47.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:48 smithi187 ceph-mon[111815]: pgmap v10749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:48.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:48.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:48 smithi088 ceph-mon[96111]: pgmap v10749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:49.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:49.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:50 smithi187 ceph-mon[111815]: pgmap v10750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:50.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:50.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:50 smithi088 ceph-mon[96111]: pgmap v10750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:51.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:51.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:52 smithi187 ceph-mon[111815]: pgmap v10751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:52.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:52.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:52 smithi088 ceph-mon[96111]: pgmap v10751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:53.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:53.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:54 smithi088 ceph-mon[96111]: pgmap v10752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:54 smithi187 ceph-mon[111815]: pgmap v10752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:54.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:54.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:55.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:55.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:56 smithi187 ceph-mon[111815]: pgmap v10753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:56.516 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:56 smithi088 ceph-mon[96111]: pgmap v10753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:14:56.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:56.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:57.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:57.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:58 smithi187 ceph-mon[111815]: pgmap v10754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:58.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:58.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:58 smithi088 ceph-mon[96111]: pgmap v10754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:14:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:14:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:14:59.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:14:59.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:14:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:14:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:15:00.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:00.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:00 smithi088 ceph-mon[96111]: pgmap v10755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:15:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:15:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:15:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:15:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:15:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:15:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:15:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:15:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:00 smithi187 ceph-mon[111815]: pgmap v10755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:15:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:15:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:15:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:15:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:15:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:15:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:15:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:15:01.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:01.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:02.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:02.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:02 smithi187 ceph-mon[111815]: pgmap v10756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:02 smithi088 ceph-mon[96111]: pgmap v10756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:03.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:03.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:04.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:04.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:04 smithi187 ceph-mon[111815]: pgmap v10757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:04 smithi088 ceph-mon[96111]: pgmap v10757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:05.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:05.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:06 smithi187 ceph-mon[111815]: pgmap v10758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:06 smithi088 ceph-mon[96111]: pgmap v10758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:06.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:06.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:07.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:07.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:08 smithi187 ceph-mon[111815]: pgmap v10759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:08.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:08.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:08 smithi088 ceph-mon[96111]: pgmap v10759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:09.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:09.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:10 smithi187 ceph-mon[111815]: pgmap v10760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:10.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:10.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:10 smithi088 ceph-mon[96111]: pgmap v10760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:11.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:11.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:12 smithi187 ceph-mon[111815]: pgmap v10761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:12.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:12.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:12 smithi088 ceph-mon[96111]: pgmap v10761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:13.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:13.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:14 smithi088 ceph-mon[96111]: pgmap v10762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:14 smithi187 ceph-mon[111815]: pgmap v10762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:14.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:14.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:15.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:15.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:16 smithi187 ceph-mon[111815]: pgmap v10763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:15:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:16 smithi088 ceph-mon[96111]: pgmap v10763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:15:16.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:16.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:17.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:17.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:18 smithi187 ceph-mon[111815]: pgmap v10764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:18.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:18.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:18 smithi088 ceph-mon[96111]: pgmap v10764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:19.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:19.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:20 smithi187 ceph-mon[111815]: pgmap v10765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:20.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:20.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:20 smithi088 ceph-mon[96111]: pgmap v10765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:21.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:21.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:22 smithi187 ceph-mon[111815]: pgmap v10766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:22.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:22.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:22 smithi088 ceph-mon[96111]: pgmap v10766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:23.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:23.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:24 smithi088 ceph-mon[96111]: pgmap v10767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:24 smithi187 ceph-mon[111815]: pgmap v10767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:24.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:24.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:25.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:25.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:26 smithi187 ceph-mon[111815]: pgmap v10768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:26 smithi088 ceph-mon[96111]: pgmap v10768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:26.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:26.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:27.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:27.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:28 smithi187 ceph-mon[111815]: pgmap v10769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:28.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:28.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:28 smithi088 ceph-mon[96111]: pgmap v10769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:29.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:29.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:30 smithi187 ceph-mon[111815]: pgmap v10770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:15:30.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:30.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:30 smithi088 ceph-mon[96111]: pgmap v10770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:15:31.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:31.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:32 smithi187 ceph-mon[111815]: pgmap v10771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:32.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:32.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:32 smithi088 ceph-mon[96111]: pgmap v10771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:33.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:33.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:34 smithi088 ceph-mon[96111]: pgmap v10772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:34 smithi187 ceph-mon[111815]: pgmap v10772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:34.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:34.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:35.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:35.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:36 smithi187 ceph-mon[111815]: pgmap v10773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:36 smithi088 ceph-mon[96111]: pgmap v10773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:36.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:36.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:37.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:37.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:38 smithi187 ceph-mon[111815]: pgmap v10774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:38.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:38.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:38 smithi088 ceph-mon[96111]: pgmap v10774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:39.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:39.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:40 smithi187 ceph-mon[111815]: pgmap v10775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:40.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:40.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:40 smithi088 ceph-mon[96111]: pgmap v10775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:41.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:41.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:42 smithi187 ceph-mon[111815]: pgmap v10776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:42.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:42.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:42 smithi088 ceph-mon[96111]: pgmap v10776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:43.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:43.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:44 smithi088 ceph-mon[96111]: pgmap v10777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:44 smithi187 ceph-mon[111815]: pgmap v10777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:44.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:44.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:45.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:45.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:46 smithi187 ceph-mon[111815]: pgmap v10778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:15:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:46 smithi088 ceph-mon[96111]: pgmap v10778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:15:46.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:46.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:47.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:47.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:48 smithi187 ceph-mon[111815]: pgmap v10779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:48.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:48.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:48 smithi088 ceph-mon[96111]: pgmap v10779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:49.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:49.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:50 smithi187 ceph-mon[111815]: pgmap v10780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:50.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:50.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:50 smithi088 ceph-mon[96111]: pgmap v10780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:51.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:51.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:52 smithi187 ceph-mon[111815]: pgmap v10781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:52.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:52.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:52 smithi088 ceph-mon[96111]: pgmap v10781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:53.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:53.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:54 smithi088 ceph-mon[96111]: pgmap v10782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:54 smithi187 ceph-mon[111815]: pgmap v10782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:54.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:54.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:55.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:55.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:56 smithi187 ceph-mon[111815]: pgmap v10783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:56 smithi088 ceph-mon[96111]: pgmap v10783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:15:56.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:56.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:57.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:57.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:15:58 smithi187 ceph-mon[111815]: pgmap v10784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:15:58 smithi088 ceph-mon[96111]: pgmap v10784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:15:58.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:58.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:15:59.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:15:59.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:00 smithi187 ceph-mon[111815]: pgmap v10785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:16:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:16:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:00 smithi088 ceph-mon[96111]: pgmap v10785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:16:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:16:00.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:00.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:16:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:16:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:16:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:16:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:16:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:16:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:16:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:16:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:16:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:16:01.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:01.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:02 smithi088 ceph-mon[96111]: pgmap v10786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:02.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:02.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:02 smithi187 ceph-mon[111815]: pgmap v10786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:03.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:03.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:04 smithi088 ceph-mon[96111]: pgmap v10787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:04.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:04.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:04 smithi187 ceph-mon[111815]: pgmap v10787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:05.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:05.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:06 smithi187 ceph-mon[111815]: pgmap v10788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:06 smithi088 ceph-mon[96111]: pgmap v10788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:06.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:06.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:07.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:07.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:08 smithi187 ceph-mon[111815]: pgmap v10789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:08 smithi088 ceph-mon[96111]: pgmap v10789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:08.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:08.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:09.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:09.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:10 smithi187 ceph-mon[111815]: pgmap v10790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:10 smithi088 ceph-mon[96111]: pgmap v10790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:10.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:10.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:11.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:11.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:12 smithi088 ceph-mon[96111]: pgmap v10791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:12 smithi187 ceph-mon[111815]: pgmap v10791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:12.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:12.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:13.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:13.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:14 smithi088 ceph-mon[96111]: pgmap v10792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:14 smithi187 ceph-mon[111815]: pgmap v10792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:14.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:14.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:15.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:15.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:16:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:16 smithi187 ceph-mon[111815]: pgmap v10793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:16:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:16 smithi088 ceph-mon[96111]: pgmap v10793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:16.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:16.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:17.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:17.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:18 smithi187 ceph-mon[111815]: pgmap v10794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:18 smithi088 ceph-mon[96111]: pgmap v10794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:18.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:18.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:19.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:19.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:20 smithi187 ceph-mon[111815]: pgmap v10795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:20 smithi088 ceph-mon[96111]: pgmap v10795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:20.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:20.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:21.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:21.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:22 smithi187 ceph-mon[111815]: pgmap v10796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:22 smithi088 ceph-mon[96111]: pgmap v10796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:22.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:22.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:23.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:23.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:24 smithi088 ceph-mon[96111]: pgmap v10797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:24 smithi187 ceph-mon[111815]: pgmap v10797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:24.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:24.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:25.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:25.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:26 smithi187 ceph-mon[111815]: pgmap v10798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:26 smithi088 ceph-mon[96111]: pgmap v10798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:26.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:26.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:27.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:27.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:28 smithi187 ceph-mon[111815]: pgmap v10799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:28 smithi088 ceph-mon[96111]: pgmap v10799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:28.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:28.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:29.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:29.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:30 smithi187 ceph-mon[111815]: pgmap v10800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:16:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:30 smithi088 ceph-mon[96111]: pgmap v10800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:16:30.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:30.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:31.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:31.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:32 smithi187 ceph-mon[111815]: pgmap v10801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:32 smithi088 ceph-mon[96111]: pgmap v10801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:32.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:32.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:33.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:33.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:34 smithi088 ceph-mon[96111]: pgmap v10802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:34 smithi187 ceph-mon[111815]: pgmap v10802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:34.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:34.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:35.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:35.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:36 smithi187 ceph-mon[111815]: pgmap v10803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:36 smithi088 ceph-mon[96111]: pgmap v10803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:36.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:36.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:37.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:37.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:38 smithi187 ceph-mon[111815]: pgmap v10804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:38 smithi088 ceph-mon[96111]: pgmap v10804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:38.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:38.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:39.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:39.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:40 smithi187 ceph-mon[111815]: pgmap v10805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:40 smithi088 ceph-mon[96111]: pgmap v10805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:40.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:40.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:41.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:41.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:42 smithi187 ceph-mon[111815]: pgmap v10806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:42 smithi088 ceph-mon[96111]: pgmap v10806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:42.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:42.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:43.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:43.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:44 smithi088 ceph-mon[96111]: pgmap v10807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:44 smithi187 ceph-mon[111815]: pgmap v10807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:44.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:44.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:45.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:45.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:16:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:46 smithi187 ceph-mon[111815]: pgmap v10808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:16:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:46 smithi088 ceph-mon[96111]: pgmap v10808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:46.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:46.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:47.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:47.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:48 smithi187 ceph-mon[111815]: pgmap v10809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:48 smithi088 ceph-mon[96111]: pgmap v10809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:48.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:48.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:49.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:49.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:50 smithi187 ceph-mon[111815]: pgmap v10810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:50 smithi088 ceph-mon[96111]: pgmap v10810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:50.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:50.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:51.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:51.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:52 smithi187 ceph-mon[111815]: pgmap v10811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:52 smithi088 ceph-mon[96111]: pgmap v10811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:52.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:52.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:53.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:53.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:54 smithi088 ceph-mon[96111]: pgmap v10812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:54 smithi187 ceph-mon[111815]: pgmap v10812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:54.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:54.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:55.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:55.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:56 smithi187 ceph-mon[111815]: pgmap v10813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:56 smithi088 ceph-mon[96111]: pgmap v10813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:16:56.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:56.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:57.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:57.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:16:58 smithi187 ceph-mon[111815]: pgmap v10814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:16:58 smithi088 ceph-mon[96111]: pgmap v10814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:16:58.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:58.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:16:59.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:16:59.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:00 smithi187 ceph-mon[111815]: pgmap v10815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:17:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:00 smithi088 ceph-mon[96111]: pgmap v10815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:17:00.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:00.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:17:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:17:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:17:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:17:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:17:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:17:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:17:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:17:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:17:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:17:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:17:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:17:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:17:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:17:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:17:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:17:01.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:01.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:02 smithi187 ceph-mon[111815]: pgmap v10816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:02.756 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:02 smithi088 ceph-mon[96111]: pgmap v10816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:02.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:02.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:03.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:03.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:04 smithi088 ceph-mon[96111]: pgmap v10817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:04 smithi187 ceph-mon[111815]: pgmap v10817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:04.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:04.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:05.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:05.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:06 smithi187 ceph-mon[111815]: pgmap v10818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:06 smithi088 ceph-mon[96111]: pgmap v10818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:06.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:06.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:07.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:07.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:08 smithi187 ceph-mon[111815]: pgmap v10819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:08 smithi088 ceph-mon[96111]: pgmap v10819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:08.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:08.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:09.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:09.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:10 smithi187 ceph-mon[111815]: pgmap v10820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:10 smithi088 ceph-mon[96111]: pgmap v10820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:10.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:10.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:11.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:11.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:12 smithi187 ceph-mon[111815]: pgmap v10821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:12 smithi088 ceph-mon[96111]: pgmap v10821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:12.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:12.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:13.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:13.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:14 smithi088 ceph-mon[96111]: pgmap v10822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:14 smithi187 ceph-mon[111815]: pgmap v10822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:14.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:14.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:15.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:15.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:17:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:16 smithi187 ceph-mon[111815]: pgmap v10823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:17:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:16 smithi088 ceph-mon[96111]: pgmap v10823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:16.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:16.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:17.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:17.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:18 smithi187 ceph-mon[111815]: pgmap v10824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:18 smithi088 ceph-mon[96111]: pgmap v10824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:18.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:18.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:19.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:19.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:20 smithi187 ceph-mon[111815]: pgmap v10825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:20 smithi088 ceph-mon[96111]: pgmap v10825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:20.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:20.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:21.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:21.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:22 smithi187 ceph-mon[111815]: pgmap v10826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:22 smithi088 ceph-mon[96111]: pgmap v10826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:22.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:22.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:23.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:23.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:24 smithi088 ceph-mon[96111]: pgmap v10827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:24 smithi187 ceph-mon[111815]: pgmap v10827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:24.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:24.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:25.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:25.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:26 smithi187 ceph-mon[111815]: pgmap v10828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:26 smithi088 ceph-mon[96111]: pgmap v10828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:26.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:26.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:27.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:27.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:28 smithi187 ceph-mon[111815]: pgmap v10829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:28 smithi088 ceph-mon[96111]: pgmap v10829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:28.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:28.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:29.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:29.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:30 smithi187 ceph-mon[111815]: pgmap v10830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:17:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:30 smithi088 ceph-mon[96111]: pgmap v10830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:17:30.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:30.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:31.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:31.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:32 smithi187 ceph-mon[111815]: pgmap v10831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:32 smithi088 ceph-mon[96111]: pgmap v10831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:32.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:32.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:33.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:33.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:34 smithi088 ceph-mon[96111]: pgmap v10832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:34 smithi187 ceph-mon[111815]: pgmap v10832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:34.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:34.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:35.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:35.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:36 smithi187 ceph-mon[111815]: pgmap v10833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:36 smithi088 ceph-mon[96111]: pgmap v10833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:36.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:36.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:37.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:37.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:38 smithi187 ceph-mon[111815]: pgmap v10834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:38 smithi088 ceph-mon[96111]: pgmap v10834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:38.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:38.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:39.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:39.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:40 smithi187 ceph-mon[111815]: pgmap v10835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:40 smithi088 ceph-mon[96111]: pgmap v10835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:40.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:40.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:41.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:41.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:42 smithi187 ceph-mon[111815]: pgmap v10836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:42 smithi088 ceph-mon[96111]: pgmap v10836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:42.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:42.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:44.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:44.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:44 smithi088 ceph-mon[96111]: pgmap v10837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:44 smithi187 ceph-mon[111815]: pgmap v10837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:45.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:45.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:46.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:46.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:17:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:46 smithi187 ceph-mon[111815]: pgmap v10838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:17:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:46 smithi088 ceph-mon[96111]: pgmap v10838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:47.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:47.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:48.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:48.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:48 smithi088 ceph-mon[96111]: pgmap v10839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:48 smithi187 ceph-mon[111815]: pgmap v10839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:49.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:49.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:50.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:50.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:50 smithi187 ceph-mon[111815]: pgmap v10840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:50 smithi088 ceph-mon[96111]: pgmap v10840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:51.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:51.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:52.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:52.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:52 smithi187 ceph-mon[111815]: pgmap v10841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:52 smithi088 ceph-mon[96111]: pgmap v10841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:53.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:53.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:54.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:54.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:54 smithi187 ceph-mon[111815]: pgmap v10842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:54 smithi088 ceph-mon[96111]: pgmap v10842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:55.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:55.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:56.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:56.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:56 smithi187 ceph-mon[111815]: pgmap v10843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:56 smithi088 ceph-mon[96111]: pgmap v10843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:17:57.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:57.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:58.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:58.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:17:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:17:58 smithi088 ceph-mon[96111]: pgmap v10844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:17:58 smithi187 ceph-mon[111815]: pgmap v10844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:17:59.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:17:59.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:00.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:00.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:00 smithi187 ceph-mon[111815]: pgmap v10845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:18:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:00 smithi088 ceph-mon[96111]: pgmap v10845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:18:01.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:01.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:18:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:18:02.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:02.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:02 smithi187 ceph-mon[111815]: pgmap v10846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:18:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:18:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:18:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:18:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:18:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:02 smithi088 ceph-mon[96111]: pgmap v10846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:18:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:18:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:18:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:18:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:18:03.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:03.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:04.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:04.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:04 smithi187 ceph-mon[111815]: pgmap v10847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:04 smithi088 ceph-mon[96111]: pgmap v10847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:05.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:05.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:06.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:06.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:06 smithi187 ceph-mon[111815]: pgmap v10848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:06 smithi088 ceph-mon[96111]: pgmap v10848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:07.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:07.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:08.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:08.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:08 smithi187 ceph-mon[111815]: pgmap v10849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:08 smithi088 ceph-mon[96111]: pgmap v10849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:09.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:09.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:10.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:10.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:10 smithi187 ceph-mon[111815]: pgmap v10850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:10 smithi088 ceph-mon[96111]: pgmap v10850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:11.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:11.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:12.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:12.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:12 smithi187 ceph-mon[111815]: pgmap v10851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:12 smithi088 ceph-mon[96111]: pgmap v10851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:13.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:13.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:14.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:14.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:14 smithi187 ceph-mon[111815]: pgmap v10852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:14 smithi088 ceph-mon[96111]: pgmap v10852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:15.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:15.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:16.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:16.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:18:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:16 smithi187 ceph-mon[111815]: pgmap v10853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:18:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:16 smithi088 ceph-mon[96111]: pgmap v10853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:17.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:17.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:18.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:18.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:18 smithi187 ceph-mon[111815]: pgmap v10854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:18 smithi088 ceph-mon[96111]: pgmap v10854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:19.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:19.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:20.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:20.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:20 smithi187 ceph-mon[111815]: pgmap v10855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:20 smithi088 ceph-mon[96111]: pgmap v10855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:21.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:21.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:22.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:22.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:22 smithi187 ceph-mon[111815]: pgmap v10856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:22 smithi088 ceph-mon[96111]: pgmap v10856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:23.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:23.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:24.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:24.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:24 smithi187 ceph-mon[111815]: pgmap v10857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:24 smithi088 ceph-mon[96111]: pgmap v10857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:25.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:25.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:26.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:26.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:26 smithi187 ceph-mon[111815]: pgmap v10858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:26 smithi088 ceph-mon[96111]: pgmap v10858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:27.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:27.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:28.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:28.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:28 smithi187 ceph-mon[111815]: pgmap v10859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:28 smithi088 ceph-mon[96111]: pgmap v10859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:29.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:29.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:30.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:30.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:30 smithi187 ceph-mon[111815]: pgmap v10860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:18:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:30 smithi088 ceph-mon[96111]: pgmap v10860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:18:31.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:31.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:32.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:32.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:32 smithi187 ceph-mon[111815]: pgmap v10861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:32 smithi088 ceph-mon[96111]: pgmap v10861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:33.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:33.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:34.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:34.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:34.740 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:34 smithi187 ceph-mon[111815]: pgmap v10862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:34 smithi088 ceph-mon[96111]: pgmap v10862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:35.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:35.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:36.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:36.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:36 smithi187 ceph-mon[111815]: pgmap v10863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:36 smithi088 ceph-mon[96111]: pgmap v10863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:37.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:37.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:38.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:38.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:38 smithi187 ceph-mon[111815]: pgmap v10864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:38 smithi088 ceph-mon[96111]: pgmap v10864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:39.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:39.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:40.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:40.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:40 smithi187 ceph-mon[111815]: pgmap v10865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:40 smithi088 ceph-mon[96111]: pgmap v10865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:41.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:41.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:42.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:42.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:42 smithi187 ceph-mon[111815]: pgmap v10866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:42 smithi088 ceph-mon[96111]: pgmap v10866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:43.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:43.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:44.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:44.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:44 smithi088 ceph-mon[96111]: pgmap v10867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:44.844 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:44 smithi187 ceph-mon[111815]: pgmap v10867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:45.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:45.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:46.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:46.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:18:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:46 smithi187 ceph-mon[111815]: pgmap v10868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:18:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:46 smithi088 ceph-mon[96111]: pgmap v10868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:47.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:47.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:48.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:48.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:48 smithi187 ceph-mon[111815]: pgmap v10869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:48.796 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:48 smithi088 ceph-mon[96111]: pgmap v10869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:49.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:49.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:50.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:50.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:50 smithi187 ceph-mon[111815]: pgmap v10870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:50 smithi088 ceph-mon[96111]: pgmap v10870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:51.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:51.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:52.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:52.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:52 smithi187 ceph-mon[111815]: pgmap v10871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:52 smithi088 ceph-mon[96111]: pgmap v10871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:53.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:53.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:54.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:54.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:54 smithi088 ceph-mon[96111]: pgmap v10872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:54.947 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:54 smithi187 ceph-mon[111815]: pgmap v10872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:55.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:55.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:56.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:56.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:56 smithi187 ceph-mon[111815]: pgmap v10873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:56 smithi088 ceph-mon[96111]: pgmap v10873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:18:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:57.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:58.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:58.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:18:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:18:58 smithi187 ceph-mon[111815]: pgmap v10874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:18:58 smithi088 ceph-mon[96111]: pgmap v10874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:18:59.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:18:59.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:00.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:00.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:00 smithi088 ceph-mon[96111]: pgmap v10875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:19:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:00 smithi187 ceph-mon[111815]: pgmap v10875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:19:01.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:01.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:02.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:02.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: pgmap v10876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:19:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:19:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:19:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:19:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:19:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:19:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:19:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:19:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:19:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:19:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:19:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: pgmap v10876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:19:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:19:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:19:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:19:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:19:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:19:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:19:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:19:02.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:19:02.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:19:02.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:19:03.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:03.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:03 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1593M 2023-10-13T05:19:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:03 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1593M 2023-10-13T05:19:04.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:04.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:04 smithi088 ceph-mon[96111]: pgmap v10877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:04 smithi187 ceph-mon[111815]: pgmap v10877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:05.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:05.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:06.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:06.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:06 smithi187 ceph-mon[111815]: pgmap v10878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:06 smithi088 ceph-mon[96111]: pgmap v10878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:07.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:07.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:08.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:08.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:08 smithi187 ceph-mon[111815]: pgmap v10879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:08 smithi088 ceph-mon[96111]: pgmap v10879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:09.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:09.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:10.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:10.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:10 smithi088 ceph-mon[96111]: pgmap v10880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:10 smithi187 ceph-mon[111815]: pgmap v10880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:11.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:11.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:12.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:12.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:12 smithi088 ceph-mon[96111]: pgmap v10881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:12 smithi187 ceph-mon[111815]: pgmap v10881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:13.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:13.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:14.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:14.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:14 smithi088 ceph-mon[96111]: pgmap v10882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:14 smithi187 ceph-mon[111815]: pgmap v10882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:15.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:15.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:16.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:16.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:19:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:16 smithi187 ceph-mon[111815]: pgmap v10883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:19:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:16 smithi088 ceph-mon[96111]: pgmap v10883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:17.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:17.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:18.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:18.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:18 smithi088 ceph-mon[96111]: pgmap v10884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:18 smithi187 ceph-mon[111815]: pgmap v10884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:19.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:19.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:20.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:20.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:20 smithi088 ceph-mon[96111]: pgmap v10885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:20 smithi187 ceph-mon[111815]: pgmap v10885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:21.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:21.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:22.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:22.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:22 smithi088 ceph-mon[96111]: pgmap v10886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:22 smithi187 ceph-mon[111815]: pgmap v10886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:23.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:23.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:24.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:24.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:24 smithi088 ceph-mon[96111]: pgmap v10887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:24 smithi187 ceph-mon[111815]: pgmap v10887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:25.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:25.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:26.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:26.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:26 smithi187 ceph-mon[111815]: pgmap v10888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:26 smithi088 ceph-mon[96111]: pgmap v10888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:27.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:27.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:28.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:28.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:28 smithi088 ceph-mon[96111]: pgmap v10889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:28 smithi187 ceph-mon[111815]: pgmap v10889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:29.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:29.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:30.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:30.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:30 smithi187 ceph-mon[111815]: pgmap v10890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:19:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:30 smithi088 ceph-mon[96111]: pgmap v10890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:19:31.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:31.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:32.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:32.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:32 smithi088 ceph-mon[96111]: pgmap v10891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:32 smithi187 ceph-mon[111815]: pgmap v10891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:33.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:33.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:34.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:34.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:34 smithi088 ceph-mon[96111]: pgmap v10892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:34 smithi187 ceph-mon[111815]: pgmap v10892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:35.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:35.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:36.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:36.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:36 smithi187 ceph-mon[111815]: pgmap v10893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:36 smithi088 ceph-mon[96111]: pgmap v10893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:37.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:37.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:38.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:38.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:38 smithi088 ceph-mon[96111]: pgmap v10894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:38 smithi187 ceph-mon[111815]: pgmap v10894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:39.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:39.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:40.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:40.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:40 smithi187 ceph-mon[111815]: pgmap v10895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:40 smithi088 ceph-mon[96111]: pgmap v10895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:41.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:41.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:42.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:42.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:42 smithi088 ceph-mon[96111]: pgmap v10896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:42 smithi187 ceph-mon[111815]: pgmap v10896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:43.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:43.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:44.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:44.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:44 smithi088 ceph-mon[96111]: pgmap v10897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:44 smithi187 ceph-mon[111815]: pgmap v10897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:45.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:45.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:46.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:46.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:19:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:46 smithi187 ceph-mon[111815]: pgmap v10898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:19:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:46 smithi088 ceph-mon[96111]: pgmap v10898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:47.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:47.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:48.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:48.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:48 smithi088 ceph-mon[96111]: pgmap v10899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:48 smithi187 ceph-mon[111815]: pgmap v10899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:49.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:49.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:50.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:50.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:50 smithi088 ceph-mon[96111]: pgmap v10900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:50 smithi187 ceph-mon[111815]: pgmap v10900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:51.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:51.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:52.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:52.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:52 smithi088 ceph-mon[96111]: pgmap v10901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:52 smithi187 ceph-mon[111815]: pgmap v10901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:53.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:53.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:54.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:54.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:54 smithi088 ceph-mon[96111]: pgmap v10902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:54 smithi187 ceph-mon[111815]: pgmap v10902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:55.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:55.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:56.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:56.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:56 smithi187 ceph-mon[111815]: pgmap v10903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:56 smithi088 ceph-mon[96111]: pgmap v10903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:19:57.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:57.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:58.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:58.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:19:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:19:58 smithi088 ceph-mon[96111]: pgmap v10904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:19:58 smithi187 ceph-mon[111815]: pgmap v10904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:19:59.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:19:59.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:00.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:00.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:00 smithi088 ceph-mon[96111]: pgmap v10905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T05:20:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:20:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:00 smithi187 ceph-mon[111815]: pgmap v10905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T05:20:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:20:01.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:01.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:02.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:02.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:02.730 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:02 smithi088 ceph-mon[96111]: pgmap v10906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:02.734 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:02 smithi187 ceph-mon[111815]: pgmap v10906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:03.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:03.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:20:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:20:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:20:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:20:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:20:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:20:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:20:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:20:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:20:03.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:20:03.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:20:03.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:20:04.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:04.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:04 smithi088 ceph-mon[96111]: pgmap v10907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:04 smithi187 ceph-mon[111815]: pgmap v10907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:05.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:05.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:06.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:06.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:06 smithi187 ceph-mon[111815]: pgmap v10908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:06 smithi088 ceph-mon[96111]: pgmap v10908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:07.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:07.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:08.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:08.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:08 smithi088 ceph-mon[96111]: pgmap v10909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:08 smithi187 ceph-mon[111815]: pgmap v10909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:09.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:09.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:10.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:10.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:10.739 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:10 smithi187 ceph-mon[111815]: pgmap v10910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:10 smithi088 ceph-mon[96111]: pgmap v10910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:11.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:11.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:12.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:12.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:12 smithi088 ceph-mon[96111]: pgmap v10911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:12 smithi187 ceph-mon[111815]: pgmap v10911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:13.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:13.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:14.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:14.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:14 smithi088 ceph-mon[96111]: pgmap v10912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:14 smithi187 ceph-mon[111815]: pgmap v10912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:15.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:15.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:16.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:16.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:20:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:16 smithi187 ceph-mon[111815]: pgmap v10913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:20:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:16 smithi088 ceph-mon[96111]: pgmap v10913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:17.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:17.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:18.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:18.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:18 smithi088 ceph-mon[96111]: pgmap v10914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:18 smithi187 ceph-mon[111815]: pgmap v10914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:19.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:19.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:20.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:20.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:20 smithi088 ceph-mon[96111]: pgmap v10915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:20.846 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:20 smithi187 ceph-mon[111815]: pgmap v10915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:21.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:21.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:22.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:22.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:22 smithi088 ceph-mon[96111]: pgmap v10916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:22 smithi187 ceph-mon[111815]: pgmap v10916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:23.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:23.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:24.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:24.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:24 smithi088 ceph-mon[96111]: pgmap v10917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:24 smithi187 ceph-mon[111815]: pgmap v10917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:25.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:25.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:26.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:26.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:26 smithi187 ceph-mon[111815]: pgmap v10918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:26 smithi088 ceph-mon[96111]: pgmap v10918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:27.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:27.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:28.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:28.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:28 smithi088 ceph-mon[96111]: pgmap v10919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:28 smithi187 ceph-mon[111815]: pgmap v10919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:29.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:29.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:30.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:30.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:30 smithi088 ceph-mon[96111]: pgmap v10920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:20:30.952 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:30 smithi187 ceph-mon[111815]: pgmap v10920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:30.952 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:20:31.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:31.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:32.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:32.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:32 smithi088 ceph-mon[96111]: pgmap v10921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:32 smithi187 ceph-mon[111815]: pgmap v10921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:33.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:33.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:34.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:34.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:34.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:34 smithi088 ceph-mon[96111]: pgmap v10922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:34 smithi187 ceph-mon[111815]: pgmap v10922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:35.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:35.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:36.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:36.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:36 smithi187 ceph-mon[111815]: pgmap v10923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:36 smithi088 ceph-mon[96111]: pgmap v10923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:37.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:37.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:38.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:38.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:38 smithi088 ceph-mon[96111]: pgmap v10924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:38 smithi187 ceph-mon[111815]: pgmap v10924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:39.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:39.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:40.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:40.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:40 smithi088 ceph-mon[96111]: pgmap v10925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:40 smithi187 ceph-mon[111815]: pgmap v10925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:41.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:41.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:42.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:42.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:42 smithi088 ceph-mon[96111]: pgmap v10926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:42 smithi187 ceph-mon[111815]: pgmap v10926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:43.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:43.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:44.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:44.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:44 smithi088 ceph-mon[96111]: pgmap v10927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:44 smithi187 ceph-mon[111815]: pgmap v10927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:45.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:45.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:46.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:46.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:20:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:46 smithi187 ceph-mon[111815]: pgmap v10928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:20:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:46 smithi088 ceph-mon[96111]: pgmap v10928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:47.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:47.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:48.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:48.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:48 smithi088 ceph-mon[96111]: pgmap v10929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:48 smithi187 ceph-mon[111815]: pgmap v10929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:49.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:49.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:50.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:50.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:50 smithi088 ceph-mon[96111]: pgmap v10930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:50 smithi187 ceph-mon[111815]: pgmap v10930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:51.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:51.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:52.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:52.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:52 smithi088 ceph-mon[96111]: pgmap v10931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:52 smithi187 ceph-mon[111815]: pgmap v10931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:53.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:53.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:54.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:54.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:54 smithi088 ceph-mon[96111]: pgmap v10932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:54 smithi187 ceph-mon[111815]: pgmap v10932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:55.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:55.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:56.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:56.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:56 smithi187 ceph-mon[111815]: pgmap v10933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:56 smithi088 ceph-mon[96111]: pgmap v10933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:20:57.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:57.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:58.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:58.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:20:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:20:58 smithi088 ceph-mon[96111]: pgmap v10934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:20:58 smithi187 ceph-mon[111815]: pgmap v10934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:20:59.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:20:59.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:00.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:00.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:00 smithi088 ceph-mon[96111]: pgmap v10935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:21:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:00 smithi187 ceph-mon[111815]: pgmap v10935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:21:01.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:01.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:02.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:02.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:02 smithi088 ceph-mon[96111]: pgmap v10936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:02 smithi187 ceph-mon[111815]: pgmap v10936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:03.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:03.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:21:03.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:21:04.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:04.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:04 smithi088 ceph-mon[96111]: pgmap v10937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:21:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:21:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:21:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:21:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:21:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:04 smithi187 ceph-mon[111815]: pgmap v10937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:21:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:21:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:21:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:21:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:21:05.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:05.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:06.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:06.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:06 smithi187 ceph-mon[111815]: pgmap v10938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:06 smithi088 ceph-mon[96111]: pgmap v10938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:07.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:07.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:08.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:08.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:08 smithi088 ceph-mon[96111]: pgmap v10939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:08 smithi187 ceph-mon[111815]: pgmap v10939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:09.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:09.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:10.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:10.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:10 smithi088 ceph-mon[96111]: pgmap v10940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:10 smithi187 ceph-mon[111815]: pgmap v10940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:11.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:11.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:12.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:12.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:12 smithi088 ceph-mon[96111]: pgmap v10941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:12 smithi187 ceph-mon[111815]: pgmap v10941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:13.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:13.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:14.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:14.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:14 smithi088 ceph-mon[96111]: pgmap v10942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:14 smithi187 ceph-mon[111815]: pgmap v10942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:15.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:15.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:16.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:16.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:21:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:16 smithi187 ceph-mon[111815]: pgmap v10943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:21:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:16 smithi088 ceph-mon[96111]: pgmap v10943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:17.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:17.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:18.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:18.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:18 smithi088 ceph-mon[96111]: pgmap v10944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:18 smithi187 ceph-mon[111815]: pgmap v10944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:19.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:19.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:20.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:20.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:20 smithi088 ceph-mon[96111]: pgmap v10945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:20 smithi187 ceph-mon[111815]: pgmap v10945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:21.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:21.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:22.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:22.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:22 smithi088 ceph-mon[96111]: pgmap v10946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:22 smithi187 ceph-mon[111815]: pgmap v10946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:23.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:23.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:24.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:24.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:24 smithi088 ceph-mon[96111]: pgmap v10947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:24 smithi187 ceph-mon[111815]: pgmap v10947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:25.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:25.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:26.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:26.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:26 smithi187 ceph-mon[111815]: pgmap v10948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:26 smithi088 ceph-mon[96111]: pgmap v10948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:27.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:27.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:28.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:28.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:28 smithi088 ceph-mon[96111]: pgmap v10949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:28 smithi187 ceph-mon[111815]: pgmap v10949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:29.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:29.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:30.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:30.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:30 smithi088 ceph-mon[96111]: pgmap v10950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:21:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:30 smithi187 ceph-mon[111815]: pgmap v10950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:21:31.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:31.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:32.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:32.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:32 smithi088 ceph-mon[96111]: pgmap v10951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:32 smithi187 ceph-mon[111815]: pgmap v10951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:33.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:33.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:34.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:34.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:34 smithi088 ceph-mon[96111]: pgmap v10952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:34 smithi187 ceph-mon[111815]: pgmap v10952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:35.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:35.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:36.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:36.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:36 smithi187 ceph-mon[111815]: pgmap v10953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:36 smithi088 ceph-mon[96111]: pgmap v10953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:37.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:37.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:38.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:38.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:38 smithi088 ceph-mon[96111]: pgmap v10954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:38 smithi187 ceph-mon[111815]: pgmap v10954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:39.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:39.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:40.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:40.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:40 smithi088 ceph-mon[96111]: pgmap v10955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:40 smithi187 ceph-mon[111815]: pgmap v10955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:41.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:41.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:42.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:42.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:42 smithi088 ceph-mon[96111]: pgmap v10956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:42 smithi187 ceph-mon[111815]: pgmap v10956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:43.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:43.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:44.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:44.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:44 smithi088 ceph-mon[96111]: pgmap v10957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:44 smithi187 ceph-mon[111815]: pgmap v10957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:45.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:45.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:46.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:46.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:21:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:46 smithi187 ceph-mon[111815]: pgmap v10958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:21:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:46 smithi088 ceph-mon[96111]: pgmap v10958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:47.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:47.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:48.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:48.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:48 smithi088 ceph-mon[96111]: pgmap v10959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:48 smithi187 ceph-mon[111815]: pgmap v10959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:49.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:49.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:50.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:50.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:50 smithi088 ceph-mon[96111]: pgmap v10960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:50 smithi187 ceph-mon[111815]: pgmap v10960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:51.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:51.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:52.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:52.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:52 smithi088 ceph-mon[96111]: pgmap v10961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:52 smithi187 ceph-mon[111815]: pgmap v10961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:53.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:53.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:54.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:54.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:54 smithi088 ceph-mon[96111]: pgmap v10962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:54 smithi187 ceph-mon[111815]: pgmap v10962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:55.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:55.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:56.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:56.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:56 smithi187 ceph-mon[111815]: pgmap v10963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:56 smithi088 ceph-mon[96111]: pgmap v10963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:21:57.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:57.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:58.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:58.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:21:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:21:58 smithi088 ceph-mon[96111]: pgmap v10964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:21:58 smithi187 ceph-mon[111815]: pgmap v10964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:21:59.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:21:59.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:00.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:00.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:00 smithi088 ceph-mon[96111]: pgmap v10965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:22:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:00 smithi187 ceph-mon[111815]: pgmap v10965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:22:01.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:01.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:02.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:02.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:02 smithi088 ceph-mon[96111]: pgmap v10966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:02 smithi187 ceph-mon[111815]: pgmap v10966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:03.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:03.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:04.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:04.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:04 smithi088 ceph-mon[96111]: pgmap v10967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:22:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:04 smithi187 ceph-mon[111815]: pgmap v10967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:22:05.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:05.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:06.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:06.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:06 smithi187 ceph-mon[111815]: pgmap v10968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:06 smithi088 ceph-mon[96111]: pgmap v10968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:07.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:07.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:07.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:22:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:22:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:22:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:22:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:22:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:22:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:22:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:22:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:22:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:22:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:22:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:22:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:22:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:22:08.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:08.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:08 smithi187 ceph-mon[111815]: pgmap v10969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:08 smithi088 ceph-mon[96111]: pgmap v10969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:09.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:09.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:10.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:10.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:10 smithi088 ceph-mon[96111]: pgmap v10970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:10 smithi187 ceph-mon[111815]: pgmap v10970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:11.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:11.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:12.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:12.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:12 smithi088 ceph-mon[96111]: pgmap v10971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:12 smithi187 ceph-mon[111815]: pgmap v10971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:13.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:13.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:14.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:14.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:14 smithi088 ceph-mon[96111]: pgmap v10972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:14 smithi187 ceph-mon[111815]: pgmap v10972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:15.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:15.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:16.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:16.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:22:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:16 smithi187 ceph-mon[111815]: pgmap v10973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:22:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:16 smithi088 ceph-mon[96111]: pgmap v10973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:17.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:17.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:18.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:18.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:18 smithi088 ceph-mon[96111]: pgmap v10974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:18 smithi187 ceph-mon[111815]: pgmap v10974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:19.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:19.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:20.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:20.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:20 smithi088 ceph-mon[96111]: pgmap v10975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:20 smithi187 ceph-mon[111815]: pgmap v10975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:21.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:21.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:22.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:22.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:22 smithi088 ceph-mon[96111]: pgmap v10976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:22 smithi187 ceph-mon[111815]: pgmap v10976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:23.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:23.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:24.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:24.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:24 smithi088 ceph-mon[96111]: pgmap v10977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:24 smithi187 ceph-mon[111815]: pgmap v10977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:25.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:25.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:26 smithi187 ceph-mon[111815]: pgmap v10978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:26.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:26.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:26 smithi088 ceph-mon[96111]: pgmap v10978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:27.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:27.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:28.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:28.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:28 smithi088 ceph-mon[96111]: pgmap v10979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:28 smithi187 ceph-mon[111815]: pgmap v10979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:29.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:29.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:30.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:30.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:30 smithi088 ceph-mon[96111]: pgmap v10980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:22:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:30 smithi187 ceph-mon[111815]: pgmap v10980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:22:31.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:31.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:32.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:32.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:32 smithi088 ceph-mon[96111]: pgmap v10981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:32 smithi187 ceph-mon[111815]: pgmap v10981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:33.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:33.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:34.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:34.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:34 smithi088 ceph-mon[96111]: pgmap v10982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:34 smithi187 ceph-mon[111815]: pgmap v10982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:35.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:35.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:36 smithi088 ceph-mon[96111]: pgmap v10983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:36 smithi187 ceph-mon[111815]: pgmap v10983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:36.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:36.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:37.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:37.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:38.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:38.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:38 smithi088 ceph-mon[96111]: pgmap v10984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:38 smithi187 ceph-mon[111815]: pgmap v10984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:39.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:39.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:40.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:40.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:40 smithi088 ceph-mon[96111]: pgmap v10985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:40 smithi187 ceph-mon[111815]: pgmap v10985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:41.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:41.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:42.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:42.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:42 smithi187 ceph-mon[111815]: pgmap v10986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:42 smithi088 ceph-mon[96111]: pgmap v10986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:43.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:43.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:44.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:44.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:44 smithi088 ceph-mon[96111]: pgmap v10987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:44 smithi187 ceph-mon[111815]: pgmap v10987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:45.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:45.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:22:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:46 smithi187 ceph-mon[111815]: pgmap v10988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:46.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:46.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:22:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:46 smithi088 ceph-mon[96111]: pgmap v10988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:47.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:47.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:48.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:48.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:48 smithi088 ceph-mon[96111]: pgmap v10989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:48 smithi187 ceph-mon[111815]: pgmap v10989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:49.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:49.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:50.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:50.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:50 smithi088 ceph-mon[96111]: pgmap v10990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:50 smithi187 ceph-mon[111815]: pgmap v10990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:51.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:51.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:52.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:52.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:52 smithi187 ceph-mon[111815]: pgmap v10991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:52 smithi088 ceph-mon[96111]: pgmap v10991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:53.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:53.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:54.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:54.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:54 smithi088 ceph-mon[96111]: pgmap v10992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:54 smithi187 ceph-mon[111815]: pgmap v10992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:55.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:55.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:56 smithi187 ceph-mon[111815]: pgmap v10993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:56.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:56.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:56 smithi088 ceph-mon[96111]: pgmap v10993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:22:57.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:57.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:58.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:58.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:22:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:22:58 smithi088 ceph-mon[96111]: pgmap v10994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:22:58 smithi187 ceph-mon[111815]: pgmap v10994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:22:59.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:22:59.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:00.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:00.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:00 smithi088 ceph-mon[96111]: pgmap v10995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:23:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:00 smithi187 ceph-mon[111815]: pgmap v10995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:23:01.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:01.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:02.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:02.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:02 smithi088 ceph-mon[96111]: pgmap v10996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:02 smithi187 ceph-mon[111815]: pgmap v10996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:03.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:03.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:04.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:04.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:04 smithi088 ceph-mon[96111]: pgmap v10997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:04 smithi187 ceph-mon[111815]: pgmap v10997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:05.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:05.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:06 smithi187 ceph-mon[111815]: pgmap v10998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:06.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:06.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:06 smithi088 ceph-mon[96111]: pgmap v10998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:23:07.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:07.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:23:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:08 smithi187 ceph-mon[111815]: pgmap v10999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:08.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:08.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:08 smithi088 ceph-mon[96111]: pgmap v10999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:09.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:09.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:10.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:10.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:10 smithi088 ceph-mon[96111]: pgmap v11000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:10 smithi187 ceph-mon[111815]: pgmap v11000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:11.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:11.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:12.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:12.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:12 smithi088 ceph-mon[96111]: pgmap v11001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:23:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:23:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:23:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:23:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:23:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:23:12.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:23:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:12 smithi187 ceph-mon[111815]: pgmap v11001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:23:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:23:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:23:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:23:12.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:23:12.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:23:12.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:23:13.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:13.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:14.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:14.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:14 smithi088 ceph-mon[96111]: pgmap v11002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:14 smithi187 ceph-mon[111815]: pgmap v11002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:15.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:15.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:23:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:16 smithi187 ceph-mon[111815]: pgmap v11003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:16.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:16.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:23:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:16 smithi088 ceph-mon[96111]: pgmap v11003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:17.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:17.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:18.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:18.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:18 smithi088 ceph-mon[96111]: pgmap v11004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:18 smithi187 ceph-mon[111815]: pgmap v11004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:19.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:19.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:20.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:20.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:20 smithi088 ceph-mon[96111]: pgmap v11005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:20 smithi187 ceph-mon[111815]: pgmap v11005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:21.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:21.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:22.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:22.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:22 smithi088 ceph-mon[96111]: pgmap v11006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:22 smithi187 ceph-mon[111815]: pgmap v11006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:23.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:23.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:24.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:24.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:24 smithi088 ceph-mon[96111]: pgmap v11007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:24 smithi187 ceph-mon[111815]: pgmap v11007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:25.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:25.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:26.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:26 smithi187 ceph-mon[111815]: pgmap v11008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:26.493 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:26 smithi088 ceph-mon[96111]: pgmap v11008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:26.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:26.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:27.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:27.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:28.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:28.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:28 smithi088 ceph-mon[96111]: pgmap v11009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:28 smithi187 ceph-mon[111815]: pgmap v11009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:29.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:29.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:30.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:30.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:30 smithi088 ceph-mon[96111]: pgmap v11010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:23:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:30 smithi187 ceph-mon[111815]: pgmap v11010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:23:31.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:31.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:32.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:32.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:32 smithi088 ceph-mon[96111]: pgmap v11011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:32.831 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:32 smithi187 ceph-mon[111815]: pgmap v11011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:33.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:33.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:34.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:34.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:34 smithi088 ceph-mon[96111]: pgmap v11012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:34 smithi187 ceph-mon[111815]: pgmap v11012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:35.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:35.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:36 smithi187 ceph-mon[111815]: pgmap v11013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:36 smithi088 ceph-mon[96111]: pgmap v11013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:36.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:36.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:37.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:37.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:38.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:38.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:38 smithi088 ceph-mon[96111]: pgmap v11014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:38 smithi187 ceph-mon[111815]: pgmap v11014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:39.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:39.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:40.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:40.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:40 smithi088 ceph-mon[96111]: pgmap v11015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:40 smithi187 ceph-mon[111815]: pgmap v11015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:41.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:41.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:42.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:42.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:42 smithi088 ceph-mon[96111]: pgmap v11016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:42.935 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:42 smithi187 ceph-mon[111815]: pgmap v11016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:43.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:43.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:44.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:44.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:44 smithi088 ceph-mon[96111]: pgmap v11017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:44 smithi187 ceph-mon[111815]: pgmap v11017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:45.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:45.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:23:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:46 smithi088 ceph-mon[96111]: pgmap v11018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:46.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:46.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:23:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:46 smithi187 ceph-mon[111815]: pgmap v11018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:47.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:47.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:48.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:48.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:48 smithi088 ceph-mon[96111]: pgmap v11019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:48 smithi187 ceph-mon[111815]: pgmap v11019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:49.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:49.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:50.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:50.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:50 smithi088 ceph-mon[96111]: pgmap v11020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:50 smithi187 ceph-mon[111815]: pgmap v11020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:51.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:51.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:52.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:52.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:52 smithi088 ceph-mon[96111]: pgmap v11021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:52 smithi187 ceph-mon[111815]: pgmap v11021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:53.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:53.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:54.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:54.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:54 smithi088 ceph-mon[96111]: pgmap v11022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:54 smithi187 ceph-mon[111815]: pgmap v11022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:55.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:55.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:56 smithi187 ceph-mon[111815]: pgmap v11023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:56 smithi088 ceph-mon[96111]: pgmap v11023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:23:56.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:56.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:57.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:57.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:58.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:58.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:23:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:23:58 smithi088 ceph-mon[96111]: pgmap v11024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:23:58 smithi187 ceph-mon[111815]: pgmap v11024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:23:59.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:23:59.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:00.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:00.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:00 smithi088 ceph-mon[96111]: pgmap v11025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:24:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:00 smithi187 ceph-mon[111815]: pgmap v11025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:24:01.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:01.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:02.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:02.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:02 smithi088 ceph-mon[96111]: pgmap v11026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:02 smithi187 ceph-mon[111815]: pgmap v11026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:03.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:03.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:04.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:04.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:04 smithi088 ceph-mon[96111]: pgmap v11027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:04 smithi187 ceph-mon[111815]: pgmap v11027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:05.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:05.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:06 smithi187 ceph-mon[111815]: pgmap v11028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:06 smithi088 ceph-mon[96111]: pgmap v11028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:06.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:06.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:07.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:07.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:08.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:08.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:08 smithi088 ceph-mon[96111]: pgmap v11029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:08 smithi187 ceph-mon[111815]: pgmap v11029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:09.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:09.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:10.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:10.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:10 smithi088 ceph-mon[96111]: pgmap v11030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:10 smithi187 ceph-mon[111815]: pgmap v11030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:11.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:11.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:12.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:12.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:12 smithi088 ceph-mon[96111]: pgmap v11031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:24:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:24:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:24:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:24:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:24:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:24:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:12 smithi187 ceph-mon[111815]: pgmap v11031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:24:12.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:24:12.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:24:12.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:24:12.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:24:12.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:24:13.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:13.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:14.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:14.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:14 smithi088 ceph-mon[96111]: pgmap v11032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:14 smithi187 ceph-mon[111815]: pgmap v11032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:15.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:15.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:24:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:16 smithi088 ceph-mon[96111]: pgmap v11033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:16.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:16.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:24:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:16 smithi187 ceph-mon[111815]: pgmap v11033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:17.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:17.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:18.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:18.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:18 smithi187 ceph-mon[111815]: pgmap v11034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:18 smithi088 ceph-mon[96111]: pgmap v11034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:19.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:19.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:20.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:20.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:20 smithi088 ceph-mon[96111]: pgmap v11035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:20 smithi187 ceph-mon[111815]: pgmap v11035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:21.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:21.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:22.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:22.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:22 smithi088 ceph-mon[96111]: pgmap v11036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:22 smithi187 ceph-mon[111815]: pgmap v11036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:23.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:23.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:24.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:24.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:24 smithi088 ceph-mon[96111]: pgmap v11037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:24 smithi187 ceph-mon[111815]: pgmap v11037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:25.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:25.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:26 smithi088 ceph-mon[96111]: pgmap v11038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:26.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:26.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:26 smithi187 ceph-mon[111815]: pgmap v11038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:27.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:27.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:28.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:28.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:28 smithi187 ceph-mon[111815]: pgmap v11039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:28 smithi088 ceph-mon[96111]: pgmap v11039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:29.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:29.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:30.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:30.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:30 smithi088 ceph-mon[96111]: pgmap v11040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:24:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:30 smithi187 ceph-mon[111815]: pgmap v11040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:24:31.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:31.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:32.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:32.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:32 smithi088 ceph-mon[96111]: pgmap v11041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:32 smithi187 ceph-mon[111815]: pgmap v11041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:33.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:33.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:34.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:34.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:34 smithi088 ceph-mon[96111]: pgmap v11042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:34 smithi187 ceph-mon[111815]: pgmap v11042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:35.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:35.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:36 smithi088 ceph-mon[96111]: pgmap v11043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:36.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:36.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:36 smithi187 ceph-mon[111815]: pgmap v11043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:37.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:37.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:38.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:38.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:38 smithi088 ceph-mon[96111]: pgmap v11044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:38 smithi187 ceph-mon[111815]: pgmap v11044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:39.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:39.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:40.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:40.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:40 smithi088 ceph-mon[96111]: pgmap v11045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:40 smithi187 ceph-mon[111815]: pgmap v11045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:41.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:41.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:42.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:42.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:42 smithi088 ceph-mon[96111]: pgmap v11046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:42 smithi187 ceph-mon[111815]: pgmap v11046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:43.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:43.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:44.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:44.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:44 smithi088 ceph-mon[96111]: pgmap v11047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:44 smithi187 ceph-mon[111815]: pgmap v11047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:45.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:45.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:24:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:46 smithi088 ceph-mon[96111]: pgmap v11048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:46.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:46.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:24:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:46 smithi187 ceph-mon[111815]: pgmap v11048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:47.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:47.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:48.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:48.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:48 smithi088 ceph-mon[96111]: pgmap v11049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:48 smithi187 ceph-mon[111815]: pgmap v11049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:49.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:49.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:50.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:50.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:50 smithi088 ceph-mon[96111]: pgmap v11050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:50 smithi187 ceph-mon[111815]: pgmap v11050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:51.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:51.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:52.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:52.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:52 smithi088 ceph-mon[96111]: pgmap v11051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:52 smithi187 ceph-mon[111815]: pgmap v11051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:53.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:53.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:54.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:54.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:54 smithi088 ceph-mon[96111]: pgmap v11052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:54 smithi187 ceph-mon[111815]: pgmap v11052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:55.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:55.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:56 smithi088 ceph-mon[96111]: pgmap v11053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:56 smithi187 ceph-mon[111815]: pgmap v11053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:24:56.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:56.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:57.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:57.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:58.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:58.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:24:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:24:58 smithi088 ceph-mon[96111]: pgmap v11054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:24:58 smithi187 ceph-mon[111815]: pgmap v11054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:24:59.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:24:59.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:00.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:00.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:00 smithi088 ceph-mon[96111]: pgmap v11055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:25:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:00 smithi187 ceph-mon[111815]: pgmap v11055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:25:01.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:01.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:02.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:02.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:02 smithi088 ceph-mon[96111]: pgmap v11056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:02 smithi187 ceph-mon[111815]: pgmap v11056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:03.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:03.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:04.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:04.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:04 smithi088 ceph-mon[96111]: pgmap v11057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:04 smithi187 ceph-mon[111815]: pgmap v11057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:05.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:05.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:06 smithi088 ceph-mon[96111]: pgmap v11058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:06 smithi187 ceph-mon[111815]: pgmap v11058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:06.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:06.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:07.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:07.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:08.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:08.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:08 smithi088 ceph-mon[96111]: pgmap v11059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:08.830 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:08 smithi187 ceph-mon[111815]: pgmap v11059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:09.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:09.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:10.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:10.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:10 smithi088 ceph-mon[96111]: pgmap v11060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:10 smithi187 ceph-mon[111815]: pgmap v11060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:11.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:11.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:12.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:12.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:12 smithi088 ceph-mon[96111]: pgmap v11061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:25:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:12 smithi187 ceph-mon[111815]: pgmap v11061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:25:13.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:13.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:25:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:25:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:25:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:25:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:25:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:25:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:25:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:25:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:25:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:25:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:25:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:25:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:25:14.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:25:14.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:14.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:14 smithi088 ceph-mon[96111]: pgmap v11062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:14 smithi187 ceph-mon[111815]: pgmap v11062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:15.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:15.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:25:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:16 smithi088 ceph-mon[96111]: pgmap v11063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:25:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:16 smithi187 ceph-mon[111815]: pgmap v11063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:16.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:16.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:17.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:17.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:18.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:18.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:18 smithi088 ceph-mon[96111]: pgmap v11064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:18.937 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:18 smithi187 ceph-mon[111815]: pgmap v11064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:19.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:19.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:20.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:20.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:20 smithi088 ceph-mon[96111]: pgmap v11065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:20 smithi187 ceph-mon[111815]: pgmap v11065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:21.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:21.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:22.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:22.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:22 smithi088 ceph-mon[96111]: pgmap v11066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:22 smithi187 ceph-mon[111815]: pgmap v11066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:23.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:23.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:24.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:24.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:24 smithi187 ceph-mon[111815]: pgmap v11067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:25.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:24 smithi088 ceph-mon[96111]: pgmap v11067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:25.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:25.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:26 smithi088 ceph-mon[96111]: pgmap v11068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:26 smithi187 ceph-mon[111815]: pgmap v11068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:26.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:26.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:27.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:27.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:28.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:28.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:28 smithi088 ceph-mon[96111]: pgmap v11069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:28 smithi187 ceph-mon[111815]: pgmap v11069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:29.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:29.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:30.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:30.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:30 smithi187 ceph-mon[111815]: pgmap v11070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:25:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:30 smithi088 ceph-mon[96111]: pgmap v11070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:25:31.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:31.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:32.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:32.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:32 smithi187 ceph-mon[111815]: pgmap v11071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:32 smithi088 ceph-mon[96111]: pgmap v11071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:33.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:33.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:34.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:34.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:34 smithi187 ceph-mon[111815]: pgmap v11072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:34 smithi088 ceph-mon[96111]: pgmap v11072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:35.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:35.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:36 smithi088 ceph-mon[96111]: pgmap v11073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:36 smithi187 ceph-mon[111815]: pgmap v11073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:36.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:36.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:37.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:37.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:38.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:38.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:38 smithi187 ceph-mon[111815]: pgmap v11074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:38 smithi088 ceph-mon[96111]: pgmap v11074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:39.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:39.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:40.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:40.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:40 smithi187 ceph-mon[111815]: pgmap v11075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:40 smithi088 ceph-mon[96111]: pgmap v11075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:41.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:41.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:42.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:42.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:42 smithi187 ceph-mon[111815]: pgmap v11076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:42 smithi088 ceph-mon[96111]: pgmap v11076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:43.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:43.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:44.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:44.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:44 smithi187 ceph-mon[111815]: pgmap v11077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:44 smithi088 ceph-mon[96111]: pgmap v11077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:45.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:45.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:25:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:46 smithi088 ceph-mon[96111]: pgmap v11078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:25:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:46 smithi187 ceph-mon[111815]: pgmap v11078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:46.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:46.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:47.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:47.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:48.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:48.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:48 smithi187 ceph-mon[111815]: pgmap v11079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:48 smithi088 ceph-mon[96111]: pgmap v11079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:49.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:49.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:50.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:50.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:50 smithi187 ceph-mon[111815]: pgmap v11080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:50 smithi088 ceph-mon[96111]: pgmap v11080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:51.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:51.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:52.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:52.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:52.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:52 smithi088 ceph-mon[96111]: pgmap v11081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:52 smithi187 ceph-mon[111815]: pgmap v11081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:53.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:53.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:54.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:54.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:54 smithi187 ceph-mon[111815]: pgmap v11082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:54 smithi088 ceph-mon[96111]: pgmap v11082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:55.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:55.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:56 smithi088 ceph-mon[96111]: pgmap v11083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:56 smithi187 ceph-mon[111815]: pgmap v11083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:25:56.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:56.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:57.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:57.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:58.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:58.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:25:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:25:58 smithi187 ceph-mon[111815]: pgmap v11084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:25:58 smithi088 ceph-mon[96111]: pgmap v11084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:25:59.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:25:59.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:00.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:00.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:00 smithi187 ceph-mon[111815]: pgmap v11085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:26:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:00 smithi088 ceph-mon[96111]: pgmap v11085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:26:01.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:01.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:02.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:02.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:02 smithi187 ceph-mon[111815]: pgmap v11086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:03.023 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:02 smithi088 ceph-mon[96111]: pgmap v11086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:03.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:03.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:04 smithi187 ceph-mon[111815]: pgmap v11087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:04.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:04.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:04 smithi088 ceph-mon[96111]: pgmap v11087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:05.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:05.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:06 smithi088 ceph-mon[96111]: pgmap v11088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:06 smithi187 ceph-mon[111815]: pgmap v11088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:06.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:06.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:07.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:07.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:08.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:08.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:08 smithi187 ceph-mon[111815]: pgmap v11089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:08 smithi088 ceph-mon[96111]: pgmap v11089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:09.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:09.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:10.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:10.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:10 smithi187 ceph-mon[111815]: pgmap v11090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:10 smithi088 ceph-mon[96111]: pgmap v11090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:11.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:11.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:12.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:12.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:12 smithi187 ceph-mon[111815]: pgmap v11091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:12 smithi088 ceph-mon[96111]: pgmap v11091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:13.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:13.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:13.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:26:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:26:14.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:14.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:14 smithi187 ceph-mon[111815]: pgmap v11092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:26:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:26:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:26:14.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:26:14.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:26:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:14 smithi088 ceph-mon[96111]: pgmap v11092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:26:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:26:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:26:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:26:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:26:15.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:15.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:26:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:16 smithi088 ceph-mon[96111]: pgmap v11093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:26:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:16 smithi187 ceph-mon[111815]: pgmap v11093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:16.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:16.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:17.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:17.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:18.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:18.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:18 smithi187 ceph-mon[111815]: pgmap v11094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:18 smithi088 ceph-mon[96111]: pgmap v11094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:19.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:19.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:20.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:20.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:20 smithi187 ceph-mon[111815]: pgmap v11095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:20 smithi088 ceph-mon[96111]: pgmap v11095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:21.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:21.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:22.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:22.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:22 smithi187 ceph-mon[111815]: pgmap v11096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:22 smithi088 ceph-mon[96111]: pgmap v11096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:23.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:23.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:24.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:24.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:24 smithi187 ceph-mon[111815]: pgmap v11097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:24 smithi088 ceph-mon[96111]: pgmap v11097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:25.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:25.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:26 smithi088 ceph-mon[96111]: pgmap v11098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:26 smithi187 ceph-mon[111815]: pgmap v11098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:26.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:26.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:27.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:27.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:28.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:28.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:28 smithi187 ceph-mon[111815]: pgmap v11099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:28 smithi088 ceph-mon[96111]: pgmap v11099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:29.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:29.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:30.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:30.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:30 smithi187 ceph-mon[111815]: pgmap v11100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:26:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:30 smithi088 ceph-mon[96111]: pgmap v11100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:26:31.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:31.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:32.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:32.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:32 smithi187 ceph-mon[111815]: pgmap v11101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:32 smithi088 ceph-mon[96111]: pgmap v11101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:33.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:33.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:34.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:34.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:34 smithi187 ceph-mon[111815]: pgmap v11102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:34 smithi088 ceph-mon[96111]: pgmap v11102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:35.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:35.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:36 smithi088 ceph-mon[96111]: pgmap v11103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:36 smithi187 ceph-mon[111815]: pgmap v11103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:36.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:36.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:37.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:37.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:38 smithi088 ceph-mon[96111]: pgmap v11104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:38.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:38.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:38 smithi187 ceph-mon[111815]: pgmap v11104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:39.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:39.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:40.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:40.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:40 smithi187 ceph-mon[111815]: pgmap v11105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:40 smithi088 ceph-mon[96111]: pgmap v11105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:41.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:41.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:42.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:42.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:42 smithi187 ceph-mon[111815]: pgmap v11106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:42 smithi088 ceph-mon[96111]: pgmap v11106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:43.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:43.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:44.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:44.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:44 smithi187 ceph-mon[111815]: pgmap v11107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:44 smithi088 ceph-mon[96111]: pgmap v11107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:45.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:45.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:26:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:46 smithi088 ceph-mon[96111]: pgmap v11108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:26:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:46 smithi187 ceph-mon[111815]: pgmap v11108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:46.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:46.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:47.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:47.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:48 smithi088 ceph-mon[96111]: pgmap v11109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:48.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:48.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:48 smithi187 ceph-mon[111815]: pgmap v11109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:49.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:49.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:50.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:50.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:50 smithi187 ceph-mon[111815]: pgmap v11110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:50 smithi088 ceph-mon[96111]: pgmap v11110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:51.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:51.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:52.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:52.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:52 smithi187 ceph-mon[111815]: pgmap v11111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:52 smithi088 ceph-mon[96111]: pgmap v11111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:53.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:53.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:54.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:54.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:54.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:54 smithi187 ceph-mon[111815]: pgmap v11112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:54 smithi088 ceph-mon[96111]: pgmap v11112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:55.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:55.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:56 smithi088 ceph-mon[96111]: pgmap v11113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:56 smithi187 ceph-mon[111815]: pgmap v11113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:26:56.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:56.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:57.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:57.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:26:58 smithi088 ceph-mon[96111]: pgmap v11114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:58.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:58.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:26:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:26:58 smithi187 ceph-mon[111815]: pgmap v11114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:26:59.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:26:59.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:00.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:00.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:00 smithi187 ceph-mon[111815]: pgmap v11115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:27:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:00 smithi088 ceph-mon[96111]: pgmap v11115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:27:01.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:01.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:02.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:02.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:02 smithi187 ceph-mon[111815]: pgmap v11116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:02 smithi088 ceph-mon[96111]: pgmap v11116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:03.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:03.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:04.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:04.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:04 smithi187 ceph-mon[111815]: pgmap v11117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:04 smithi088 ceph-mon[96111]: pgmap v11117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:05.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:05.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:06 smithi088 ceph-mon[96111]: pgmap v11118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:06 smithi187 ceph-mon[111815]: pgmap v11118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:06.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:06.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:07.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:07.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:08.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:08.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:08 smithi187 ceph-mon[111815]: pgmap v11119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:08 smithi088 ceph-mon[96111]: pgmap v11119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:09.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:09.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:10.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:10.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:10 smithi187 ceph-mon[111815]: pgmap v11120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:10 smithi088 ceph-mon[96111]: pgmap v11120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:11.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:11.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:12.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:12.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:12 smithi187 ceph-mon[111815]: pgmap v11121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:12 smithi088 ceph-mon[96111]: pgmap v11121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:13.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:13.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:14.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:14.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:14 smithi187 ceph-mon[111815]: pgmap v11122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:27:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:27:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:27:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:14 smithi088 ceph-mon[96111]: pgmap v11122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:27:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:27:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:27:15.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:15.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:27:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:27:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:27:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:27:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:27:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:27:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:27:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:27:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:27:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:27:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:27:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:27:16.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:16.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:16 smithi187 ceph-mon[111815]: pgmap v11123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:16 smithi088 ceph-mon[96111]: pgmap v11123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:17.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:17.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:18.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:18.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:18 smithi187 ceph-mon[111815]: pgmap v11124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:18 smithi088 ceph-mon[96111]: pgmap v11124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:19.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:19.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:20.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:20.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:20 smithi187 ceph-mon[111815]: pgmap v11125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:20 smithi088 ceph-mon[96111]: pgmap v11125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:21.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:21.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:22.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:22.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:22 smithi187 ceph-mon[111815]: pgmap v11126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:22 smithi088 ceph-mon[96111]: pgmap v11126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:23.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:23.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:24.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:24.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:24 smithi187 ceph-mon[111815]: pgmap v11127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:24 smithi088 ceph-mon[96111]: pgmap v11127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:25.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:25.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:26 smithi088 ceph-mon[96111]: pgmap v11128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:26 smithi187 ceph-mon[111815]: pgmap v11128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:26.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:26.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:27.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:27.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:28.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:28 smithi088 ceph-mon[96111]: pgmap v11129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:28 smithi187 ceph-mon[111815]: pgmap v11129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:28.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:28.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:29.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:29.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:30 smithi187 ceph-mon[111815]: pgmap v11130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:27:30.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:30.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:30 smithi088 ceph-mon[96111]: pgmap v11130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:27:31.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:31.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:32 smithi187 ceph-mon[111815]: pgmap v11131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:32.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:32.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:33.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:32 smithi088 ceph-mon[96111]: pgmap v11131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:33.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:33.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:34 smithi187 ceph-mon[111815]: pgmap v11132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:34.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:34.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:35.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:34 smithi088 ceph-mon[96111]: pgmap v11132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:35.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:35.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:36 smithi088 ceph-mon[96111]: pgmap v11133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:36 smithi187 ceph-mon[111815]: pgmap v11133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:36.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:36.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:37.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:37.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:38 smithi187 ceph-mon[111815]: pgmap v11134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:38.963 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:38 smithi088 ceph-mon[96111]: pgmap v11134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:38.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:38.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:39.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:39.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:40 smithi187 ceph-mon[111815]: pgmap v11135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:40.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:40.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:40 smithi088 ceph-mon[96111]: pgmap v11135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:41.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:41.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:42 smithi187 ceph-mon[111815]: pgmap v11136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:42.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:42.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:42 smithi088 ceph-mon[96111]: pgmap v11136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:43.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:43.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:44 smithi187 ceph-mon[111815]: pgmap v11137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:44.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:44.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:44 smithi088 ceph-mon[96111]: pgmap v11137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:45.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:45.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:27:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:46 smithi088 ceph-mon[96111]: pgmap v11138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:27:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:46 smithi187 ceph-mon[111815]: pgmap v11138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:46.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:46.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:47.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:47.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:48 smithi187 ceph-mon[111815]: pgmap v11139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:48.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:48.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:49.062 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:48 smithi088 ceph-mon[96111]: pgmap v11139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:49.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:49.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:50 smithi187 ceph-mon[111815]: pgmap v11140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:50.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:50.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:50 smithi088 ceph-mon[96111]: pgmap v11140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:51.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:51.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:52 smithi187 ceph-mon[111815]: pgmap v11141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:52.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:53.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:52 smithi088 ceph-mon[96111]: pgmap v11141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:54.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:54.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:54 smithi187 ceph-mon[111815]: pgmap v11142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:55.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:55.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:54 smithi088 ceph-mon[96111]: pgmap v11142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:56.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:56.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:56 smithi088 ceph-mon[96111]: pgmap v11143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:56 smithi187 ceph-mon[111815]: pgmap v11143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:27:57.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:57.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:58.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:58.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:27:58 smithi187 ceph-mon[111815]: pgmap v11144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:27:59.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:27:59.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:27:59.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:27:58 smithi088 ceph-mon[96111]: pgmap v11144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:00.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:00.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:00 smithi187 ceph-mon[111815]: pgmap v11145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:28:01.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:01.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:00 smithi088 ceph-mon[96111]: pgmap v11145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:28:02.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:02.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:02 smithi187 ceph-mon[111815]: pgmap v11146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:03.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:03.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:02 smithi088 ceph-mon[96111]: pgmap v11146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:04.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:04.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:04 smithi187 ceph-mon[111815]: pgmap v11147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:05.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:05.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:04 smithi088 ceph-mon[96111]: pgmap v11147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:06.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:06.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:06 smithi088 ceph-mon[96111]: pgmap v11148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:06 smithi187 ceph-mon[111815]: pgmap v11148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:07.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:07.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:08.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:08.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:08 smithi187 ceph-mon[111815]: pgmap v11149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:09.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:09.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:09.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:08 smithi088 ceph-mon[96111]: pgmap v11149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:10.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:10.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:10 smithi187 ceph-mon[111815]: pgmap v11150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:11.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:11.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:10 smithi088 ceph-mon[96111]: pgmap v11150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:12.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:12.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:12 smithi187 ceph-mon[111815]: pgmap v11151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:13.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:13.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:12 smithi088 ceph-mon[96111]: pgmap v11151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:14.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:14.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:14 smithi187 ceph-mon[111815]: pgmap v11152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:15.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:15.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:15.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:14 smithi088 ceph-mon[96111]: pgmap v11152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:28:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:28:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:28:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:28:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:28:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:28:15.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:28:16.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:16.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:28:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:28:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:28:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:28:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:28:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:28:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:28:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:16 smithi187 ceph-mon[111815]: pgmap v11153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:17.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:17.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:16 smithi088 ceph-mon[96111]: pgmap v11153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:18.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:18.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:18 smithi187 ceph-mon[111815]: pgmap v11154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:19.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:19.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:19.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:18 smithi088 ceph-mon[96111]: pgmap v11154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:20.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:20.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:20 smithi187 ceph-mon[111815]: pgmap v11155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:21.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:21.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:21.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:20 smithi088 ceph-mon[96111]: pgmap v11155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:22.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:22.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:22 smithi187 ceph-mon[111815]: pgmap v11156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:23.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:23.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:22 smithi088 ceph-mon[96111]: pgmap v11156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:24.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:24.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:24 smithi088 ceph-mon[96111]: pgmap v11157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:24 smithi187 ceph-mon[111815]: pgmap v11157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:25.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:25.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:26.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:26.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:26 smithi088 ceph-mon[96111]: pgmap v11158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:26 smithi187 ceph-mon[111815]: pgmap v11158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:27.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:27.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:28.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:28.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:28 smithi187 ceph-mon[111815]: pgmap v11159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:29.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:29.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:29.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:28 smithi088 ceph-mon[96111]: pgmap v11159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:30.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:30.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:30.929 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:30 smithi187 ceph-mon[111815]: pgmap v11160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:30.929 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:28:31.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:31.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:30 smithi088 ceph-mon[96111]: pgmap v11160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:28:32.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:32.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:32 smithi187 ceph-mon[111815]: pgmap v11161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:33.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:33.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:32 smithi088 ceph-mon[96111]: pgmap v11161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:34.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:34.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:34 smithi088 ceph-mon[96111]: pgmap v11162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:34 smithi187 ceph-mon[111815]: pgmap v11162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:35.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:35.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:36.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:36.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:36 smithi088 ceph-mon[96111]: pgmap v11163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:36 smithi187 ceph-mon[111815]: pgmap v11163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:37.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:37.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:38.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:38.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:38 smithi187 ceph-mon[111815]: pgmap v11164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:38 smithi088 ceph-mon[96111]: pgmap v11164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:39.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:39.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:40.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:40.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:40 smithi187 ceph-mon[111815]: pgmap v11165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:40 smithi088 ceph-mon[96111]: pgmap v11165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:41.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:41.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:42.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:42.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:42 smithi187 ceph-mon[111815]: pgmap v11166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:42 smithi088 ceph-mon[96111]: pgmap v11166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:43.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:43.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:44.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:44.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:44 smithi187 ceph-mon[111815]: pgmap v11167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:44 smithi088 ceph-mon[96111]: pgmap v11167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:45.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:45.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:46.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:46.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:28:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:46 smithi187 ceph-mon[111815]: pgmap v11168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:28:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:46 smithi088 ceph-mon[96111]: pgmap v11168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:47.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:47.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:48.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:48.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:48 smithi187 ceph-mon[111815]: pgmap v11169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:48 smithi088 ceph-mon[96111]: pgmap v11169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:49.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:49.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:50.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:50.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:50 smithi187 ceph-mon[111815]: pgmap v11170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:50 smithi088 ceph-mon[96111]: pgmap v11170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:51.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:51.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:52.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:52.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:52 smithi187 ceph-mon[111815]: pgmap v11171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:52 smithi088 ceph-mon[96111]: pgmap v11171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:53.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:53.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:54.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:54.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:54 smithi187 ceph-mon[111815]: pgmap v11172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:54 smithi088 ceph-mon[96111]: pgmap v11172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:55.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:55.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:56.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:56.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:56 smithi187 ceph-mon[111815]: pgmap v11173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:56 smithi088 ceph-mon[96111]: pgmap v11173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:28:57.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:57.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:58.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:58.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:28:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:28:58 smithi187 ceph-mon[111815]: pgmap v11174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:28:58 smithi088 ceph-mon[96111]: pgmap v11174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:28:59.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:28:59.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:00.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:00.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:00 smithi187 ceph-mon[111815]: pgmap v11175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:29:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:00 smithi088 ceph-mon[96111]: pgmap v11175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:29:01.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:01.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:02.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:02.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:02 smithi187 ceph-mon[111815]: pgmap v11176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:02 smithi088 ceph-mon[96111]: pgmap v11176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:03.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:03.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:04.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:04.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:04 smithi187 ceph-mon[111815]: pgmap v11177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:04 smithi088 ceph-mon[96111]: pgmap v11177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:05.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:05.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:06.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:06.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:06 smithi088 ceph-mon[96111]: pgmap v11178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:06 smithi187 ceph-mon[111815]: pgmap v11178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:07.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:07.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:08.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:08.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:08 smithi187 ceph-mon[111815]: pgmap v11179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:08 smithi088 ceph-mon[96111]: pgmap v11179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:09.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:09.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:10.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:10.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:10 smithi187 ceph-mon[111815]: pgmap v11180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:10 smithi088 ceph-mon[96111]: pgmap v11180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:11.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:11.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:12.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:12.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:12 smithi187 ceph-mon[111815]: pgmap v11181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:12 smithi088 ceph-mon[96111]: pgmap v11181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:13.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:13.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:14.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:14.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:14.901 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:14 smithi088 ceph-mon[96111]: pgmap v11182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:14 smithi187 ceph-mon[111815]: pgmap v11182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:15.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:15.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:16.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:16.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:29:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:29:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: pgmap v11183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:29:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:29:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:29:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:29:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1586M 2023-10-13T05:29:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:29:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:29:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:29:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:29:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:29:16.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:29:16.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:29:16.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:29:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:29:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:29:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: pgmap v11183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:29:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:29:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:29:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:29:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1586M 2023-10-13T05:29:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:29:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:29:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:29:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:29:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:29:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:29:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:29:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:29:17.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:17.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:18.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:18.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:18 smithi187 ceph-mon[111815]: pgmap v11184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:18 smithi088 ceph-mon[96111]: pgmap v11184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:19.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:19.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:20.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:20.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:20 smithi187 ceph-mon[111815]: pgmap v11185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:20 smithi088 ceph-mon[96111]: pgmap v11185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:21.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:21.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:22.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:22.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:22 smithi187 ceph-mon[111815]: pgmap v11186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:22 smithi088 ceph-mon[96111]: pgmap v11186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:23.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:23.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:24.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:24.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:24 smithi187 ceph-mon[111815]: pgmap v11187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:25.000 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:24 smithi088 ceph-mon[96111]: pgmap v11187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:25.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:25.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:26.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:26.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:26 smithi088 ceph-mon[96111]: pgmap v11188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:26 smithi187 ceph-mon[111815]: pgmap v11188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:27.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:27.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:28.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:28.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:28 smithi187 ceph-mon[111815]: pgmap v11189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:28 smithi088 ceph-mon[96111]: pgmap v11189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:29.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:29.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:30.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:30.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:30 smithi187 ceph-mon[111815]: pgmap v11190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:29:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:30 smithi088 ceph-mon[96111]: pgmap v11190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:29:31.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:31.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:32.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:32.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:32 smithi187 ceph-mon[111815]: pgmap v11191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:32 smithi088 ceph-mon[96111]: pgmap v11191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:33.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:33.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:34.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:34.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:34 smithi187 ceph-mon[111815]: pgmap v11192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:34 smithi088 ceph-mon[96111]: pgmap v11192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:35.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:35.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:36.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:36.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:36 smithi088 ceph-mon[96111]: pgmap v11193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:36.615 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:36 smithi187 ceph-mon[111815]: pgmap v11193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:37.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:37.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:38.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:38.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:38 smithi187 ceph-mon[111815]: pgmap v11194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:38 smithi088 ceph-mon[96111]: pgmap v11194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:39.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:39.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:40.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:40.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:40 smithi187 ceph-mon[111815]: pgmap v11195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:40 smithi088 ceph-mon[96111]: pgmap v11195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:41.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:41.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:42.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:42.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:42 smithi187 ceph-mon[111815]: pgmap v11196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:42 smithi088 ceph-mon[96111]: pgmap v11196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:43.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:43.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:44.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:44.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:44 smithi187 ceph-mon[111815]: pgmap v11197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:45.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:44 smithi088 ceph-mon[96111]: pgmap v11197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:45.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:45.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:46.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:46.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:29:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:46 smithi088 ceph-mon[96111]: pgmap v11198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:29:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:46 smithi187 ceph-mon[111815]: pgmap v11198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:47.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:47.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:48.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:48.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:48 smithi187 ceph-mon[111815]: pgmap v11199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:48 smithi088 ceph-mon[96111]: pgmap v11199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:49.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:49.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:50.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:50.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:50 smithi187 ceph-mon[111815]: pgmap v11200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:50 smithi088 ceph-mon[96111]: pgmap v11200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:51.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:51.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:52.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:52.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:52 smithi187 ceph-mon[111815]: pgmap v11201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:52 smithi088 ceph-mon[96111]: pgmap v11201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:53.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:53.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:54.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:54.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:54 smithi187 ceph-mon[111815]: pgmap v11202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:54 smithi088 ceph-mon[96111]: pgmap v11202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:55.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:55.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:56.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:56.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:56 smithi088 ceph-mon[96111]: pgmap v11203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:56 smithi187 ceph-mon[111815]: pgmap v11203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:29:57.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:57.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:58.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:58.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:29:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:29:58 smithi187 ceph-mon[111815]: pgmap v11204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:29:58 smithi088 ceph-mon[96111]: pgmap v11204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:29:59.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:29:59.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:00.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:00.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:00 smithi187 ceph-mon[111815]: pgmap v11205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T05:30:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:30:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:00 smithi088 ceph-mon[96111]: pgmap v11205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T05:30:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:30:01.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:01.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:02.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:02.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:02 smithi187 ceph-mon[111815]: pgmap v11206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:02 smithi088 ceph-mon[96111]: pgmap v11206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:03.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:03.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:04.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:04.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:04 smithi187 ceph-mon[111815]: pgmap v11207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:04 smithi088 ceph-mon[96111]: pgmap v11207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:05.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:05.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:06.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:06.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:06 smithi088 ceph-mon[96111]: pgmap v11208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:06 smithi187 ceph-mon[111815]: pgmap v11208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:07.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:07.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:08.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:08.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:08 smithi187 ceph-mon[111815]: pgmap v11209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:08 smithi088 ceph-mon[96111]: pgmap v11209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:09.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:09.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:10.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:10.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:10 smithi088 ceph-mon[96111]: pgmap v11210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:10 smithi187 ceph-mon[111815]: pgmap v11210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:11.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:11.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:12.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:12.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:12 smithi187 ceph-mon[111815]: pgmap v11211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:12 smithi088 ceph-mon[96111]: pgmap v11211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:13.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:13.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:14.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:14.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:14.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:14 smithi187 ceph-mon[111815]: pgmap v11212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:14 smithi088 ceph-mon[96111]: pgmap v11212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:15.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:15.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:16.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:16.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:30:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:16 smithi088 ceph-mon[96111]: pgmap v11213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:30:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:30:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:16 smithi187 ceph-mon[111815]: pgmap v11213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:30:17.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:17.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:18.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:18.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:18 smithi187 ceph-mon[111815]: pgmap v11214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:19.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:19.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:18 smithi088 ceph-mon[96111]: pgmap v11214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:20.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:20.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:20 smithi187 ceph-mon[111815]: pgmap v11215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:21.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:21.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:20 smithi088 ceph-mon[96111]: pgmap v11215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:22.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:22.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:30:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:30:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:30:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:22 smithi187 ceph-mon[111815]: pgmap v11216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:30:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:30:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:22.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:30:22.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:30:22.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:22 smithi088 ceph-mon[96111]: pgmap v11216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:23.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:23.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:24.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:24.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:24 smithi187 ceph-mon[111815]: pgmap v11217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:24 smithi088 ceph-mon[96111]: pgmap v11217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:25.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:25.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:26.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:26.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:26 smithi088 ceph-mon[96111]: pgmap v11218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:26 smithi187 ceph-mon[111815]: pgmap v11218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:27.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:27.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:28.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:28.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:28 smithi187 ceph-mon[111815]: pgmap v11219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:28 smithi088 ceph-mon[96111]: pgmap v11219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:29.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:29.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:30.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:30.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:30 smithi187 ceph-mon[111815]: pgmap v11220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:30:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:30 smithi088 ceph-mon[96111]: pgmap v11220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:30:31.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:31.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:32.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:32.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:32 smithi187 ceph-mon[111815]: pgmap v11221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:32 smithi088 ceph-mon[96111]: pgmap v11221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:33.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:33.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:34.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:34.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:34 smithi187 ceph-mon[111815]: pgmap v11222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:34 smithi088 ceph-mon[96111]: pgmap v11222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:35.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:35.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:36.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:36.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:36 smithi088 ceph-mon[96111]: pgmap v11223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:36 smithi187 ceph-mon[111815]: pgmap v11223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:37.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:37.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:38.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:38.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:38 smithi187 ceph-mon[111815]: pgmap v11224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:38 smithi088 ceph-mon[96111]: pgmap v11224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:39.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:39.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:40.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:40.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:40 smithi187 ceph-mon[111815]: pgmap v11225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:40 smithi088 ceph-mon[96111]: pgmap v11225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:41.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:41.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:42.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:42.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:42 smithi187 ceph-mon[111815]: pgmap v11226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:42 smithi088 ceph-mon[96111]: pgmap v11226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:43.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:43.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:44.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:44.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:44 smithi187 ceph-mon[111815]: pgmap v11227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:44 smithi088 ceph-mon[96111]: pgmap v11227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:45.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:45.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:46.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:46.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:30:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:46 smithi088 ceph-mon[96111]: pgmap v11228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:30:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:46 smithi187 ceph-mon[111815]: pgmap v11228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:47.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:47.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:48.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:48.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:48 smithi187 ceph-mon[111815]: pgmap v11229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:48 smithi088 ceph-mon[96111]: pgmap v11229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:49.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:49.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:50.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:50.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:50 smithi187 ceph-mon[111815]: pgmap v11230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:50 smithi088 ceph-mon[96111]: pgmap v11230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:51.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:51.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:52.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:52.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:52 smithi187 ceph-mon[111815]: pgmap v11231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:52 smithi088 ceph-mon[96111]: pgmap v11231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:53.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:53.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:54.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:54.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:54 smithi187 ceph-mon[111815]: pgmap v11232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:54 smithi088 ceph-mon[96111]: pgmap v11232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:55.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:55.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:56.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:56.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:56.577 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:56 smithi088 ceph-mon[96111]: pgmap v11233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:56 smithi187 ceph-mon[111815]: pgmap v11233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:30:57.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:57.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:58.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:58.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:30:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:30:58 smithi187 ceph-mon[111815]: pgmap v11234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:30:58 smithi088 ceph-mon[96111]: pgmap v11234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:30:59.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:30:59.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:00.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:00.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:00.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:00 smithi088 ceph-mon[96111]: pgmap v11235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:00.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:31:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:00 smithi187 ceph-mon[111815]: pgmap v11235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:31:01.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:01.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:02.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:02.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:02 smithi187 ceph-mon[111815]: pgmap v11236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:02 smithi088 ceph-mon[96111]: pgmap v11236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:03.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:03.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:04.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:04.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:04 smithi187 ceph-mon[111815]: pgmap v11237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:05.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:04 smithi088 ceph-mon[96111]: pgmap v11237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:05.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:05.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:06.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:06.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:06 smithi088 ceph-mon[96111]: pgmap v11238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:06 smithi187 ceph-mon[111815]: pgmap v11238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:07.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:07.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:08.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:08.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:08 smithi187 ceph-mon[111815]: pgmap v11239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:08 smithi088 ceph-mon[96111]: pgmap v11239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:09.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:09.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:10.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:10.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:10 smithi187 ceph-mon[111815]: pgmap v11240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:11.044 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:10 smithi088 ceph-mon[96111]: pgmap v11240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:11.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:11.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:12.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:12.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:12 smithi187 ceph-mon[111815]: pgmap v11241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:12 smithi088 ceph-mon[96111]: pgmap v11241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:13.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:13.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:14.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:14.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:14 smithi187 ceph-mon[111815]: pgmap v11242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:14 smithi088 ceph-mon[96111]: pgmap v11242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:15.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:15.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:16.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:16.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:31:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:16 smithi088 ceph-mon[96111]: pgmap v11243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:31:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:16 smithi187 ceph-mon[111815]: pgmap v11243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:17.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:17.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:18.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:18.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:18 smithi187 ceph-mon[111815]: pgmap v11244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:18 smithi088 ceph-mon[96111]: pgmap v11244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:19.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:19.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:20.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:20.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:20 smithi187 ceph-mon[111815]: pgmap v11245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:20 smithi088 ceph-mon[96111]: pgmap v11245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:21.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:21.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:31:22.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:31:22.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:22.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:22 smithi187 ceph-mon[111815]: pgmap v11246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:31:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:31:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:31:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:31:22.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:31:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:22 smithi088 ceph-mon[96111]: pgmap v11246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:31:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:31:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:31:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:31:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:31:23.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:23.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:24.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:24.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:24 smithi187 ceph-mon[111815]: pgmap v11247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:24 smithi088 ceph-mon[96111]: pgmap v11247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:25.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:25.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:26.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:26.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:26 smithi088 ceph-mon[96111]: pgmap v11248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:26 smithi187 ceph-mon[111815]: pgmap v11248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:27.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:27.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:28.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:28.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:28 smithi187 ceph-mon[111815]: pgmap v11249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:28 smithi088 ceph-mon[96111]: pgmap v11249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:29.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:29.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:30.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:30.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:30 smithi187 ceph-mon[111815]: pgmap v11250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:31:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:30 smithi088 ceph-mon[96111]: pgmap v11250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:31:31.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:31.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:32.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:32.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:32 smithi187 ceph-mon[111815]: pgmap v11251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:32 smithi088 ceph-mon[96111]: pgmap v11251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:33.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:33.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:34.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:34.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:34 smithi187 ceph-mon[111815]: pgmap v11252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:34 smithi088 ceph-mon[96111]: pgmap v11252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:35.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:35.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:36.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:36.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:36 smithi088 ceph-mon[96111]: pgmap v11253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:36 smithi187 ceph-mon[111815]: pgmap v11253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:37.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:37.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:38.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:38.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:38 smithi187 ceph-mon[111815]: pgmap v11254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:38 smithi088 ceph-mon[96111]: pgmap v11254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:39.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:39.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:40.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:40.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:40 smithi187 ceph-mon[111815]: pgmap v11255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:40 smithi088 ceph-mon[96111]: pgmap v11255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:41.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:41.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:42.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:42.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:42 smithi187 ceph-mon[111815]: pgmap v11256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:42 smithi088 ceph-mon[96111]: pgmap v11256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:43.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:43.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:44.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:44.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:44 smithi187 ceph-mon[111815]: pgmap v11257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:45.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:44 smithi088 ceph-mon[96111]: pgmap v11257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:45.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:45.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:46.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:46.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:31:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:46 smithi088 ceph-mon[96111]: pgmap v11258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:31:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:46 smithi187 ceph-mon[111815]: pgmap v11258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:47.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:47.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:48.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:48.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:48 smithi187 ceph-mon[111815]: pgmap v11259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:48 smithi088 ceph-mon[96111]: pgmap v11259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:49.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:49.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:50.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:50.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:50 smithi187 ceph-mon[111815]: pgmap v11260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:50 smithi088 ceph-mon[96111]: pgmap v11260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:51.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:51.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:52.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:52.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:52 smithi187 ceph-mon[111815]: pgmap v11261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:52 smithi088 ceph-mon[96111]: pgmap v11261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:53.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:53.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:54.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:54.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:54 smithi187 ceph-mon[111815]: pgmap v11262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:54 smithi088 ceph-mon[96111]: pgmap v11262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:55.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:55.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:56.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:56.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:56 smithi088 ceph-mon[96111]: pgmap v11263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:56 smithi187 ceph-mon[111815]: pgmap v11263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:31:57.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:57.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:58.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:58.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:31:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:31:58 smithi187 ceph-mon[111815]: pgmap v11264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:31:58 smithi088 ceph-mon[96111]: pgmap v11264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:31:59.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:31:59.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:00.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:00.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:00 smithi187 ceph-mon[111815]: pgmap v11265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:32:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:00 smithi088 ceph-mon[96111]: pgmap v11265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:32:01.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:01.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:02.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:02.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:02 smithi187 ceph-mon[111815]: pgmap v11266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:02 smithi088 ceph-mon[96111]: pgmap v11266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:03.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:03.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:04.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:04.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:04 smithi187 ceph-mon[111815]: pgmap v11267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:04 smithi088 ceph-mon[96111]: pgmap v11267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:05.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:05.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:06.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:06.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:06 smithi088 ceph-mon[96111]: pgmap v11268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:06 smithi187 ceph-mon[111815]: pgmap v11268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:07.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:07.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:08.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:08.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:08 smithi187 ceph-mon[111815]: pgmap v11269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:08 smithi088 ceph-mon[96111]: pgmap v11269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:09.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:09.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:10.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:10.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:10 smithi187 ceph-mon[111815]: pgmap v11270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:10 smithi088 ceph-mon[96111]: pgmap v11270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:11.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:11.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:12.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:12.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:12 smithi187 ceph-mon[111815]: pgmap v11271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:12 smithi088 ceph-mon[96111]: pgmap v11271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:13.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:13.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:14.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:14.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:14 smithi187 ceph-mon[111815]: pgmap v11272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:14 smithi088 ceph-mon[96111]: pgmap v11272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:15.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:15.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:16.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:16.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:16.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:32:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:16 smithi088 ceph-mon[96111]: pgmap v11273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:32:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:16 smithi187 ceph-mon[111815]: pgmap v11273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:17.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:17.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:18.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:18.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:18 smithi187 ceph-mon[111815]: pgmap v11274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:18 smithi088 ceph-mon[96111]: pgmap v11274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:19.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:19.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:20.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:20.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:20 smithi187 ceph-mon[111815]: pgmap v11275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:20 smithi088 ceph-mon[96111]: pgmap v11275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:21.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:21.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:22.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:22.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:22 smithi187 ceph-mon[111815]: pgmap v11276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:32:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:22 smithi088 ceph-mon[96111]: pgmap v11276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:32:23.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:23.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:24.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:24.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:24 smithi187 ceph-mon[111815]: pgmap v11277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:32:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:32:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:24 smithi088 ceph-mon[96111]: pgmap v11277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:32:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:32:25.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:25.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:25.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:32:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:32:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:32:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:32:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:32:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:32:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:32:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:32:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:32:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:32:26.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:26.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:26 smithi187 ceph-mon[111815]: pgmap v11278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:26 smithi088 ceph-mon[96111]: pgmap v11278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:27.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:27.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:28.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:28.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:28 smithi088 ceph-mon[96111]: pgmap v11279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:28 smithi187 ceph-mon[111815]: pgmap v11279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:29.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:29.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:30.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:30.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:30 smithi088 ceph-mon[96111]: pgmap v11280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:32:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:30 smithi187 ceph-mon[111815]: pgmap v11280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:32:31.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:31.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:32.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:32.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:32 smithi088 ceph-mon[96111]: pgmap v11281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:32 smithi187 ceph-mon[111815]: pgmap v11281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:33.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:33.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:34.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:34.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:34 smithi088 ceph-mon[96111]: pgmap v11282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:34 smithi187 ceph-mon[111815]: pgmap v11282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:35.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:35.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:36.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:36.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:36 smithi187 ceph-mon[111815]: pgmap v11283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:36 smithi088 ceph-mon[96111]: pgmap v11283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:37.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:37.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:38.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:38.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:38 smithi187 ceph-mon[111815]: pgmap v11284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:38 smithi088 ceph-mon[96111]: pgmap v11284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:39.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:39.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:40.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:40.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:40 smithi187 ceph-mon[111815]: pgmap v11285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:40 smithi088 ceph-mon[96111]: pgmap v11285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:41.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:41.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:42.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:42.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:42 smithi187 ceph-mon[111815]: pgmap v11286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:42 smithi088 ceph-mon[96111]: pgmap v11286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:43.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:43.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:44.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:44.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:44 smithi187 ceph-mon[111815]: pgmap v11287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:44 smithi088 ceph-mon[96111]: pgmap v11287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:45.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:45.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:46.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:46.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:32:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:46 smithi187 ceph-mon[111815]: pgmap v11288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:32:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:46 smithi088 ceph-mon[96111]: pgmap v11288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:47.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:47.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:48.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:48.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:48 smithi187 ceph-mon[111815]: pgmap v11289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:49.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:48 smithi088 ceph-mon[96111]: pgmap v11289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:49.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:49.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:50.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:50.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:50 smithi187 ceph-mon[111815]: pgmap v11290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:50 smithi088 ceph-mon[96111]: pgmap v11290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:51.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:51.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:52.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:52.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:52 smithi187 ceph-mon[111815]: pgmap v11291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:52 smithi088 ceph-mon[96111]: pgmap v11291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:53.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:53.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:54.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:54.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:54 smithi187 ceph-mon[111815]: pgmap v11292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:54 smithi088 ceph-mon[96111]: pgmap v11292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:55.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:55.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:56.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:56.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:56 smithi187 ceph-mon[111815]: pgmap v11293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:56 smithi088 ceph-mon[96111]: pgmap v11293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:32:57.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:57.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:58.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:58.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:32:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:32:58 smithi187 ceph-mon[111815]: pgmap v11294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:32:58 smithi088 ceph-mon[96111]: pgmap v11294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:32:59.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:32:59.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:00.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:00.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:00 smithi187 ceph-mon[111815]: pgmap v11295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:33:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:00 smithi088 ceph-mon[96111]: pgmap v11295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:33:01.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:01.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:02.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:02.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:02 smithi088 ceph-mon[96111]: pgmap v11296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:02 smithi187 ceph-mon[111815]: pgmap v11296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:03.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:03.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:04.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:04.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:04 smithi088 ceph-mon[96111]: pgmap v11297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:04 smithi187 ceph-mon[111815]: pgmap v11297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:05.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:05.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:06.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:06.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:06 smithi187 ceph-mon[111815]: pgmap v11298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:06 smithi088 ceph-mon[96111]: pgmap v11298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:07.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:07.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:08.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:08.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:08 smithi187 ceph-mon[111815]: pgmap v11299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:08 smithi088 ceph-mon[96111]: pgmap v11299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:09.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:09.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:10.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:10.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:10 smithi088 ceph-mon[96111]: pgmap v11300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:10 smithi187 ceph-mon[111815]: pgmap v11300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:11.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:11.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:12.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:12.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:12 smithi088 ceph-mon[96111]: pgmap v11301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:12 smithi187 ceph-mon[111815]: pgmap v11301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:13.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:13.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:14.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:14.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:14 smithi088 ceph-mon[96111]: pgmap v11302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:14 smithi187 ceph-mon[111815]: pgmap v11302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:15.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:15.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:16.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:16.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:33:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:16 smithi187 ceph-mon[111815]: pgmap v11303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:33:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:16 smithi088 ceph-mon[96111]: pgmap v11303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:17.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:17.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:18.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:18.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:18 smithi187 ceph-mon[111815]: pgmap v11304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:18 smithi088 ceph-mon[96111]: pgmap v11304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:19.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:19.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:20.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:20.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:20 smithi088 ceph-mon[96111]: pgmap v11305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:20 smithi187 ceph-mon[111815]: pgmap v11305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:21.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:21.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:22.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:22.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:22 smithi088 ceph-mon[96111]: pgmap v11306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:22 smithi187 ceph-mon[111815]: pgmap v11306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:23.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:23.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:24.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:24.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:24 smithi088 ceph-mon[96111]: pgmap v11307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:24 smithi187 ceph-mon[111815]: pgmap v11307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:25.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:25.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:33:26.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:33:26.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:26.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:27.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:26 smithi088 ceph-mon[96111]: pgmap v11308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:26 smithi187 ceph-mon[111815]: pgmap v11308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:27.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:27.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:28.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:28.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:29.040 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:28 smithi187 ceph-mon[111815]: pgmap v11309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:28 smithi088 ceph-mon[96111]: pgmap v11309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:29.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:29.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:30.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:30.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:30 smithi187 ceph-mon[111815]: pgmap v11310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:33:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:33:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:33:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:33:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:33:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:33:30.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:33:30.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:33:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:30 smithi088 ceph-mon[96111]: pgmap v11310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:33:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:33:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:33:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:33:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:33:31.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:33:31.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:33:31.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:33:31.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:31.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:32.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:32.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:32 smithi187 ceph-mon[111815]: pgmap v11311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:32 smithi088 ceph-mon[96111]: pgmap v11311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:33.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:33.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:34.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:34.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:34 smithi187 ceph-mon[111815]: pgmap v11312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:34 smithi088 ceph-mon[96111]: pgmap v11312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:35.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:35.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:36.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:36.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:36 smithi187 ceph-mon[111815]: pgmap v11313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:36 smithi088 ceph-mon[96111]: pgmap v11313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:37.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:37.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:38.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:38.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:38 smithi088 ceph-mon[96111]: pgmap v11314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:39.147 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:38 smithi187 ceph-mon[111815]: pgmap v11314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:39.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:39.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:40.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:40.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:40 smithi088 ceph-mon[96111]: pgmap v11315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:40 smithi187 ceph-mon[111815]: pgmap v11315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:41.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:41.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:42.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:42.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:42 smithi088 ceph-mon[96111]: pgmap v11316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:42 smithi187 ceph-mon[111815]: pgmap v11316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:43.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:43.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:44.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:44.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:44 smithi088 ceph-mon[96111]: pgmap v11317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:44 smithi187 ceph-mon[111815]: pgmap v11317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:45.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:45.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:46.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:46.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:33:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:46 smithi187 ceph-mon[111815]: pgmap v11318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:33:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:46 smithi088 ceph-mon[96111]: pgmap v11318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:47.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:47.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:48.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:48.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:48 smithi088 ceph-mon[96111]: pgmap v11319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:48 smithi187 ceph-mon[111815]: pgmap v11319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:49.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:49.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:50.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:50.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:50 smithi088 ceph-mon[96111]: pgmap v11320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:50 smithi187 ceph-mon[111815]: pgmap v11320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:51.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:51.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:52.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:52.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:52 smithi088 ceph-mon[96111]: pgmap v11321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:52 smithi187 ceph-mon[111815]: pgmap v11321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:53.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:53.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:54.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:54.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:54 smithi088 ceph-mon[96111]: pgmap v11322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:54 smithi187 ceph-mon[111815]: pgmap v11322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:55.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:55.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:56.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:56.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:56 smithi187 ceph-mon[111815]: pgmap v11323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:56 smithi088 ceph-mon[96111]: pgmap v11323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:33:57.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:57.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:58.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:58.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:33:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:33:58 smithi088 ceph-mon[96111]: pgmap v11324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:33:58 smithi187 ceph-mon[111815]: pgmap v11324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:33:59.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:33:59.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:00.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:00.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:00 smithi088 ceph-mon[96111]: pgmap v11325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:34:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:00 smithi187 ceph-mon[111815]: pgmap v11325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:34:01.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:01.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:02.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:02.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:02 smithi088 ceph-mon[96111]: pgmap v11326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:02 smithi187 ceph-mon[111815]: pgmap v11326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:03.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:03.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:04.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:04.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:04 smithi088 ceph-mon[96111]: pgmap v11327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:04 smithi187 ceph-mon[111815]: pgmap v11327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:05.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:05.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:06.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:06.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:06 smithi187 ceph-mon[111815]: pgmap v11328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:06 smithi088 ceph-mon[96111]: pgmap v11328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:07.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:08.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:08.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:08 smithi088 ceph-mon[96111]: pgmap v11329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:08 smithi187 ceph-mon[111815]: pgmap v11329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:09.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:09.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:10.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:10.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:10 smithi088 ceph-mon[96111]: pgmap v11330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:10 smithi187 ceph-mon[111815]: pgmap v11330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:11.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:11.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:12.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:12.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:13.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:12 smithi088 ceph-mon[96111]: pgmap v11331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:12 smithi187 ceph-mon[111815]: pgmap v11331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:13.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:13.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:14.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:14.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:14 smithi187 ceph-mon[111815]: pgmap v11332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:14 smithi088 ceph-mon[96111]: pgmap v11332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:15.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:15.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:16.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:16.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:34:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:16 smithi187 ceph-mon[111815]: pgmap v11333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:34:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:16 smithi088 ceph-mon[96111]: pgmap v11333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:17.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:17.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:18.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:18.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:18 smithi088 ceph-mon[96111]: pgmap v11334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:18 smithi187 ceph-mon[111815]: pgmap v11334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:19.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:19.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:20.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:20.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:20 smithi088 ceph-mon[96111]: pgmap v11335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:20 smithi187 ceph-mon[111815]: pgmap v11335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:21.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:21.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:22.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:22.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:22 smithi088 ceph-mon[96111]: pgmap v11336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:22 smithi187 ceph-mon[111815]: pgmap v11336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:23.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:23.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:24.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:24.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:24 smithi187 ceph-mon[111815]: pgmap v11337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:24 smithi088 ceph-mon[96111]: pgmap v11337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:25.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:25.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:26.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:26.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:26 smithi187 ceph-mon[111815]: pgmap v11338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:26.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:26 smithi088 ceph-mon[96111]: pgmap v11338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:27.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:27.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:28.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:28.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:28 smithi088 ceph-mon[96111]: pgmap v11339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:28 smithi187 ceph-mon[111815]: pgmap v11339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:29.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:29.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:30.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:30.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:30 smithi088 ceph-mon[96111]: pgmap v11340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:34:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:34:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:34:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:34:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:34:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:34:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:34:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:30 smithi187 ceph-mon[111815]: pgmap v11340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:34:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:34:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:34:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:34:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:34:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:34:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:34:31.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:31.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:32.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:32.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:33.021 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:32 smithi088 ceph-mon[96111]: pgmap v11341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:32 smithi187 ceph-mon[111815]: pgmap v11341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:33.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:33.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:34.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:34.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:34 smithi088 ceph-mon[96111]: pgmap v11342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:34 smithi187 ceph-mon[111815]: pgmap v11342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:35.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:35.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:36.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:36.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:36 smithi187 ceph-mon[111815]: pgmap v11343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:36 smithi088 ceph-mon[96111]: pgmap v11343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:37.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:37.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:38.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:38.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:38 smithi088 ceph-mon[96111]: pgmap v11344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:38 smithi187 ceph-mon[111815]: pgmap v11344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:39.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:39.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:40.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:40.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:40 smithi088 ceph-mon[96111]: pgmap v11345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:40 smithi187 ceph-mon[111815]: pgmap v11345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:41.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:41.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:42.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:42.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:42 smithi088 ceph-mon[96111]: pgmap v11346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:42 smithi187 ceph-mon[111815]: pgmap v11346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:43.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:43.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:44.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:44.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:44 smithi088 ceph-mon[96111]: pgmap v11347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:44 smithi187 ceph-mon[111815]: pgmap v11347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:45.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:45.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:46.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:46.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:34:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:46 smithi187 ceph-mon[111815]: pgmap v11348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:34:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:46 smithi088 ceph-mon[96111]: pgmap v11348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:47.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:47.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:48.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:48.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:48 smithi088 ceph-mon[96111]: pgmap v11349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:48 smithi187 ceph-mon[111815]: pgmap v11349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:49.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:49.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:50.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:50.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:50 smithi088 ceph-mon[96111]: pgmap v11350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:50 smithi187 ceph-mon[111815]: pgmap v11350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:51.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:51.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:52.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:52.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:52 smithi088 ceph-mon[96111]: pgmap v11351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:52 smithi187 ceph-mon[111815]: pgmap v11351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:53.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:53.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:54.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:54.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:54 smithi088 ceph-mon[96111]: pgmap v11352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:54 smithi187 ceph-mon[111815]: pgmap v11352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:55.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:55.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:56.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:56.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:56 smithi187 ceph-mon[111815]: pgmap v11353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:56 smithi088 ceph-mon[96111]: pgmap v11353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:34:57.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:57.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:58.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:58.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:34:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:34:58 smithi088 ceph-mon[96111]: pgmap v11354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:34:58 smithi187 ceph-mon[111815]: pgmap v11354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:34:59.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:34:59.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:00.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:00.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:00 smithi088 ceph-mon[96111]: pgmap v11355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:35:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:00 smithi187 ceph-mon[111815]: pgmap v11355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:35:01.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:01.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:02.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:02.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:02 smithi088 ceph-mon[96111]: pgmap v11356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:02 smithi187 ceph-mon[111815]: pgmap v11356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:03.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:03.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:04.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:04.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:05.045 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:04 smithi187 ceph-mon[111815]: pgmap v11357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:04 smithi088 ceph-mon[96111]: pgmap v11357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:05.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:05.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:06.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:06.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:06 smithi187 ceph-mon[111815]: pgmap v11358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:06.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:06 smithi088 ceph-mon[96111]: pgmap v11358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:07.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:07.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:08.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:08.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:08 smithi088 ceph-mon[96111]: pgmap v11359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:08 smithi187 ceph-mon[111815]: pgmap v11359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:09.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:09.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:10.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:10.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:10 smithi088 ceph-mon[96111]: pgmap v11360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:10 smithi187 ceph-mon[111815]: pgmap v11360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:11.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:11.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:12.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:12.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:12 smithi088 ceph-mon[96111]: pgmap v11361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:12 smithi187 ceph-mon[111815]: pgmap v11361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:13.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:13.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:14.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:14.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:14 smithi088 ceph-mon[96111]: pgmap v11362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:15.151 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:14 smithi187 ceph-mon[111815]: pgmap v11362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:15.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:15.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:35:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:16 smithi187 ceph-mon[111815]: pgmap v11363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:16.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:16.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:35:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:16 smithi088 ceph-mon[96111]: pgmap v11363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:17.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:17.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:18.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:18.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:18 smithi088 ceph-mon[96111]: pgmap v11364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:18 smithi187 ceph-mon[111815]: pgmap v11364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:19.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:19.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:20.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:20.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:20 smithi088 ceph-mon[96111]: pgmap v11365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:20 smithi187 ceph-mon[111815]: pgmap v11365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:21.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:21.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:22.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:22.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:22 smithi088 ceph-mon[96111]: pgmap v11366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:22 smithi187 ceph-mon[111815]: pgmap v11366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:23.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:23.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:24.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:24.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:24 smithi088 ceph-mon[96111]: pgmap v11367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:24 smithi187 ceph-mon[111815]: pgmap v11367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:25.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:25.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:26 smithi187 ceph-mon[111815]: pgmap v11368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:26.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:26.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:26.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:26 smithi088 ceph-mon[96111]: pgmap v11368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:27.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:27.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:28.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:28.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:28.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:28 smithi088 ceph-mon[96111]: pgmap v11369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:28 smithi187 ceph-mon[111815]: pgmap v11369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:29.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:29.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:30.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:30.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:31.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:30 smithi088 ceph-mon[96111]: pgmap v11370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:35:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:35:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:30 smithi187 ceph-mon[111815]: pgmap v11370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:35:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:35:31.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:31.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:35:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:35:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:35:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:35:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:35:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:35:32.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:35:32.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:32 smithi088 ceph-mon[96111]: pgmap v11371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:35:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:35:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:35:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:35:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:35:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:35:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:35:32.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:32 smithi187 ceph-mon[111815]: pgmap v11371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:32.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:32.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:33.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:33.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:34.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:34.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:35.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:34 smithi088 ceph-mon[96111]: pgmap v11372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:34 smithi187 ceph-mon[111815]: pgmap v11372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:35.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:35.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:36 smithi187 ceph-mon[111815]: pgmap v11373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:36.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:36.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:36 smithi088 ceph-mon[96111]: pgmap v11373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:37.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:37.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:38.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:38.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:38 smithi088 ceph-mon[96111]: pgmap v11374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:38 smithi187 ceph-mon[111815]: pgmap v11374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:39.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:39.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:40.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:40.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:40 smithi088 ceph-mon[96111]: pgmap v11375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:40 smithi187 ceph-mon[111815]: pgmap v11375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:41.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:41.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:42.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:42.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:42 smithi088 ceph-mon[96111]: pgmap v11376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:42 smithi187 ceph-mon[111815]: pgmap v11376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:43.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:43.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:44.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:44.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:44 smithi088 ceph-mon[96111]: pgmap v11377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:44 smithi187 ceph-mon[111815]: pgmap v11377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:45.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:45.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:35:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:46 smithi187 ceph-mon[111815]: pgmap v11378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:46.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:46.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:46.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:35:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:46 smithi088 ceph-mon[96111]: pgmap v11378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:47.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:47.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:48.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:48.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:48 smithi088 ceph-mon[96111]: pgmap v11379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:48 smithi187 ceph-mon[111815]: pgmap v11379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:49.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:49.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:50.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:50.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:50 smithi187 ceph-mon[111815]: pgmap v11380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:50 smithi088 ceph-mon[96111]: pgmap v11380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:51.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:51.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:52.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:52.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:52 smithi088 ceph-mon[96111]: pgmap v11381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:52 smithi187 ceph-mon[111815]: pgmap v11381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:53.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:53.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:54.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:54.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:54 smithi088 ceph-mon[96111]: pgmap v11382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:54 smithi187 ceph-mon[111815]: pgmap v11382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:55.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:55.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:56 smithi187 ceph-mon[111815]: pgmap v11383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:56.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:56.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:56.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:56 smithi088 ceph-mon[96111]: pgmap v11383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:35:57.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:57.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:58.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:58.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:35:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:35:58 smithi088 ceph-mon[96111]: pgmap v11384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:35:58 smithi187 ceph-mon[111815]: pgmap v11384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:35:59.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:35:59.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:00.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:00.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:00 smithi187 ceph-mon[111815]: pgmap v11385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:36:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:00 smithi088 ceph-mon[96111]: pgmap v11385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:36:01.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:01.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:02.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:02.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:02 smithi088 ceph-mon[96111]: pgmap v11386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:02 smithi187 ceph-mon[111815]: pgmap v11386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:03.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:03.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:04.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:04.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:04 smithi088 ceph-mon[96111]: pgmap v11387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:04 smithi187 ceph-mon[111815]: pgmap v11387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:05.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:05.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:06 smithi187 ceph-mon[111815]: pgmap v11388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:06.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:06.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:06 smithi088 ceph-mon[96111]: pgmap v11388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:07.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:07.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:08.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:08.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:08 smithi088 ceph-mon[96111]: pgmap v11389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:08 smithi187 ceph-mon[111815]: pgmap v11389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:09.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:09.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:10.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:10.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:10 smithi088 ceph-mon[96111]: pgmap v11390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:10 smithi187 ceph-mon[111815]: pgmap v11390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:11.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:11.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:12.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:12.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:12 smithi088 ceph-mon[96111]: pgmap v11391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:12 smithi187 ceph-mon[111815]: pgmap v11391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:13.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:13.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:14.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:14.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:14 smithi088 ceph-mon[96111]: pgmap v11392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:14 smithi187 ceph-mon[111815]: pgmap v11392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:15.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:15.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:36:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:16 smithi187 ceph-mon[111815]: pgmap v11393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:16.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:16.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:36:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:16 smithi088 ceph-mon[96111]: pgmap v11393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:17.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:17.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:18.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:18.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:19.052 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:18 smithi088 ceph-mon[96111]: pgmap v11394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:18 smithi187 ceph-mon[111815]: pgmap v11394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:19.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:19.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:20.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:20.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:20 smithi088 ceph-mon[96111]: pgmap v11395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:20 smithi187 ceph-mon[111815]: pgmap v11395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:21.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:21.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:22.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:22.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:22 smithi088 ceph-mon[96111]: pgmap v11396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:22 smithi187 ceph-mon[111815]: pgmap v11396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:23.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:23.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:24.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:24.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:24 smithi088 ceph-mon[96111]: pgmap v11397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:24 smithi187 ceph-mon[111815]: pgmap v11397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:25.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:25.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:26 smithi187 ceph-mon[111815]: pgmap v11398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:26 smithi088 ceph-mon[96111]: pgmap v11398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:26.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:26.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:27.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:27.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:28.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:28.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:28 smithi088 ceph-mon[96111]: pgmap v11399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:28 smithi187 ceph-mon[111815]: pgmap v11399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:29.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:29.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:30.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:30.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:30 smithi088 ceph-mon[96111]: pgmap v11400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:36:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:30 smithi187 ceph-mon[111815]: pgmap v11400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:36:31.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:31.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:32.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:36:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:36:32.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:32.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:32 smithi088 ceph-mon[96111]: pgmap v11401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:36:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:36:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:36:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:36:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:36:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:32 smithi187 ceph-mon[111815]: pgmap v11401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:36:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:36:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:36:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:36:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:36:33.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:33.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:34.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:34.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:34 smithi088 ceph-mon[96111]: pgmap v11402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:34 smithi187 ceph-mon[111815]: pgmap v11402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:35.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:35.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:36 smithi187 ceph-mon[111815]: pgmap v11403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:36 smithi088 ceph-mon[96111]: pgmap v11403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:36.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:36.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:37.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:37.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:38.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:38.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:38 smithi088 ceph-mon[96111]: pgmap v11404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:38 smithi187 ceph-mon[111815]: pgmap v11404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:39.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:39.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:40.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:40.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:41.046 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:40 smithi187 ceph-mon[111815]: pgmap v11405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:40 smithi088 ceph-mon[96111]: pgmap v11405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:41.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:41.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:42.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:42.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:42 smithi088 ceph-mon[96111]: pgmap v11406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:42 smithi187 ceph-mon[111815]: pgmap v11406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:43.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:43.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:44.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:44.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:44 smithi088 ceph-mon[96111]: pgmap v11407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:44 smithi187 ceph-mon[111815]: pgmap v11407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:45.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:45.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:36:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:46 smithi187 ceph-mon[111815]: pgmap v11408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:36:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:46 smithi088 ceph-mon[96111]: pgmap v11408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:46.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:46.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:47.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:47.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:48.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:48.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:48 smithi088 ceph-mon[96111]: pgmap v11409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:48 smithi187 ceph-mon[111815]: pgmap v11409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:49.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:49.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:50.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:50.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:50 smithi088 ceph-mon[96111]: pgmap v11410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:51.152 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:50 smithi187 ceph-mon[111815]: pgmap v11410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:51.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:51.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:52.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:52.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:52 smithi088 ceph-mon[96111]: pgmap v11411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:52 smithi187 ceph-mon[111815]: pgmap v11411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:53.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:53.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:54.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:54.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:54 smithi088 ceph-mon[96111]: pgmap v11412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:54 smithi187 ceph-mon[111815]: pgmap v11412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:55.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:55.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:56 smithi187 ceph-mon[111815]: pgmap v11413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:56 smithi088 ceph-mon[96111]: pgmap v11413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:36:56.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:56.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:57.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:57.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:58.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:58.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:36:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:36:58 smithi088 ceph-mon[96111]: pgmap v11414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:36:58 smithi187 ceph-mon[111815]: pgmap v11414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:36:59.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:36:59.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:00.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:00.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:00 smithi088 ceph-mon[96111]: pgmap v11415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:37:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:00 smithi187 ceph-mon[111815]: pgmap v11415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:37:01.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:01.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:02.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:02.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:02 smithi088 ceph-mon[96111]: pgmap v11416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:02 smithi187 ceph-mon[111815]: pgmap v11416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:03.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:03.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:04.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:04.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:04 smithi088 ceph-mon[96111]: pgmap v11417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:04 smithi187 ceph-mon[111815]: pgmap v11417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:05.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:05.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:06 smithi187 ceph-mon[111815]: pgmap v11418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:06 smithi088 ceph-mon[96111]: pgmap v11418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:06.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:06.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:07.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:07.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:08.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:08.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:08 smithi088 ceph-mon[96111]: pgmap v11419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:08 smithi187 ceph-mon[111815]: pgmap v11419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:09.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:09.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:10.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:10.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:10 smithi088 ceph-mon[96111]: pgmap v11420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:10 smithi187 ceph-mon[111815]: pgmap v11420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:11.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:11.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:12.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:12.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:12 smithi088 ceph-mon[96111]: pgmap v11421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:12 smithi187 ceph-mon[111815]: pgmap v11421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:13.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:13.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:14.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:14.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:14 smithi088 ceph-mon[96111]: pgmap v11422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:14 smithi187 ceph-mon[111815]: pgmap v11422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:15.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:15.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:37:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:37:16.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:16.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:16 smithi088 ceph-mon[96111]: pgmap v11423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:16 smithi187 ceph-mon[111815]: pgmap v11423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:17.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:17.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:18.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:18.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:18 smithi088 ceph-mon[96111]: pgmap v11424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:18 smithi187 ceph-mon[111815]: pgmap v11424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:19.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:19.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:20.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:20.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:20 smithi088 ceph-mon[96111]: pgmap v11425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:20 smithi187 ceph-mon[111815]: pgmap v11425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:21.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:21.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:22.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:22.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:22 smithi088 ceph-mon[96111]: pgmap v11426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:22 smithi187 ceph-mon[111815]: pgmap v11426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:23.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:23.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:24.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:24.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:24 smithi088 ceph-mon[96111]: pgmap v11427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:24 smithi187 ceph-mon[111815]: pgmap v11427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:25.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:25.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:26 smithi187 ceph-mon[111815]: pgmap v11428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:26 smithi088 ceph-mon[96111]: pgmap v11428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:26.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:26.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:27.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:27.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:28.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:28.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:29.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:28 smithi088 ceph-mon[96111]: pgmap v11429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:28 smithi187 ceph-mon[111815]: pgmap v11429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:29.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:29.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:30.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:30.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:30 smithi088 ceph-mon[96111]: pgmap v11430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:37:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:30 smithi187 ceph-mon[111815]: pgmap v11430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:37:31.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:31.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:32.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:32.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:32 smithi088 ceph-mon[96111]: pgmap v11431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:37:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:37:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:37:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:32 smithi187 ceph-mon[111815]: pgmap v11431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:37:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:37:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:37:33.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:33.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:37:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:37:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:37:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:37:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:37:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:37:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:37:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:37:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:37:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:37:34.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:34.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:34 smithi088 ceph-mon[96111]: pgmap v11432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:34 smithi187 ceph-mon[111815]: pgmap v11432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:35.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:35.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:36 smithi187 ceph-mon[111815]: pgmap v11433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:36 smithi088 ceph-mon[96111]: pgmap v11433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:36.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:36.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:37.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:37.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:38.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:38.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:38 smithi088 ceph-mon[96111]: pgmap v11434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:38 smithi187 ceph-mon[111815]: pgmap v11434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:39.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:39.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:40.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:40.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:40 smithi088 ceph-mon[96111]: pgmap v11435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:40 smithi187 ceph-mon[111815]: pgmap v11435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:41.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:41.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:42.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:42.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:42 smithi088 ceph-mon[96111]: pgmap v11436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:42 smithi187 ceph-mon[111815]: pgmap v11436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:43.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:43.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:44.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:44.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:44 smithi088 ceph-mon[96111]: pgmap v11437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:44 smithi187 ceph-mon[111815]: pgmap v11437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:45.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:45.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:37:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:37:46.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:46.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:46 smithi088 ceph-mon[96111]: pgmap v11438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:46 smithi187 ceph-mon[111815]: pgmap v11438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:47.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:47.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:48.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:48.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:48 smithi088 ceph-mon[96111]: pgmap v11439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:48 smithi187 ceph-mon[111815]: pgmap v11439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:49.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:49.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:50.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:50.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:50 smithi088 ceph-mon[96111]: pgmap v11440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:50 smithi187 ceph-mon[111815]: pgmap v11440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:51.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:51.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:52.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:52.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:52 smithi088 ceph-mon[96111]: pgmap v11441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:52 smithi187 ceph-mon[111815]: pgmap v11441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:53.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:53.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:54.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:54.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:54.989 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:54 smithi088 ceph-mon[96111]: pgmap v11442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:54 smithi187 ceph-mon[111815]: pgmap v11442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:55.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:55.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:56 smithi187 ceph-mon[111815]: pgmap v11443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:56 smithi088 ceph-mon[96111]: pgmap v11443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:37:56.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:56.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:57.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:57.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:58.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:58.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:37:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:37:58 smithi088 ceph-mon[96111]: pgmap v11444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:37:58 smithi187 ceph-mon[111815]: pgmap v11444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:37:59.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:37:59.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:00.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:00.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:00 smithi088 ceph-mon[96111]: pgmap v11445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:38:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:00 smithi187 ceph-mon[111815]: pgmap v11445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:38:01.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:01.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:02.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:02.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:02 smithi088 ceph-mon[96111]: pgmap v11446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:02 smithi187 ceph-mon[111815]: pgmap v11446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:03.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:03.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:04.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:04.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:04 smithi088 ceph-mon[96111]: pgmap v11447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:04 smithi187 ceph-mon[111815]: pgmap v11447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:05.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:05.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:06 smithi187 ceph-mon[111815]: pgmap v11448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:06 smithi088 ceph-mon[96111]: pgmap v11448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:06.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:06.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:07.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:07.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:09.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:09.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:08 smithi088 ceph-mon[96111]: pgmap v11449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:08 smithi187 ceph-mon[111815]: pgmap v11449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:10.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:10.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:11.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:11.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:10 smithi088 ceph-mon[96111]: pgmap v11450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:10 smithi187 ceph-mon[111815]: pgmap v11450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:12.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:12.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:13.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:13.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:12 smithi088 ceph-mon[96111]: pgmap v11451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:12 smithi187 ceph-mon[111815]: pgmap v11451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:14.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:14.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:15.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:15.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:14 smithi088 ceph-mon[96111]: pgmap v11452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:14 smithi187 ceph-mon[111815]: pgmap v11452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:16.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:16.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:38:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:38:17.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:17.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:16 smithi088 ceph-mon[96111]: pgmap v11453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:16 smithi187 ceph-mon[111815]: pgmap v11453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:18.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:18.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:19.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:19.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:18 smithi088 ceph-mon[96111]: pgmap v11454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:18 smithi187 ceph-mon[111815]: pgmap v11454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:20.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:20.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:21.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:21.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:20 smithi088 ceph-mon[96111]: pgmap v11455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:20 smithi187 ceph-mon[111815]: pgmap v11455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:22.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:22.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:23.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:23.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:22 smithi088 ceph-mon[96111]: pgmap v11456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:22 smithi187 ceph-mon[111815]: pgmap v11456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:24.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:24.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:25.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:25.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:24 smithi088 ceph-mon[96111]: pgmap v11457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:24 smithi187 ceph-mon[111815]: pgmap v11457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:26.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:26.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:26 smithi187 ceph-mon[111815]: pgmap v11458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:26 smithi088 ceph-mon[96111]: pgmap v11458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:27.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:27.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:28.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:28.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:29.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:29.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:28 smithi088 ceph-mon[96111]: pgmap v11459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:28 smithi187 ceph-mon[111815]: pgmap v11459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:30.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:30.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:31.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:31.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:30 smithi088 ceph-mon[96111]: pgmap v11460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:38:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:30 smithi187 ceph-mon[111815]: pgmap v11460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:38:32.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:32.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:33.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:33.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:32 smithi088 ceph-mon[96111]: pgmap v11461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:32 smithi187 ceph-mon[111815]: pgmap v11461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:34.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:34.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:38:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:38:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:38:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:38:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:38:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:38:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:38:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:38:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:38:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:38:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:38:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:38:35.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:35.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:34 smithi088 ceph-mon[96111]: pgmap v11462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:34 smithi187 ceph-mon[111815]: pgmap v11462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:36.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:36.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:36 smithi187 ceph-mon[111815]: pgmap v11463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:36 smithi088 ceph-mon[96111]: pgmap v11463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:37.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:37.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:38.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:38.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:39.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:39.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:38 smithi088 ceph-mon[96111]: pgmap v11464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:38 smithi187 ceph-mon[111815]: pgmap v11464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:40.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:40.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:41.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:41.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:40 smithi088 ceph-mon[96111]: pgmap v11465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:40 smithi187 ceph-mon[111815]: pgmap v11465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:42.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:42.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:43.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:43.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:43.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:42 smithi088 ceph-mon[96111]: pgmap v11466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:42 smithi187 ceph-mon[111815]: pgmap v11466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:44.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:44.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:45.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:45.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:44 smithi088 ceph-mon[96111]: pgmap v11467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:44 smithi187 ceph-mon[111815]: pgmap v11467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:46.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:46.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:38:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:38:47.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:47.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:46 smithi187 ceph-mon[111815]: pgmap v11468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:46 smithi088 ceph-mon[96111]: pgmap v11468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:48.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:48.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:49.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:49.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:48 smithi187 ceph-mon[111815]: pgmap v11469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:49.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:48 smithi088 ceph-mon[96111]: pgmap v11469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:50.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:50.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:51.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:51.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:50 smithi187 ceph-mon[111815]: pgmap v11470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:50 smithi088 ceph-mon[96111]: pgmap v11470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:52.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:52.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:53.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:53.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:52 smithi187 ceph-mon[111815]: pgmap v11471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:52 smithi088 ceph-mon[96111]: pgmap v11471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:54.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:54.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:54 smithi088 ceph-mon[96111]: pgmap v11472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:55.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:55.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:54 smithi187 ceph-mon[111815]: pgmap v11472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:56.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:56.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:56 smithi187 ceph-mon[111815]: pgmap v11473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:56 smithi088 ceph-mon[96111]: pgmap v11473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:38:57.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:57.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:58.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:58.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:38:58 smithi088 ceph-mon[96111]: pgmap v11474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:38:59.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:38:59.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:38:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:38:58 smithi187 ceph-mon[111815]: pgmap v11474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:00.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:00.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:00 smithi088 ceph-mon[96111]: pgmap v11475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:39:01.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:01.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:00 smithi187 ceph-mon[111815]: pgmap v11475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:39:02.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:02.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:02 smithi088 ceph-mon[96111]: pgmap v11476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:03.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:03.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:02 smithi187 ceph-mon[111815]: pgmap v11476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:04.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:04.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:04 smithi088 ceph-mon[96111]: pgmap v11477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:05.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:05.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:04 smithi187 ceph-mon[111815]: pgmap v11477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:06.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:06.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:06.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:06 smithi187 ceph-mon[111815]: pgmap v11478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:06 smithi088 ceph-mon[96111]: pgmap v11478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:07.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:07.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:08.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:08.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:08 smithi088 ceph-mon[96111]: pgmap v11479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:09.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:09.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:08 smithi187 ceph-mon[111815]: pgmap v11479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:10.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:10.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:10 smithi088 ceph-mon[96111]: pgmap v11480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:11.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:11.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:10 smithi187 ceph-mon[111815]: pgmap v11480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:12.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:12.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:12 smithi187 ceph-mon[111815]: pgmap v11481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:12 smithi088 ceph-mon[96111]: pgmap v11481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:13.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:13.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:14.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:14.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:14 smithi088 ceph-mon[96111]: pgmap v11482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:15.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:15.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:14 smithi187 ceph-mon[111815]: pgmap v11482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:39:16.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:16.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:39:17.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:17.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:16 smithi187 ceph-mon[111815]: pgmap v11483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:16 smithi088 ceph-mon[96111]: pgmap v11483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:18.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:18.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:19.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:19.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:18 smithi187 ceph-mon[111815]: pgmap v11484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:18 smithi088 ceph-mon[96111]: pgmap v11484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:20.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:20.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:21.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:21.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:20 smithi187 ceph-mon[111815]: pgmap v11485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:20 smithi088 ceph-mon[96111]: pgmap v11485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:22.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:22.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:23.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:23.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:22 smithi187 ceph-mon[111815]: pgmap v11486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:22 smithi088 ceph-mon[96111]: pgmap v11486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:24.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:24.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:24 smithi088 ceph-mon[96111]: pgmap v11487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:25.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:25.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:24 smithi187 ceph-mon[111815]: pgmap v11487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:26.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:26.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:26 smithi187 ceph-mon[111815]: pgmap v11488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:26 smithi088 ceph-mon[96111]: pgmap v11488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:27.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:27.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:28.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:28.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:28 smithi088 ceph-mon[96111]: pgmap v11489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:29.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:29.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:28 smithi187 ceph-mon[111815]: pgmap v11489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:30.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:30.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:31.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:31.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:30 smithi187 ceph-mon[111815]: pgmap v11490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:39:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:30 smithi088 ceph-mon[96111]: pgmap v11490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:39:32.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:32.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:33.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:33.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:32 smithi187 ceph-mon[111815]: pgmap v11491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:32 smithi088 ceph-mon[96111]: pgmap v11491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:34.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:34.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:34.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:39:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:39:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: pgmap v11492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:39:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:39:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:39:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:39:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1578M 2023-10-13T05:39:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:39:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:39:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:39:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:39:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:39:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:39:35.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:35.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: pgmap v11492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:39:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:39:35.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:39:35.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:39:35.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1578M 2023-10-13T05:39:35.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:39:35.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:39:35.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:39:35.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:39:35.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:39:35.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:39:36.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:36.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:36.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:36 smithi187 ceph-mon[111815]: pgmap v11493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:36 smithi088 ceph-mon[96111]: pgmap v11493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:37.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:37.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:38.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:38.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:39.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:39.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:38 smithi187 ceph-mon[111815]: pgmap v11494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:38 smithi088 ceph-mon[96111]: pgmap v11494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:40.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:40.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:41.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:41.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:40 smithi187 ceph-mon[111815]: pgmap v11495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:40 smithi088 ceph-mon[96111]: pgmap v11495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:42.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:42.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:43.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:43.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:42 smithi187 ceph-mon[111815]: pgmap v11496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:42 smithi088 ceph-mon[96111]: pgmap v11496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:44.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:44.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:44 smithi088 ceph-mon[96111]: pgmap v11497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:45.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:45.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:44 smithi187 ceph-mon[111815]: pgmap v11497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:46.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:46.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:39:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:39:47.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:47.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:46 smithi187 ceph-mon[111815]: pgmap v11498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:46 smithi088 ceph-mon[96111]: pgmap v11498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:48.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:48.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:49.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:49.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:48 smithi187 ceph-mon[111815]: pgmap v11499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:48 smithi088 ceph-mon[96111]: pgmap v11499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:50.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:50.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:51.129 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:50 smithi088 ceph-mon[96111]: pgmap v11500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:51.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:51.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:50 smithi187 ceph-mon[111815]: pgmap v11500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:52.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:52.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:53.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:53.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:52 smithi187 ceph-mon[111815]: pgmap v11501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:52 smithi088 ceph-mon[96111]: pgmap v11501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:54.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:54.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:54 smithi088 ceph-mon[96111]: pgmap v11502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:55.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:55.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:54 smithi187 ceph-mon[111815]: pgmap v11502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:56.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:56.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:56 smithi088 ceph-mon[96111]: pgmap v11503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:56 smithi187 ceph-mon[111815]: pgmap v11503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:39:57.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:57.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:58.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:58.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:59.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:39:59.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:39:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:39:58 smithi187 ceph-mon[111815]: pgmap v11504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:39:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:39:58 smithi088 ceph-mon[96111]: pgmap v11504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:00.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:00.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:01.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:01.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:00 smithi187 ceph-mon[111815]: pgmap v11505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T05:40:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:40:01.226 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:00 smithi088 ceph-mon[96111]: pgmap v11505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:01.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T05:40:01.227 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:40:02.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:02.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:03.159 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:02 smithi187 ceph-mon[111815]: pgmap v11506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:03.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:03.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:02 smithi088 ceph-mon[96111]: pgmap v11506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:04.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:04.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:04 smithi088 ceph-mon[96111]: pgmap v11507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:05.103 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:04 smithi187 ceph-mon[111815]: pgmap v11507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:05.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:05.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:06.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:06.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:06 smithi088 ceph-mon[96111]: pgmap v11508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:06 smithi187 ceph-mon[111815]: pgmap v11508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:07.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:07.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:08.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:08.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:09.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:09.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:08 smithi187 ceph-mon[111815]: pgmap v11509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:08 smithi088 ceph-mon[96111]: pgmap v11509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:10.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:10.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:11.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:11.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:10 smithi187 ceph-mon[111815]: pgmap v11510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:10 smithi088 ceph-mon[96111]: pgmap v11510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:12.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:12.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:13.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:13.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:12 smithi187 ceph-mon[111815]: pgmap v11511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:12 smithi088 ceph-mon[96111]: pgmap v11511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:14.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:14.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:14 smithi088 ceph-mon[96111]: pgmap v11512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:15.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:15.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:14 smithi187 ceph-mon[111815]: pgmap v11512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:40:16.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:16.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:40:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:16 smithi187 ceph-mon[111815]: pgmap v11513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:17.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:17.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:16 smithi088 ceph-mon[96111]: pgmap v11513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:18.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:18.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:18 smithi187 ceph-mon[111815]: pgmap v11514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:19.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:19.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:18 smithi088 ceph-mon[96111]: pgmap v11514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:20.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:20.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:20 smithi187 ceph-mon[111815]: pgmap v11515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:21.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:21.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:20 smithi088 ceph-mon[96111]: pgmap v11515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:22.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:22.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:22 smithi187 ceph-mon[111815]: pgmap v11516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:23.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:23.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:22 smithi088 ceph-mon[96111]: pgmap v11516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:24.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:24.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:24 smithi088 ceph-mon[96111]: pgmap v11517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:24 smithi187 ceph-mon[111815]: pgmap v11517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:25.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:25.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:26.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:26.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:26 smithi187 ceph-mon[111815]: pgmap v11518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:26 smithi088 ceph-mon[96111]: pgmap v11518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:27.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:27.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:28.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:28.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:28 smithi187 ceph-mon[111815]: pgmap v11519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:29.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:29.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:28 smithi088 ceph-mon[96111]: pgmap v11519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:30.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:30.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:30 smithi187 ceph-mon[111815]: pgmap v11520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:40:31.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:31.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:30 smithi088 ceph-mon[96111]: pgmap v11520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:40:32.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:32.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:32 smithi187 ceph-mon[111815]: pgmap v11521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:33.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:33.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:32 smithi088 ceph-mon[96111]: pgmap v11521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:34.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:34.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:34 smithi088 ceph-mon[96111]: pgmap v11522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:40:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:40:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:40:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:40:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:40:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:40:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:34 smithi187 ceph-mon[111815]: pgmap v11522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:40:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:40:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:40:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:40:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:40:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:40:35.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:35.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:36.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:36.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:36 smithi187 ceph-mon[111815]: pgmap v11523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:36 smithi088 ceph-mon[96111]: pgmap v11523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:37.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:37.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:38.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:38.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:38 smithi187 ceph-mon[111815]: pgmap v11524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:39.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:39.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:38 smithi088 ceph-mon[96111]: pgmap v11524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:40.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:40.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:40 smithi187 ceph-mon[111815]: pgmap v11525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:41.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:41.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:40 smithi088 ceph-mon[96111]: pgmap v11525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:42.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:42.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:42 smithi187 ceph-mon[111815]: pgmap v11526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:43.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:43.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:42 smithi088 ceph-mon[96111]: pgmap v11526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:44.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:44.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:44 smithi088 ceph-mon[96111]: pgmap v11527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:44 smithi187 ceph-mon[111815]: pgmap v11527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:45.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:45.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:40:46.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:46.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:40:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:46 smithi088 ceph-mon[96111]: pgmap v11528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:46 smithi187 ceph-mon[111815]: pgmap v11528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:47.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:47.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:48.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:48.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:48 smithi187 ceph-mon[111815]: pgmap v11529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:49.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:49.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:48 smithi088 ceph-mon[96111]: pgmap v11529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:50.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:50.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:50 smithi187 ceph-mon[111815]: pgmap v11530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:51.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:51.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:50 smithi088 ceph-mon[96111]: pgmap v11530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:52.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:52.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:52 smithi187 ceph-mon[111815]: pgmap v11531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:53.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:53.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:52 smithi088 ceph-mon[96111]: pgmap v11531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:54.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:54.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:54 smithi088 ceph-mon[96111]: pgmap v11532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:54 smithi187 ceph-mon[111815]: pgmap v11532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:55.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:55.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:56.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:56.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:56 smithi187 ceph-mon[111815]: pgmap v11533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:56.769 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:56 smithi088 ceph-mon[96111]: pgmap v11533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:40:57.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:57.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:58.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:58.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:40:58 smithi187 ceph-mon[111815]: pgmap v11534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:40:59.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:40:59.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:40:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:40:58 smithi088 ceph-mon[96111]: pgmap v11534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:00.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:00.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:00 smithi187 ceph-mon[111815]: pgmap v11535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:41:01.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:01.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:00 smithi088 ceph-mon[96111]: pgmap v11535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:41:02.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:02.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:02 smithi187 ceph-mon[111815]: pgmap v11536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:03.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:03.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:02 smithi088 ceph-mon[96111]: pgmap v11536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:04.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:04.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:04 smithi088 ceph-mon[96111]: pgmap v11537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:04 smithi187 ceph-mon[111815]: pgmap v11537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:05.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:05.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:06.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:06.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:06 smithi187 ceph-mon[111815]: pgmap v11538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:06 smithi088 ceph-mon[96111]: pgmap v11538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:07.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:07.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:08.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:08.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:08 smithi187 ceph-mon[111815]: pgmap v11539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:09.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:09.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:08 smithi088 ceph-mon[96111]: pgmap v11539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:10.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:10.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:10 smithi187 ceph-mon[111815]: pgmap v11540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:11.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:11.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:10 smithi088 ceph-mon[96111]: pgmap v11540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:12.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:12.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:12 smithi187 ceph-mon[111815]: pgmap v11541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:13.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:13.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:12 smithi088 ceph-mon[96111]: pgmap v11541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:14.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:14.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:14 smithi088 ceph-mon[96111]: pgmap v11542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:14 smithi187 ceph-mon[111815]: pgmap v11542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:15.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:15.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:41:16.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:16.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:41:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:16 smithi187 ceph-mon[111815]: pgmap v11543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:17.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:17.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:16 smithi088 ceph-mon[96111]: pgmap v11543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:18.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:18.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:18 smithi187 ceph-mon[111815]: pgmap v11544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:19.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:19.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:18 smithi088 ceph-mon[96111]: pgmap v11544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:20.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:20.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:20 smithi187 ceph-mon[111815]: pgmap v11545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:21.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:21.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:21.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:20 smithi088 ceph-mon[96111]: pgmap v11545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:22.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:22.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:22 smithi187 ceph-mon[111815]: pgmap v11546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:23.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:23.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:22 smithi088 ceph-mon[96111]: pgmap v11546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:24.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:24.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:24 smithi088 ceph-mon[96111]: pgmap v11547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:24 smithi187 ceph-mon[111815]: pgmap v11547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:25.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:25.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:26.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:26.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:26 smithi187 ceph-mon[111815]: pgmap v11548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:26 smithi088 ceph-mon[96111]: pgmap v11548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:27.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:27.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:28.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:28.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:28 smithi187 ceph-mon[111815]: pgmap v11549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:28 smithi088 ceph-mon[96111]: pgmap v11549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:29.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:29.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:30.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:30.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:30 smithi187 ceph-mon[111815]: pgmap v11550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:41:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:30 smithi088 ceph-mon[96111]: pgmap v11550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:41:31.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:31.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:32.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:32.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:32 smithi187 ceph-mon[111815]: pgmap v11551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:32 smithi088 ceph-mon[96111]: pgmap v11551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:33.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:33.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:34.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:34.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:34 smithi088 ceph-mon[96111]: pgmap v11552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:41:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:34 smithi187 ceph-mon[111815]: pgmap v11552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:41:35.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:35.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:41:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:41:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:41:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:41:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:41:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:41:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:41:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:41:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:41:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:41:36.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:36.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:37.163 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:36 smithi088 ceph-mon[96111]: pgmap v11553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:36 smithi187 ceph-mon[111815]: pgmap v11553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:37.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:37.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:38.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:38.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:39.159 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:38 smithi187 ceph-mon[111815]: pgmap v11554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:38 smithi088 ceph-mon[96111]: pgmap v11554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:39.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:39.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:40.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:40.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:40 smithi187 ceph-mon[111815]: pgmap v11555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:40 smithi088 ceph-mon[96111]: pgmap v11555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:41.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:41.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:42.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:42.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:42 smithi187 ceph-mon[111815]: pgmap v11556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:42 smithi088 ceph-mon[96111]: pgmap v11556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:43.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:43.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:44.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:44.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:44 smithi088 ceph-mon[96111]: pgmap v11557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:44 smithi187 ceph-mon[111815]: pgmap v11557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:45.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:45.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:41:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:41:46.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:46.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:46 smithi187 ceph-mon[111815]: pgmap v11558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:47.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:46 smithi088 ceph-mon[96111]: pgmap v11558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:47.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:47.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:48.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:48.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:48 smithi187 ceph-mon[111815]: pgmap v11559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:48 smithi088 ceph-mon[96111]: pgmap v11559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:49.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:49.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:50.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:50.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:50 smithi187 ceph-mon[111815]: pgmap v11560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:50 smithi088 ceph-mon[96111]: pgmap v11560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:51.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:51.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:52.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:52.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:52 smithi187 ceph-mon[111815]: pgmap v11561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:52 smithi088 ceph-mon[96111]: pgmap v11561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:53.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:53.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:54.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:54.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:54 smithi088 ceph-mon[96111]: pgmap v11562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:54 smithi187 ceph-mon[111815]: pgmap v11562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:55.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:55.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:56.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:56.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:56 smithi187 ceph-mon[111815]: pgmap v11563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:56 smithi088 ceph-mon[96111]: pgmap v11563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:41:57.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:57.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:58.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:58.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:41:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:41:58 smithi187 ceph-mon[111815]: pgmap v11564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:41:58 smithi088 ceph-mon[96111]: pgmap v11564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:41:59.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:41:59.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:00.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:00.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:00 smithi187 ceph-mon[111815]: pgmap v11565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:42:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:00 smithi088 ceph-mon[96111]: pgmap v11565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:42:01.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:01.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:02.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:02.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:02 smithi187 ceph-mon[111815]: pgmap v11566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:02 smithi088 ceph-mon[96111]: pgmap v11566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:03.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:03.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:04.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:04.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:04 smithi088 ceph-mon[96111]: pgmap v11567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:04 smithi187 ceph-mon[111815]: pgmap v11567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:05.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:05.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:06.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:06.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:06 smithi187 ceph-mon[111815]: pgmap v11568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:06 smithi088 ceph-mon[96111]: pgmap v11568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:07.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:07.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:08.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:08.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:08 smithi187 ceph-mon[111815]: pgmap v11569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:08 smithi088 ceph-mon[96111]: pgmap v11569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:09.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:09.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:10.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:10.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:10 smithi187 ceph-mon[111815]: pgmap v11570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:10 smithi088 ceph-mon[96111]: pgmap v11570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:11.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:11.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:12.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:12.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:12 smithi187 ceph-mon[111815]: pgmap v11571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:12 smithi088 ceph-mon[96111]: pgmap v11571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:13.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:13.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:14.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:14.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:14 smithi088 ceph-mon[96111]: pgmap v11572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:14 smithi187 ceph-mon[111815]: pgmap v11572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:15.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:15.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:42:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:42:16.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:16.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:16 smithi187 ceph-mon[111815]: pgmap v11573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:16 smithi088 ceph-mon[96111]: pgmap v11573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:17.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:17.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:18.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:18.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:18 smithi187 ceph-mon[111815]: pgmap v11574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:18 smithi088 ceph-mon[96111]: pgmap v11574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:19.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:19.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:20.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:20.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:20 smithi187 ceph-mon[111815]: pgmap v11575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:20 smithi088 ceph-mon[96111]: pgmap v11575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:21.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:21.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:22.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:22.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:22 smithi187 ceph-mon[111815]: pgmap v11576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:22 smithi088 ceph-mon[96111]: pgmap v11576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:23.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:23.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:24.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:24.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:24 smithi088 ceph-mon[96111]: pgmap v11577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:24 smithi187 ceph-mon[111815]: pgmap v11577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:25.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:25.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:26.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:26.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:26 smithi187 ceph-mon[111815]: pgmap v11578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:26 smithi088 ceph-mon[96111]: pgmap v11578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:27.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:27.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:28.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:28.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:28 smithi187 ceph-mon[111815]: pgmap v11579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:28 smithi088 ceph-mon[96111]: pgmap v11579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:29.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:29.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:30.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:30.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:30 smithi187 ceph-mon[111815]: pgmap v11580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:42:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:30 smithi088 ceph-mon[96111]: pgmap v11580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:42:31.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:31.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:32.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:32.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:32 smithi088 ceph-mon[96111]: pgmap v11581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:32 smithi187 ceph-mon[111815]: pgmap v11581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:33.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:33.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:34.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:34.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:34 smithi088 ceph-mon[96111]: pgmap v11582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:34 smithi187 ceph-mon[111815]: pgmap v11582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:35.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:35.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:42:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:42:36.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:36.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:36 smithi187 ceph-mon[111815]: pgmap v11583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:36 smithi088 ceph-mon[96111]: pgmap v11583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:37.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:37.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:38.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:38.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:38 smithi187 ceph-mon[111815]: pgmap v11584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:42:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:42:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:42:39.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:42:39.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:42:39.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:42:39.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:42:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:38 smithi088 ceph-mon[96111]: pgmap v11584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:42:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:42:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:42:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:42:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:42:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:42:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:42:39.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:39.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:40.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:40.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:40 smithi187 ceph-mon[111815]: pgmap v11585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:40 smithi088 ceph-mon[96111]: pgmap v11585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:41.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:41.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:42.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:42.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:42 smithi088 ceph-mon[96111]: pgmap v11586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:42 smithi187 ceph-mon[111815]: pgmap v11586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:43.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:43.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:44.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:44.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:44 smithi187 ceph-mon[111815]: pgmap v11587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:44 smithi088 ceph-mon[96111]: pgmap v11587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:45.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:45.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:42:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:42:46.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:46.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:46 smithi088 ceph-mon[96111]: pgmap v11588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:47.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:47.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:47.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:46 smithi187 ceph-mon[111815]: pgmap v11588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:48.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:48.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:48 smithi088 ceph-mon[96111]: pgmap v11589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:49.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:48 smithi187 ceph-mon[111815]: pgmap v11589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:49.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:49.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:50.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:50.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:50 smithi088 ceph-mon[96111]: pgmap v11590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:50 smithi187 ceph-mon[111815]: pgmap v11590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:51.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:51.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:52.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:52.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:52 smithi088 ceph-mon[96111]: pgmap v11591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:53.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:52 smithi187 ceph-mon[111815]: pgmap v11591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:53.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:53.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:54.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:54.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:54 smithi187 ceph-mon[111815]: pgmap v11592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:54 smithi088 ceph-mon[96111]: pgmap v11592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:55.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:55.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:56.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:56.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:56 smithi088 ceph-mon[96111]: pgmap v11593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:56 smithi187 ceph-mon[111815]: pgmap v11593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:42:57.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:57.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:58.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:58.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:42:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:42:58 smithi187 ceph-mon[111815]: pgmap v11594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:42:58 smithi088 ceph-mon[96111]: pgmap v11594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:42:59.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:42:59.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:00.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:00.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:00 smithi187 ceph-mon[111815]: pgmap v11595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:43:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:00 smithi088 ceph-mon[96111]: pgmap v11595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:43:01.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:01.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:02.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:02.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:02 smithi187 ceph-mon[111815]: pgmap v11596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:02 smithi088 ceph-mon[96111]: pgmap v11596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:03.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:03.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:04.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:04.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:04 smithi088 ceph-mon[96111]: pgmap v11597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:04 smithi187 ceph-mon[111815]: pgmap v11597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:05.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:05.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:06.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:06.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:06 smithi088 ceph-mon[96111]: pgmap v11598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:06 smithi187 ceph-mon[111815]: pgmap v11598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:07.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:07.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:08.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:08.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:08 smithi187 ceph-mon[111815]: pgmap v11599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:08 smithi088 ceph-mon[96111]: pgmap v11599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:09.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:09.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:10.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:10.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:10 smithi187 ceph-mon[111815]: pgmap v11600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:10 smithi088 ceph-mon[96111]: pgmap v11600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:11.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:11.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:12.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:12.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:12 smithi187 ceph-mon[111815]: pgmap v11601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:12 smithi088 ceph-mon[96111]: pgmap v11601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:13.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:13.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:14.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:14.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:14 smithi088 ceph-mon[96111]: pgmap v11602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:15.160 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:14 smithi187 ceph-mon[111815]: pgmap v11602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:15.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:15.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:43:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:43:16.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:16.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:16 smithi187 ceph-mon[111815]: pgmap v11603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:16 smithi088 ceph-mon[96111]: pgmap v11603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:17.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:17.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:18.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:18.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:18 smithi187 ceph-mon[111815]: pgmap v11604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:18 smithi088 ceph-mon[96111]: pgmap v11604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:19.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:19.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:20.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:20.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:20 smithi187 ceph-mon[111815]: pgmap v11605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:20 smithi088 ceph-mon[96111]: pgmap v11605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:21.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:21.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:22.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:22.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:23.198 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:22 smithi088 ceph-mon[96111]: pgmap v11606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:22 smithi187 ceph-mon[111815]: pgmap v11606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:23.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:23.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:24.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:24.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:24 smithi088 ceph-mon[96111]: pgmap v11607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:24 smithi187 ceph-mon[111815]: pgmap v11607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:25.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:25.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:26.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:26.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:26 smithi088 ceph-mon[96111]: pgmap v11608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:26 smithi187 ceph-mon[111815]: pgmap v11608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:27.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:27.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:28.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:28.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:28 smithi187 ceph-mon[111815]: pgmap v11609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:28 smithi088 ceph-mon[96111]: pgmap v11609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:29.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:29.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:30.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:30.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:30 smithi187 ceph-mon[111815]: pgmap v11610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:43:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:30 smithi088 ceph-mon[96111]: pgmap v11610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:43:31.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:31.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:32.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:32.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:32 smithi187 ceph-mon[111815]: pgmap v11611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:33.296 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:32 smithi088 ceph-mon[96111]: pgmap v11611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:33.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:33.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:34.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:34.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:34 smithi088 ceph-mon[96111]: pgmap v11612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:34 smithi187 ceph-mon[111815]: pgmap v11612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:35.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:35.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:36.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:36.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:36 smithi088 ceph-mon[96111]: pgmap v11613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:36 smithi187 ceph-mon[111815]: pgmap v11613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:37.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:37.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:38.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:38.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:38 smithi187 ceph-mon[111815]: pgmap v11614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:43:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:38 smithi088 ceph-mon[96111]: pgmap v11614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:43:39.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:39.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:40.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:40.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:40 smithi187 ceph-mon[111815]: pgmap v11615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:40 smithi088 ceph-mon[96111]: pgmap v11615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:41.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:41.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:42.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:42.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:42 smithi187 ceph-mon[111815]: pgmap v11616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:42 smithi088 ceph-mon[96111]: pgmap v11616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:43.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:43.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:43:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:43:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:43:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:43:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:43:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:43:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:43:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:44 smithi187 ceph-mon[111815]: pgmap v11617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:44.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:44.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:43:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:43:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:43:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:43:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:43:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:43:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:43:44.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:44 smithi088 ceph-mon[96111]: pgmap v11617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:45.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:45.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:43:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:43:46.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:46.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:46 smithi088 ceph-mon[96111]: pgmap v11618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:46 smithi187 ceph-mon[111815]: pgmap v11618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:47.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:47.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:48.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:48.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:48 smithi187 ceph-mon[111815]: pgmap v11619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:48 smithi088 ceph-mon[96111]: pgmap v11619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:49.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:49.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:50.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:50.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:50 smithi187 ceph-mon[111815]: pgmap v11620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:50 smithi088 ceph-mon[96111]: pgmap v11620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:51.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:51.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:52.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:52.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:52 smithi187 ceph-mon[111815]: pgmap v11621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:52 smithi088 ceph-mon[96111]: pgmap v11621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:53.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:53.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:54.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:54.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:54 smithi088 ceph-mon[96111]: pgmap v11622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:54 smithi187 ceph-mon[111815]: pgmap v11622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:55.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:55.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:56.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:56.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:56 smithi088 ceph-mon[96111]: pgmap v11623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:56 smithi187 ceph-mon[111815]: pgmap v11623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:43:57.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:57.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:58.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:58.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:43:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:43:58 smithi187 ceph-mon[111815]: pgmap v11624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:43:58 smithi088 ceph-mon[96111]: pgmap v11624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:43:59.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:43:59.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:00.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:00.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:00 smithi187 ceph-mon[111815]: pgmap v11625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:44:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:00 smithi088 ceph-mon[96111]: pgmap v11625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:44:01.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:01.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:02.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:02.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:02 smithi187 ceph-mon[111815]: pgmap v11626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:02 smithi088 ceph-mon[96111]: pgmap v11626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:03.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:03.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:04.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:04.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:04 smithi088 ceph-mon[96111]: pgmap v11627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:04 smithi187 ceph-mon[111815]: pgmap v11627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:05.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:05.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:06.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:06.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:06 smithi088 ceph-mon[96111]: pgmap v11628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:06 smithi187 ceph-mon[111815]: pgmap v11628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:07.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:08.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:08.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:08 smithi187 ceph-mon[111815]: pgmap v11629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:08 smithi088 ceph-mon[96111]: pgmap v11629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:09.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:09.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:10.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:10.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:10 smithi187 ceph-mon[111815]: pgmap v11630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:10 smithi088 ceph-mon[96111]: pgmap v11630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:11.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:11.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:12.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:12.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:12 smithi187 ceph-mon[111815]: pgmap v11631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:12 smithi088 ceph-mon[96111]: pgmap v11631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:13.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:13.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:14.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:14.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:14 smithi088 ceph-mon[96111]: pgmap v11632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:14 smithi187 ceph-mon[111815]: pgmap v11632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:15.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:15.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:44:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:44:16.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:16.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:16 smithi187 ceph-mon[111815]: pgmap v11633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:16 smithi088 ceph-mon[96111]: pgmap v11633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:17.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:17.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:18.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:18.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:18 smithi088 ceph-mon[96111]: pgmap v11634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:18 smithi187 ceph-mon[111815]: pgmap v11634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:19.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:19.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:20.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:20.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:20 smithi187 ceph-mon[111815]: pgmap v11635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:20 smithi088 ceph-mon[96111]: pgmap v11635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:21.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:21.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:22.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:22.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:22 smithi187 ceph-mon[111815]: pgmap v11636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:22 smithi088 ceph-mon[96111]: pgmap v11636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:23.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:23.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:24.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:24.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:24 smithi088 ceph-mon[96111]: pgmap v11637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:24 smithi187 ceph-mon[111815]: pgmap v11637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:25.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:25.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:26.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:26.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:26 smithi088 ceph-mon[96111]: pgmap v11638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:26 smithi187 ceph-mon[111815]: pgmap v11638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:27.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:27.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:28.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:28.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:28 smithi187 ceph-mon[111815]: pgmap v11639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:28 smithi088 ceph-mon[96111]: pgmap v11639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:29.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:29.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:30.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:30.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:30 smithi187 ceph-mon[111815]: pgmap v11640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:44:31.327 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:30 smithi088 ceph-mon[96111]: pgmap v11640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:31.328 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:44:31.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:31.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:32.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:32.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:32 smithi187 ceph-mon[111815]: pgmap v11641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:32 smithi088 ceph-mon[96111]: pgmap v11641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:33.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:33.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:34.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:34.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:34 smithi088 ceph-mon[96111]: pgmap v11642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:34 smithi187 ceph-mon[111815]: pgmap v11642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:35.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:35.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:36.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:36.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:36 smithi088 ceph-mon[96111]: pgmap v11643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:36 smithi187 ceph-mon[111815]: pgmap v11643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:37.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:37.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:38.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:38.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:38 smithi187 ceph-mon[111815]: pgmap v11644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:38 smithi088 ceph-mon[96111]: pgmap v11644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:39.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:39.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:40.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:40.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:40 smithi187 ceph-mon[111815]: pgmap v11645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:40 smithi088 ceph-mon[96111]: pgmap v11645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:41.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:41.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:42.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:42.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:42 smithi187 ceph-mon[111815]: pgmap v11646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:42 smithi088 ceph-mon[96111]: pgmap v11646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:43.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:43.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:44:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:44:44.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:44.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:44 smithi088 ceph-mon[96111]: pgmap v11647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:44:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:44:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:44:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:44:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:44:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:44 smithi187 ceph-mon[111815]: pgmap v11647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:44:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:44:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:44:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:44:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:44:45.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:45.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:44:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:44:46.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:46.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:46 smithi187 ceph-mon[111815]: pgmap v11648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:46 smithi088 ceph-mon[96111]: pgmap v11648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:47.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:47.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:48.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:48.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:48 smithi187 ceph-mon[111815]: pgmap v11649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:48 smithi088 ceph-mon[96111]: pgmap v11649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:49.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:49.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:50.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:50.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:50 smithi187 ceph-mon[111815]: pgmap v11650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:50 smithi088 ceph-mon[96111]: pgmap v11650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:51.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:51.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:52.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:52.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:52 smithi187 ceph-mon[111815]: pgmap v11651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:52 smithi088 ceph-mon[96111]: pgmap v11651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:53.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:53.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:54.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:54.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:54 smithi088 ceph-mon[96111]: pgmap v11652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:54 smithi187 ceph-mon[111815]: pgmap v11652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:55.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:55.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:56.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:56.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:56 smithi088 ceph-mon[96111]: pgmap v11653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:56 smithi187 ceph-mon[111815]: pgmap v11653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:44:57.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:57.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:58.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:58.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:44:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:44:58 smithi187 ceph-mon[111815]: pgmap v11654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:44:58 smithi088 ceph-mon[96111]: pgmap v11654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:44:59.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:44:59.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:00.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:00.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:00 smithi187 ceph-mon[111815]: pgmap v11655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:45:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:00 smithi088 ceph-mon[96111]: pgmap v11655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:45:01.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:01.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:02.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:02.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:02 smithi187 ceph-mon[111815]: pgmap v11656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:02 smithi088 ceph-mon[96111]: pgmap v11656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:03.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:03.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:04.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:04.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:04 smithi088 ceph-mon[96111]: pgmap v11657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:04 smithi187 ceph-mon[111815]: pgmap v11657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:05.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:05.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:06.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:06.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:06 smithi187 ceph-mon[111815]: pgmap v11658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:06 smithi088 ceph-mon[96111]: pgmap v11658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:07.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:07.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:08.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:08.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:08 smithi187 ceph-mon[111815]: pgmap v11659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:09.247 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:08 smithi088 ceph-mon[96111]: pgmap v11659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:09.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:09.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:10.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:10.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:10 smithi187 ceph-mon[111815]: pgmap v11660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:10 smithi088 ceph-mon[96111]: pgmap v11660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:11.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:11.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:12.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:12.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:12 smithi187 ceph-mon[111815]: pgmap v11661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:12 smithi088 ceph-mon[96111]: pgmap v11661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:13.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:13.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:14.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:14.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:14 smithi088 ceph-mon[96111]: pgmap v11662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:14 smithi187 ceph-mon[111815]: pgmap v11662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:15.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:15.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:45:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:45:16.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:16.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:16 smithi187 ceph-mon[111815]: pgmap v11663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:16 smithi088 ceph-mon[96111]: pgmap v11663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:17.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:17.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:18.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:18.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:18 smithi187 ceph-mon[111815]: pgmap v11664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:18 smithi088 ceph-mon[96111]: pgmap v11664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:19.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:19.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:20.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:20.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:20 smithi187 ceph-mon[111815]: pgmap v11665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:20 smithi088 ceph-mon[96111]: pgmap v11665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:21.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:21.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:22.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:22.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:22 smithi187 ceph-mon[111815]: pgmap v11666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:22 smithi088 ceph-mon[96111]: pgmap v11666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:23.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:23.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:24.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:24.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:24 smithi187 ceph-mon[111815]: pgmap v11667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:24 smithi088 ceph-mon[96111]: pgmap v11667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:25.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:25.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:26.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:26.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:26 smithi088 ceph-mon[96111]: pgmap v11668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:26 smithi187 ceph-mon[111815]: pgmap v11668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:27.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:27.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:28.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:28.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:28 smithi187 ceph-mon[111815]: pgmap v11669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:28 smithi088 ceph-mon[96111]: pgmap v11669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:29.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:29.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:30.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:30.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:30 smithi187 ceph-mon[111815]: pgmap v11670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:45:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:30 smithi088 ceph-mon[96111]: pgmap v11670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:45:31.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:31.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:32.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:32.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:32 smithi187 ceph-mon[111815]: pgmap v11671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:32 smithi088 ceph-mon[96111]: pgmap v11671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:33.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:33.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:34.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:34.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:34 smithi187 ceph-mon[111815]: pgmap v11672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:34 smithi088 ceph-mon[96111]: pgmap v11672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:35.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:35.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:36.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:36.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:36 smithi088 ceph-mon[96111]: pgmap v11673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:36 smithi187 ceph-mon[111815]: pgmap v11673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:37.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:37.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:38.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:38.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:38 smithi187 ceph-mon[111815]: pgmap v11674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:38 smithi088 ceph-mon[96111]: pgmap v11674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:39.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:39.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:40.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:40.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:40 smithi187 ceph-mon[111815]: pgmap v11675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:40 smithi088 ceph-mon[96111]: pgmap v11675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:41.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:41.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:42.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:42.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:42 smithi187 ceph-mon[111815]: pgmap v11676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:42 smithi088 ceph-mon[96111]: pgmap v11676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:43.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:43.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:44.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:44.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:44 smithi187 ceph-mon[111815]: pgmap v11677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:45:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:45:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:45:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:44 smithi088 ceph-mon[96111]: pgmap v11677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:45:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:45:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:45:45.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:45.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:45:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:45:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:45:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:45:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:45:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:45:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:45:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:45:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:45:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:45:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:45:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:45:46.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:46.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:46 smithi187 ceph-mon[111815]: pgmap v11678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:46 smithi088 ceph-mon[96111]: pgmap v11678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:47.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:47.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:48.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:48.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:48 smithi187 ceph-mon[111815]: pgmap v11679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:48 smithi088 ceph-mon[96111]: pgmap v11679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:49.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:49.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:50.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:50.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:50 smithi187 ceph-mon[111815]: pgmap v11680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:50 smithi088 ceph-mon[96111]: pgmap v11680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:51.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:51.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:52.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:52.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:52 smithi187 ceph-mon[111815]: pgmap v11681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:52 smithi088 ceph-mon[96111]: pgmap v11681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:53.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:53.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:54.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:54.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:54 smithi187 ceph-mon[111815]: pgmap v11682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:54 smithi088 ceph-mon[96111]: pgmap v11682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:55.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:55.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:56.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:56.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:56 smithi088 ceph-mon[96111]: pgmap v11683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:56.854 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:56 smithi187 ceph-mon[111815]: pgmap v11683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:45:57.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:57.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:58.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:58.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:45:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:45:58 smithi187 ceph-mon[111815]: pgmap v11684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:45:58 smithi088 ceph-mon[96111]: pgmap v11684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:45:59.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:45:59.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:00.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:00.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:00 smithi187 ceph-mon[111815]: pgmap v11685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:46:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:00 smithi088 ceph-mon[96111]: pgmap v11685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:46:01.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:01.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:02.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:02.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:02 smithi187 ceph-mon[111815]: pgmap v11686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:02 smithi088 ceph-mon[96111]: pgmap v11686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:03.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:03.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:04.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:04.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:04 smithi187 ceph-mon[111815]: pgmap v11687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:04 smithi088 ceph-mon[96111]: pgmap v11687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:05.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:05.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:06.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:06.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:06 smithi088 ceph-mon[96111]: pgmap v11688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:06 smithi187 ceph-mon[111815]: pgmap v11688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:07.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:07.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:08.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:08.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:08 smithi187 ceph-mon[111815]: pgmap v11689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:08 smithi088 ceph-mon[96111]: pgmap v11689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:09.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:09.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:10.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:10.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:10 smithi187 ceph-mon[111815]: pgmap v11690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:10 smithi088 ceph-mon[96111]: pgmap v11690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:11.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:11.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:12.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:12.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:12 smithi187 ceph-mon[111815]: pgmap v11691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:12 smithi088 ceph-mon[96111]: pgmap v11691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:13.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:13.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:14.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:14.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:14 smithi187 ceph-mon[111815]: pgmap v11692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:14 smithi088 ceph-mon[96111]: pgmap v11692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:15.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:15.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:46:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:46:16.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:16.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:16 smithi187 ceph-mon[111815]: pgmap v11693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:16 smithi088 ceph-mon[96111]: pgmap v11693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:17.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:17.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:18.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:18.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:18 smithi187 ceph-mon[111815]: pgmap v11694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:18 smithi088 ceph-mon[96111]: pgmap v11694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:19.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:19.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:20.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:20.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:20 smithi088 ceph-mon[96111]: pgmap v11695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:20 smithi187 ceph-mon[111815]: pgmap v11695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:21.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:21.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:22.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:22.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:22 smithi088 ceph-mon[96111]: pgmap v11696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:22 smithi187 ceph-mon[111815]: pgmap v11696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:23.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:23.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:24.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:24.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:24 smithi088 ceph-mon[96111]: pgmap v11697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:24 smithi187 ceph-mon[111815]: pgmap v11697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:25.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:25.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:26.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:26.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:26 smithi088 ceph-mon[96111]: pgmap v11698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:26 smithi187 ceph-mon[111815]: pgmap v11698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:27.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:27.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:28.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:28.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:28 smithi187 ceph-mon[111815]: pgmap v11699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:28 smithi088 ceph-mon[96111]: pgmap v11699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:29.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:29.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:30.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:30.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:30 smithi187 ceph-mon[111815]: pgmap v11700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:46:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:30 smithi088 ceph-mon[96111]: pgmap v11700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:46:31.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:31.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:32.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:32.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:32 smithi187 ceph-mon[111815]: pgmap v11701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:32 smithi088 ceph-mon[96111]: pgmap v11701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:33.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:33.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:34.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:34.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:34 smithi088 ceph-mon[96111]: pgmap v11702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:34 smithi187 ceph-mon[111815]: pgmap v11702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:35.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:35.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:36 smithi088 ceph-mon[96111]: pgmap v11703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:36.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:36.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:36 smithi187 ceph-mon[111815]: pgmap v11703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:37.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:37.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:38.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:38.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:38 smithi187 ceph-mon[111815]: pgmap v11704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:38 smithi088 ceph-mon[96111]: pgmap v11704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:39.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:39.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:40.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:40.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:40 smithi187 ceph-mon[111815]: pgmap v11705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:40 smithi088 ceph-mon[96111]: pgmap v11705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:41.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:41.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:42.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:42.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:42 smithi187 ceph-mon[111815]: pgmap v11706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:42 smithi088 ceph-mon[96111]: pgmap v11706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:43.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:43.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:44.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:44.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:44 smithi088 ceph-mon[96111]: pgmap v11707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:44 smithi187 ceph-mon[111815]: pgmap v11707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:45.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:45.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:46:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:46:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:46:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:46:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:46:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:46:46.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:46:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:46:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:46:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:46:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:46:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:46:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:46:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:46:46.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:46.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:46 smithi088 ceph-mon[96111]: pgmap v11708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:47.385 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:46 smithi187 ceph-mon[111815]: pgmap v11708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:47.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:47.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:48.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:48.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:48 smithi088 ceph-mon[96111]: pgmap v11709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:48 smithi187 ceph-mon[111815]: pgmap v11709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:49.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:49.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:50.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:50.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:50 smithi088 ceph-mon[96111]: pgmap v11710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:50 smithi187 ceph-mon[111815]: pgmap v11710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:51.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:51.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:52.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:52.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:52 smithi088 ceph-mon[96111]: pgmap v11711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:52 smithi187 ceph-mon[111815]: pgmap v11711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:53.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:53.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:54.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:54.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:55.308 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:54 smithi088 ceph-mon[96111]: pgmap v11712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:54 smithi187 ceph-mon[111815]: pgmap v11712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:55.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:55.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:56 smithi088 ceph-mon[96111]: pgmap v11713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:56.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:56.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:56 smithi187 ceph-mon[111815]: pgmap v11713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:46:57.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:57.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:58.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:58.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:46:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:46:58 smithi187 ceph-mon[111815]: pgmap v11714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:46:58 smithi088 ceph-mon[96111]: pgmap v11714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:46:59.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:46:59.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:00.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:00.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:00 smithi088 ceph-mon[96111]: pgmap v11715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:47:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:00 smithi187 ceph-mon[111815]: pgmap v11715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:47:01.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:01.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:02.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:02.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:02 smithi088 ceph-mon[96111]: pgmap v11716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:02 smithi187 ceph-mon[111815]: pgmap v11716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:03.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:03.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:04.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:04.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:04 smithi088 ceph-mon[96111]: pgmap v11717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:04 smithi187 ceph-mon[111815]: pgmap v11717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:05.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:05.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:06 smithi088 ceph-mon[96111]: pgmap v11718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:06.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:06.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:06 smithi187 ceph-mon[111815]: pgmap v11718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:07.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:07.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:08.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:08.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:08 smithi088 ceph-mon[96111]: pgmap v11719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:08 smithi187 ceph-mon[111815]: pgmap v11719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:09.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:09.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:10.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:10.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:10 smithi088 ceph-mon[96111]: pgmap v11720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:10 smithi187 ceph-mon[111815]: pgmap v11720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:11.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:11.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:12.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:12.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:12 smithi088 ceph-mon[96111]: pgmap v11721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:12 smithi187 ceph-mon[111815]: pgmap v11721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:13.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:13.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:14.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:14.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:14 smithi088 ceph-mon[96111]: pgmap v11722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:14 smithi187 ceph-mon[111815]: pgmap v11722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:15.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:15.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:47:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:47:16.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:16.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:16 smithi088 ceph-mon[96111]: pgmap v11723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:17.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:16 smithi187 ceph-mon[111815]: pgmap v11723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:17.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:17.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:18.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:18.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:18 smithi088 ceph-mon[96111]: pgmap v11724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:19.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:18 smithi187 ceph-mon[111815]: pgmap v11724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:19.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:19.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:20.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:20.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:20 smithi088 ceph-mon[96111]: pgmap v11725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:21.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:20 smithi187 ceph-mon[111815]: pgmap v11725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:21.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:21.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:22.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:22.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:22 smithi187 ceph-mon[111815]: pgmap v11726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:22 smithi088 ceph-mon[96111]: pgmap v11726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:23.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:23.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:24.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:24.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:24 smithi088 ceph-mon[96111]: pgmap v11727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:25.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:24 smithi187 ceph-mon[111815]: pgmap v11727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:25.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:25.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:26 smithi088 ceph-mon[96111]: pgmap v11728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:26.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:26.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:26 smithi187 ceph-mon[111815]: pgmap v11728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:27.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:27.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:28.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:28.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:28 smithi088 ceph-mon[96111]: pgmap v11729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:28 smithi187 ceph-mon[111815]: pgmap v11729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:29.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:29.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:30.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:30.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:30 smithi088 ceph-mon[96111]: pgmap v11730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:47:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:30 smithi187 ceph-mon[111815]: pgmap v11730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:47:31.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:31.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:32.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:32.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:32 smithi187 ceph-mon[111815]: pgmap v11731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:32 smithi088 ceph-mon[96111]: pgmap v11731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:33.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:33.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:34.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:34.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:34 smithi088 ceph-mon[96111]: pgmap v11732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:34 smithi187 ceph-mon[111815]: pgmap v11732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:35.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:35.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:36 smithi088 ceph-mon[96111]: pgmap v11733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:36.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:36.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:36 smithi187 ceph-mon[111815]: pgmap v11733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:37.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:37.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:38.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:38.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:38 smithi088 ceph-mon[96111]: pgmap v11734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:38 smithi187 ceph-mon[111815]: pgmap v11734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:39.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:39.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:40.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:40.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:40 smithi088 ceph-mon[96111]: pgmap v11735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:40 smithi187 ceph-mon[111815]: pgmap v11735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:41.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:41.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:42.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:42.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:42 smithi088 ceph-mon[96111]: pgmap v11736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:43.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:42 smithi187 ceph-mon[111815]: pgmap v11736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:43.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:43.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:44.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:44.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:44 smithi088 ceph-mon[96111]: pgmap v11737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:44 smithi187 ceph-mon[111815]: pgmap v11737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:45.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:45.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:47:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:47:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:47:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:47:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:47:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:47:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:47:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:47:46.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:46.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:46 smithi088 ceph-mon[96111]: pgmap v11738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:47:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:47:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:47:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:47:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:47:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:46 smithi187 ceph-mon[111815]: pgmap v11738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:47:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:47:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:47:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:47:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:47:47.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:47.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:48.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:48.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:48 smithi088 ceph-mon[96111]: pgmap v11739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:48 smithi187 ceph-mon[111815]: pgmap v11739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:49.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:49.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:50.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:50.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:50 smithi088 ceph-mon[96111]: pgmap v11740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:50 smithi187 ceph-mon[111815]: pgmap v11740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:51.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:51.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:52.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:52.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:52 smithi088 ceph-mon[96111]: pgmap v11741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:52 smithi187 ceph-mon[111815]: pgmap v11741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:53.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:53.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:54.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:54.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:54 smithi088 ceph-mon[96111]: pgmap v11742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:54 smithi187 ceph-mon[111815]: pgmap v11742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:55.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:55.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:56 smithi088 ceph-mon[96111]: pgmap v11743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:56.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:56.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:56 smithi187 ceph-mon[111815]: pgmap v11743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:47:57.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:57.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:58.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:58.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:47:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:47:58 smithi088 ceph-mon[96111]: pgmap v11744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:59.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:47:58 smithi187 ceph-mon[111815]: pgmap v11744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:47:59.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:47:59.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:00.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:00.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:00 smithi088 ceph-mon[96111]: pgmap v11745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:48:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:00 smithi187 ceph-mon[111815]: pgmap v11745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:48:01.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:01.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:02.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:02.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:02 smithi088 ceph-mon[96111]: pgmap v11746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:02 smithi187 ceph-mon[111815]: pgmap v11746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:03.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:03.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:04.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:04.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:04 smithi088 ceph-mon[96111]: pgmap v11747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:04 smithi187 ceph-mon[111815]: pgmap v11747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:05.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:05.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:06 smithi088 ceph-mon[96111]: pgmap v11748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:06 smithi187 ceph-mon[111815]: pgmap v11748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:06.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:06.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:07.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:07.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:08.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:08.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:08 smithi088 ceph-mon[96111]: pgmap v11749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:08 smithi187 ceph-mon[111815]: pgmap v11749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:09.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:09.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:10.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:10.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:10 smithi088 ceph-mon[96111]: pgmap v11750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:10 smithi187 ceph-mon[111815]: pgmap v11750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:11.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:11.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:12.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:12.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:13.282 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:12 smithi187 ceph-mon[111815]: pgmap v11751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:12 smithi088 ceph-mon[96111]: pgmap v11751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:13.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:13.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:14.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:14.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:14 smithi088 ceph-mon[96111]: pgmap v11752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:15.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:14 smithi187 ceph-mon[111815]: pgmap v11752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:15.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:15.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:48:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:48:16.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:16.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:16 smithi088 ceph-mon[96111]: pgmap v11753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:16 smithi187 ceph-mon[111815]: pgmap v11753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:17.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:17.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:18.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:18.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:18 smithi088 ceph-mon[96111]: pgmap v11754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:18 smithi187 ceph-mon[111815]: pgmap v11754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:19.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:19.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:20.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:20.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:21 smithi088 ceph-mon[96111]: pgmap v11755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:21 smithi187 ceph-mon[111815]: pgmap v11755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:21.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:21.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:23.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:23.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:23 smithi088 ceph-mon[96111]: pgmap v11756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:23.388 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:23 smithi187 ceph-mon[111815]: pgmap v11756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:24.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:24.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:25.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:25.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:25 smithi088 ceph-mon[96111]: pgmap v11757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:25 smithi187 ceph-mon[111815]: pgmap v11757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:26.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:26.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:26 smithi088 ceph-mon[96111]: pgmap v11758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:26 smithi187 ceph-mon[111815]: pgmap v11758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:27.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:27.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:28.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:28.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:29.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:29.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:28 smithi088 ceph-mon[96111]: pgmap v11759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:28 smithi187 ceph-mon[111815]: pgmap v11759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:30.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:30.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:31.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:31.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:31.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:30 smithi088 ceph-mon[96111]: pgmap v11760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:31.253 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:48:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:30 smithi187 ceph-mon[111815]: pgmap v11760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:48:32.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:32.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:33.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:33.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:32 smithi088 ceph-mon[96111]: pgmap v11761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:32 smithi187 ceph-mon[111815]: pgmap v11761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:34.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:34.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:35.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:35.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:34 smithi088 ceph-mon[96111]: pgmap v11762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:34 smithi187 ceph-mon[111815]: pgmap v11762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:36.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:36.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:36 smithi088 ceph-mon[96111]: pgmap v11763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:36 smithi187 ceph-mon[111815]: pgmap v11763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:37.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:37.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:38.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:38.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:39.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:39.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:38 smithi088 ceph-mon[96111]: pgmap v11764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:38 smithi187 ceph-mon[111815]: pgmap v11764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:40.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:40.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:41.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:41.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:40 smithi088 ceph-mon[96111]: pgmap v11765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:40 smithi187 ceph-mon[111815]: pgmap v11765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:42.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:42.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:43.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:43.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:42 smithi088 ceph-mon[96111]: pgmap v11766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:42 smithi187 ceph-mon[111815]: pgmap v11766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:44.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:44.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:45.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:45.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:45 smithi088 ceph-mon[96111]: pgmap v11767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:45 smithi187 ceph-mon[111815]: pgmap v11767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:46.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:46.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:48:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:48:47.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:47.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:47 smithi088 ceph-mon[96111]: pgmap v11768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:48:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:48:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:48:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:48:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:48:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:48:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:47 smithi187 ceph-mon[111815]: pgmap v11768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:48:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:48:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:48:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:48:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:48:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:48:48.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:48.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:49.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:49.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:49 smithi088 ceph-mon[96111]: pgmap v11769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:49 smithi187 ceph-mon[111815]: pgmap v11769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:50.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:50.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:51.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:51.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:51.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:51 smithi088 ceph-mon[96111]: pgmap v11770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:51 smithi187 ceph-mon[111815]: pgmap v11770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:52.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:52.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:53.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:53.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:53 smithi088 ceph-mon[96111]: pgmap v11771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:53 smithi187 ceph-mon[111815]: pgmap v11771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:54.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:54.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:55.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:55.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:55 smithi088 ceph-mon[96111]: pgmap v11772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:55 smithi187 ceph-mon[111815]: pgmap v11772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:56.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:56.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:56 smithi088 ceph-mon[96111]: pgmap v11773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:56 smithi187 ceph-mon[111815]: pgmap v11773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:48:57.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:57.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:58.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:58.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:59.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:48:59.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:48:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:48:58 smithi187 ceph-mon[111815]: pgmap v11774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:48:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:48:58 smithi088 ceph-mon[96111]: pgmap v11774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:00.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:00.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:01.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:01.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:01 smithi088 ceph-mon[96111]: pgmap v11775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:49:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:01 smithi187 ceph-mon[111815]: pgmap v11775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:49:02.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:02.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:03.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:03.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:03 smithi088 ceph-mon[96111]: pgmap v11776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:03 smithi187 ceph-mon[111815]: pgmap v11776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:04.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:04.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:05.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:05.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:05 smithi088 ceph-mon[96111]: pgmap v11777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:05 smithi187 ceph-mon[111815]: pgmap v11777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:06.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:06.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:06 smithi088 ceph-mon[96111]: pgmap v11778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:06 smithi187 ceph-mon[111815]: pgmap v11778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:07.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:07.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:08.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:08.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:09.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:09.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:08 smithi187 ceph-mon[111815]: pgmap v11779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:08 smithi088 ceph-mon[96111]: pgmap v11779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:10.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:10.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:11.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:11.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:11 smithi088 ceph-mon[96111]: pgmap v11780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:11 smithi187 ceph-mon[111815]: pgmap v11780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:12.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:12.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:13.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:13.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:13 smithi088 ceph-mon[96111]: pgmap v11781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:13 smithi187 ceph-mon[111815]: pgmap v11781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:14.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:14.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:15.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:15.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:15 smithi088 ceph-mon[96111]: pgmap v11782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:15 smithi187 ceph-mon[111815]: pgmap v11782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:16.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:16.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:49:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:49:17.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:17.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:17 smithi088 ceph-mon[96111]: pgmap v11783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:17 smithi187 ceph-mon[111815]: pgmap v11783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:18.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:18.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:19.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:19.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:19 smithi088 ceph-mon[96111]: pgmap v11784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:19 smithi187 ceph-mon[111815]: pgmap v11784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:20.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:20.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:21.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:21.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:21 smithi088 ceph-mon[96111]: pgmap v11785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:21.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:21 smithi187 ceph-mon[111815]: pgmap v11785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:22.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:22.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:23.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:23.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:23 smithi088 ceph-mon[96111]: pgmap v11786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:23 smithi187 ceph-mon[111815]: pgmap v11786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:24.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:24.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:25.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:25.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:25 smithi088 ceph-mon[96111]: pgmap v11787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:25 smithi187 ceph-mon[111815]: pgmap v11787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:26.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:26.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:26 smithi088 ceph-mon[96111]: pgmap v11788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:26 smithi187 ceph-mon[111815]: pgmap v11788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:27.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:27.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:28.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:28.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:29.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:29.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:29 smithi088 ceph-mon[96111]: pgmap v11789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:29 smithi187 ceph-mon[111815]: pgmap v11789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:30.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:30.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:31.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:31.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:31 smithi088 ceph-mon[96111]: pgmap v11790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:49:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:31 smithi187 ceph-mon[111815]: pgmap v11790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:49:32.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:32.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:33.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:33.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:33 smithi088 ceph-mon[96111]: pgmap v11791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:33 smithi187 ceph-mon[111815]: pgmap v11791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:34.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:34.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:35.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:35.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:35 smithi088 ceph-mon[96111]: pgmap v11792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:35 smithi187 ceph-mon[111815]: pgmap v11792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:36.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:36.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:36 smithi088 ceph-mon[96111]: pgmap v11793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:36 smithi187 ceph-mon[111815]: pgmap v11793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:37.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:37.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:38.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:38.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:39.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:39.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:39 smithi088 ceph-mon[96111]: pgmap v11794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:39 smithi187 ceph-mon[111815]: pgmap v11794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:40.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:40.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:41.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:41.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:41 smithi088 ceph-mon[96111]: pgmap v11795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:41 smithi187 ceph-mon[111815]: pgmap v11795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:42.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:42.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:43.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:43.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:43 smithi088 ceph-mon[96111]: pgmap v11796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:43 smithi187 ceph-mon[111815]: pgmap v11796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:44.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:44.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:45.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:45.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:45 smithi088 ceph-mon[96111]: pgmap v11797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:45 smithi187 ceph-mon[111815]: pgmap v11797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:46.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:46.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:49:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:49:47.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:47.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:47 smithi088 ceph-mon[96111]: pgmap v11798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:49:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:47 smithi187 ceph-mon[111815]: pgmap v11798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:49:48.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:48.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:49:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:49:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:49:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:49:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:49:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:49:48.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:49:48.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:49:48.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:49:48.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:49:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:49:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:49:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:49:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T05:49:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:49:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:49:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:49:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:49:48.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:49:48.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:49:49.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:49.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:49.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:49 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1570M 2023-10-13T05:49:49.284 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:49 smithi187 ceph-mon[111815]: pgmap v11799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:49 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1570M 2023-10-13T05:49:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:49 smithi088 ceph-mon[96111]: pgmap v11799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:50.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:50.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:51.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:51.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:51 smithi088 ceph-mon[96111]: pgmap v11800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:51 smithi187 ceph-mon[111815]: pgmap v11800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:52.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:52.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:53.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:53.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:53 smithi088 ceph-mon[96111]: pgmap v11801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:53 smithi187 ceph-mon[111815]: pgmap v11801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:54.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:54.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:55.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:55.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:55 smithi088 ceph-mon[96111]: pgmap v11802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:55 smithi187 ceph-mon[111815]: pgmap v11802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:56.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:56.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:56 smithi088 ceph-mon[96111]: pgmap v11803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:56 smithi187 ceph-mon[111815]: pgmap v11803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:49:57.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:57.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:58.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:58.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:59.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:49:59.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:49:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:49:59 smithi088 ceph-mon[96111]: pgmap v11804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:49:59.388 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:49:59 smithi187 ceph-mon[111815]: pgmap v11804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:00.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:00.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T05:50:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T05:50:01.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:01.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:01 smithi088 ceph-mon[96111]: pgmap v11805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:50:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:01 smithi187 ceph-mon[111815]: pgmap v11805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:50:02.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:02.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:03.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:03.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:03 smithi088 ceph-mon[96111]: pgmap v11806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:03 smithi187 ceph-mon[111815]: pgmap v11806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:04.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:04.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:05.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:05.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:05 smithi088 ceph-mon[96111]: pgmap v11807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:05 smithi187 ceph-mon[111815]: pgmap v11807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:06.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:06.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:06 smithi088 ceph-mon[96111]: pgmap v11808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:06 smithi187 ceph-mon[111815]: pgmap v11808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:07.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:07.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:08.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:08.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:09.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:09.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:09 smithi088 ceph-mon[96111]: pgmap v11809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:09 smithi187 ceph-mon[111815]: pgmap v11809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:10.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:10.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:11.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:11.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:11 smithi088 ceph-mon[96111]: pgmap v11810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:11 smithi187 ceph-mon[111815]: pgmap v11810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:12.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:12.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:13.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:13.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:13 smithi088 ceph-mon[96111]: pgmap v11811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:13 smithi187 ceph-mon[111815]: pgmap v11811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:14.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:14.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:15.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:15.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:15 smithi088 ceph-mon[96111]: pgmap v11812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:15 smithi187 ceph-mon[111815]: pgmap v11812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:16.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:16.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:50:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:50:17.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:17.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:17.299 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:17 smithi088 ceph-mon[96111]: pgmap v11813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:17 smithi187 ceph-mon[111815]: pgmap v11813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:18.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:18.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:19.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:19.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:19 smithi088 ceph-mon[96111]: pgmap v11814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:19 smithi187 ceph-mon[111815]: pgmap v11814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:20.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:20.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:21.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:21.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:21 smithi088 ceph-mon[96111]: pgmap v11815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:21 smithi187 ceph-mon[111815]: pgmap v11815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:22.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:22.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:23.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:23.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:23 smithi088 ceph-mon[96111]: pgmap v11816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:23.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:23 smithi187 ceph-mon[111815]: pgmap v11816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:24.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:24.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:25.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:25.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:25 smithi088 ceph-mon[96111]: pgmap v11817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:25 smithi187 ceph-mon[111815]: pgmap v11817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:26.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:26.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:26 smithi088 ceph-mon[96111]: pgmap v11818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:26 smithi187 ceph-mon[111815]: pgmap v11818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:27.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:27.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:28.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:28.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:29.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:29 smithi088 ceph-mon[96111]: pgmap v11819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:29 smithi187 ceph-mon[111815]: pgmap v11819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:30.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:30.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:31.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:31.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:31 smithi088 ceph-mon[96111]: pgmap v11820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:50:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:31 smithi187 ceph-mon[111815]: pgmap v11820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:50:32.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:32.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:33.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:33.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:33 smithi088 ceph-mon[96111]: pgmap v11821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:33 smithi187 ceph-mon[111815]: pgmap v11821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:34.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:34.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:35.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:35.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:35 smithi088 ceph-mon[96111]: pgmap v11822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:35 smithi187 ceph-mon[111815]: pgmap v11822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:36.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:36.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:36 smithi088 ceph-mon[96111]: pgmap v11823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:36 smithi187 ceph-mon[111815]: pgmap v11823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:37.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:37.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:38.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:38.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:39.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:39.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:39 smithi088 ceph-mon[96111]: pgmap v11824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:39 smithi187 ceph-mon[111815]: pgmap v11824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:40.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:40.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:41.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:41.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:41 smithi088 ceph-mon[96111]: pgmap v11825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:41 smithi187 ceph-mon[111815]: pgmap v11825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:42.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:42.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:43.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:43.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:43 smithi088 ceph-mon[96111]: pgmap v11826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:43 smithi187 ceph-mon[111815]: pgmap v11826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:44.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:44.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:45 smithi187 ceph-mon[111815]: pgmap v11827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:45.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:45.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:45 smithi088 ceph-mon[96111]: pgmap v11827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:46.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:46.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:50:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:50:47.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:47.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:47 smithi088 ceph-mon[96111]: pgmap v11828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:47 smithi187 ceph-mon[111815]: pgmap v11828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:48.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:48.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:50:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:50:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:50:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:50:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:50:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:50:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:50:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:50:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:50:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:50:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:50:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:50:49.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:49.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:49 smithi088 ceph-mon[96111]: pgmap v11829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:49 smithi187 ceph-mon[111815]: pgmap v11829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:50.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:50.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:51.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:51.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:51 smithi088 ceph-mon[96111]: pgmap v11830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:51 smithi187 ceph-mon[111815]: pgmap v11830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:52.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:52.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:53.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:53.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:53 smithi088 ceph-mon[96111]: pgmap v11831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:53 smithi187 ceph-mon[111815]: pgmap v11831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:54.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:54.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:55.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:55.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:55 smithi088 ceph-mon[96111]: pgmap v11832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:55 smithi187 ceph-mon[111815]: pgmap v11832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:56.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:56.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:56 smithi088 ceph-mon[96111]: pgmap v11833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:56 smithi187 ceph-mon[111815]: pgmap v11833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:50:57.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:57.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:58.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:58.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:59.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:50:59.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:50:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:50:59 smithi088 ceph-mon[96111]: pgmap v11834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:50:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:50:59 smithi187 ceph-mon[111815]: pgmap v11834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:00.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:00.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:01.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:01.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:01 smithi088 ceph-mon[96111]: pgmap v11835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:51:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:01 smithi187 ceph-mon[111815]: pgmap v11835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:51:02.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:02.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:03.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:03.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:03 smithi088 ceph-mon[96111]: pgmap v11836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:03 smithi187 ceph-mon[111815]: pgmap v11836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:04.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:04.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:05.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:05.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:05 smithi088 ceph-mon[96111]: pgmap v11837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:05 smithi187 ceph-mon[111815]: pgmap v11837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:06.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:06.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:06 smithi187 ceph-mon[111815]: pgmap v11838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:06 smithi088 ceph-mon[96111]: pgmap v11838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:07.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:07.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:08.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:08.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:09.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:09.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:09 smithi088 ceph-mon[96111]: pgmap v11839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:09 smithi187 ceph-mon[111815]: pgmap v11839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:10.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:10.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:11.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:11.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:11 smithi088 ceph-mon[96111]: pgmap v11840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:11 smithi187 ceph-mon[111815]: pgmap v11840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:12.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:12.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:13.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:13.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:13 smithi088 ceph-mon[96111]: pgmap v11841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:13 smithi187 ceph-mon[111815]: pgmap v11841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:14.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:14.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:15.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:15.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:15 smithi088 ceph-mon[96111]: pgmap v11842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:15 smithi187 ceph-mon[111815]: pgmap v11842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:16.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:16.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:51:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:51:17.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:17.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:17 smithi088 ceph-mon[96111]: pgmap v11843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:17 smithi187 ceph-mon[111815]: pgmap v11843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:18.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:18.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:19.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:19.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:19 smithi088 ceph-mon[96111]: pgmap v11844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:19 smithi187 ceph-mon[111815]: pgmap v11844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:20.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:20.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:21.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:21.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:21 smithi088 ceph-mon[96111]: pgmap v11845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:21 smithi187 ceph-mon[111815]: pgmap v11845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:22.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:22.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:23.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:23.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:23 smithi088 ceph-mon[96111]: pgmap v11846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:23 smithi187 ceph-mon[111815]: pgmap v11846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:24.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:24.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:25.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:25.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:25 smithi088 ceph-mon[96111]: pgmap v11847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:25 smithi187 ceph-mon[111815]: pgmap v11847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:26.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:26.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:26 smithi187 ceph-mon[111815]: pgmap v11848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:26 smithi088 ceph-mon[96111]: pgmap v11848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:27.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:27.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:28.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:28.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:29.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:29.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:29 smithi088 ceph-mon[96111]: pgmap v11849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:29 smithi187 ceph-mon[111815]: pgmap v11849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:30.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:30.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:31.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:31.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:31 smithi088 ceph-mon[96111]: pgmap v11850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:51:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:31 smithi187 ceph-mon[111815]: pgmap v11850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:51:32.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:32.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:33.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:33.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:33 smithi088 ceph-mon[96111]: pgmap v11851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:33 smithi187 ceph-mon[111815]: pgmap v11851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:34.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:34.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:35.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:35.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:35 smithi088 ceph-mon[96111]: pgmap v11852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:35.382 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:35 smithi187 ceph-mon[111815]: pgmap v11852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:36.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:36.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:36 smithi187 ceph-mon[111815]: pgmap v11853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:36 smithi088 ceph-mon[96111]: pgmap v11853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:37.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:37.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:38.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:38.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:39.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:39.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:39 smithi088 ceph-mon[96111]: pgmap v11854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:39 smithi187 ceph-mon[111815]: pgmap v11854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:40.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:40.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:41 smithi088 ceph-mon[96111]: pgmap v11855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:41.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:41.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:41 smithi187 ceph-mon[111815]: pgmap v11855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:42.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:42.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:43 smithi088 ceph-mon[96111]: pgmap v11856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:43.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:43.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:43 smithi187 ceph-mon[111815]: pgmap v11856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:44.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:44.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:45 smithi088 ceph-mon[96111]: pgmap v11857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:45.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:45.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:45 smithi187 ceph-mon[111815]: pgmap v11857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:51:46.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:46.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:51:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:47 smithi088 ceph-mon[96111]: pgmap v11858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:47.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:47.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:47.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:47 smithi187 ceph-mon[111815]: pgmap v11858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:48.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:48.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:49 smithi088 ceph-mon[96111]: pgmap v11859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:51:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:51:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:51:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:51:49.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:51:49.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:51:49.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:49.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:49 smithi187 ceph-mon[111815]: pgmap v11859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:51:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:51:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:51:49.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:51:49.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:51:49.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:51:50.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:50.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:51 smithi088 ceph-mon[96111]: pgmap v11860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:51.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:51.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:51 smithi187 ceph-mon[111815]: pgmap v11860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:52.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:52.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:53 smithi088 ceph-mon[96111]: pgmap v11861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:53.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:53.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:53 smithi187 ceph-mon[111815]: pgmap v11861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:54.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:54.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:55.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:55 smithi088 ceph-mon[96111]: pgmap v11862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:55.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:55.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:55 smithi187 ceph-mon[111815]: pgmap v11862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:56.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:56.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:56 smithi187 ceph-mon[111815]: pgmap v11863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:56 smithi088 ceph-mon[96111]: pgmap v11863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:51:57.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:57.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:58.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:58.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:51:59 smithi088 ceph-mon[96111]: pgmap v11864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:51:59.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:51:59.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:51:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:51:59 smithi187 ceph-mon[111815]: pgmap v11864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:00.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:00.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:01 smithi088 ceph-mon[96111]: pgmap v11865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:52:01.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:01.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:01 smithi187 ceph-mon[111815]: pgmap v11865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:52:02.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:02.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:03 smithi088 ceph-mon[96111]: pgmap v11866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:03.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:03.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:03 smithi187 ceph-mon[111815]: pgmap v11866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:04.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:04.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:05 smithi088 ceph-mon[96111]: pgmap v11867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:05.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:05.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:05 smithi187 ceph-mon[111815]: pgmap v11867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:06.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:06.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:06 smithi187 ceph-mon[111815]: pgmap v11868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:06 smithi088 ceph-mon[96111]: pgmap v11868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:07.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:07.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:08.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:08.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:09 smithi088 ceph-mon[96111]: pgmap v11869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:09.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:09.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:09 smithi187 ceph-mon[111815]: pgmap v11869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:10.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:10.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:11 smithi088 ceph-mon[96111]: pgmap v11870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:11.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:11.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:11 smithi187 ceph-mon[111815]: pgmap v11870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:12.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:12.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:13 smithi088 ceph-mon[96111]: pgmap v11871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:13.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:13.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:13 smithi187 ceph-mon[111815]: pgmap v11871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:14.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:14.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:15 smithi088 ceph-mon[96111]: pgmap v11872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:15.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:15.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:15 smithi187 ceph-mon[111815]: pgmap v11872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:52:16.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:16.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:52:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:17 smithi088 ceph-mon[96111]: pgmap v11873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:17.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:17.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:17 smithi187 ceph-mon[111815]: pgmap v11873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:18.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:18.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:19 smithi088 ceph-mon[96111]: pgmap v11874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:19.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:19.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:19 smithi187 ceph-mon[111815]: pgmap v11874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:20.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:20.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:21 smithi187 ceph-mon[111815]: pgmap v11875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:21.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:21.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:21 smithi088 ceph-mon[96111]: pgmap v11875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:22.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:22.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:23.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:23.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:23 smithi187 ceph-mon[111815]: pgmap v11876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:23.534 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:23 smithi088 ceph-mon[96111]: pgmap v11876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:24.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:24.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:25.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:25.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:25 smithi187 ceph-mon[111815]: pgmap v11877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:25 smithi088 ceph-mon[96111]: pgmap v11877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:26.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:26.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:26 smithi187 ceph-mon[111815]: pgmap v11878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:26 smithi088 ceph-mon[96111]: pgmap v11878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:27.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:27.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:28.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:28.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:29 smithi088 ceph-mon[96111]: pgmap v11879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:29.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:29.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:29 smithi187 ceph-mon[111815]: pgmap v11879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:30.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:30.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:31 smithi088 ceph-mon[96111]: pgmap v11880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:52:31.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:31.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:31 smithi187 ceph-mon[111815]: pgmap v11880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:52:32.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:32.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:33 smithi088 ceph-mon[96111]: pgmap v11881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:33.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:33.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:33 smithi187 ceph-mon[111815]: pgmap v11881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:34.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:34.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:35 smithi088 ceph-mon[96111]: pgmap v11882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:35.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:35.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:35 smithi187 ceph-mon[111815]: pgmap v11882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:36.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:36.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:36 smithi187 ceph-mon[111815]: pgmap v11883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:36 smithi088 ceph-mon[96111]: pgmap v11883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:37.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:37.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:38.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:38.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:39 smithi088 ceph-mon[96111]: pgmap v11884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:39.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:39.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:39 smithi187 ceph-mon[111815]: pgmap v11884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:40.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:40.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:41 smithi088 ceph-mon[96111]: pgmap v11885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:41.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:41.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:41 smithi187 ceph-mon[111815]: pgmap v11885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:42.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:42.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:43 smithi088 ceph-mon[96111]: pgmap v11886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:43.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:43.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:43 smithi187 ceph-mon[111815]: pgmap v11886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:44.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:44.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:45 smithi088 ceph-mon[96111]: pgmap v11887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:45.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:45.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:45 smithi187 ceph-mon[111815]: pgmap v11887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:46.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:46.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:52:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:52:47.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:47.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:47 smithi187 ceph-mon[111815]: pgmap v11888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:47 smithi088 ceph-mon[96111]: pgmap v11888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:48.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:48.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:49.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:49.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:49 smithi187 ceph-mon[111815]: pgmap v11889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:52:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:49 smithi088 ceph-mon[96111]: pgmap v11889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:52:50.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:50.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:51.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:51.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:51.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:51 smithi187 ceph-mon[111815]: pgmap v11890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:51 smithi088 ceph-mon[96111]: pgmap v11890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:52.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:52.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:52:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:52:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:52:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:52:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:52:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:52:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:52:52.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:52 smithi088 ceph-mon[96111]: pgmap v11891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:52:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:52:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:52:52.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:52:52.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:52:52.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:52:52.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:52:52.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:52 smithi187 ceph-mon[111815]: pgmap v11891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:53.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:53.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:54.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:54.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:55 smithi088 ceph-mon[96111]: pgmap v11892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:55.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:55.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:55 smithi187 ceph-mon[111815]: pgmap v11892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:56.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:56.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:56 smithi187 ceph-mon[111815]: pgmap v11893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:56 smithi088 ceph-mon[96111]: pgmap v11893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:52:57.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:57.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:58.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:58.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:52:59 smithi088 ceph-mon[96111]: pgmap v11894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:52:59.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:52:59.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:52:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:52:59 smithi187 ceph-mon[111815]: pgmap v11894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:00.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:00.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:01 smithi088 ceph-mon[96111]: pgmap v11895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:53:01.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:01.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:01 smithi187 ceph-mon[111815]: pgmap v11895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:53:02.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:02.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:03.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:03.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:03 smithi187 ceph-mon[111815]: pgmap v11896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:03 smithi088 ceph-mon[96111]: pgmap v11896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:04.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:04.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:05 smithi187 ceph-mon[111815]: pgmap v11897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:05.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:05.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:05 smithi088 ceph-mon[96111]: pgmap v11897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:06.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:06.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:06 smithi187 ceph-mon[111815]: pgmap v11898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:06 smithi088 ceph-mon[96111]: pgmap v11898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:07.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:07.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:08.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:08.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:09 smithi088 ceph-mon[96111]: pgmap v11899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:09 smithi187 ceph-mon[111815]: pgmap v11899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:09.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:09.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:10.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:10.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:11.382 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:11 smithi187 ceph-mon[111815]: pgmap v11900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:11.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:11.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:11 smithi088 ceph-mon[96111]: pgmap v11900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:12.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:12.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:13 smithi187 ceph-mon[111815]: pgmap v11901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:13.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:13.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:13 smithi088 ceph-mon[96111]: pgmap v11901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:14.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:14.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:15 smithi187 ceph-mon[111815]: pgmap v11902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:15.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:15.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:15 smithi088 ceph-mon[96111]: pgmap v11902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:16.434 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:53:16.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:16.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:53:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:17 smithi187 ceph-mon[111815]: pgmap v11903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:17.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:17.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:17 smithi088 ceph-mon[96111]: pgmap v11903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:18.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:18.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:19 smithi088 ceph-mon[96111]: pgmap v11904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:19 smithi187 ceph-mon[111815]: pgmap v11904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:19.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:19.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:20.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:20.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:21 smithi187 ceph-mon[111815]: pgmap v11905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:21.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:21.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:21 smithi088 ceph-mon[96111]: pgmap v11905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:22.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:22.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:23 smithi187 ceph-mon[111815]: pgmap v11906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:23.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:23.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:23 smithi088 ceph-mon[96111]: pgmap v11906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:24.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:24.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:25 smithi187 ceph-mon[111815]: pgmap v11907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:25.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:25.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:25 smithi088 ceph-mon[96111]: pgmap v11907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:26.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:26.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:26 smithi187 ceph-mon[111815]: pgmap v11908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:26 smithi088 ceph-mon[96111]: pgmap v11908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:27.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:27.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:28.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:28.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:29 smithi187 ceph-mon[111815]: pgmap v11909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:29.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:29.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:29 smithi088 ceph-mon[96111]: pgmap v11909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:30.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:30.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:31 smithi187 ceph-mon[111815]: pgmap v11910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:53:31.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:31.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:31 smithi088 ceph-mon[96111]: pgmap v11910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:53:32.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:32.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:33 smithi187 ceph-mon[111815]: pgmap v11911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:33.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:33.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:33 smithi088 ceph-mon[96111]: pgmap v11911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:34.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:34.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:35 smithi187 ceph-mon[111815]: pgmap v11912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:35.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:35.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:35 smithi088 ceph-mon[96111]: pgmap v11912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:36.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:36.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:36 smithi187 ceph-mon[111815]: pgmap v11913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:36 smithi088 ceph-mon[96111]: pgmap v11913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:37.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:37.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:38.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:38.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:39 smithi187 ceph-mon[111815]: pgmap v11914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:39.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:39.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:39 smithi088 ceph-mon[96111]: pgmap v11914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:40.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:40.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:41 smithi187 ceph-mon[111815]: pgmap v11915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:41.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:41.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:41 smithi088 ceph-mon[96111]: pgmap v11915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:42.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:42.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:43 smithi187 ceph-mon[111815]: pgmap v11916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:43.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:43.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:43 smithi088 ceph-mon[96111]: pgmap v11916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:44.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:44.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:45 smithi187 ceph-mon[111815]: pgmap v11917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:45.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:45.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:45 smithi088 ceph-mon[96111]: pgmap v11917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:53:46.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:46.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:53:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:47 smithi187 ceph-mon[111815]: pgmap v11918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:47.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:47.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:47 smithi088 ceph-mon[96111]: pgmap v11918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:48.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:48.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:49.364 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:49 smithi088 ceph-mon[96111]: pgmap v11919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:49 smithi187 ceph-mon[111815]: pgmap v11919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:49.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:49.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:50.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:50.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:51 smithi187 ceph-mon[111815]: pgmap v11920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:51.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:51.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:51 smithi088 ceph-mon[96111]: pgmap v11920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:52.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:53:52.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:52.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:53:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:53 smithi187 ceph-mon[111815]: pgmap v11921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:53.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:53.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:53 smithi088 ceph-mon[96111]: pgmap v11921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:54.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:54.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:55 smithi187 ceph-mon[111815]: pgmap v11922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:55.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:55.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:55 smithi088 ceph-mon[96111]: pgmap v11922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:56.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:56.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:56 smithi187 ceph-mon[111815]: pgmap v11923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:56 smithi088 ceph-mon[96111]: pgmap v11923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:53:57.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:57.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:53:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:53:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:53:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:53:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:53:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:53:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:53:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:53:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:53:58.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:53:58.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:53:58.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:53:58.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:53:58.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:53:58.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:58.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:53:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:53:58 smithi187 ceph-mon[111815]: pgmap v11924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:53:58 smithi088 ceph-mon[96111]: pgmap v11924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:53:59.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:53:59.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:00.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:00.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:01 smithi187 ceph-mon[111815]: pgmap v11925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:54:01.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:01.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:01 smithi088 ceph-mon[96111]: pgmap v11925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:54:02.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:02.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:03 smithi187 ceph-mon[111815]: pgmap v11926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:03.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:03.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:03 smithi088 ceph-mon[96111]: pgmap v11926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:04.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:04.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:05 smithi187 ceph-mon[111815]: pgmap v11927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:05.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:05.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:05 smithi088 ceph-mon[96111]: pgmap v11927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:06.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:06.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:06 smithi187 ceph-mon[111815]: pgmap v11928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:06 smithi088 ceph-mon[96111]: pgmap v11928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:07.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:07.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:08.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:08.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:09 smithi187 ceph-mon[111815]: pgmap v11929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:09.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:09 smithi088 ceph-mon[96111]: pgmap v11929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:09.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:09.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:10.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:10.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:11 smithi187 ceph-mon[111815]: pgmap v11930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:11.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:11.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:11 smithi088 ceph-mon[96111]: pgmap v11930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:12.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:12.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:13 smithi187 ceph-mon[111815]: pgmap v11931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:13 smithi088 ceph-mon[96111]: pgmap v11931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:13.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:13.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:14.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:14.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:15 smithi187 ceph-mon[111815]: pgmap v11932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:15 smithi088 ceph-mon[96111]: pgmap v11932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:15.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:15.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:54:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:54:16.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:16.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:17 smithi187 ceph-mon[111815]: pgmap v11933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:17 smithi088 ceph-mon[96111]: pgmap v11933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:17.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:17.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:18.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:18.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:19 smithi187 ceph-mon[111815]: pgmap v11934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:19 smithi088 ceph-mon[96111]: pgmap v11934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:19.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:19.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:20.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:20.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:21 smithi187 ceph-mon[111815]: pgmap v11935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:21 smithi088 ceph-mon[96111]: pgmap v11935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:21.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:21.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:22.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:22.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:23 smithi187 ceph-mon[111815]: pgmap v11936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:23 smithi088 ceph-mon[96111]: pgmap v11936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:23.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:23.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:24.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:24.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:25 smithi187 ceph-mon[111815]: pgmap v11937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:25 smithi088 ceph-mon[96111]: pgmap v11937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:25.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:25.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:26.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:26.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:26 smithi187 ceph-mon[111815]: pgmap v11938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:26 smithi088 ceph-mon[96111]: pgmap v11938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:27.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:27.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:28.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:28.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:29 smithi187 ceph-mon[111815]: pgmap v11939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:29 smithi088 ceph-mon[96111]: pgmap v11939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:29.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:29.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:30.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:30.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:31 smithi187 ceph-mon[111815]: pgmap v11940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:54:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:31 smithi088 ceph-mon[96111]: pgmap v11940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:54:31.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:31.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:32.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:32.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:33 smithi187 ceph-mon[111815]: pgmap v11941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:33 smithi088 ceph-mon[96111]: pgmap v11941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:33.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:33.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:34.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:34.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:35 smithi187 ceph-mon[111815]: pgmap v11942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:35 smithi088 ceph-mon[96111]: pgmap v11942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:35.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:35.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:36.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:36.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:36 smithi187 ceph-mon[111815]: pgmap v11943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:36 smithi088 ceph-mon[96111]: pgmap v11943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:37.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:37.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:38.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:38.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:39 smithi187 ceph-mon[111815]: pgmap v11944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:39 smithi088 ceph-mon[96111]: pgmap v11944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:39.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:39.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:40.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:40.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:41.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:41 smithi187 ceph-mon[111815]: pgmap v11945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:41 smithi088 ceph-mon[96111]: pgmap v11945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:41.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:41.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:42.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:42.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:43 smithi187 ceph-mon[111815]: pgmap v11946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:43 smithi088 ceph-mon[96111]: pgmap v11946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:43.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:43.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:44.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:44.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:45 smithi187 ceph-mon[111815]: pgmap v11947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:45 smithi088 ceph-mon[96111]: pgmap v11947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:45.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:45.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:54:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:54:46.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:46.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:47.382 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:47 smithi187 ceph-mon[111815]: pgmap v11948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:47 smithi088 ceph-mon[96111]: pgmap v11948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:47.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:47.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:48.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:48.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:49 smithi187 ceph-mon[111815]: pgmap v11949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:49 smithi088 ceph-mon[96111]: pgmap v11949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:49.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:49.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:50.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:50.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:51 smithi187 ceph-mon[111815]: pgmap v11950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:51 smithi088 ceph-mon[96111]: pgmap v11950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:51.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:51.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:52.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:52.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:53 smithi187 ceph-mon[111815]: pgmap v11951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:53 smithi088 ceph-mon[96111]: pgmap v11951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:53.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:53.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:54.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:54.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:55 smithi088 ceph-mon[96111]: pgmap v11952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:55 smithi187 ceph-mon[111815]: pgmap v11952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:55.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:55.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:56.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:56.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:56 smithi187 ceph-mon[111815]: pgmap v11953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:56 smithi088 ceph-mon[96111]: pgmap v11953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:54:57.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:57.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:54:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:54:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:54:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:54:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:54:57.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:54:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:54:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:54:58.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:54:58.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:54:58.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:54:58.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:54:58.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:58.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:54:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:54:58 smithi187 ceph-mon[111815]: pgmap v11954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:54:58 smithi088 ceph-mon[96111]: pgmap v11954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:54:59.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:54:59.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:00.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:00.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:01 smithi187 ceph-mon[111815]: pgmap v11955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:55:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:01 smithi088 ceph-mon[96111]: pgmap v11955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:55:01.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:01.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:02.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:02.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:03 smithi187 ceph-mon[111815]: pgmap v11956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:03 smithi088 ceph-mon[96111]: pgmap v11956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:03.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:03.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:04.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:04.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:05 smithi187 ceph-mon[111815]: pgmap v11957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:05 smithi088 ceph-mon[96111]: pgmap v11957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:05.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:05.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:06.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:06.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:06 smithi187 ceph-mon[111815]: pgmap v11958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:06 smithi088 ceph-mon[96111]: pgmap v11958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:07.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:07.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:08.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:08.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:09 smithi187 ceph-mon[111815]: pgmap v11959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:09 smithi088 ceph-mon[96111]: pgmap v11959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:09.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:09.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:10.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:10.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:11 smithi187 ceph-mon[111815]: pgmap v11960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:11 smithi088 ceph-mon[96111]: pgmap v11960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:11.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:11.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:12.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:12.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:13 smithi187 ceph-mon[111815]: pgmap v11961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:13 smithi088 ceph-mon[96111]: pgmap v11961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:13.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:13.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:14.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:14.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:15 smithi187 ceph-mon[111815]: pgmap v11962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:15 smithi088 ceph-mon[96111]: pgmap v11962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:15.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:15.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:55:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:55:16.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:16.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:17 smithi187 ceph-mon[111815]: pgmap v11963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:17 smithi088 ceph-mon[96111]: pgmap v11963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:17.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:17.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:18.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:18.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:19 smithi187 ceph-mon[111815]: pgmap v11964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:19 smithi088 ceph-mon[96111]: pgmap v11964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:19.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:19.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:20.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:20.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:21 smithi187 ceph-mon[111815]: pgmap v11965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:21 smithi088 ceph-mon[96111]: pgmap v11965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:21.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:21.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:22.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:22.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:23 smithi187 ceph-mon[111815]: pgmap v11966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:23 smithi088 ceph-mon[96111]: pgmap v11966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:23.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:23.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:24.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:24.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:25 smithi187 ceph-mon[111815]: pgmap v11967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:25 smithi088 ceph-mon[96111]: pgmap v11967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:25.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:25.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:26.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:26.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:26 smithi187 ceph-mon[111815]: pgmap v11968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:26 smithi088 ceph-mon[96111]: pgmap v11968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:27.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:27.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:28.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:28.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:29 smithi187 ceph-mon[111815]: pgmap v11969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:29 smithi088 ceph-mon[96111]: pgmap v11969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:29.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:29.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:30.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:30.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:31 smithi187 ceph-mon[111815]: pgmap v11970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:55:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:31 smithi088 ceph-mon[96111]: pgmap v11970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:55:31.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:31.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:32.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:32.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:33 smithi187 ceph-mon[111815]: pgmap v11971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:33 smithi088 ceph-mon[96111]: pgmap v11971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:33.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:33.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:34.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:34.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:35.397 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:35 smithi088 ceph-mon[96111]: pgmap v11972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:35 smithi187 ceph-mon[111815]: pgmap v11972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:35.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:35.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:36.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:36.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:36 smithi187 ceph-mon[111815]: pgmap v11973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:36 smithi088 ceph-mon[96111]: pgmap v11973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:37.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:37.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:38.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:38.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:39 smithi187 ceph-mon[111815]: pgmap v11974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:39 smithi088 ceph-mon[96111]: pgmap v11974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:39.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:39.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:40.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:40.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:41 smithi187 ceph-mon[111815]: pgmap v11975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:41 smithi088 ceph-mon[96111]: pgmap v11975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:41.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:41.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:42.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:42.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:43 smithi187 ceph-mon[111815]: pgmap v11976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:43 smithi088 ceph-mon[96111]: pgmap v11976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:43.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:43.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:44.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:44.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:45 smithi187 ceph-mon[111815]: pgmap v11977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:45.496 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:45 smithi088 ceph-mon[96111]: pgmap v11977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:45.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:45.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:55:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:55:46.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:46.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:47 smithi187 ceph-mon[111815]: pgmap v11978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:47 smithi088 ceph-mon[96111]: pgmap v11978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:47.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:47.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:48.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:48.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:49 smithi187 ceph-mon[111815]: pgmap v11979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:49 smithi088 ceph-mon[96111]: pgmap v11979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:49.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:49.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:50.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:50.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:51 smithi187 ceph-mon[111815]: pgmap v11980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:51 smithi088 ceph-mon[96111]: pgmap v11980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:51.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:51.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:52.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:52.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:53 smithi187 ceph-mon[111815]: pgmap v11981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:53 smithi088 ceph-mon[96111]: pgmap v11981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:53.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:53.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:54.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:54.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:55 smithi187 ceph-mon[111815]: pgmap v11982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:55 smithi088 ceph-mon[96111]: pgmap v11982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:55.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:55.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:56.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:56.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:56 smithi187 ceph-mon[111815]: pgmap v11983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:56 smithi088 ceph-mon[96111]: pgmap v11983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:55:57.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:57.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:55:58.114 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:55:58.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:58.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:55:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:55:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:55:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:59 smithi088 ceph-mon[96111]: pgmap v11984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:55:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:55:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:55:59.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:55:59.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:55:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:55:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:55:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:55:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:59 smithi187 ceph-mon[111815]: pgmap v11984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:55:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:55:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:55:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:55:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:55:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:55:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:55:59.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:55:59.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:00.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:00.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:01 smithi187 ceph-mon[111815]: pgmap v11985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:56:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:01 smithi088 ceph-mon[96111]: pgmap v11985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:56:01.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:01.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:02.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:02.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:03 smithi187 ceph-mon[111815]: pgmap v11986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:03 smithi088 ceph-mon[96111]: pgmap v11986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:03.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:03.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:04.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:04.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:05 smithi187 ceph-mon[111815]: pgmap v11987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:05 smithi088 ceph-mon[96111]: pgmap v11987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:05.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:05.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:06.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:06.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:06 smithi187 ceph-mon[111815]: pgmap v11988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:06 smithi088 ceph-mon[96111]: pgmap v11988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:07.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:07.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:08.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:08.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:09 smithi187 ceph-mon[111815]: pgmap v11989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:09 smithi088 ceph-mon[96111]: pgmap v11989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:09.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:09.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:10.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:10.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:11 smithi187 ceph-mon[111815]: pgmap v11990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:11 smithi088 ceph-mon[96111]: pgmap v11990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:11.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:11.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:12.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:12.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:13 smithi187 ceph-mon[111815]: pgmap v11991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:13 smithi088 ceph-mon[96111]: pgmap v11991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:13.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:13.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:14.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:14.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:15 smithi187 ceph-mon[111815]: pgmap v11992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:15 smithi088 ceph-mon[96111]: pgmap v11992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:15.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:15.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:56:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:56:16.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:16.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:17 smithi187 ceph-mon[111815]: pgmap v11993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:17 smithi088 ceph-mon[96111]: pgmap v11993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:17.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:17.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:18.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:18.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:19 smithi187 ceph-mon[111815]: pgmap v11994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:19 smithi088 ceph-mon[96111]: pgmap v11994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:19.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:19.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:20.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:20.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:21 smithi187 ceph-mon[111815]: pgmap v11995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:21 smithi088 ceph-mon[96111]: pgmap v11995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:21.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:21.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:22.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:22.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:23 smithi187 ceph-mon[111815]: pgmap v11996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:23 smithi088 ceph-mon[96111]: pgmap v11996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:23.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:23.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:24.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:24.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:25 smithi187 ceph-mon[111815]: pgmap v11997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:25 smithi088 ceph-mon[96111]: pgmap v11997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:25.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:25.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:26.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:26.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:26 smithi187 ceph-mon[111815]: pgmap v11998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:26 smithi088 ceph-mon[96111]: pgmap v11998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:27.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:27.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:28.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:28.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:29 smithi187 ceph-mon[111815]: pgmap v11999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:29 smithi088 ceph-mon[96111]: pgmap v11999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:29.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:29.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:30.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:30.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:31 smithi088 ceph-mon[96111]: pgmap v12000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:56:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:31 smithi187 ceph-mon[111815]: pgmap v12000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:56:31.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:31.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:32.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:32.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:33 smithi187 ceph-mon[111815]: pgmap v12001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:33 smithi088 ceph-mon[96111]: pgmap v12001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:33.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:33.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:34.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:34.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:35 smithi187 ceph-mon[111815]: pgmap v12002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:35 smithi088 ceph-mon[96111]: pgmap v12002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:35.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:35.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:36.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:36.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:36 smithi187 ceph-mon[111815]: pgmap v12003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:36 smithi088 ceph-mon[96111]: pgmap v12003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:37.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:37.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:38.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:38.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:39 smithi187 ceph-mon[111815]: pgmap v12004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:39 smithi088 ceph-mon[96111]: pgmap v12004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:39.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:39.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:40.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:40.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:41 smithi088 ceph-mon[96111]: pgmap v12005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:41 smithi187 ceph-mon[111815]: pgmap v12005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:41.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:41.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:42.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:42.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:43 smithi187 ceph-mon[111815]: pgmap v12006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:43 smithi088 ceph-mon[96111]: pgmap v12006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:43.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:43.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:44.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:44.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:45 smithi187 ceph-mon[111815]: pgmap v12007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:45 smithi088 ceph-mon[96111]: pgmap v12007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:45.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:45.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:56:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:56:46.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:46.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:47 smithi187 ceph-mon[111815]: pgmap v12008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:47 smithi088 ceph-mon[96111]: pgmap v12008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:47.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:47.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:48.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:48.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:49 smithi187 ceph-mon[111815]: pgmap v12009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:49 smithi088 ceph-mon[96111]: pgmap v12009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:49.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:49.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:50.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:50.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:51 smithi187 ceph-mon[111815]: pgmap v12010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:51 smithi088 ceph-mon[96111]: pgmap v12010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:51.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:51.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:52.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:52.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:53 smithi187 ceph-mon[111815]: pgmap v12011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:53 smithi088 ceph-mon[96111]: pgmap v12011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:53.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:53.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:54.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:54.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:55 smithi187 ceph-mon[111815]: pgmap v12012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:55 smithi088 ceph-mon[96111]: pgmap v12012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:55.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:55.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:56.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:56.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:56 smithi187 ceph-mon[111815]: pgmap v12013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:56 smithi088 ceph-mon[96111]: pgmap v12013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:56:57.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:57.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:58.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:58.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:56:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:59 smithi187 ceph-mon[111815]: pgmap v12014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:56:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:56:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:56:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:56:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:56:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:56:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:56:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:59 smithi088 ceph-mon[96111]: pgmap v12014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:56:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:56:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:56:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:56:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:56:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:56:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:56:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:56:59.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:56:59.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:00.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:00.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:01 smithi187 ceph-mon[111815]: pgmap v12015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:57:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:01 smithi088 ceph-mon[96111]: pgmap v12015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:57:01.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:01.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:02.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:02.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:03 smithi187 ceph-mon[111815]: pgmap v12016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:03 smithi088 ceph-mon[96111]: pgmap v12016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:03.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:03.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:04.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:04.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:05 smithi187 ceph-mon[111815]: pgmap v12017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:05 smithi088 ceph-mon[96111]: pgmap v12017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:05.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:05.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:06.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:06.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:06 smithi187 ceph-mon[111815]: pgmap v12018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:06 smithi088 ceph-mon[96111]: pgmap v12018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:07.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:07.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:08.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:08.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:09 smithi187 ceph-mon[111815]: pgmap v12019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:09 smithi088 ceph-mon[96111]: pgmap v12019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:09.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:09.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:10.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:10.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:11 smithi187 ceph-mon[111815]: pgmap v12020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:11 smithi088 ceph-mon[96111]: pgmap v12020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:11.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:11.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:12.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:12.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:13 smithi187 ceph-mon[111815]: pgmap v12021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:13 smithi088 ceph-mon[96111]: pgmap v12021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:13.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:13.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:14.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:14.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:15 smithi187 ceph-mon[111815]: pgmap v12022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:15 smithi088 ceph-mon[96111]: pgmap v12022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:15.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:15.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:57:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:57:16.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:16.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:17 smithi187 ceph-mon[111815]: pgmap v12023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:17 smithi088 ceph-mon[96111]: pgmap v12023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:17.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:17.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:18.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:18.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:19 smithi187 ceph-mon[111815]: pgmap v12024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:19 smithi088 ceph-mon[96111]: pgmap v12024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:19.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:19.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:20.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:20.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:21.433 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:21 smithi088 ceph-mon[96111]: pgmap v12025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:21 smithi187 ceph-mon[111815]: pgmap v12025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:21.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:21.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:22.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:22.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:23 smithi187 ceph-mon[111815]: pgmap v12026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:23 smithi088 ceph-mon[96111]: pgmap v12026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:23.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:23.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:24.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:24.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:25 smithi187 ceph-mon[111815]: pgmap v12027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:25 smithi088 ceph-mon[96111]: pgmap v12027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:25.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:25.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:26 smithi088 ceph-mon[96111]: pgmap v12028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:26.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:26.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:26 smithi187 ceph-mon[111815]: pgmap v12028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:27.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:27.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:28.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:28.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:29 smithi187 ceph-mon[111815]: pgmap v12029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:29 smithi088 ceph-mon[96111]: pgmap v12029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:29.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:29.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:30.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:30.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:31 smithi187 ceph-mon[111815]: pgmap v12030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:57:31.531 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:31 smithi088 ceph-mon[96111]: pgmap v12030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:31.531 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:57:31.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:31.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:32.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:32.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:33 smithi187 ceph-mon[111815]: pgmap v12031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:33 smithi088 ceph-mon[96111]: pgmap v12031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:33.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:33.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:34.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:34.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:35 smithi187 ceph-mon[111815]: pgmap v12032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:35 smithi088 ceph-mon[96111]: pgmap v12032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:35.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:35.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:36.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:36.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:36 smithi187 ceph-mon[111815]: pgmap v12033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:36 smithi088 ceph-mon[96111]: pgmap v12033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:37.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:37.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:38.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:38.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:39 smithi187 ceph-mon[111815]: pgmap v12034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:39 smithi088 ceph-mon[96111]: pgmap v12034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:39.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:39.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:40.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:40.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:41 smithi187 ceph-mon[111815]: pgmap v12035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:41 smithi088 ceph-mon[96111]: pgmap v12035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:41.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:41.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:42.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:42.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:43 smithi187 ceph-mon[111815]: pgmap v12036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:43 smithi088 ceph-mon[96111]: pgmap v12036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:43.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:43.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:44.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:44.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:45 smithi187 ceph-mon[111815]: pgmap v12037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:45 smithi088 ceph-mon[96111]: pgmap v12037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:45.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:45.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:57:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:57:46.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:46.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:47 smithi187 ceph-mon[111815]: pgmap v12038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:47 smithi088 ceph-mon[96111]: pgmap v12038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:47.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:47.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:48.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:48.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:49 smithi187 ceph-mon[111815]: pgmap v12039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:49 smithi088 ceph-mon[96111]: pgmap v12039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:49.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:49.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:50.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:50.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:51 smithi187 ceph-mon[111815]: pgmap v12040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:51 smithi088 ceph-mon[96111]: pgmap v12040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:51.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:51.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:52.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:52.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:53 smithi187 ceph-mon[111815]: pgmap v12041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:53 smithi088 ceph-mon[96111]: pgmap v12041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:53.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:53.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:54.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:54.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:55 smithi187 ceph-mon[111815]: pgmap v12042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:55 smithi088 ceph-mon[96111]: pgmap v12042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:55.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:55.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:56.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:56.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:56 smithi187 ceph-mon[111815]: pgmap v12043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:56 smithi088 ceph-mon[96111]: pgmap v12043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:57:57.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:57.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:58.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:58.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:57:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:59 smithi187 ceph-mon[111815]: pgmap v12044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:57:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:57:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:59 smithi088 ceph-mon[96111]: pgmap v12044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:57:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:57:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:57:59.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:57:59.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:58:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:58:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:58:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:58:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:58:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:58:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:58:00.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:00 smithi187 ceph-mon[111815]: pgmap v12045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:58:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:58:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:58:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:58:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:58:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:58:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:58:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:00 smithi088 ceph-mon[96111]: pgmap v12045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:00.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:00.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:58:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:58:01.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:01.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:02 smithi187 ceph-mon[111815]: pgmap v12046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:02 smithi088 ceph-mon[96111]: pgmap v12046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:02.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:02.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:03.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:03.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:04.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:04.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:05 smithi187 ceph-mon[111815]: pgmap v12047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:05 smithi088 ceph-mon[96111]: pgmap v12047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:05.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:05.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:06.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:06.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:06 smithi187 ceph-mon[111815]: pgmap v12048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:06 smithi088 ceph-mon[96111]: pgmap v12048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:07.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:07.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:08.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:08.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:09 smithi187 ceph-mon[111815]: pgmap v12049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:09 smithi088 ceph-mon[96111]: pgmap v12049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:09.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:09.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:10.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:10.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:11 smithi187 ceph-mon[111815]: pgmap v12050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:11 smithi088 ceph-mon[96111]: pgmap v12050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:11.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:11.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:12.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:12.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:13 smithi187 ceph-mon[111815]: pgmap v12051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:13 smithi088 ceph-mon[96111]: pgmap v12051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:13.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:13.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:14.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:14.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:15 smithi187 ceph-mon[111815]: pgmap v12052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:15 smithi088 ceph-mon[96111]: pgmap v12052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:15.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:15.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:58:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:58:16.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:16.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:17 smithi088 ceph-mon[96111]: pgmap v12053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:17 smithi187 ceph-mon[111815]: pgmap v12053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:17.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:17.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:18.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:18.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:19 smithi187 ceph-mon[111815]: pgmap v12054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:19 smithi088 ceph-mon[96111]: pgmap v12054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:19.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:19.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:20.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:20.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:21 smithi187 ceph-mon[111815]: pgmap v12055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:21 smithi088 ceph-mon[96111]: pgmap v12055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:21.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:21.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:22.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:22.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:23 smithi187 ceph-mon[111815]: pgmap v12056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:23 smithi088 ceph-mon[96111]: pgmap v12056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:23.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:23.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:24.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:24.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:25 smithi187 ceph-mon[111815]: pgmap v12057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:25 smithi088 ceph-mon[96111]: pgmap v12057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:25.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:25.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:26 smithi187 ceph-mon[111815]: pgmap v12058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:26.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:26.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:26 smithi088 ceph-mon[96111]: pgmap v12058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:27.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:27.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:28.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:28.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:29 smithi187 ceph-mon[111815]: pgmap v12059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:29 smithi088 ceph-mon[96111]: pgmap v12059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:29.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:29.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:30.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:30.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:31 smithi187 ceph-mon[111815]: pgmap v12060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:58:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:31 smithi088 ceph-mon[96111]: pgmap v12060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:58:31.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:31.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:32.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:32.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:33 smithi187 ceph-mon[111815]: pgmap v12061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:33 smithi088 ceph-mon[96111]: pgmap v12061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:33.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:33.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:34.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:34.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:35 smithi187 ceph-mon[111815]: pgmap v12062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:35 smithi088 ceph-mon[96111]: pgmap v12062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:35.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:35.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:36 smithi187 ceph-mon[111815]: pgmap v12063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:37.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:37.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:36 smithi088 ceph-mon[96111]: pgmap v12063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:38.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:38.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:39.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:39.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:39 smithi187 ceph-mon[111815]: pgmap v12064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:39 smithi088 ceph-mon[96111]: pgmap v12064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:40.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:40.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:41.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:41.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:41 smithi187 ceph-mon[111815]: pgmap v12065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:41 smithi088 ceph-mon[96111]: pgmap v12065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:42.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:42.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:43.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:43.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:43 smithi187 ceph-mon[111815]: pgmap v12066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:43 smithi088 ceph-mon[96111]: pgmap v12066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:44.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:44.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:45.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:45.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:45 smithi187 ceph-mon[111815]: pgmap v12067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:45 smithi088 ceph-mon[96111]: pgmap v12067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:46.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:46.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:58:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:58:47.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:47.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:47 smithi187 ceph-mon[111815]: pgmap v12068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:47 smithi088 ceph-mon[96111]: pgmap v12068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:48.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:48.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:49.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:49.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:49 smithi187 ceph-mon[111815]: pgmap v12069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:49 smithi088 ceph-mon[96111]: pgmap v12069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:50.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:50.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:51.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:51.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:51 smithi187 ceph-mon[111815]: pgmap v12070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:51 smithi088 ceph-mon[96111]: pgmap v12070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:52.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:52.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:53.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:53.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:53 smithi187 ceph-mon[111815]: pgmap v12071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:53 smithi088 ceph-mon[96111]: pgmap v12071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:54.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:54.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:55.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:55.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:55 smithi187 ceph-mon[111815]: pgmap v12072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:55 smithi088 ceph-mon[96111]: pgmap v12072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:56.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:56.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:56 smithi187 ceph-mon[111815]: pgmap v12073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:57.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:57.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:56 smithi088 ceph-mon[96111]: pgmap v12073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:58:58.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:58.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:59.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:58:59.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:58:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:58:59 smithi187 ceph-mon[111815]: pgmap v12074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:58:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:58:59 smithi088 ceph-mon[96111]: pgmap v12074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:00.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:00.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:59:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T05:59:01.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:01.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:01 smithi187 ceph-mon[111815]: pgmap v12075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:59:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:59:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:59:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:59:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:59:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:59:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:01 smithi088 ceph-mon[96111]: pgmap v12075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T05:59:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T05:59:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:59:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T05:59:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T05:59:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:59:02.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:02.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:03.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:03.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:03 smithi187 ceph-mon[111815]: pgmap v12076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:03 smithi088 ceph-mon[96111]: pgmap v12076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:04.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:04.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:05.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:05.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:05 smithi187 ceph-mon[111815]: pgmap v12077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:05 smithi088 ceph-mon[96111]: pgmap v12077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:06.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:06.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:06 smithi187 ceph-mon[111815]: pgmap v12078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:07.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:07.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:06 smithi088 ceph-mon[96111]: pgmap v12078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:08.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:08.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:09.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:09.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:09 smithi187 ceph-mon[111815]: pgmap v12079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:09 smithi088 ceph-mon[96111]: pgmap v12079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:10.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:10.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:11.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:11.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:11 smithi187 ceph-mon[111815]: pgmap v12080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:11 smithi088 ceph-mon[96111]: pgmap v12080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:12.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:12.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:13.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:13.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:13 smithi187 ceph-mon[111815]: pgmap v12081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:13 smithi088 ceph-mon[96111]: pgmap v12081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:14.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:14.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:15.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:15.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:15 smithi187 ceph-mon[111815]: pgmap v12082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:15 smithi088 ceph-mon[96111]: pgmap v12082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:16.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:16.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:59:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:59:17.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:17.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:17 smithi187 ceph-mon[111815]: pgmap v12083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:17.566 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:17 smithi088 ceph-mon[96111]: pgmap v12083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:18.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:18.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:19.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:19.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:19 smithi187 ceph-mon[111815]: pgmap v12084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:19 smithi088 ceph-mon[96111]: pgmap v12084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:20.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:20.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:21.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:21.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:21 smithi187 ceph-mon[111815]: pgmap v12085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:21 smithi088 ceph-mon[96111]: pgmap v12085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:22.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:22.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:23.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:23.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:23 smithi187 ceph-mon[111815]: pgmap v12086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:23 smithi088 ceph-mon[96111]: pgmap v12086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:24.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:24.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:25.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:25.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:25 smithi088 ceph-mon[96111]: pgmap v12087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:25 smithi187 ceph-mon[111815]: pgmap v12087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:26.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:26.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:26 smithi187 ceph-mon[111815]: pgmap v12088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:26 smithi088 ceph-mon[96111]: pgmap v12088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:27.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:27.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:28.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:28.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:29.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:29.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:29 smithi187 ceph-mon[111815]: pgmap v12089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:29 smithi088 ceph-mon[96111]: pgmap v12089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:30.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:30.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:31.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:31.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:31 smithi187 ceph-mon[111815]: pgmap v12090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:59:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:31 smithi088 ceph-mon[96111]: pgmap v12090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:59:32.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:32.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:33.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:33.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:33 smithi187 ceph-mon[111815]: pgmap v12091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:33 smithi088 ceph-mon[96111]: pgmap v12091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:34.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:34.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:35.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:35.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:35 smithi187 ceph-mon[111815]: pgmap v12092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:35 smithi088 ceph-mon[96111]: pgmap v12092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:36.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:36.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:36 smithi187 ceph-mon[111815]: pgmap v12093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:36 smithi088 ceph-mon[96111]: pgmap v12093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:37.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:37.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:38.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:38.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:39.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:39.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:39 smithi187 ceph-mon[111815]: pgmap v12094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:39 smithi088 ceph-mon[96111]: pgmap v12094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:40.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:40.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:41.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:41.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:41 smithi187 ceph-mon[111815]: pgmap v12095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:41 smithi088 ceph-mon[96111]: pgmap v12095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:42.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:42.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:43.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:43.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:43 smithi187 ceph-mon[111815]: pgmap v12096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:43 smithi088 ceph-mon[96111]: pgmap v12096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:44.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:44.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:45.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:45.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:45 smithi187 ceph-mon[111815]: pgmap v12097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:45 smithi088 ceph-mon[96111]: pgmap v12097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:46.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:46.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:59:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T05:59:47.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:47.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:47 smithi187 ceph-mon[111815]: pgmap v12098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:47 smithi088 ceph-mon[96111]: pgmap v12098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:48.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:48.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:49.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:49.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:49 smithi088 ceph-mon[96111]: pgmap v12099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:49 smithi187 ceph-mon[111815]: pgmap v12099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:50.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:50.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:51.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:51.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:51 smithi088 ceph-mon[96111]: pgmap v12100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:51 smithi187 ceph-mon[111815]: pgmap v12100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:52.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:52.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:53.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:53.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:53 smithi088 ceph-mon[96111]: pgmap v12101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:53 smithi187 ceph-mon[111815]: pgmap v12101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:54.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:54.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:55.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:55.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:55 smithi088 ceph-mon[96111]: pgmap v12102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:55.596 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:55 smithi187 ceph-mon[111815]: pgmap v12102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:56.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:56.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:56 smithi187 ceph-mon[111815]: pgmap v12103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:56 smithi088 ceph-mon[96111]: pgmap v12103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T05:59:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:57.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:58.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:58.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:59.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T05:59:59.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T05:59:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 05:59:59 smithi187 ceph-mon[111815]: pgmap v12104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T05:59:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 05:59:59 smithi088 ceph-mon[96111]: pgmap v12104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:00.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:00.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T06:00:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T06:00:01.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:01.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:01 smithi187 ceph-mon[111815]: pgmap v12105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:00:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:00:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:00:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:00:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:00:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:00:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:00:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:01 smithi088 ceph-mon[96111]: pgmap v12105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:00:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:00:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:00:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:00:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:00:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:00:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:00:02.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:02.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:02 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1562M 2023-10-13T06:00:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:00:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:00:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:00:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:00:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:00:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:00:02.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:00:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:02 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1562M 2023-10-13T06:00:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:00:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:00:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:00:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:00:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:00:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:00:02.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:00:03.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:03.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:03 smithi088 ceph-mon[96111]: pgmap v12106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:03 smithi187 ceph-mon[111815]: pgmap v12106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:04.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:04.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:05.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:05.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:05 smithi088 ceph-mon[96111]: pgmap v12107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:05.703 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:05 smithi187 ceph-mon[111815]: pgmap v12107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:06.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:06.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:06 smithi187 ceph-mon[111815]: pgmap v12108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:06 smithi088 ceph-mon[96111]: pgmap v12108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:07.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:07.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:08.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:08.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:09.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:09.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:09 smithi187 ceph-mon[111815]: pgmap v12109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:09 smithi088 ceph-mon[96111]: pgmap v12109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:10.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:10.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:11.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:11.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:11 smithi187 ceph-mon[111815]: pgmap v12110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:11 smithi088 ceph-mon[96111]: pgmap v12110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:12.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:12.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:13.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:13.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:13 smithi187 ceph-mon[111815]: pgmap v12111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:13 smithi088 ceph-mon[96111]: pgmap v12111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:14.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:14.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:15.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:15.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:15 smithi088 ceph-mon[96111]: pgmap v12112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:15 smithi187 ceph-mon[111815]: pgmap v12112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:16.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:16.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:00:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:00:17.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:17.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:17 smithi088 ceph-mon[96111]: pgmap v12113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:17 smithi187 ceph-mon[111815]: pgmap v12113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:18.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:18.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:19.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:19.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:19 smithi088 ceph-mon[96111]: pgmap v12114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:19 smithi187 ceph-mon[111815]: pgmap v12114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:20.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:20.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:21.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:21.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:21 smithi088 ceph-mon[96111]: pgmap v12115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:21 smithi187 ceph-mon[111815]: pgmap v12115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:22.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:22.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:23.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:23.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:23 smithi088 ceph-mon[96111]: pgmap v12116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:23 smithi187 ceph-mon[111815]: pgmap v12116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:24.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:24.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:25.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:25.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:25 smithi088 ceph-mon[96111]: pgmap v12117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:25 smithi187 ceph-mon[111815]: pgmap v12117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:26.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:26.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:26 smithi187 ceph-mon[111815]: pgmap v12118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:26 smithi088 ceph-mon[96111]: pgmap v12118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:27.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:27.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:28.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:28.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:29.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:29.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:29 smithi187 ceph-mon[111815]: pgmap v12119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:29 smithi088 ceph-mon[96111]: pgmap v12119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:30.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:30.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:31.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:31.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:31 smithi187 ceph-mon[111815]: pgmap v12120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:00:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:31 smithi088 ceph-mon[96111]: pgmap v12120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:00:32.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:32.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:33.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:33.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:33 smithi088 ceph-mon[96111]: pgmap v12121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:33 smithi187 ceph-mon[111815]: pgmap v12121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:34.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:34.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:35.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:35.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:35 smithi088 ceph-mon[96111]: pgmap v12122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:35 smithi187 ceph-mon[111815]: pgmap v12122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:36.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:36.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:36 smithi088 ceph-mon[96111]: pgmap v12123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:37.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:37.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:36 smithi187 ceph-mon[111815]: pgmap v12123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:38.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:38.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:39.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:39.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:39 smithi088 ceph-mon[96111]: pgmap v12124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:39 smithi187 ceph-mon[111815]: pgmap v12124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:40.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:40.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:41.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:41.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:41 smithi187 ceph-mon[111815]: pgmap v12125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:41 smithi088 ceph-mon[96111]: pgmap v12125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:42.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:42.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:43.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:43.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:43 smithi088 ceph-mon[96111]: pgmap v12126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:43 smithi187 ceph-mon[111815]: pgmap v12126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:44.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:44.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:45.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:45.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:45 smithi088 ceph-mon[96111]: pgmap v12127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:45 smithi187 ceph-mon[111815]: pgmap v12127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:46.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:46.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:00:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:00:47.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:47.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:47 smithi088 ceph-mon[96111]: pgmap v12128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:47 smithi187 ceph-mon[111815]: pgmap v12128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:48.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:48.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:49.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:49.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:49 smithi088 ceph-mon[96111]: pgmap v12129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:49 smithi187 ceph-mon[111815]: pgmap v12129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:50.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:50.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:51.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:51.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:51 smithi187 ceph-mon[111815]: pgmap v12130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:51 smithi088 ceph-mon[96111]: pgmap v12130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:52.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:52.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:53.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:53.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:53.510 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:53 smithi088 ceph-mon[96111]: pgmap v12131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:53 smithi187 ceph-mon[111815]: pgmap v12131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:54.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:54.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:55.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:55.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:55 smithi088 ceph-mon[96111]: pgmap v12132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:55.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:55 smithi187 ceph-mon[111815]: pgmap v12132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:56.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:56.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:56 smithi088 ceph-mon[96111]: pgmap v12133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:56 smithi187 ceph-mon[111815]: pgmap v12133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:00:57.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:57.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:58.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:58.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:59.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:00:59.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:00:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:00:59 smithi088 ceph-mon[96111]: pgmap v12134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:00:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:00:59 smithi187 ceph-mon[111815]: pgmap v12134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:00.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:00.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:01.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:01.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:01 smithi088 ceph-mon[96111]: pgmap v12135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:01:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:01 smithi187 ceph-mon[111815]: pgmap v12135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:01:02.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:02.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:02.510 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:01:02.510 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:02.511 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:01:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:03.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:03.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:03.407 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:03 smithi187 ceph-mon[111815]: pgmap v12136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:03 smithi088 ceph-mon[96111]: pgmap v12136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:04.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:04.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:05.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:05.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:05 smithi088 ceph-mon[96111]: pgmap v12137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:05 smithi187 ceph-mon[111815]: pgmap v12137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:06.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:06.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:06 smithi088 ceph-mon[96111]: pgmap v12138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:01:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:01:06.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:01:06.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:06 smithi187 ceph-mon[111815]: pgmap v12138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:01:06.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:01:06.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:06.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:01:06.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:01:07.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:07.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:08.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:08.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:09.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:09.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:09 smithi088 ceph-mon[96111]: pgmap v12139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:09 smithi187 ceph-mon[111815]: pgmap v12139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:10.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:10.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:11.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:11.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:11 smithi088 ceph-mon[96111]: pgmap v12140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:11 smithi187 ceph-mon[111815]: pgmap v12140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:12.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:12.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:13.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:13.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:13 smithi088 ceph-mon[96111]: pgmap v12141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:13 smithi187 ceph-mon[111815]: pgmap v12141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:14.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:14.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:15.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:15.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:15 smithi088 ceph-mon[96111]: pgmap v12142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:15 smithi187 ceph-mon[111815]: pgmap v12142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:16.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:16.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:01:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:01:17.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:17.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:17 smithi088 ceph-mon[96111]: pgmap v12143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:17 smithi187 ceph-mon[111815]: pgmap v12143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:18.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:18.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:19.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:19.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:19 smithi088 ceph-mon[96111]: pgmap v12144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:19 smithi187 ceph-mon[111815]: pgmap v12144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:20.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:20.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:21.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:21.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:21.490 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:21 smithi187 ceph-mon[111815]: pgmap v12145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:21 smithi088 ceph-mon[96111]: pgmap v12145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:22.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:22.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:23.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:23.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:23 smithi088 ceph-mon[96111]: pgmap v12146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:23 smithi187 ceph-mon[111815]: pgmap v12146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:24.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:24.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:25.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:25.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:25 smithi088 ceph-mon[96111]: pgmap v12147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:25 smithi187 ceph-mon[111815]: pgmap v12147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:26.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:26.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:26 smithi187 ceph-mon[111815]: pgmap v12148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:26 smithi088 ceph-mon[96111]: pgmap v12148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:27.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:27.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:28.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:28.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:29.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:29.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:29 smithi088 ceph-mon[96111]: pgmap v12149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:29 smithi187 ceph-mon[111815]: pgmap v12149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:30.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:30.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:31.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:31.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:31 smithi088 ceph-mon[96111]: pgmap v12150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:01:31.596 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:31 smithi187 ceph-mon[111815]: pgmap v12150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:31.597 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:01:32.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:32.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:33.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:33.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:33 smithi088 ceph-mon[96111]: pgmap v12151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:33 smithi187 ceph-mon[111815]: pgmap v12151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:34.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:34.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:35.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:35.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:35 smithi088 ceph-mon[96111]: pgmap v12152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:35 smithi187 ceph-mon[111815]: pgmap v12152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:36.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:36.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:36 smithi187 ceph-mon[111815]: pgmap v12153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:36 smithi088 ceph-mon[96111]: pgmap v12153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:37.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:37.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:38.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:38.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:39.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:39.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:39 smithi088 ceph-mon[96111]: pgmap v12154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:39 smithi187 ceph-mon[111815]: pgmap v12154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:40.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:40.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:41.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:41.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:41 smithi088 ceph-mon[96111]: pgmap v12155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:41.701 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:41 smithi187 ceph-mon[111815]: pgmap v12155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:42.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:42.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:43.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:43.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:43 smithi088 ceph-mon[96111]: pgmap v12156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:43 smithi187 ceph-mon[111815]: pgmap v12156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:44.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:44.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:45.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:45.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:45 smithi088 ceph-mon[96111]: pgmap v12157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:45 smithi187 ceph-mon[111815]: pgmap v12157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:46.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:46.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:01:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:01:47.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:47.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:47 smithi088 ceph-mon[96111]: pgmap v12158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:47 smithi187 ceph-mon[111815]: pgmap v12158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:48.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:48.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:49.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:49.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:49 smithi088 ceph-mon[96111]: pgmap v12159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:49 smithi187 ceph-mon[111815]: pgmap v12159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:50.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:50.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:51.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:51.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:51 smithi088 ceph-mon[96111]: pgmap v12160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:51 smithi187 ceph-mon[111815]: pgmap v12160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:52.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:52.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:53.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:53.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:53 smithi088 ceph-mon[96111]: pgmap v12161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:53 smithi187 ceph-mon[111815]: pgmap v12161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:54.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:54.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:55.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:55.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:55 smithi088 ceph-mon[96111]: pgmap v12162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:55 smithi187 ceph-mon[111815]: pgmap v12162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:56.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:56.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:56 smithi088 ceph-mon[96111]: pgmap v12163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:56 smithi187 ceph-mon[111815]: pgmap v12163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:01:57.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:57.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:58.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:58.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:59.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:01:59.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:01:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:01:59 smithi088 ceph-mon[96111]: pgmap v12164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:01:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:01:59 smithi187 ceph-mon[111815]: pgmap v12164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:00.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:00.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:01.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:01.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:01 smithi088 ceph-mon[96111]: pgmap v12165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:02:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:01 smithi187 ceph-mon[111815]: pgmap v12165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:02:02.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:02.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:03.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:03.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:03 smithi088 ceph-mon[96111]: pgmap v12166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:03 smithi187 ceph-mon[111815]: pgmap v12166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:04.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:04.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:05.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:05.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:05 smithi088 ceph-mon[96111]: pgmap v12167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:05 smithi187 ceph-mon[111815]: pgmap v12167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:06.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:06.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:06 smithi088 ceph-mon[96111]: pgmap v12168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:02:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:06 smithi187 ceph-mon[111815]: pgmap v12168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:02:07.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:07.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:02:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:02:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:02:08.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:02:08.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:02:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:02:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:02:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:02:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:02:08.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:02:08.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:08.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:08 smithi088 ceph-mon[96111]: pgmap v12169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:08 smithi187 ceph-mon[111815]: pgmap v12169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:09.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:09.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:10.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:10.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:11.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:11.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:11 smithi088 ceph-mon[96111]: pgmap v12170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:11 smithi187 ceph-mon[111815]: pgmap v12170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:12.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:12.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:13.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:13.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:13 smithi088 ceph-mon[96111]: pgmap v12171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:13 smithi187 ceph-mon[111815]: pgmap v12171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:14.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:14.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:15.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:15.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:15 smithi088 ceph-mon[96111]: pgmap v12172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:15 smithi187 ceph-mon[111815]: pgmap v12172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:16.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:16.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:02:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:02:17.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:17.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:17 smithi187 ceph-mon[111815]: pgmap v12173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:17 smithi088 ceph-mon[96111]: pgmap v12173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:18.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:18.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:19.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:19.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:19 smithi088 ceph-mon[96111]: pgmap v12174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:19.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:19 smithi187 ceph-mon[111815]: pgmap v12174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:20.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:20.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:21.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:21.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:21 smithi088 ceph-mon[96111]: pgmap v12175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:21 smithi187 ceph-mon[111815]: pgmap v12175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:22.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:22.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:23.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:23.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:23 smithi088 ceph-mon[96111]: pgmap v12176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:23 smithi187 ceph-mon[111815]: pgmap v12176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:24.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:24.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:25.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:25.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:25 smithi187 ceph-mon[111815]: pgmap v12177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:25 smithi088 ceph-mon[96111]: pgmap v12177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:26.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:26.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:26 smithi187 ceph-mon[111815]: pgmap v12178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:26 smithi088 ceph-mon[96111]: pgmap v12178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:27.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:27.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:28.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:28.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:29.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:29.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:29 smithi187 ceph-mon[111815]: pgmap v12179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:29 smithi088 ceph-mon[96111]: pgmap v12179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:30.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:30.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:31.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:31.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:31 smithi088 ceph-mon[96111]: pgmap v12180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:02:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:31 smithi187 ceph-mon[111815]: pgmap v12180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:02:32.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:32.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:33.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:33.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:33 smithi088 ceph-mon[96111]: pgmap v12181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:33 smithi187 ceph-mon[111815]: pgmap v12181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:34.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:34.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:35.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:35.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:35 smithi088 ceph-mon[96111]: pgmap v12182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:35 smithi187 ceph-mon[111815]: pgmap v12182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:36.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:36.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:36 smithi088 ceph-mon[96111]: pgmap v12183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:36 smithi187 ceph-mon[111815]: pgmap v12183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:37.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:37.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:38.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:38.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:39.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:39.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:39.536 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:39 smithi088 ceph-mon[96111]: pgmap v12184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:39 smithi187 ceph-mon[111815]: pgmap v12184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:40.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:40.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:41.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:41.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:41 smithi088 ceph-mon[96111]: pgmap v12185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:41 smithi187 ceph-mon[111815]: pgmap v12185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:42.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:42.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:43.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:43.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:43 smithi088 ceph-mon[96111]: pgmap v12186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:43 smithi187 ceph-mon[111815]: pgmap v12186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:44.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:44.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:45.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:45.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:45 smithi088 ceph-mon[96111]: pgmap v12187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:45 smithi187 ceph-mon[111815]: pgmap v12187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:46.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:46.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:02:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:02:47.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:47.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:47 smithi088 ceph-mon[96111]: pgmap v12188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:47.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:47 smithi187 ceph-mon[111815]: pgmap v12188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:48.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:48.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:49.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:49.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:49 smithi088 ceph-mon[96111]: pgmap v12189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:49 smithi187 ceph-mon[111815]: pgmap v12189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:50.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:50.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:51.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:51.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:51 smithi088 ceph-mon[96111]: pgmap v12190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:51 smithi187 ceph-mon[111815]: pgmap v12190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:52.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:52.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:53.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:53.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:53 smithi088 ceph-mon[96111]: pgmap v12191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:53.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:53 smithi187 ceph-mon[111815]: pgmap v12191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:54.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:54.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:55.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:55.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:55 smithi088 ceph-mon[96111]: pgmap v12192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:55 smithi187 ceph-mon[111815]: pgmap v12192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:56.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:56.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:56 smithi088 ceph-mon[96111]: pgmap v12193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:56 smithi187 ceph-mon[111815]: pgmap v12193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:02:57.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:57.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:58.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:58.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:59.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:02:59.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:02:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:02:59 smithi088 ceph-mon[96111]: pgmap v12194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:02:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:02:59 smithi187 ceph-mon[111815]: pgmap v12194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:00.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:00.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:01.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:01.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:01 smithi088 ceph-mon[96111]: pgmap v12195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:03:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:01 smithi187 ceph-mon[111815]: pgmap v12195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:03:02.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:02.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:03.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:03.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:03 smithi088 ceph-mon[96111]: pgmap v12196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:03 smithi187 ceph-mon[111815]: pgmap v12196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:04.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:04.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:05.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:05.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:05 smithi088 ceph-mon[96111]: pgmap v12197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:05 smithi187 ceph-mon[111815]: pgmap v12197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:06.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:06.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:06 smithi088 ceph-mon[96111]: pgmap v12198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:06 smithi187 ceph-mon[111815]: pgmap v12198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:07.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:07.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:03:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:03:08.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:08.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:08 smithi088 ceph-mon[96111]: pgmap v12199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:08 smithi187 ceph-mon[111815]: pgmap v12199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:09.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:09.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:10.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:10.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:03:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:03:11.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:10 smithi187 ceph-mon[111815]: pgmap v12200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:11.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:03:11.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:03:11.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:03:11.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:03:11.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:03:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:03:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:03:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:10 smithi088 ceph-mon[96111]: pgmap v12200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:03:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:03:11.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:03:11.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:03:11.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:03:11.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:11.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:12.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:12.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:13.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:13.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:13 smithi088 ceph-mon[96111]: pgmap v12201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:13 smithi187 ceph-mon[111815]: pgmap v12201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:14.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:14.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:15.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:15.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:15 smithi088 ceph-mon[96111]: pgmap v12202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:15 smithi187 ceph-mon[111815]: pgmap v12202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:16.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:16.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:03:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:03:17.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:17.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:17 smithi088 ceph-mon[96111]: pgmap v12203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:17.691 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:17 smithi187 ceph-mon[111815]: pgmap v12203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:18.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:18.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:19.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:19.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:19 smithi088 ceph-mon[96111]: pgmap v12204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:19 smithi187 ceph-mon[111815]: pgmap v12204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:20.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:20.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:21.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:21.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:21 smithi088 ceph-mon[96111]: pgmap v12205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:21 smithi187 ceph-mon[111815]: pgmap v12205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:22.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:22.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:23.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:23.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:23 smithi088 ceph-mon[96111]: pgmap v12206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:23 smithi187 ceph-mon[111815]: pgmap v12206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:24.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:24.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:24 smithi088 ceph-mon[96111]: pgmap v12207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:24 smithi187 ceph-mon[111815]: pgmap v12207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:25.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:25.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:26.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:26.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:27.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:26 smithi088 ceph-mon[96111]: pgmap v12208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:27.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:26 smithi187 ceph-mon[111815]: pgmap v12208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:27.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:27.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:28.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:28.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:29.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:29.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:29 smithi088 ceph-mon[96111]: pgmap v12209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:29 smithi187 ceph-mon[111815]: pgmap v12209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:30.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:30.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:31.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:31.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:31 smithi088 ceph-mon[96111]: pgmap v12210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:03:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:31 smithi187 ceph-mon[111815]: pgmap v12210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:03:32.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:32.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:33.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:33.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:33 smithi088 ceph-mon[96111]: pgmap v12211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:33 smithi187 ceph-mon[111815]: pgmap v12211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:34.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:34.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:35.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:35.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:35 smithi088 ceph-mon[96111]: pgmap v12212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:35.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:35 smithi187 ceph-mon[111815]: pgmap v12212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:36.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:36.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:36 smithi088 ceph-mon[96111]: pgmap v12213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:36 smithi187 ceph-mon[111815]: pgmap v12213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:37.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:37.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:38.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:38.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:39.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:39.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:39 smithi088 ceph-mon[96111]: pgmap v12214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:39 smithi187 ceph-mon[111815]: pgmap v12214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:40.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:40.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:41.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:41.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:41 smithi088 ceph-mon[96111]: pgmap v12215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:41 smithi187 ceph-mon[111815]: pgmap v12215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:42.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:42.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:43.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:43.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:43 smithi088 ceph-mon[96111]: pgmap v12216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:43 smithi187 ceph-mon[111815]: pgmap v12216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:44.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:44.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:45.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:45.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:45 smithi088 ceph-mon[96111]: pgmap v12217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:45 smithi187 ceph-mon[111815]: pgmap v12217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:46.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:46.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:03:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:03:47.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:47.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:47 smithi088 ceph-mon[96111]: pgmap v12218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:47 smithi187 ceph-mon[111815]: pgmap v12218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:48.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:48.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:48 smithi187 ceph-mon[111815]: pgmap v12219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:48 smithi088 ceph-mon[96111]: pgmap v12219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:49.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:49.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:50.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:50.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:51.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:51.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:51 smithi088 ceph-mon[96111]: pgmap v12220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:51 smithi187 ceph-mon[111815]: pgmap v12220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:52.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:52.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:53 smithi187 ceph-mon[111815]: pgmap v12221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:53.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:53.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:53 smithi088 ceph-mon[96111]: pgmap v12221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:54.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:54.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:55.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:55.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:55 smithi088 ceph-mon[96111]: pgmap v12222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:55 smithi187 ceph-mon[111815]: pgmap v12222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:56.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:56.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:56 smithi088 ceph-mon[96111]: pgmap v12223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:56 smithi187 ceph-mon[111815]: pgmap v12223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:03:57.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:57.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:58.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:58.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:59.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:03:59.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:03:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:03:59 smithi088 ceph-mon[96111]: pgmap v12224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:03:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:03:59 smithi187 ceph-mon[111815]: pgmap v12224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:00.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:00.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:01.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:01.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:01 smithi088 ceph-mon[96111]: pgmap v12225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:04:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:01 smithi187 ceph-mon[111815]: pgmap v12225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:04:02.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:02.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:03 smithi187 ceph-mon[111815]: pgmap v12226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:03.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:03.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:03 smithi088 ceph-mon[96111]: pgmap v12226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:04.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:04.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:04 smithi088 ceph-mon[96111]: pgmap v12227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:04 smithi187 ceph-mon[111815]: pgmap v12227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:05.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:05.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:06.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:06.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:06 smithi088 ceph-mon[96111]: pgmap v12228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:06 smithi187 ceph-mon[111815]: pgmap v12228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:07.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:07.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:08.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:08.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:09.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:09.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:09 smithi088 ceph-mon[96111]: pgmap v12229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:09 smithi187 ceph-mon[111815]: pgmap v12229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:10.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:10.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:11.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:11.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:11 smithi088 ceph-mon[96111]: pgmap v12230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:04:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:11 smithi187 ceph-mon[111815]: pgmap v12230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:04:12.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:12.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:13.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:13.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:13 smithi088 ceph-mon[96111]: pgmap v12231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:13 smithi187 ceph-mon[111815]: pgmap v12231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:14.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:14.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:15.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:15.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:15 smithi088 ceph-mon[96111]: pgmap v12232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:04:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:04:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:15 smithi187 ceph-mon[111815]: pgmap v12232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:04:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:04:16.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:16.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:04:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:04:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:04:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:04:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:04:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:04:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:16 smithi088 ceph-mon[96111]: pgmap v12233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:04:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:04:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:04:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:04:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:04:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:04:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:16 smithi187 ceph-mon[111815]: pgmap v12233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:17.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:17.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:18.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:18.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:19.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:19.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:19 smithi088 ceph-mon[96111]: pgmap v12234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:19 smithi187 ceph-mon[111815]: pgmap v12234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:20.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:20.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:21.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:21.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:21 smithi088 ceph-mon[96111]: pgmap v12235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:21 smithi187 ceph-mon[111815]: pgmap v12235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:22.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:22.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:23.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:23.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:23 smithi088 ceph-mon[96111]: pgmap v12236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:23.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:23 smithi187 ceph-mon[111815]: pgmap v12236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:24.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:24.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:24 smithi088 ceph-mon[96111]: pgmap v12237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:24 smithi187 ceph-mon[111815]: pgmap v12237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:25.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:25.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:26.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:26.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:26 smithi088 ceph-mon[96111]: pgmap v12238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:26 smithi187 ceph-mon[111815]: pgmap v12238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:27.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:27.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:28.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:28.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:29 smithi088 ceph-mon[96111]: pgmap v12239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:29.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:29.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:29 smithi187 ceph-mon[111815]: pgmap v12239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:30.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:30.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:31 smithi088 ceph-mon[96111]: pgmap v12240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:04:31.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:31.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:31 smithi187 ceph-mon[111815]: pgmap v12240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:04:32.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:32.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:32 smithi187 ceph-mon[111815]: pgmap v12241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:32 smithi088 ceph-mon[96111]: pgmap v12241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:33.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:33.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:34.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:34.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:35 smithi088 ceph-mon[96111]: pgmap v12242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:35.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:35.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:35 smithi187 ceph-mon[111815]: pgmap v12242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:36.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:36.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:36 smithi088 ceph-mon[96111]: pgmap v12243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:36 smithi187 ceph-mon[111815]: pgmap v12243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:37.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:37.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:38.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:38.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:39 smithi088 ceph-mon[96111]: pgmap v12244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:39.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:39.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:39 smithi187 ceph-mon[111815]: pgmap v12244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:40.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:40.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:41 smithi088 ceph-mon[96111]: pgmap v12245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:41.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:41.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:41 smithi187 ceph-mon[111815]: pgmap v12245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:42 smithi088 ceph-mon[96111]: pgmap v12246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:42.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:42.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:42 smithi187 ceph-mon[111815]: pgmap v12246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:43.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:43.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:44.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:44.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:45 smithi088 ceph-mon[96111]: pgmap v12247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:45.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:45.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:45 smithi187 ceph-mon[111815]: pgmap v12247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:04:46.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:46.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:04:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:47 smithi088 ceph-mon[96111]: pgmap v12248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:47.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:47.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:47 smithi187 ceph-mon[111815]: pgmap v12248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:48 smithi088 ceph-mon[96111]: pgmap v12249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:48.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:48.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:48.631 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:48 smithi187 ceph-mon[111815]: pgmap v12249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:49.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:49.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:50.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:50.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:51 smithi088 ceph-mon[96111]: pgmap v12250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:51.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:51.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:51 smithi187 ceph-mon[111815]: pgmap v12250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:52 smithi088 ceph-mon[96111]: pgmap v12251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:52.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:52.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:52 smithi187 ceph-mon[111815]: pgmap v12251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:53.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:53.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:54.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:54.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:55 smithi088 ceph-mon[96111]: pgmap v12252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:55.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:55.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:55 smithi187 ceph-mon[111815]: pgmap v12252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:04:56.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:56.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:56 smithi088 ceph-mon[96111]: pgmap v12253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:56 smithi187 ceph-mon[111815]: pgmap v12253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:57.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:57.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:58.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:58.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:04:59 smithi088 ceph-mon[96111]: pgmap v12254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:04:59.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:04:59.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:04:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:04:59 smithi187 ceph-mon[111815]: pgmap v12254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:00 smithi088 ceph-mon[96111]: pgmap v12255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:00.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:00.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:00 smithi187 ceph-mon[111815]: pgmap v12255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:05:01.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:01.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:05:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:02 smithi088 ceph-mon[96111]: pgmap v12256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:02.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:02.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:02 smithi187 ceph-mon[111815]: pgmap v12256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:03.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:03.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:04.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:04.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:04 smithi088 ceph-mon[96111]: pgmap v12257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:04 smithi187 ceph-mon[111815]: pgmap v12257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:05.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:05.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:06.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:06.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:06 smithi088 ceph-mon[96111]: pgmap v12258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:06 smithi187 ceph-mon[111815]: pgmap v12258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:07.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:07.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:08.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:08.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:08 smithi187 ceph-mon[111815]: pgmap v12259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:08 smithi088 ceph-mon[96111]: pgmap v12259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:09.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:09.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:10.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:10.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:10 smithi187 ceph-mon[111815]: pgmap v12260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:10 smithi088 ceph-mon[96111]: pgmap v12260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:11.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:11.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:12.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:12.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:12 smithi187 ceph-mon[111815]: pgmap v12261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:12 smithi088 ceph-mon[96111]: pgmap v12261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:13.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:13.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:14.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:14.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:14 smithi088 ceph-mon[96111]: pgmap v12262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:14 smithi187 ceph-mon[111815]: pgmap v12262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:15.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:15.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:05:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:05:16.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:16.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:05:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:05:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:05:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:05:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:05:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:05:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:16 smithi088 ceph-mon[96111]: pgmap v12263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:05:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:05:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:05:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:05:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:05:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:05:16.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:16 smithi187 ceph-mon[111815]: pgmap v12263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:17.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:17.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:18.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:18.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:18 smithi187 ceph-mon[111815]: pgmap v12264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:18 smithi088 ceph-mon[96111]: pgmap v12264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:19.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:19.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:20.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:20.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:20 smithi187 ceph-mon[111815]: pgmap v12265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:20 smithi088 ceph-mon[96111]: pgmap v12265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:21.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:21.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:22.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:22.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:22 smithi187 ceph-mon[111815]: pgmap v12266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:22 smithi088 ceph-mon[96111]: pgmap v12266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:23.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:23.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:24.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:24.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:24 smithi088 ceph-mon[96111]: pgmap v12267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:24 smithi187 ceph-mon[111815]: pgmap v12267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:25.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:25.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:26.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:26.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:26 smithi088 ceph-mon[96111]: pgmap v12268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:26 smithi187 ceph-mon[111815]: pgmap v12268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:27.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:27.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:28.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:28.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:28 smithi187 ceph-mon[111815]: pgmap v12269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:28 smithi088 ceph-mon[96111]: pgmap v12269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:29.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:29.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:30.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:30.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:30 smithi187 ceph-mon[111815]: pgmap v12270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:30 smithi088 ceph-mon[96111]: pgmap v12270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:05:31.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:31.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:05:32.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:32.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:32 smithi187 ceph-mon[111815]: pgmap v12271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:32 smithi088 ceph-mon[96111]: pgmap v12271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:33.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:33.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:34 smithi187 ceph-mon[111815]: pgmap v12272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:34.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:34.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:34 smithi088 ceph-mon[96111]: pgmap v12272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:35.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:35.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:36.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:36.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:36 smithi088 ceph-mon[96111]: pgmap v12273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:36 smithi187 ceph-mon[111815]: pgmap v12273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:37.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:37.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:38.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:38.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:38 smithi187 ceph-mon[111815]: pgmap v12274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:38 smithi088 ceph-mon[96111]: pgmap v12274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:39.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:39.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:40.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:40.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:40 smithi187 ceph-mon[111815]: pgmap v12275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:40 smithi088 ceph-mon[96111]: pgmap v12275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:41.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:41.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:42.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:42.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:42 smithi187 ceph-mon[111815]: pgmap v12276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:42 smithi088 ceph-mon[96111]: pgmap v12276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:43.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:43.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:44 smithi187 ceph-mon[111815]: pgmap v12277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:44 smithi088 ceph-mon[96111]: pgmap v12277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:44.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:44.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:45.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:45.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:05:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:05:46.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:46.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:46 smithi088 ceph-mon[96111]: pgmap v12278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:46 smithi187 ceph-mon[111815]: pgmap v12278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:47.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:47.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:48.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:48.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:48 smithi187 ceph-mon[111815]: pgmap v12279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:48 smithi088 ceph-mon[96111]: pgmap v12279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:49.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:49.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:50 smithi187 ceph-mon[111815]: pgmap v12280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:50.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:50.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:50 smithi088 ceph-mon[96111]: pgmap v12280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:51.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:51.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:52 smithi187 ceph-mon[111815]: pgmap v12281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:52.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:52.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:52 smithi088 ceph-mon[96111]: pgmap v12281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:53.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:53.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:54 smithi088 ceph-mon[96111]: pgmap v12282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:54 smithi187 ceph-mon[111815]: pgmap v12282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:05:54.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:54.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:55.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:55.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:56.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:56.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:56 smithi088 ceph-mon[96111]: pgmap v12283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:56 smithi187 ceph-mon[111815]: pgmap v12283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:57.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:57.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:05:58 smithi187 ceph-mon[111815]: pgmap v12284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:58.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:58.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:05:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:05:58 smithi088 ceph-mon[96111]: pgmap v12284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:05:59.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:05:59.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:00 smithi187 ceph-mon[111815]: pgmap v12285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:00.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:00.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:00 smithi088 ceph-mon[96111]: pgmap v12285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:06:01.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:01.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:06:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:02 smithi187 ceph-mon[111815]: pgmap v12286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:02.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:02.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:02 smithi088 ceph-mon[96111]: pgmap v12286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:03.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:03.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:04.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:04 smithi088 ceph-mon[96111]: pgmap v12287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:04 smithi187 ceph-mon[111815]: pgmap v12287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:04.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:04.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:05.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:05.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:06.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:06.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:06 smithi088 ceph-mon[96111]: pgmap v12288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:06 smithi187 ceph-mon[111815]: pgmap v12288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:07.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:07.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:08 smithi187 ceph-mon[111815]: pgmap v12289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:08.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:08.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:08 smithi088 ceph-mon[96111]: pgmap v12289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:09.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:09.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:10 smithi187 ceph-mon[111815]: pgmap v12290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:10.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:10.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:10 smithi088 ceph-mon[96111]: pgmap v12290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:11.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:11.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:12 smithi187 ceph-mon[111815]: pgmap v12291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:12.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:12.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:12 smithi088 ceph-mon[96111]: pgmap v12291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:13.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:13.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:14 smithi088 ceph-mon[96111]: pgmap v12292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:14 smithi187 ceph-mon[111815]: pgmap v12292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:14.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:14.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:15.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:15.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:06:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:06:16.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:16.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:06:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:16 smithi088 ceph-mon[96111]: pgmap v12293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:06:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:06:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:06:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:16 smithi187 ceph-mon[111815]: pgmap v12293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:06:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:06:17.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:17.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:06:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:06:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:06:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:06:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:06:18.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:06:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:06:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:06:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:06:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:06:18.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:18.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:18 smithi088 ceph-mon[96111]: pgmap v12294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:18 smithi187 ceph-mon[111815]: pgmap v12294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:19.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:19.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:20 smithi187 ceph-mon[111815]: pgmap v12295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:20.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:20.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:20 smithi088 ceph-mon[96111]: pgmap v12295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:21.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:21.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:22 smithi187 ceph-mon[111815]: pgmap v12296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:22.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:22.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:22 smithi088 ceph-mon[96111]: pgmap v12296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:23.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:23.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:24.621 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:24 smithi187 ceph-mon[111815]: pgmap v12297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:24 smithi088 ceph-mon[96111]: pgmap v12297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:24.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:24.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:25.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:25.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:26.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:26.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:26 smithi088 ceph-mon[96111]: pgmap v12298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:26 smithi187 ceph-mon[111815]: pgmap v12298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:27.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:27.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:28 smithi187 ceph-mon[111815]: pgmap v12299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:28.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:28.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:28 smithi088 ceph-mon[96111]: pgmap v12299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:29.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:29.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:30 smithi187 ceph-mon[111815]: pgmap v12300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:30.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:30.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:30 smithi088 ceph-mon[96111]: pgmap v12300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:06:31.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:31.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:31.820 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:06:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:32 smithi187 ceph-mon[111815]: pgmap v12301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:32.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:32.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:32 smithi088 ceph-mon[96111]: pgmap v12301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:33.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:33.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:34 smithi088 ceph-mon[96111]: pgmap v12302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:34 smithi187 ceph-mon[111815]: pgmap v12302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:34.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:34.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:35.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:35.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:36.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:36.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:36 smithi088 ceph-mon[96111]: pgmap v12303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:36 smithi187 ceph-mon[111815]: pgmap v12303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:37.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:37.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:38 smithi187 ceph-mon[111815]: pgmap v12304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:38.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:38.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:38 smithi088 ceph-mon[96111]: pgmap v12304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:39.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:39.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:40 smithi187 ceph-mon[111815]: pgmap v12305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:40.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:40.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:40 smithi088 ceph-mon[96111]: pgmap v12305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:41.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:41.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:42 smithi187 ceph-mon[111815]: pgmap v12306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:42.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:42.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:42 smithi088 ceph-mon[96111]: pgmap v12306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:43.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:43.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:44 smithi088 ceph-mon[96111]: pgmap v12307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:44 smithi187 ceph-mon[111815]: pgmap v12307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:44.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:44.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:45.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:45.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:06:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:06:46.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:46.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:46 smithi088 ceph-mon[96111]: pgmap v12308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:46 smithi187 ceph-mon[111815]: pgmap v12308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:47.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:47.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:48 smithi187 ceph-mon[111815]: pgmap v12309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:48.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:48.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:48 smithi088 ceph-mon[96111]: pgmap v12309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:49.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:49.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:50 smithi187 ceph-mon[111815]: pgmap v12310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:50.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:50.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:50 smithi088 ceph-mon[96111]: pgmap v12310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:51.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:51.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:52 smithi187 ceph-mon[111815]: pgmap v12311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:52.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:52.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:52 smithi088 ceph-mon[96111]: pgmap v12311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:53.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:53.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:54 smithi088 ceph-mon[96111]: pgmap v12312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:54 smithi187 ceph-mon[111815]: pgmap v12312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:06:54.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:54.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:55.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:55.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:56.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:56.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:57.066 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:56 smithi088 ceph-mon[96111]: pgmap v12313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:56 smithi187 ceph-mon[111815]: pgmap v12313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:57.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:57.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:06:58 smithi187 ceph-mon[111815]: pgmap v12314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:58.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:58.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:06:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:06:58 smithi088 ceph-mon[96111]: pgmap v12314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:06:59.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:06:59.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:00 smithi187 ceph-mon[111815]: pgmap v12315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:00.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:00.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:00 smithi088 ceph-mon[96111]: pgmap v12315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:07:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:07:01.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:01.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:02 smithi187 ceph-mon[111815]: pgmap v12316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:02 smithi088 ceph-mon[96111]: pgmap v12316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:02.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:02.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:03.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:03.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:04 smithi088 ceph-mon[96111]: pgmap v12317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:04 smithi187 ceph-mon[111815]: pgmap v12317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:04.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:04.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:05.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:05.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:06.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:06.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:06 smithi088 ceph-mon[96111]: pgmap v12318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:06 smithi187 ceph-mon[111815]: pgmap v12318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:07.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:07.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:08 smithi187 ceph-mon[111815]: pgmap v12319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:08 smithi088 ceph-mon[96111]: pgmap v12319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:08.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:08.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:09.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:09.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:10 smithi187 ceph-mon[111815]: pgmap v12320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:10 smithi088 ceph-mon[96111]: pgmap v12320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:10.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:10.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:11.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:11.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:12 smithi088 ceph-mon[96111]: pgmap v12321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:12 smithi187 ceph-mon[111815]: pgmap v12321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:12.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:12.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:13.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:13.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:14 smithi088 ceph-mon[96111]: pgmap v12322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:14 smithi187 ceph-mon[111815]: pgmap v12322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:14.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:14.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:07:15.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:15.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:07:16.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:16.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:16 smithi088 ceph-mon[96111]: pgmap v12323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:16 smithi187 ceph-mon[111815]: pgmap v12323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:17.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:17.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:07:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:07:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:07:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:07:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:07:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:07:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:07:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:07:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:07:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:07:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:07:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:07:18.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:18.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:18 smithi088 ceph-mon[96111]: pgmap v12324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:18 smithi187 ceph-mon[111815]: pgmap v12324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:19.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:19.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:20 smithi187 ceph-mon[111815]: pgmap v12325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:20 smithi088 ceph-mon[96111]: pgmap v12325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:20.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:20.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:21.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:21.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:22 smithi088 ceph-mon[96111]: pgmap v12326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:22 smithi187 ceph-mon[111815]: pgmap v12326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:22.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:22.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:23.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:23.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:24 smithi088 ceph-mon[96111]: pgmap v12327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:24 smithi187 ceph-mon[111815]: pgmap v12327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:24.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:24.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:25.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:25.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:26.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:26.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:26 smithi088 ceph-mon[96111]: pgmap v12328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:26 smithi187 ceph-mon[111815]: pgmap v12328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:27.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:27.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:28 smithi187 ceph-mon[111815]: pgmap v12329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:28 smithi088 ceph-mon[96111]: pgmap v12329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:28.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:28.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:29.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:29.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:30 smithi187 ceph-mon[111815]: pgmap v12330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:30 smithi088 ceph-mon[96111]: pgmap v12330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:30.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:30.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:07:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:07:31.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:31.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:32 smithi187 ceph-mon[111815]: pgmap v12331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:32 smithi088 ceph-mon[96111]: pgmap v12331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:32.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:32.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:33.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:33.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:34 smithi088 ceph-mon[96111]: pgmap v12332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:34 smithi187 ceph-mon[111815]: pgmap v12332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:34.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:34.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:35.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:35.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:36.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:36.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:36 smithi088 ceph-mon[96111]: pgmap v12333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:36 smithi187 ceph-mon[111815]: pgmap v12333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:37.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:37.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:38 smithi187 ceph-mon[111815]: pgmap v12334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:38 smithi088 ceph-mon[96111]: pgmap v12334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:38.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:38.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:39.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:39.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:40 smithi187 ceph-mon[111815]: pgmap v12335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:40 smithi088 ceph-mon[96111]: pgmap v12335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:40.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:40.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:41.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:41.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:42 smithi187 ceph-mon[111815]: pgmap v12336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:42 smithi088 ceph-mon[96111]: pgmap v12336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:42.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:42.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:43.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:43.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:44 smithi088 ceph-mon[96111]: pgmap v12337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:44 smithi187 ceph-mon[111815]: pgmap v12337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:44.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:44.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:07:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:07:45.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:45.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:46.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:46.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:46 smithi088 ceph-mon[96111]: pgmap v12338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:46 smithi187 ceph-mon[111815]: pgmap v12338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:47.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:47.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:48 smithi187 ceph-mon[111815]: pgmap v12339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:48 smithi088 ceph-mon[96111]: pgmap v12339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:48.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:48.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:49.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:49.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:50 smithi187 ceph-mon[111815]: pgmap v12340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:50 smithi088 ceph-mon[96111]: pgmap v12340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:50.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:50.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:51.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:51.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:52 smithi187 ceph-mon[111815]: pgmap v12341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:52 smithi088 ceph-mon[96111]: pgmap v12341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:52.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:52.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:53.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:53.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:54 smithi088 ceph-mon[96111]: pgmap v12342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:54 smithi187 ceph-mon[111815]: pgmap v12342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:07:54.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:54.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:55.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:55.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:56.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:56.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:56 smithi088 ceph-mon[96111]: pgmap v12343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:56 smithi187 ceph-mon[111815]: pgmap v12343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:57.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:57.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:07:58 smithi187 ceph-mon[111815]: pgmap v12344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:07:58 smithi088 ceph-mon[96111]: pgmap v12344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:07:58.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:58.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:07:59.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:07:59.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:00.616 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:00 smithi187 ceph-mon[111815]: pgmap v12345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:00 smithi088 ceph-mon[96111]: pgmap v12345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:00.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:00.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:08:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:08:01.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:01.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:02.707 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:02 smithi088 ceph-mon[96111]: pgmap v12346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:02 smithi187 ceph-mon[111815]: pgmap v12346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:02.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:02.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:03.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:03.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:04 smithi088 ceph-mon[96111]: pgmap v12347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:04 smithi187 ceph-mon[111815]: pgmap v12347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:04.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:04.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:05.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:05.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:06.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:06.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:06 smithi088 ceph-mon[96111]: pgmap v12348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:06 smithi187 ceph-mon[111815]: pgmap v12348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:07.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:07.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:08 smithi187 ceph-mon[111815]: pgmap v12349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:08 smithi088 ceph-mon[96111]: pgmap v12349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:08.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:08.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:09.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:09.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:10 smithi187 ceph-mon[111815]: pgmap v12350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:10 smithi088 ceph-mon[96111]: pgmap v12350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:10.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:10.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:11.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:11.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:12 smithi187 ceph-mon[111815]: pgmap v12351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:12.804 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:12 smithi088 ceph-mon[96111]: pgmap v12351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:12.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:12.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:13.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:13.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:14 smithi088 ceph-mon[96111]: pgmap v12352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:14 smithi187 ceph-mon[111815]: pgmap v12352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:14.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:14.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:15.774 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:08:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:08:15.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:15.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:16.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:16.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:16 smithi187 ceph-mon[111815]: pgmap v12353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:16 smithi088 ceph-mon[96111]: pgmap v12353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:17.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:17.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:08:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:08:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:08:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:08:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:08:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:08:18.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:18.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:08:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:08:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:08:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:08:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:08:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:18 smithi187 ceph-mon[111815]: pgmap v12354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:08:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:08:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:08:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:08:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:08:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:18 smithi088 ceph-mon[96111]: pgmap v12354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:19.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:19.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:20 smithi187 ceph-mon[111815]: pgmap v12355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:20 smithi088 ceph-mon[96111]: pgmap v12355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:20.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:20.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:21.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:21.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:22 smithi187 ceph-mon[111815]: pgmap v12356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:22 smithi088 ceph-mon[96111]: pgmap v12356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:22.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:22.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:23.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:23.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:24 smithi088 ceph-mon[96111]: pgmap v12357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:24 smithi187 ceph-mon[111815]: pgmap v12357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:24.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:24.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:25.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:25.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:26.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:26.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:26 smithi187 ceph-mon[111815]: pgmap v12358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:26 smithi088 ceph-mon[96111]: pgmap v12358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:27.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:27.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:28 smithi187 ceph-mon[111815]: pgmap v12359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:28 smithi088 ceph-mon[96111]: pgmap v12359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:28.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:28.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:29.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:29.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:30 smithi187 ceph-mon[111815]: pgmap v12360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:30 smithi088 ceph-mon[96111]: pgmap v12360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:30.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:30.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:08:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:08:31.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:31.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:32 smithi187 ceph-mon[111815]: pgmap v12361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:32 smithi088 ceph-mon[96111]: pgmap v12361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:32.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:32.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:33.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:33.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:34 smithi088 ceph-mon[96111]: pgmap v12362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:34 smithi187 ceph-mon[111815]: pgmap v12362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:34.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:34.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:35.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:35.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:36.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:36.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:36 smithi187 ceph-mon[111815]: pgmap v12363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:36 smithi088 ceph-mon[96111]: pgmap v12363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:37.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:37.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:38 smithi187 ceph-mon[111815]: pgmap v12364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:38 smithi088 ceph-mon[96111]: pgmap v12364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:38.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:38.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:39.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:39.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:40 smithi187 ceph-mon[111815]: pgmap v12365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:40 smithi088 ceph-mon[96111]: pgmap v12365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:40.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:40.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:41.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:41.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:42 smithi187 ceph-mon[111815]: pgmap v12366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:42 smithi088 ceph-mon[96111]: pgmap v12366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:42.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:42.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:43.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:43.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:44 smithi088 ceph-mon[96111]: pgmap v12367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:44 smithi187 ceph-mon[111815]: pgmap v12367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:44.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:44.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:08:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:08:45.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:45.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:46.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:46.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:46 smithi187 ceph-mon[111815]: pgmap v12368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:46 smithi088 ceph-mon[96111]: pgmap v12368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:47.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:47.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:48 smithi088 ceph-mon[96111]: pgmap v12369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:48 smithi187 ceph-mon[111815]: pgmap v12369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:48.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:48.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:49.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:49.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:50 smithi187 ceph-mon[111815]: pgmap v12370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:50 smithi088 ceph-mon[96111]: pgmap v12370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:51.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:51.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:52.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:52.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:52 smithi187 ceph-mon[111815]: pgmap v12371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:52 smithi088 ceph-mon[96111]: pgmap v12371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:53.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:53.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:54.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:54.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:54 smithi088 ceph-mon[96111]: pgmap v12372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:54 smithi187 ceph-mon[111815]: pgmap v12372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:08:55.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:55.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:56.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:56.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:57.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:57.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:56 smithi187 ceph-mon[111815]: pgmap v12373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:56 smithi088 ceph-mon[96111]: pgmap v12373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:58.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:58.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:08:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:08:58 smithi088 ceph-mon[96111]: pgmap v12374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:08:58 smithi187 ceph-mon[111815]: pgmap v12374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:08:59.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:08:59.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:00.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:00.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:00 smithi187 ceph-mon[111815]: pgmap v12375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:00 smithi088 ceph-mon[96111]: pgmap v12375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:01.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:01.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:09:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:09:02.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:02.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:02 smithi187 ceph-mon[111815]: pgmap v12376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:02 smithi088 ceph-mon[96111]: pgmap v12376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:03.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:03.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:04.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:04.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:04 smithi088 ceph-mon[96111]: pgmap v12377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:04 smithi187 ceph-mon[111815]: pgmap v12377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:05.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:05.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:06.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:06.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:07.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:07.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:06 smithi187 ceph-mon[111815]: pgmap v12378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:06 smithi088 ceph-mon[96111]: pgmap v12378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:08.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:08.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:08 smithi187 ceph-mon[111815]: pgmap v12379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:08 smithi088 ceph-mon[96111]: pgmap v12379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:09.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:09.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:10.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:10.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:10 smithi187 ceph-mon[111815]: pgmap v12380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:10 smithi088 ceph-mon[96111]: pgmap v12380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:11.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:11.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:12.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:12.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:12 smithi187 ceph-mon[111815]: pgmap v12381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:12 smithi088 ceph-mon[96111]: pgmap v12381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:13.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:13.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:14.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:14.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:14 smithi088 ceph-mon[96111]: pgmap v12382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:14 smithi187 ceph-mon[111815]: pgmap v12382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:15.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:15.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:09:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:09:16.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:16.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:17.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:17.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:16 smithi187 ceph-mon[111815]: pgmap v12383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:16 smithi088 ceph-mon[96111]: pgmap v12383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:18.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:18.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:09:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:18 smithi187 ceph-mon[111815]: pgmap v12384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:09:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:18 smithi088 ceph-mon[96111]: pgmap v12384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:19.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:19.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:09:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:09:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:09:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:09:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:09:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:09:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:09:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:09:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:09:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:09:20.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:20.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:20 smithi187 ceph-mon[111815]: pgmap v12385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:20 smithi088 ceph-mon[96111]: pgmap v12385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:21.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:21.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:22.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:22.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:22 smithi187 ceph-mon[111815]: pgmap v12386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:22 smithi088 ceph-mon[96111]: pgmap v12386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:23.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:23.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:24.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:24.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:24 smithi088 ceph-mon[96111]: pgmap v12387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:24 smithi187 ceph-mon[111815]: pgmap v12387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:25.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:25.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:26.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:26.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:27.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:27.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:26 smithi187 ceph-mon[111815]: pgmap v12388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:26 smithi088 ceph-mon[96111]: pgmap v12388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:28.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:28.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:28 smithi187 ceph-mon[111815]: pgmap v12389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:28.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:28 smithi088 ceph-mon[96111]: pgmap v12389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:29.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:29.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:30.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:30.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:30 smithi187 ceph-mon[111815]: pgmap v12390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:30 smithi088 ceph-mon[96111]: pgmap v12390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:31.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:31.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:09:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:09:32.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:32.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:32 smithi187 ceph-mon[111815]: pgmap v12391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:32 smithi088 ceph-mon[96111]: pgmap v12391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:33.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:33.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:34.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:34.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:34.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:34 smithi088 ceph-mon[96111]: pgmap v12392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:34 smithi187 ceph-mon[111815]: pgmap v12392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:35.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:35.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:36.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:36.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:36 smithi187 ceph-mon[111815]: pgmap v12393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:37.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:37.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:36 smithi088 ceph-mon[96111]: pgmap v12393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:38.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:38.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:38.652 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:38 smithi088 ceph-mon[96111]: pgmap v12394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:38 smithi187 ceph-mon[111815]: pgmap v12394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:39.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:39.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:40.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:40.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:40 smithi187 ceph-mon[111815]: pgmap v12395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:40 smithi088 ceph-mon[96111]: pgmap v12395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:41.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:41.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:42.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:42.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:42 smithi187 ceph-mon[111815]: pgmap v12396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:42 smithi088 ceph-mon[96111]: pgmap v12396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:43.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:43.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:44.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:44.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:44 smithi088 ceph-mon[96111]: pgmap v12397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:44 smithi187 ceph-mon[111815]: pgmap v12397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:45.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:45.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:09:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:09:46.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:46.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:47.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:47.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:46 smithi187 ceph-mon[111815]: pgmap v12398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:46 smithi088 ceph-mon[96111]: pgmap v12398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:48.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:48.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:48 smithi187 ceph-mon[111815]: pgmap v12399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:48.752 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:48 smithi088 ceph-mon[96111]: pgmap v12399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:49.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:49.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:50.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:50.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:50 smithi187 ceph-mon[111815]: pgmap v12400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:50 smithi088 ceph-mon[96111]: pgmap v12400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:51.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:51.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:52.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:52.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:52 smithi187 ceph-mon[111815]: pgmap v12401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:52 smithi088 ceph-mon[96111]: pgmap v12401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:53.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:53.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:54.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:54.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:54 smithi088 ceph-mon[96111]: pgmap v12402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:54 smithi187 ceph-mon[111815]: pgmap v12402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:09:55.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:55.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:56.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:56.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:57.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:57.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:56 smithi187 ceph-mon[111815]: pgmap v12403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:56 smithi088 ceph-mon[96111]: pgmap v12403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:58.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:58.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:09:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:09:58 smithi187 ceph-mon[111815]: pgmap v12404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:09:58 smithi088 ceph-mon[96111]: pgmap v12404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:09:59.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:09:59.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:00.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:00.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T06:10:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T06:10:01.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:01.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:01 smithi088 ceph-mon[96111]: pgmap v12405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:10:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:01 smithi187 ceph-mon[111815]: pgmap v12405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:10:02.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:02.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:02 smithi187 ceph-mon[111815]: pgmap v12406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:02 smithi088 ceph-mon[96111]: pgmap v12406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:03.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:03.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:04.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:04.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:04 smithi088 ceph-mon[96111]: pgmap v12407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:04 smithi187 ceph-mon[111815]: pgmap v12407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:05.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:05.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:06.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:06.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:07.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:07.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:06 smithi187 ceph-mon[111815]: pgmap v12408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:06 smithi088 ceph-mon[96111]: pgmap v12408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:08.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:08.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:08 smithi187 ceph-mon[111815]: pgmap v12409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:08 smithi088 ceph-mon[96111]: pgmap v12409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:09.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:09.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:10.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:10.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:10.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:10 smithi187 ceph-mon[111815]: pgmap v12410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:10 smithi088 ceph-mon[96111]: pgmap v12410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:11.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:11.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:12.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:12.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:12 smithi187 ceph-mon[111815]: pgmap v12411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:12 smithi088 ceph-mon[96111]: pgmap v12411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:13.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:13.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:14.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:14.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:14.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:14 smithi088 ceph-mon[96111]: pgmap v12412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:14 smithi187 ceph-mon[111815]: pgmap v12412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:15.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:15.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:10:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:10:16.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:16.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:17.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:17.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:16 smithi187 ceph-mon[111815]: pgmap v12413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:16 smithi088 ceph-mon[96111]: pgmap v12413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:18.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:18.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:18 smithi187 ceph-mon[111815]: pgmap v12414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:18 smithi088 ceph-mon[96111]: pgmap v12414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:19.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:19.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:10:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:10:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:10:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:10:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:10:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1554M 2023-10-13T06:10:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:10:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:10:19.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:10:19.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:10:19.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:10:19.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:10:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:10:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:10:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:10:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:10:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:10:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1554M 2023-10-13T06:10:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:10:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:10:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:10:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:10:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:10:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:10:20.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:20.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:20 smithi187 ceph-mon[111815]: pgmap v12415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:20 smithi088 ceph-mon[96111]: pgmap v12415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:21.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:21.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:22.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:22.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:22 smithi187 ceph-mon[111815]: pgmap v12416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:22 smithi088 ceph-mon[96111]: pgmap v12416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:23.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:23.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:24.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:24.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:24 smithi088 ceph-mon[96111]: pgmap v12417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:24 smithi187 ceph-mon[111815]: pgmap v12417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:25.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:25.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:26.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:26.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:27.148 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:26 smithi187 ceph-mon[111815]: pgmap v12418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:27.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:27.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:26 smithi088 ceph-mon[96111]: pgmap v12418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:28.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:28.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:28 smithi187 ceph-mon[111815]: pgmap v12419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:28 smithi088 ceph-mon[96111]: pgmap v12419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:29.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:29.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:30.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:30.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:30 smithi187 ceph-mon[111815]: pgmap v12420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:30 smithi088 ceph-mon[96111]: pgmap v12420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:31.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:31.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:10:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:10:32.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:32.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:32 smithi187 ceph-mon[111815]: pgmap v12421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:32 smithi088 ceph-mon[96111]: pgmap v12421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:33.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:33.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:34.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:34.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:34 smithi088 ceph-mon[96111]: pgmap v12422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:34 smithi187 ceph-mon[111815]: pgmap v12422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:35.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:35.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:36.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:36.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:37.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:37.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:36 smithi187 ceph-mon[111815]: pgmap v12423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:36 smithi088 ceph-mon[96111]: pgmap v12423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:38.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:38.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:38 smithi187 ceph-mon[111815]: pgmap v12424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:38 smithi088 ceph-mon[96111]: pgmap v12424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:39.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:39.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:40.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:40.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:40.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:40 smithi187 ceph-mon[111815]: pgmap v12425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:40 smithi088 ceph-mon[96111]: pgmap v12425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:41.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:41.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:42.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:42.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:42 smithi187 ceph-mon[111815]: pgmap v12426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:42 smithi088 ceph-mon[96111]: pgmap v12426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:43.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:43.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:44.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:44.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:44 smithi088 ceph-mon[96111]: pgmap v12427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:44 smithi187 ceph-mon[111815]: pgmap v12427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:45.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:45.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:10:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:10:46.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:46.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:47.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:47.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:46 smithi187 ceph-mon[111815]: pgmap v12428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:46 smithi088 ceph-mon[96111]: pgmap v12428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:48.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:48.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:48 smithi187 ceph-mon[111815]: pgmap v12429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:48 smithi088 ceph-mon[96111]: pgmap v12429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:49.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:49.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:50.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:50.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:50 smithi187 ceph-mon[111815]: pgmap v12430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:50 smithi088 ceph-mon[96111]: pgmap v12430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:51.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:51.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:52.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:52.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:52 smithi187 ceph-mon[111815]: pgmap v12431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:52 smithi088 ceph-mon[96111]: pgmap v12431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:53.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:53.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:54.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:54.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:54 smithi088 ceph-mon[96111]: pgmap v12432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:54 smithi187 ceph-mon[111815]: pgmap v12432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:10:55.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:55.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:56.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:56.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:57.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:57.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:57.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:56 smithi187 ceph-mon[111815]: pgmap v12433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:56 smithi088 ceph-mon[96111]: pgmap v12433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:58.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:58.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:10:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:10:58 smithi187 ceph-mon[111815]: pgmap v12434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:10:58 smithi088 ceph-mon[96111]: pgmap v12434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:10:59.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:10:59.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:00.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:00.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:00 smithi187 ceph-mon[111815]: pgmap v12435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:00 smithi088 ceph-mon[96111]: pgmap v12435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:01.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:01.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:11:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:11:02.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:02.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:02 smithi187 ceph-mon[111815]: pgmap v12436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:02 smithi088 ceph-mon[96111]: pgmap v12436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:03.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:03.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:04.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:04.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:04 smithi088 ceph-mon[96111]: pgmap v12437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:04 smithi187 ceph-mon[111815]: pgmap v12437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:05.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:05.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:06.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:06.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:06 smithi187 ceph-mon[111815]: pgmap v12438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:07.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:07.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:06 smithi088 ceph-mon[96111]: pgmap v12438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:08.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:08.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:08 smithi187 ceph-mon[111815]: pgmap v12439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:08 smithi088 ceph-mon[96111]: pgmap v12439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:09.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:09.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:10.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:10.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:10 smithi187 ceph-mon[111815]: pgmap v12440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:10 smithi088 ceph-mon[96111]: pgmap v12440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:11.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:11.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:12.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:12.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:12 smithi187 ceph-mon[111815]: pgmap v12441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:12 smithi088 ceph-mon[96111]: pgmap v12441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:13.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:13.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:14.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:14.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:14.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:14 smithi088 ceph-mon[96111]: pgmap v12442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:14 smithi187 ceph-mon[111815]: pgmap v12442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:15.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:15.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:11:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:11:16.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:16.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:17.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:16 smithi187 ceph-mon[111815]: pgmap v12443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:17.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:17.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:16 smithi088 ceph-mon[96111]: pgmap v12443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:18.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:18.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:19.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:19.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:19 smithi187 ceph-mon[111815]: pgmap v12444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:19 smithi088 ceph-mon[96111]: pgmap v12444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:20.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:20.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:20.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:11:20.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:11:20.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:11:20.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:11:20.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:11:20.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:11:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:11:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:11:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:11:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:11:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:11:20.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:11:21.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:21.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:22.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:21 smithi187 ceph-mon[111815]: pgmap v12445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:22.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:22.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:21 smithi088 ceph-mon[96111]: pgmap v12445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:23.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:23.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:23 smithi187 ceph-mon[111815]: pgmap v12446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:24.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:24.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:23 smithi088 ceph-mon[96111]: pgmap v12446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:25.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:25.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:25 smithi187 ceph-mon[111815]: pgmap v12447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:26.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:26.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:25 smithi088 ceph-mon[96111]: pgmap v12447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:27.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:27.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:27 smithi187 ceph-mon[111815]: pgmap v12448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:28.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:28.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:27 smithi088 ceph-mon[96111]: pgmap v12448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:29.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:29.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:29 smithi088 ceph-mon[96111]: pgmap v12449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:29 smithi187 ceph-mon[111815]: pgmap v12449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:30.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:30.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:11:31.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:31.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:11:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:31 smithi187 ceph-mon[111815]: pgmap v12450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:32.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:32.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:31 smithi088 ceph-mon[96111]: pgmap v12450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:33.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:33.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:33 smithi187 ceph-mon[111815]: pgmap v12451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:34.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:34.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:33 smithi088 ceph-mon[96111]: pgmap v12451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:35.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:35.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:35 smithi187 ceph-mon[111815]: pgmap v12452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:36.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:36.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:35 smithi088 ceph-mon[96111]: pgmap v12452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:37.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:37.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:37 smithi187 ceph-mon[111815]: pgmap v12453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:38.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:38.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:37 smithi088 ceph-mon[96111]: pgmap v12453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:39.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:39.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:40.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:40.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:39 smithi088 ceph-mon[96111]: pgmap v12454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:39 smithi187 ceph-mon[111815]: pgmap v12454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:41.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:41.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:42.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:42.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:41 smithi088 ceph-mon[96111]: pgmap v12455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:41 smithi187 ceph-mon[111815]: pgmap v12455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:43.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:43.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:44.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:44.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:43 smithi088 ceph-mon[96111]: pgmap v12456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:43 smithi187 ceph-mon[111815]: pgmap v12456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:45.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:45.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:46.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:46.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:45 smithi088 ceph-mon[96111]: pgmap v12457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:11:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:45 smithi187 ceph-mon[111815]: pgmap v12457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:46.468 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:11:47.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:47.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:48.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:48.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:47 smithi088 ceph-mon[96111]: pgmap v12458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:47 smithi187 ceph-mon[111815]: pgmap v12458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:49.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:49.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:50.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:50.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:49 smithi088 ceph-mon[96111]: pgmap v12459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:49 smithi187 ceph-mon[111815]: pgmap v12459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:51.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:51.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:52.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:52.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:51 smithi088 ceph-mon[96111]: pgmap v12460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:51 smithi187 ceph-mon[111815]: pgmap v12460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:53.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:53.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:54.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:54.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:53 smithi088 ceph-mon[96111]: pgmap v12461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:53 smithi187 ceph-mon[111815]: pgmap v12461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:55.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:55.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:56.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:56.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:55 smithi088 ceph-mon[96111]: pgmap v12462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:55 smithi187 ceph-mon[111815]: pgmap v12462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:11:57.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:57.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:58.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:58.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:11:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:57 smithi088 ceph-mon[96111]: pgmap v12463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:57 smithi187 ceph-mon[111815]: pgmap v12463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:11:59.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:11:59.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:00.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:00.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:11:59 smithi088 ceph-mon[96111]: pgmap v12464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:11:59 smithi187 ceph-mon[111815]: pgmap v12464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:01.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:01.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:12:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:12:02.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:02.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:02 smithi088 ceph-mon[96111]: pgmap v12465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:02 smithi187 ceph-mon[111815]: pgmap v12465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:03.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:03.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:04.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:04.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:04 smithi088 ceph-mon[96111]: pgmap v12466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:04 smithi187 ceph-mon[111815]: pgmap v12466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:05.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:05.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:06 smithi088 ceph-mon[96111]: pgmap v12467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:06.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:06.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:06 smithi187 ceph-mon[111815]: pgmap v12467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:07.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:07.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:08 smithi088 ceph-mon[96111]: pgmap v12468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:08.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:08.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:08 smithi187 ceph-mon[111815]: pgmap v12468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:09.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:09.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:10 smithi088 ceph-mon[96111]: pgmap v12469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:10.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:10.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:10 smithi187 ceph-mon[111815]: pgmap v12469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:11.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:11.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:12 smithi088 ceph-mon[96111]: pgmap v12470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:12.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:12.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:12.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:12 smithi187 ceph-mon[111815]: pgmap v12470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:13.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:13.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:14 smithi088 ceph-mon[96111]: pgmap v12471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:14.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:14.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:14 smithi187 ceph-mon[111815]: pgmap v12471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:15.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:15.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:16 smithi088 ceph-mon[96111]: pgmap v12472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:12:16.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:16.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:16 smithi187 ceph-mon[111815]: pgmap v12472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:12:17.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:17.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:18.311 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:18 smithi187 ceph-mon[111815]: pgmap v12473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:18 smithi088 ceph-mon[96111]: pgmap v12473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:18.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:18.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:19.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:19.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:20 smithi088 ceph-mon[96111]: pgmap v12474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:12:20.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:20.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:20 smithi187 ceph-mon[111815]: pgmap v12474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:12:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:12:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:12:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:12:21.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:12:21.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:12:21.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:21.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:12:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:12:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:12:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:12:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:12:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:22 smithi088 ceph-mon[96111]: pgmap v12475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:22.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:22.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:22 smithi187 ceph-mon[111815]: pgmap v12475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:23.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:23.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:24 smithi088 ceph-mon[96111]: pgmap v12476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:24.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:24.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:24 smithi187 ceph-mon[111815]: pgmap v12476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:25.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:25.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:26 smithi088 ceph-mon[96111]: pgmap v12477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:26.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:26.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:26 smithi187 ceph-mon[111815]: pgmap v12477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:27.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:27.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:28 smithi088 ceph-mon[96111]: pgmap v12478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:28.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:28.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:28.416 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:28 smithi187 ceph-mon[111815]: pgmap v12478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:29.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:29.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:30 smithi088 ceph-mon[96111]: pgmap v12479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:30.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:30.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:30.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:30 smithi187 ceph-mon[111815]: pgmap v12479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:12:31.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:31.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:12:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:32 smithi088 ceph-mon[96111]: pgmap v12480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:32.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:32.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:32.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:32 smithi187 ceph-mon[111815]: pgmap v12480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:33.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:33.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:34 smithi088 ceph-mon[96111]: pgmap v12481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:34.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:34.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:34 smithi187 ceph-mon[111815]: pgmap v12481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:35.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:35.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:36 smithi088 ceph-mon[96111]: pgmap v12482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:36.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:36.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:36 smithi187 ceph-mon[111815]: pgmap v12482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:37.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:37.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:38 smithi088 ceph-mon[96111]: pgmap v12483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:38.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:38.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:38 smithi187 ceph-mon[111815]: pgmap v12483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:39.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:39.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:40.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:40.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:40.443 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:40 smithi088 ceph-mon[96111]: pgmap v12484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:40 smithi187 ceph-mon[111815]: pgmap v12484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:41.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:41.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:42.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:42.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:42 smithi187 ceph-mon[111815]: pgmap v12485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:42 smithi088 ceph-mon[96111]: pgmap v12485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:43.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:43.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:44.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:44.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:44 smithi187 ceph-mon[111815]: pgmap v12486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:44 smithi088 ceph-mon[96111]: pgmap v12486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:45.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:45.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:46.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:46.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:46 smithi187 ceph-mon[111815]: pgmap v12487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:12:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:46 smithi088 ceph-mon[96111]: pgmap v12487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:12:47.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:47.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:48.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:48.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:48 smithi187 ceph-mon[111815]: pgmap v12488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:48 smithi088 ceph-mon[96111]: pgmap v12488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:49.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:49.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:50.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:50.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:50 smithi187 ceph-mon[111815]: pgmap v12489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:50.541 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:50 smithi088 ceph-mon[96111]: pgmap v12489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:51.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:51.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:52.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:52.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:52 smithi187 ceph-mon[111815]: pgmap v12490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:52 smithi088 ceph-mon[96111]: pgmap v12490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:53.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:53.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:54.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:54.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:54 smithi187 ceph-mon[111815]: pgmap v12491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:54 smithi088 ceph-mon[96111]: pgmap v12491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:55.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:55.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:56.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:56.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:56 smithi187 ceph-mon[111815]: pgmap v12492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:56 smithi088 ceph-mon[96111]: pgmap v12492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:12:57.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:57.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:58.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:58.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:12:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:12:58 smithi187 ceph-mon[111815]: pgmap v12493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:12:58 smithi088 ceph-mon[96111]: pgmap v12493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:12:59.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:12:59.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:00.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:00.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:00 smithi187 ceph-mon[111815]: pgmap v12494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:00 smithi088 ceph-mon[96111]: pgmap v12494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:01.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:01.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:13:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:13:02.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:02.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:02 smithi187 ceph-mon[111815]: pgmap v12495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:02 smithi088 ceph-mon[96111]: pgmap v12495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:03.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:03.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:04.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:04.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:04 smithi187 ceph-mon[111815]: pgmap v12496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:04 smithi088 ceph-mon[96111]: pgmap v12496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:05.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:05.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:06.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:06.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:06 smithi187 ceph-mon[111815]: pgmap v12497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:06 smithi088 ceph-mon[96111]: pgmap v12497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:07.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:07.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:08.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:08.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:08 smithi187 ceph-mon[111815]: pgmap v12498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:08 smithi088 ceph-mon[96111]: pgmap v12498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:09.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:09.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:10.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:10.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:10 smithi187 ceph-mon[111815]: pgmap v12499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:10 smithi088 ceph-mon[96111]: pgmap v12499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:11.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:11.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:12.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:12.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:12 smithi187 ceph-mon[111815]: pgmap v12500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:12 smithi088 ceph-mon[96111]: pgmap v12500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:13.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:13.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:14.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:14.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:14 smithi187 ceph-mon[111815]: pgmap v12501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:14 smithi088 ceph-mon[96111]: pgmap v12501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:15.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:15.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:16.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:16.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:16 smithi187 ceph-mon[111815]: pgmap v12502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:13:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:16 smithi088 ceph-mon[96111]: pgmap v12502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:13:17.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:17.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:18.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:18.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:18 smithi187 ceph-mon[111815]: pgmap v12503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:18 smithi088 ceph-mon[96111]: pgmap v12503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:19.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:19.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:20.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:20.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:20 smithi187 ceph-mon[111815]: pgmap v12504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:20 smithi088 ceph-mon[96111]: pgmap v12504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:21.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:21.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:13:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:13:22.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:22.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:22 smithi187 ceph-mon[111815]: pgmap v12505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:22 smithi088 ceph-mon[96111]: pgmap v12505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:23.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:23.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:24.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:24.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:24 smithi187 ceph-mon[111815]: pgmap v12506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:13:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:13:24.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:13:24.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:13:24.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:13:24.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:13:24.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:13:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:24 smithi088 ceph-mon[96111]: pgmap v12506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:13:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:13:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:13:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:13:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:13:24.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:13:24.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:13:25.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:25.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:26.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:26.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:26 smithi187 ceph-mon[111815]: pgmap v12507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:26 smithi088 ceph-mon[96111]: pgmap v12507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:27.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:27.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:28.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:28.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:28 smithi187 ceph-mon[111815]: pgmap v12508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:28 smithi088 ceph-mon[96111]: pgmap v12508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:29.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:29.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:30 smithi187 ceph-mon[111815]: pgmap v12509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:30.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:30.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:30 smithi088 ceph-mon[96111]: pgmap v12509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:13:31.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:31.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:13:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:32 smithi187 ceph-mon[111815]: pgmap v12510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:32.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:32.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:32 smithi088 ceph-mon[96111]: pgmap v12510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:33.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:33.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:34 smithi187 ceph-mon[111815]: pgmap v12511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:34.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:34.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:34 smithi088 ceph-mon[96111]: pgmap v12511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:35.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:35.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:36 smithi088 ceph-mon[96111]: pgmap v12512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:36 smithi187 ceph-mon[111815]: pgmap v12512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:36.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:36.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:37.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:37.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:38 smithi187 ceph-mon[111815]: pgmap v12513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:38.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:38.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:38 smithi088 ceph-mon[96111]: pgmap v12513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:39.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:39.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:40 smithi187 ceph-mon[111815]: pgmap v12514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:40.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:40.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:40 smithi088 ceph-mon[96111]: pgmap v12514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:41.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:41.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:42 smithi187 ceph-mon[111815]: pgmap v12515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:42.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:42.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:42 smithi088 ceph-mon[96111]: pgmap v12515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:43.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:43.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:44 smithi187 ceph-mon[111815]: pgmap v12516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:44.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:44.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:44 smithi088 ceph-mon[96111]: pgmap v12516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:45.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:45.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:46 smithi187 ceph-mon[111815]: pgmap v12517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:13:46.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:46.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:46 smithi088 ceph-mon[96111]: pgmap v12517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:13:47.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:47.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:48.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:48.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:48 smithi088 ceph-mon[96111]: pgmap v12518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:48 smithi187 ceph-mon[111815]: pgmap v12518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:49.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:49.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:50.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:50.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:50 smithi088 ceph-mon[96111]: pgmap v12519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:50 smithi187 ceph-mon[111815]: pgmap v12519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:51.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:51.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:52.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:52.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:52 smithi088 ceph-mon[96111]: pgmap v12520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:52 smithi187 ceph-mon[111815]: pgmap v12520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:53.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:53.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:54.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:54.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:54 smithi088 ceph-mon[96111]: pgmap v12521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:54 smithi187 ceph-mon[111815]: pgmap v12521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:55.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:55.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:56.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:56.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:56 smithi088 ceph-mon[96111]: pgmap v12522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:56 smithi187 ceph-mon[111815]: pgmap v12522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:13:57.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:57.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:58.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:58.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:13:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:13:58 smithi088 ceph-mon[96111]: pgmap v12523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:13:58 smithi187 ceph-mon[111815]: pgmap v12523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:13:59.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:13:59.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:00.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:00.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:00 smithi088 ceph-mon[96111]: pgmap v12524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:00 smithi187 ceph-mon[111815]: pgmap v12524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:01.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:01.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:14:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:14:02.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:02.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:02 smithi088 ceph-mon[96111]: pgmap v12525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:02 smithi187 ceph-mon[111815]: pgmap v12525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:03.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:03.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:04.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:04.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:04 smithi088 ceph-mon[96111]: pgmap v12526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:04 smithi187 ceph-mon[111815]: pgmap v12526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:05.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:05.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:06.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:06.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:06 smithi088 ceph-mon[96111]: pgmap v12527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:06 smithi187 ceph-mon[111815]: pgmap v12527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:07.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:07.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:08.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:08.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:08 smithi088 ceph-mon[96111]: pgmap v12528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:08 smithi187 ceph-mon[111815]: pgmap v12528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:09.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:09.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:10.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:10.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:10 smithi088 ceph-mon[96111]: pgmap v12529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:10 smithi187 ceph-mon[111815]: pgmap v12529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:11.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:11.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:12.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:12.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:12 smithi088 ceph-mon[96111]: pgmap v12530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:12 smithi187 ceph-mon[111815]: pgmap v12530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:13.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:13.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:14.519 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:14 smithi187 ceph-mon[111815]: pgmap v12531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:14.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:14.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:14 smithi088 ceph-mon[96111]: pgmap v12531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:15.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:15.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:16.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:16.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:16 smithi088 ceph-mon[96111]: pgmap v12532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:14:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:16 smithi187 ceph-mon[111815]: pgmap v12532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:14:17.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:17.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:18.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:18.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:18 smithi088 ceph-mon[96111]: pgmap v12533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:18 smithi187 ceph-mon[111815]: pgmap v12533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:19.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:19.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:20.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:20.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:20 smithi088 ceph-mon[96111]: pgmap v12534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:20 smithi187 ceph-mon[111815]: pgmap v12534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:21.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:21.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:22.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:22.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:22 smithi088 ceph-mon[96111]: pgmap v12535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:22 smithi187 ceph-mon[111815]: pgmap v12535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:23.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:23.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:24.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:24.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:24 smithi088 ceph-mon[96111]: pgmap v12536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:14:24.625 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:24 smithi187 ceph-mon[111815]: pgmap v12536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:24.626 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:14:25.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:25.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:26.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:26.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:26 smithi088 ceph-mon[96111]: pgmap v12537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:26 smithi187 ceph-mon[111815]: pgmap v12537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:27.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:27.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:28.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:28.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:28 smithi088 ceph-mon[96111]: pgmap v12538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:28 smithi187 ceph-mon[111815]: pgmap v12538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:29.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:29.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:29.676 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:14:29.676 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:14:29.676 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:14:29.676 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:14:29.677 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:14:29.677 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:14:29.677 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:14:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:14:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:14:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:14:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:14:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:14:29.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:14:29.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:14:30.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:30.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:30 smithi187 ceph-mon[111815]: pgmap v12539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:30 smithi088 ceph-mon[96111]: pgmap v12539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:31.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:31.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:14:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:14:32.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:32.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:32 smithi187 ceph-mon[111815]: pgmap v12540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:32 smithi088 ceph-mon[96111]: pgmap v12540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:33.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:33.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:34.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:34.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:34 smithi088 ceph-mon[96111]: pgmap v12541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:34 smithi187 ceph-mon[111815]: pgmap v12541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:35.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:35.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:35 smithi187 ceph-mon[111815]: pgmap v12542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:35 smithi088 ceph-mon[96111]: pgmap v12542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:36.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:36.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:37.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:37.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:37 smithi187 ceph-mon[111815]: pgmap v12543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:37 smithi088 ceph-mon[96111]: pgmap v12543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:38.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:38.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:39.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:39.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:39 smithi187 ceph-mon[111815]: pgmap v12544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:39 smithi088 ceph-mon[96111]: pgmap v12544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:40.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:40.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:41.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:41.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:41 smithi187 ceph-mon[111815]: pgmap v12545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:41 smithi088 ceph-mon[96111]: pgmap v12545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:42.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:42.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:43.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:43.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:43 smithi187 ceph-mon[111815]: pgmap v12546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:43 smithi088 ceph-mon[96111]: pgmap v12546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:44.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:44.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:45.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:45.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:45 smithi187 ceph-mon[111815]: pgmap v12547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:14:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:45 smithi088 ceph-mon[96111]: pgmap v12547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:14:46.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:46.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:47.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:47.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:47 smithi187 ceph-mon[111815]: pgmap v12548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:47 smithi088 ceph-mon[96111]: pgmap v12548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:48.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:48.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:49.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:49.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:49 smithi187 ceph-mon[111815]: pgmap v12549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:49 smithi088 ceph-mon[96111]: pgmap v12549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:50.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:50.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:51.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:51.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:51 smithi088 ceph-mon[96111]: pgmap v12550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:51 smithi187 ceph-mon[111815]: pgmap v12550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:52.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:52.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:53.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:53.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:53 smithi187 ceph-mon[111815]: pgmap v12551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:53 smithi088 ceph-mon[96111]: pgmap v12551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:54.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:54.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:55.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:55.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:55 smithi187 ceph-mon[111815]: pgmap v12552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:55 smithi088 ceph-mon[96111]: pgmap v12552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:14:56.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:56.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:57.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:57.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:57 smithi187 ceph-mon[111815]: pgmap v12553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:57 smithi088 ceph-mon[96111]: pgmap v12553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:14:58.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:58.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:14:59.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:14:59.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:14:59 smithi187 ceph-mon[111815]: pgmap v12554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:14:59 smithi088 ceph-mon[96111]: pgmap v12554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:00.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:00.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:15:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:15:01.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:01.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:01 smithi088 ceph-mon[96111]: pgmap v12555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:01 smithi187 ceph-mon[111815]: pgmap v12555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:02.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:02.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:03.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:03.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:03 smithi187 ceph-mon[111815]: pgmap v12556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:03 smithi088 ceph-mon[96111]: pgmap v12556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:04.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:04.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:05.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:05.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:05 smithi187 ceph-mon[111815]: pgmap v12557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:05 smithi088 ceph-mon[96111]: pgmap v12557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:06.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:06.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:07.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:07 smithi088 ceph-mon[96111]: pgmap v12558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:07 smithi187 ceph-mon[111815]: pgmap v12558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:08.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:08.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:09.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:09.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:09 smithi088 ceph-mon[96111]: pgmap v12559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:09 smithi187 ceph-mon[111815]: pgmap v12559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:10.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:10.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:11.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:11.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:11 smithi088 ceph-mon[96111]: pgmap v12560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:11 smithi187 ceph-mon[111815]: pgmap v12560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:12.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:12.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:13.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:13.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:13 smithi088 ceph-mon[96111]: pgmap v12561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:13 smithi187 ceph-mon[111815]: pgmap v12561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:14.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:14.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:15.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:15.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:15 smithi088 ceph-mon[96111]: pgmap v12562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:15:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:15 smithi187 ceph-mon[111815]: pgmap v12562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:15:16.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:16.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:17.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:17.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:18.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:17 smithi088 ceph-mon[96111]: pgmap v12563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:18.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:17 smithi187 ceph-mon[111815]: pgmap v12563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:18.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:18.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:19.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:19.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:19 smithi088 ceph-mon[96111]: pgmap v12564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:19 smithi187 ceph-mon[111815]: pgmap v12564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:20.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:20.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:21.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:21.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:21 smithi088 ceph-mon[96111]: pgmap v12565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:21 smithi187 ceph-mon[111815]: pgmap v12565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:22.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:22.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:23.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:23.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:23 smithi088 ceph-mon[96111]: pgmap v12566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:23 smithi187 ceph-mon[111815]: pgmap v12566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:24.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:24.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:25.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:25.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:25 smithi088 ceph-mon[96111]: pgmap v12567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:25 smithi187 ceph-mon[111815]: pgmap v12567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:26.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:26.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:27.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:27.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:27 smithi088 ceph-mon[96111]: pgmap v12568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:27 smithi187 ceph-mon[111815]: pgmap v12568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:28.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:28.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:15:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:15:29.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:29.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:30.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:29 smithi187 ceph-mon[111815]: pgmap v12569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:30.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:15:30.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:15:30.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:15:30.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:15:30.303 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:15:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:29 smithi088 ceph-mon[96111]: pgmap v12569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:15:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:15:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:15:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:15:30.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:15:30.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:30.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:15:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:15:31.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:31.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:32 smithi088 ceph-mon[96111]: pgmap v12570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:32 smithi187 ceph-mon[111815]: pgmap v12570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:32.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:32.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:33.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:33.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:34 smithi088 ceph-mon[96111]: pgmap v12571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:34 smithi187 ceph-mon[111815]: pgmap v12571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:34.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:34.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:35.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:35.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:36 smithi088 ceph-mon[96111]: pgmap v12572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:36 smithi187 ceph-mon[111815]: pgmap v12572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:36.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:36.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:37.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:37.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:38 smithi088 ceph-mon[96111]: pgmap v12573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:38 smithi187 ceph-mon[111815]: pgmap v12573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:38.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:38.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:39.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:39.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:40 smithi088 ceph-mon[96111]: pgmap v12574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:40.409 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:40 smithi187 ceph-mon[111815]: pgmap v12574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:40.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:40.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:41.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:41.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:42 smithi088 ceph-mon[96111]: pgmap v12575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:42 smithi187 ceph-mon[111815]: pgmap v12575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:42.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:42.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:43.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:43.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:44 smithi088 ceph-mon[96111]: pgmap v12576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:44 smithi187 ceph-mon[111815]: pgmap v12576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:44.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:44.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:45.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:45.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:46 smithi088 ceph-mon[96111]: pgmap v12577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:15:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:46 smithi187 ceph-mon[111815]: pgmap v12577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:15:46.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:46.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:47.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:47.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:48 smithi088 ceph-mon[96111]: pgmap v12578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:48 smithi187 ceph-mon[111815]: pgmap v12578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:48.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:48.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:49.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:49.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:50 smithi088 ceph-mon[96111]: pgmap v12579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:50 smithi187 ceph-mon[111815]: pgmap v12579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:50.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:50.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:51.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:51.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:52.314 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:52 smithi088 ceph-mon[96111]: pgmap v12580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:52 smithi187 ceph-mon[111815]: pgmap v12580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:52.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:52.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:53.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:53.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:54 smithi088 ceph-mon[96111]: pgmap v12581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:54 smithi187 ceph-mon[111815]: pgmap v12581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:54.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:54.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:55.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:55.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:56 smithi088 ceph-mon[96111]: pgmap v12582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:56 smithi187 ceph-mon[111815]: pgmap v12582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:15:56.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:56.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:57.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:57.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:15:58 smithi088 ceph-mon[96111]: pgmap v12583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:15:58 smithi187 ceph-mon[111815]: pgmap v12583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:15:58.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:58.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:15:59.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:15:59.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:00 smithi088 ceph-mon[96111]: pgmap v12584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:00 smithi187 ceph-mon[111815]: pgmap v12584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:00.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:00.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:16:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:16:01.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:01.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:02 smithi088 ceph-mon[96111]: pgmap v12585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:02 smithi187 ceph-mon[111815]: pgmap v12585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:02.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:02.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:03.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:03.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:04 smithi088 ceph-mon[96111]: pgmap v12586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:04 smithi187 ceph-mon[111815]: pgmap v12586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:04.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:04.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:05.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:05.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:06 smithi088 ceph-mon[96111]: pgmap v12587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:06 smithi187 ceph-mon[111815]: pgmap v12587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:06.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:06.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:07.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:07.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:08 smithi088 ceph-mon[96111]: pgmap v12588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:08 smithi187 ceph-mon[111815]: pgmap v12588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:08.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:08.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:09.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:09.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:10 smithi187 ceph-mon[111815]: pgmap v12589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:10 smithi088 ceph-mon[96111]: pgmap v12589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:10.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:10.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:11.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:11.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:12 smithi187 ceph-mon[111815]: pgmap v12590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:12.511 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:12 smithi088 ceph-mon[96111]: pgmap v12590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:12.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:12.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:13.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:13.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:14 smithi187 ceph-mon[111815]: pgmap v12591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:14 smithi088 ceph-mon[96111]: pgmap v12591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:14.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:14.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:15.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:15.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:16 smithi187 ceph-mon[111815]: pgmap v12592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:16:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:16 smithi088 ceph-mon[96111]: pgmap v12592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:16:16.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:16.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:17.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:17.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:18 smithi187 ceph-mon[111815]: pgmap v12593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:18 smithi088 ceph-mon[96111]: pgmap v12593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:18.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:18.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:19.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:19.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:20 smithi187 ceph-mon[111815]: pgmap v12594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:20 smithi088 ceph-mon[96111]: pgmap v12594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:20.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:20.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:21.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:21.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:22 smithi187 ceph-mon[111815]: pgmap v12595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:22 smithi088 ceph-mon[96111]: pgmap v12595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:22.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:22.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:23.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:23.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:24 smithi187 ceph-mon[111815]: pgmap v12596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:24 smithi088 ceph-mon[96111]: pgmap v12596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:24.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:24.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:25.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:25.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:26 smithi187 ceph-mon[111815]: pgmap v12597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:26 smithi088 ceph-mon[96111]: pgmap v12597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:26.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:26.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:27.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:27.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:28 smithi187 ceph-mon[111815]: pgmap v12598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:28 smithi088 ceph-mon[96111]: pgmap v12598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:28.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:28.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:29.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:29.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:30 smithi187 ceph-mon[111815]: pgmap v12599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:16:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:16:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:16:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:30 smithi088 ceph-mon[96111]: pgmap v12599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:16:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:16:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:16:30.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:30.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:16:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:16:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:16:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:16:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:16:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:16:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:16:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:16:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:16:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:16:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:16:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:16:31.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:31.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:32 smithi187 ceph-mon[111815]: pgmap v12600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:32 smithi088 ceph-mon[96111]: pgmap v12600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:32.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:32.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:33.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:33.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:34 smithi187 ceph-mon[111815]: pgmap v12601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:34 smithi088 ceph-mon[96111]: pgmap v12601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:34.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:34.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:35.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:35.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:36 smithi187 ceph-mon[111815]: pgmap v12602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:36 smithi088 ceph-mon[96111]: pgmap v12602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:36.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:36.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:37.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:37.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:38 smithi187 ceph-mon[111815]: pgmap v12603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:38 smithi088 ceph-mon[96111]: pgmap v12603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:38.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:38.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:39.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:39.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:40.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:40 smithi187 ceph-mon[111815]: pgmap v12604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:40 smithi088 ceph-mon[96111]: pgmap v12604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:40.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:40.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:41.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:41.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:42 smithi187 ceph-mon[111815]: pgmap v12605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:42 smithi088 ceph-mon[96111]: pgmap v12605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:42.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:42.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:43.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:43.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:44 smithi187 ceph-mon[111815]: pgmap v12606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:44 smithi088 ceph-mon[96111]: pgmap v12606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:44.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:44.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:45.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:45.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:46 smithi187 ceph-mon[111815]: pgmap v12607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:16:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:46 smithi088 ceph-mon[96111]: pgmap v12607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:16:46.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:46.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:47.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:47.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:48 smithi088 ceph-mon[96111]: pgmap v12608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:48 smithi187 ceph-mon[111815]: pgmap v12608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:48.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:48.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:49.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:49.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:50 smithi088 ceph-mon[96111]: pgmap v12609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:50 smithi187 ceph-mon[111815]: pgmap v12609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:50.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:50.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:51.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:51.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:52 smithi088 ceph-mon[96111]: pgmap v12610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:52 smithi187 ceph-mon[111815]: pgmap v12610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:52.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:52.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:53.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:53.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:54 smithi088 ceph-mon[96111]: pgmap v12611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:54 smithi187 ceph-mon[111815]: pgmap v12611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:54.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:54.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:55.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:55.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:56 smithi187 ceph-mon[111815]: pgmap v12612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:56 smithi088 ceph-mon[96111]: pgmap v12612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:16:56.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:56.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:57.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:57.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:16:58 smithi088 ceph-mon[96111]: pgmap v12613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:16:58 smithi187 ceph-mon[111815]: pgmap v12613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:16:58.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:58.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:16:59.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:16:59.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:00 smithi088 ceph-mon[96111]: pgmap v12614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:00 smithi187 ceph-mon[111815]: pgmap v12614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:00.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:00.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:17:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:17:01.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:01.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:02 smithi088 ceph-mon[96111]: pgmap v12615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:02 smithi187 ceph-mon[111815]: pgmap v12615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:02.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:02.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:03.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:03.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:04 smithi088 ceph-mon[96111]: pgmap v12616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:04 smithi187 ceph-mon[111815]: pgmap v12616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:04.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:04.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:05.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:05.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:06 smithi088 ceph-mon[96111]: pgmap v12617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:06 smithi187 ceph-mon[111815]: pgmap v12617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:06.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:06.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:07.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:07.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:08 smithi088 ceph-mon[96111]: pgmap v12618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:08 smithi187 ceph-mon[111815]: pgmap v12618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:08.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:08.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:09.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:09.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:10 smithi088 ceph-mon[96111]: pgmap v12619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:10 smithi187 ceph-mon[111815]: pgmap v12619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:10.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:10.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:11.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:11.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:12 smithi088 ceph-mon[96111]: pgmap v12620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:12 smithi187 ceph-mon[111815]: pgmap v12620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:12.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:12.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:13.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:13.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:14 smithi088 ceph-mon[96111]: pgmap v12621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:14 smithi187 ceph-mon[111815]: pgmap v12621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:14.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:14.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:15.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:15.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:16 smithi088 ceph-mon[96111]: pgmap v12622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:17:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:16 smithi187 ceph-mon[111815]: pgmap v12622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:17:16.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:16.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:17.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:17.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:18 smithi088 ceph-mon[96111]: pgmap v12623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:18 smithi187 ceph-mon[111815]: pgmap v12623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:18.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:18.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:19.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:19.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:20 smithi088 ceph-mon[96111]: pgmap v12624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:20 smithi187 ceph-mon[111815]: pgmap v12624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:20.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:20.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:21.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:21.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:22 smithi088 ceph-mon[96111]: pgmap v12625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:22 smithi187 ceph-mon[111815]: pgmap v12625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:22.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:22.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:23.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:23.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:24 smithi088 ceph-mon[96111]: pgmap v12626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:24 smithi187 ceph-mon[111815]: pgmap v12626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:24.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:24.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:25.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:25.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:26 smithi088 ceph-mon[96111]: pgmap v12627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:26 smithi187 ceph-mon[111815]: pgmap v12627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:26.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:26.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:27.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:27.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:28 smithi088 ceph-mon[96111]: pgmap v12628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:28 smithi187 ceph-mon[111815]: pgmap v12628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:28.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:28.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:29.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:29.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:30 smithi088 ceph-mon[96111]: pgmap v12629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:17:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:30 smithi187 ceph-mon[111815]: pgmap v12629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:17:30.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:30.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:31.560 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:17:31.561 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:17:31.561 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:17:31.561 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:17:31.561 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:17:31.562 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:17:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:17:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:17:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:17:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:17:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:17:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:17:31.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:31.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:32 smithi088 ceph-mon[96111]: pgmap v12630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:32 smithi187 ceph-mon[111815]: pgmap v12630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:32.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:32.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:33.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:33.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:34 smithi088 ceph-mon[96111]: pgmap v12631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:34 smithi187 ceph-mon[111815]: pgmap v12631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:34.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:34.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:35.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:35.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:36 smithi088 ceph-mon[96111]: pgmap v12632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:36.611 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:36 smithi187 ceph-mon[111815]: pgmap v12632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:36.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:36.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:37.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:37.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:38 smithi088 ceph-mon[96111]: pgmap v12633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:38 smithi187 ceph-mon[111815]: pgmap v12633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:38.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:38.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:39.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:39.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:40 smithi088 ceph-mon[96111]: pgmap v12634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:40 smithi187 ceph-mon[111815]: pgmap v12634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:40.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:40.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:41.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:41.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:42 smithi088 ceph-mon[96111]: pgmap v12635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:42 smithi187 ceph-mon[111815]: pgmap v12635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:42.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:42.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:43.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:43.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:44 smithi088 ceph-mon[96111]: pgmap v12636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:44 smithi187 ceph-mon[111815]: pgmap v12636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:44.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:44.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:45.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:45.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:46 smithi187 ceph-mon[111815]: pgmap v12637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:17:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:46 smithi088 ceph-mon[96111]: pgmap v12637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:17:46.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:46.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:47.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:47.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:48 smithi187 ceph-mon[111815]: pgmap v12638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:48 smithi088 ceph-mon[96111]: pgmap v12638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:48.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:48.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:49.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:49.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:50 smithi187 ceph-mon[111815]: pgmap v12639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:50 smithi088 ceph-mon[96111]: pgmap v12639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:50.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:50.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:51.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:51.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:52 smithi187 ceph-mon[111815]: pgmap v12640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:52 smithi088 ceph-mon[96111]: pgmap v12640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:52.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:52.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:53.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:53.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:54 smithi088 ceph-mon[96111]: pgmap v12641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:54 smithi187 ceph-mon[111815]: pgmap v12641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:54.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:54.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:55.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:55.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:56 smithi187 ceph-mon[111815]: pgmap v12642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:56 smithi088 ceph-mon[96111]: pgmap v12642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:17:56.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:56.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:57.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:57.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:17:58 smithi187 ceph-mon[111815]: pgmap v12643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:17:58 smithi088 ceph-mon[96111]: pgmap v12643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:17:58.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:58.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:17:59.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:17:59.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:00 smithi187 ceph-mon[111815]: pgmap v12644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:00 smithi088 ceph-mon[96111]: pgmap v12644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:00.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:00.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:18:01.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:18:01.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:01.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:02 smithi187 ceph-mon[111815]: pgmap v12645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:02 smithi088 ceph-mon[96111]: pgmap v12645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:02.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:02.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:03.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:03.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:04 smithi088 ceph-mon[96111]: pgmap v12646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:04 smithi187 ceph-mon[111815]: pgmap v12646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:04.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:04.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:05.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:05.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:06 smithi187 ceph-mon[111815]: pgmap v12647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:06 smithi088 ceph-mon[96111]: pgmap v12647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:06.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:06.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:07.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:07.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:08.643 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:08 smithi088 ceph-mon[96111]: pgmap v12648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:08 smithi187 ceph-mon[111815]: pgmap v12648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:08.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:08.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:09.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:09.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:10 smithi187 ceph-mon[111815]: pgmap v12649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:10 smithi088 ceph-mon[96111]: pgmap v12649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:10.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:10.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:11.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:11.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:12 smithi187 ceph-mon[111815]: pgmap v12650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:12.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:12 smithi088 ceph-mon[96111]: pgmap v12650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:12.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:12.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:13.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:13.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:14 smithi088 ceph-mon[96111]: pgmap v12651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:14 smithi187 ceph-mon[111815]: pgmap v12651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:14.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:14.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:15.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:15.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:16 smithi187 ceph-mon[111815]: pgmap v12652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:18:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:16 smithi088 ceph-mon[96111]: pgmap v12652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:18:16.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:16.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:17.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:17.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:18 smithi187 ceph-mon[111815]: pgmap v12653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:18.741 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:18 smithi088 ceph-mon[96111]: pgmap v12653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:18.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:18.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:19.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:19.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:20 smithi187 ceph-mon[111815]: pgmap v12654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:20 smithi088 ceph-mon[96111]: pgmap v12654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:20.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:20.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:21.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:21.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:22 smithi187 ceph-mon[111815]: pgmap v12655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:22 smithi088 ceph-mon[96111]: pgmap v12655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:22.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:22.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:23.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:23.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:24 smithi088 ceph-mon[96111]: pgmap v12656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:24 smithi187 ceph-mon[111815]: pgmap v12656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:24.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:24.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:25.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:25.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:26 smithi187 ceph-mon[111815]: pgmap v12657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:26 smithi088 ceph-mon[96111]: pgmap v12657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:26.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:26.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:27.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:27.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:28 smithi187 ceph-mon[111815]: pgmap v12658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:28 smithi088 ceph-mon[96111]: pgmap v12658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:28.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:28.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:29.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:29.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:30 smithi187 ceph-mon[111815]: pgmap v12659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:30 smithi088 ceph-mon[96111]: pgmap v12659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:30.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:30.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:18:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:18:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:18:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:18:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:18:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:18:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:18:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:18:31.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:31.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:32 smithi187 ceph-mon[111815]: pgmap v12660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:18:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:18:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:18:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:18:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:18:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:32 smithi088 ceph-mon[96111]: pgmap v12660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:18:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:18:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:18:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:18:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:18:32.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:32.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:33.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:33.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:34 smithi088 ceph-mon[96111]: pgmap v12661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:34 smithi187 ceph-mon[111815]: pgmap v12661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:34.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:34.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:35 smithi187 ceph-mon[111815]: pgmap v12662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:35 smithi088 ceph-mon[96111]: pgmap v12662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:35.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:35.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:36.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:36.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:37.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:37.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:37 smithi088 ceph-mon[96111]: pgmap v12663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:37 smithi187 ceph-mon[111815]: pgmap v12663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:38.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:38.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:39.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:39.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:39 smithi088 ceph-mon[96111]: pgmap v12664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:39 smithi187 ceph-mon[111815]: pgmap v12664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:40.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:40.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:41.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:41.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:42.293 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:41 smithi187 ceph-mon[111815]: pgmap v12665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:41 smithi088 ceph-mon[96111]: pgmap v12665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:42.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:42.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:43.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:43.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:43 smithi088 ceph-mon[96111]: pgmap v12666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:43 smithi187 ceph-mon[111815]: pgmap v12666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:44.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:44.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:45.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:45.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:45 smithi088 ceph-mon[96111]: pgmap v12667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:18:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:45 smithi187 ceph-mon[111815]: pgmap v12667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:18:46.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:46.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:47.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:47.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:47 smithi088 ceph-mon[96111]: pgmap v12668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:47 smithi187 ceph-mon[111815]: pgmap v12668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:48.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:48.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:49.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:49.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:49 smithi088 ceph-mon[96111]: pgmap v12669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:49 smithi187 ceph-mon[111815]: pgmap v12669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:50.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:50.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:51.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:51.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:51 smithi088 ceph-mon[96111]: pgmap v12670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:52.399 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:51 smithi187 ceph-mon[111815]: pgmap v12670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:52.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:52.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:53.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:53.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:53 smithi088 ceph-mon[96111]: pgmap v12671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:53 smithi187 ceph-mon[111815]: pgmap v12671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:54.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:54.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:55.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:55.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:55 smithi088 ceph-mon[96111]: pgmap v12672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:55 smithi187 ceph-mon[111815]: pgmap v12672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:18:56.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:56.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:57.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:57.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:58.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:57 smithi088 ceph-mon[96111]: pgmap v12673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:57 smithi187 ceph-mon[111815]: pgmap v12673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:18:58.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:58.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:18:59.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:18:59.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:18:59 smithi088 ceph-mon[96111]: pgmap v12674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:18:59 smithi187 ceph-mon[111815]: pgmap v12674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:00.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:00.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:19:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:19:01.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:01.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:02.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:02 smithi088 ceph-mon[96111]: pgmap v12675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:02 smithi187 ceph-mon[111815]: pgmap v12675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:02.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:02.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:03.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:03.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:04 smithi088 ceph-mon[96111]: pgmap v12676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:04 smithi187 ceph-mon[111815]: pgmap v12676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:05.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:05.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:06.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:06.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:06 smithi088 ceph-mon[96111]: pgmap v12677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:06 smithi187 ceph-mon[111815]: pgmap v12677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:07.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:07.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:08.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:08.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:08 smithi088 ceph-mon[96111]: pgmap v12678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:08 smithi187 ceph-mon[111815]: pgmap v12678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:09.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:09.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:10.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:10.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:10 smithi088 ceph-mon[96111]: pgmap v12679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:10 smithi187 ceph-mon[111815]: pgmap v12679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:11.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:11.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:12.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:12.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:12 smithi088 ceph-mon[96111]: pgmap v12680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:12 smithi187 ceph-mon[111815]: pgmap v12680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:13.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:13.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:14.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:14.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:14.280 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:14 smithi088 ceph-mon[96111]: pgmap v12681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:14 smithi187 ceph-mon[111815]: pgmap v12681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:15.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:15.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:16.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:16.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:16 smithi088 ceph-mon[96111]: pgmap v12682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:19:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:16 smithi187 ceph-mon[111815]: pgmap v12682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:19:17.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:17.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:18.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:18.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:18 smithi088 ceph-mon[96111]: pgmap v12683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:18 smithi187 ceph-mon[111815]: pgmap v12683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:19.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:19.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:20.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:20.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:20 smithi088 ceph-mon[96111]: pgmap v12684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:20 smithi187 ceph-mon[111815]: pgmap v12684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:21.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:21.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:22.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:22.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:22 smithi088 ceph-mon[96111]: pgmap v12685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:22 smithi187 ceph-mon[111815]: pgmap v12685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:23.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:23.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:24.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:24.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:24 smithi088 ceph-mon[96111]: pgmap v12686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:24 smithi187 ceph-mon[111815]: pgmap v12686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:25.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:25.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:26.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:26.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:26 smithi088 ceph-mon[96111]: pgmap v12687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:26 smithi187 ceph-mon[111815]: pgmap v12687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:27.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:27.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:28.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:28.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:28 smithi088 ceph-mon[96111]: pgmap v12688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:28 smithi187 ceph-mon[111815]: pgmap v12688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:29.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:29.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:30.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:30.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:30 smithi088 ceph-mon[96111]: pgmap v12689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:30 smithi187 ceph-mon[111815]: pgmap v12689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:31.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:31.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:19:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:19:32.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:32.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:32 smithi088 ceph-mon[96111]: pgmap v12690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:19:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:32 smithi187 ceph-mon[111815]: pgmap v12690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:19:33.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:33.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:19:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:19:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:19:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:19:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:19:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:19:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:19:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:19:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:19:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:19:34.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:34.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:34 smithi187 ceph-mon[111815]: pgmap v12691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:34.476 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:34 smithi088 ceph-mon[96111]: pgmap v12691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:35.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:35.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:36.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:36.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:36 smithi187 ceph-mon[111815]: pgmap v12692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:36 smithi088 ceph-mon[96111]: pgmap v12692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:37.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:37.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:38.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:38.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:38 smithi187 ceph-mon[111815]: pgmap v12693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:38 smithi088 ceph-mon[96111]: pgmap v12693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:39.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:39.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:40.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:40.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:40 smithi187 ceph-mon[111815]: pgmap v12694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:40 smithi088 ceph-mon[96111]: pgmap v12694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:41.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:41.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:42.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:42.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:42 smithi187 ceph-mon[111815]: pgmap v12695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:42 smithi088 ceph-mon[96111]: pgmap v12695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:43.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:43.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:44.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:44.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:44 smithi187 ceph-mon[111815]: pgmap v12696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:44 smithi088 ceph-mon[96111]: pgmap v12696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:45.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:45.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:46.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:46.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:46 smithi187 ceph-mon[111815]: pgmap v12697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:19:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:46 smithi088 ceph-mon[96111]: pgmap v12697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:19:47.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:47.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:48.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:48.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:48 smithi187 ceph-mon[111815]: pgmap v12698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:48 smithi088 ceph-mon[96111]: pgmap v12698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:49.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:49.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:50.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:50.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:50 smithi187 ceph-mon[111815]: pgmap v12699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:50 smithi088 ceph-mon[96111]: pgmap v12699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:51.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:51.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:52.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:52.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:52 smithi187 ceph-mon[111815]: pgmap v12700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:52 smithi088 ceph-mon[96111]: pgmap v12700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:53.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:53.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:54.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:54.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:54 smithi187 ceph-mon[111815]: pgmap v12701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:54.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:54 smithi088 ceph-mon[96111]: pgmap v12701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:55.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:55.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:56.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:56.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:56 smithi187 ceph-mon[111815]: pgmap v12702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:56 smithi088 ceph-mon[96111]: pgmap v12702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:19:57.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:57.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:58.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:58.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:19:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:19:58 smithi187 ceph-mon[111815]: pgmap v12703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:19:58 smithi088 ceph-mon[96111]: pgmap v12703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:19:59.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:19:59.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:00.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:00.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:00 smithi187 ceph-mon[111815]: pgmap v12704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T06:20:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:00 smithi088 ceph-mon[96111]: pgmap v12704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T06:20:01.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:01.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:20:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:20:02.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:02.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:02 smithi187 ceph-mon[111815]: pgmap v12705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:02 smithi088 ceph-mon[96111]: pgmap v12705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:03.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:03.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:04.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:04.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:04 smithi187 ceph-mon[111815]: pgmap v12706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:04 smithi088 ceph-mon[96111]: pgmap v12706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:05.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:05.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:06.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:06.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:06 smithi187 ceph-mon[111815]: pgmap v12707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:06 smithi088 ceph-mon[96111]: pgmap v12707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:07.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:07.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:08.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:08.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:08 smithi187 ceph-mon[111815]: pgmap v12708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:08 smithi088 ceph-mon[96111]: pgmap v12708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:09.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:09.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:10.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:10.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:10 smithi187 ceph-mon[111815]: pgmap v12709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:10 smithi088 ceph-mon[96111]: pgmap v12709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:11.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:11.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:12.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:12.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:12 smithi187 ceph-mon[111815]: pgmap v12710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:12 smithi088 ceph-mon[96111]: pgmap v12710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:13.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:13.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:14.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:14.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:14 smithi088 ceph-mon[96111]: pgmap v12711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:14 smithi187 ceph-mon[111815]: pgmap v12711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:15.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:15.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:16.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:16.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:16 smithi088 ceph-mon[96111]: pgmap v12712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:20:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:16 smithi187 ceph-mon[111815]: pgmap v12712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:20:17.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:17.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:18.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:18.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:18 smithi088 ceph-mon[96111]: pgmap v12713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:18 smithi187 ceph-mon[111815]: pgmap v12713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:19.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:19.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:20.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:20.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:20 smithi088 ceph-mon[96111]: pgmap v12714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:20 smithi187 ceph-mon[111815]: pgmap v12714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:21.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:21.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:22.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:22.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:22 smithi088 ceph-mon[96111]: pgmap v12715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:22 smithi187 ceph-mon[111815]: pgmap v12715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:23.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:23.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:24.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:24.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:24 smithi088 ceph-mon[96111]: pgmap v12716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:24 smithi187 ceph-mon[111815]: pgmap v12716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:25.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:25.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:26.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:26.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:26 smithi088 ceph-mon[96111]: pgmap v12717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:26 smithi187 ceph-mon[111815]: pgmap v12717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:27.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:27.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:28.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:28.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:28 smithi088 ceph-mon[96111]: pgmap v12718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:28 smithi187 ceph-mon[111815]: pgmap v12718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:29.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:29.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:30.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:30.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:30 smithi088 ceph-mon[96111]: pgmap v12719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:30 smithi187 ceph-mon[111815]: pgmap v12719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:31.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:31.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:20:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:20:32.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:32.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:32.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:32 smithi088 ceph-mon[96111]: pgmap v12720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:20:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:32 smithi187 ceph-mon[111815]: pgmap v12720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:20:33.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:33.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:20:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:20:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:20:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:20:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:20:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:20:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:20:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:20:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:20:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:20:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:20:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:20:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:20:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:20:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:20:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:20:33.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:20:33.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:20:33.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:20:33.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:20:34.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:34.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:34 smithi088 ceph-mon[96111]: pgmap v12721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:34 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1546M 2023-10-13T06:20:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:34 smithi187 ceph-mon[111815]: pgmap v12721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:34 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1546M 2023-10-13T06:20:35.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:35.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:36.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:36.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:36 smithi088 ceph-mon[96111]: pgmap v12722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:36 smithi187 ceph-mon[111815]: pgmap v12722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:37.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:37.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:38.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:38.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:38 smithi088 ceph-mon[96111]: pgmap v12723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:38 smithi187 ceph-mon[111815]: pgmap v12723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:39.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:39.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:40.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:40.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:40 smithi088 ceph-mon[96111]: pgmap v12724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:40 smithi187 ceph-mon[111815]: pgmap v12724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:41.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:41.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:42.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:42.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:42 smithi088 ceph-mon[96111]: pgmap v12725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:42 smithi187 ceph-mon[111815]: pgmap v12725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:43.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:43.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:44.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:44.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:44 smithi088 ceph-mon[96111]: pgmap v12726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:44 smithi187 ceph-mon[111815]: pgmap v12726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:45.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:45.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:46.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:46.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:46 smithi088 ceph-mon[96111]: pgmap v12727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:20:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:46 smithi187 ceph-mon[111815]: pgmap v12727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:20:47.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:47.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:48.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:48.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:48 smithi088 ceph-mon[96111]: pgmap v12728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:48.610 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:48 smithi187 ceph-mon[111815]: pgmap v12728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:49.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:49.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:50.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:50.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:50 smithi088 ceph-mon[96111]: pgmap v12729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:50 smithi187 ceph-mon[111815]: pgmap v12729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:51.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:51.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:52.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:52.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:52 smithi088 ceph-mon[96111]: pgmap v12730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:52 smithi187 ceph-mon[111815]: pgmap v12730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:53.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:53.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:54.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:54.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:54 smithi088 ceph-mon[96111]: pgmap v12731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:54 smithi187 ceph-mon[111815]: pgmap v12731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:55.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:55.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:56.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:56.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:56 smithi088 ceph-mon[96111]: pgmap v12732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:56 smithi187 ceph-mon[111815]: pgmap v12732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:20:57.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:57.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:58.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:58.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:20:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:20:58 smithi088 ceph-mon[96111]: pgmap v12733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:20:58 smithi187 ceph-mon[111815]: pgmap v12733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:20:59.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:20:59.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:00.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:00.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:00 smithi088 ceph-mon[96111]: pgmap v12734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:00 smithi187 ceph-mon[111815]: pgmap v12734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:01.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:01.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:21:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:21:02.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:02.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:02 smithi088 ceph-mon[96111]: pgmap v12735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:02 smithi187 ceph-mon[111815]: pgmap v12735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:03.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:03.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:04.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:04.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:04 smithi088 ceph-mon[96111]: pgmap v12736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:04 smithi187 ceph-mon[111815]: pgmap v12736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:05.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:05.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:06.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:06.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:06 smithi088 ceph-mon[96111]: pgmap v12737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:06 smithi187 ceph-mon[111815]: pgmap v12737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:07.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:07.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:08.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:08.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:08 smithi088 ceph-mon[96111]: pgmap v12738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:08 smithi187 ceph-mon[111815]: pgmap v12738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:09.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:09.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:10.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:10.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:10 smithi088 ceph-mon[96111]: pgmap v12739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:10 smithi187 ceph-mon[111815]: pgmap v12739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:11.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:11.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:12.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:12.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:12 smithi088 ceph-mon[96111]: pgmap v12740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:12 smithi187 ceph-mon[111815]: pgmap v12740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:13.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:13.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:14.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:14.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:14 smithi088 ceph-mon[96111]: pgmap v12741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:14 smithi187 ceph-mon[111815]: pgmap v12741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:15.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:15.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:16.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:16.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:16 smithi187 ceph-mon[111815]: pgmap v12742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:21:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:16 smithi088 ceph-mon[96111]: pgmap v12742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:21:17.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:17.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:18.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:18.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:18 smithi187 ceph-mon[111815]: pgmap v12743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:18.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:18 smithi088 ceph-mon[96111]: pgmap v12743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:19.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:19.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:20.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:20.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:20 smithi187 ceph-mon[111815]: pgmap v12744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:20 smithi088 ceph-mon[96111]: pgmap v12744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:21.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:21.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:22.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:22.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:22 smithi187 ceph-mon[111815]: pgmap v12745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:22 smithi088 ceph-mon[96111]: pgmap v12745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:23.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:23.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:24.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:24.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:24 smithi088 ceph-mon[96111]: pgmap v12746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:24 smithi187 ceph-mon[111815]: pgmap v12746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:25.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:25.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:26.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:26.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:26 smithi187 ceph-mon[111815]: pgmap v12747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:26 smithi088 ceph-mon[96111]: pgmap v12747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:27.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:27.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:28.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:28.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:28 smithi187 ceph-mon[111815]: pgmap v12748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:28 smithi088 ceph-mon[96111]: pgmap v12748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:29.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:29.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:30.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:30.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:30.606 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:30 smithi088 ceph-mon[96111]: pgmap v12749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:30 smithi187 ceph-mon[111815]: pgmap v12749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:31.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:31.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:21:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:21:32.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:32.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:32 smithi187 ceph-mon[111815]: pgmap v12750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:32.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:32 smithi088 ceph-mon[96111]: pgmap v12750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:33.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:33.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:33.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:21:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:21:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:21:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:21:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:21:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:21:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:21:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:21:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:21:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:21:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:21:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:21:34.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:34.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:34 smithi088 ceph-mon[96111]: pgmap v12751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:34 smithi187 ceph-mon[111815]: pgmap v12751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:35.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:35.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:36.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:36.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:36 smithi187 ceph-mon[111815]: pgmap v12752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:36 smithi088 ceph-mon[96111]: pgmap v12752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:37.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:37.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:38.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:38.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:38 smithi187 ceph-mon[111815]: pgmap v12753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:38 smithi088 ceph-mon[96111]: pgmap v12753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:39.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:39.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:40.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:40.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:40.704 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:40 smithi088 ceph-mon[96111]: pgmap v12754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:40 smithi187 ceph-mon[111815]: pgmap v12754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:41.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:41.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:42.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:42.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:42 smithi187 ceph-mon[111815]: pgmap v12755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:42 smithi088 ceph-mon[96111]: pgmap v12755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:43.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:43.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:44.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:44.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:44 smithi187 ceph-mon[111815]: pgmap v12756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:44 smithi088 ceph-mon[96111]: pgmap v12756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:45.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:45.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:46.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:46.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:46 smithi187 ceph-mon[111815]: pgmap v12757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:21:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:46 smithi088 ceph-mon[96111]: pgmap v12757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:21:47.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:47.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:48.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:48.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:48 smithi187 ceph-mon[111815]: pgmap v12758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:48 smithi088 ceph-mon[96111]: pgmap v12758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:49.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:49.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:50.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:50.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:50 smithi187 ceph-mon[111815]: pgmap v12759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:50.801 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:50 smithi088 ceph-mon[96111]: pgmap v12759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:51.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:51.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:52.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:52.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:52 smithi187 ceph-mon[111815]: pgmap v12760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:52 smithi088 ceph-mon[96111]: pgmap v12760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:53.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:53.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:54.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:54.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:54 smithi088 ceph-mon[96111]: pgmap v12761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:54 smithi187 ceph-mon[111815]: pgmap v12761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:55.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:55.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:56.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:56.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:56 smithi187 ceph-mon[111815]: pgmap v12762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:56 smithi088 ceph-mon[96111]: pgmap v12762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:21:57.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:57.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:58.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:58.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:21:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:21:58 smithi187 ceph-mon[111815]: pgmap v12763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:21:58 smithi088 ceph-mon[96111]: pgmap v12763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:21:59.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:21:59.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:00.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:00.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:00 smithi187 ceph-mon[111815]: pgmap v12764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:00 smithi088 ceph-mon[96111]: pgmap v12764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:01.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:01.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:22:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:22:02.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:02.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:02 smithi187 ceph-mon[111815]: pgmap v12765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:02 smithi088 ceph-mon[96111]: pgmap v12765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:03.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:03.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:04.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:04.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:04 smithi088 ceph-mon[96111]: pgmap v12766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:04 smithi187 ceph-mon[111815]: pgmap v12766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:05.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:05.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:06.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:06.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:06 smithi187 ceph-mon[111815]: pgmap v12767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:06 smithi088 ceph-mon[96111]: pgmap v12767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:07.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:07.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:08.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:08.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:08 smithi187 ceph-mon[111815]: pgmap v12768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:08 smithi088 ceph-mon[96111]: pgmap v12768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:09.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:09.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:10.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:10.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:10 smithi187 ceph-mon[111815]: pgmap v12769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:10 smithi088 ceph-mon[96111]: pgmap v12769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:11.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:11.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:12.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:12.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:12 smithi187 ceph-mon[111815]: pgmap v12770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:12 smithi088 ceph-mon[96111]: pgmap v12770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:13.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:13.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:14.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:14.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:14.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:14 smithi088 ceph-mon[96111]: pgmap v12771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:14 smithi187 ceph-mon[111815]: pgmap v12771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:15.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:15.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:16.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:16.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:16 smithi187 ceph-mon[111815]: pgmap v12772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:22:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:16 smithi088 ceph-mon[96111]: pgmap v12772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:22:17.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:17.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:18.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:18.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:18 smithi187 ceph-mon[111815]: pgmap v12773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:18 smithi088 ceph-mon[96111]: pgmap v12773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:19.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:19.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:20.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:20.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:20 smithi187 ceph-mon[111815]: pgmap v12774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:20 smithi088 ceph-mon[96111]: pgmap v12774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:21.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:21.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:22.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:22.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:22 smithi187 ceph-mon[111815]: pgmap v12775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:22 smithi088 ceph-mon[96111]: pgmap v12775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:23.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:23.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:24.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:24.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:24 smithi187 ceph-mon[111815]: pgmap v12776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:24 smithi088 ceph-mon[96111]: pgmap v12776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:25.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:25.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:26.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:26.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:26 smithi187 ceph-mon[111815]: pgmap v12777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:26 smithi088 ceph-mon[96111]: pgmap v12777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:27.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:27.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:28.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:28.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:28 smithi187 ceph-mon[111815]: pgmap v12778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:28 smithi088 ceph-mon[96111]: pgmap v12778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:29.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:29.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:30.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:30.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:30 smithi187 ceph-mon[111815]: pgmap v12779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:22:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:30 smithi088 ceph-mon[96111]: pgmap v12779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:22:31.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:31.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:32.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:32.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:32 smithi187 ceph-mon[111815]: pgmap v12780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:32 smithi088 ceph-mon[96111]: pgmap v12780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:33.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:33.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:22:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:22:34.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:34.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:34.717 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:34 smithi187 ceph-mon[111815]: pgmap v12781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:34.717 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:22:34.718 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:22:34.718 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:22:34.718 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:22:34.718 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:22:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:34 smithi088 ceph-mon[96111]: pgmap v12781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:22:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:22:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:22:34.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:22:34.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:22:35.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:35.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:36.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:36.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:36 smithi088 ceph-mon[96111]: pgmap v12782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:36 smithi187 ceph-mon[111815]: pgmap v12782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:37.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:37.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:38.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:38.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:38 smithi088 ceph-mon[96111]: pgmap v12783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:38 smithi187 ceph-mon[111815]: pgmap v12783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:39.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:39.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:39 smithi088 ceph-mon[96111]: pgmap v12784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:39 smithi187 ceph-mon[111815]: pgmap v12784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:40.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:40.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:41.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:41.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:42.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:42 smithi088 ceph-mon[96111]: pgmap v12785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:42.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:42.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:42 smithi187 ceph-mon[111815]: pgmap v12785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:43.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:43.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:44 smithi088 ceph-mon[96111]: pgmap v12786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:44.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:44.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:44 smithi187 ceph-mon[111815]: pgmap v12786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:45.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:45.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:46 smithi088 ceph-mon[96111]: pgmap v12787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:22:46.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:46.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:46 smithi187 ceph-mon[111815]: pgmap v12787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:22:47.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:47.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:48 smithi088 ceph-mon[96111]: pgmap v12788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:48.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:48.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:48 smithi187 ceph-mon[111815]: pgmap v12788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:49.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:49.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:50 smithi187 ceph-mon[111815]: pgmap v12789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:50 smithi088 ceph-mon[96111]: pgmap v12789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:50.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:50.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:51.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:51.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:52 smithi088 ceph-mon[96111]: pgmap v12790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:52.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:52.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:52 smithi187 ceph-mon[111815]: pgmap v12790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:53.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:53.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:54 smithi088 ceph-mon[96111]: pgmap v12791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:54.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:54.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:54 smithi187 ceph-mon[111815]: pgmap v12791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:55.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:55.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:56 smithi088 ceph-mon[96111]: pgmap v12792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:56.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:56.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:56 smithi187 ceph-mon[111815]: pgmap v12792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:22:57.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:57.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:22:58 smithi088 ceph-mon[96111]: pgmap v12793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:58.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:58.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:22:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:22:58 smithi187 ceph-mon[111815]: pgmap v12793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:22:59.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:22:59.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:00 smithi088 ceph-mon[96111]: pgmap v12794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:00.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:00.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:00 smithi187 ceph-mon[111815]: pgmap v12794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:23:01.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:01.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:23:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:02 smithi088 ceph-mon[96111]: pgmap v12795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:02.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:02.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:02 smithi187 ceph-mon[111815]: pgmap v12795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:03.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:03.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:04 smithi088 ceph-mon[96111]: pgmap v12796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:04.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:04.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:04 smithi187 ceph-mon[111815]: pgmap v12796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:05.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:05.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:06 smithi088 ceph-mon[96111]: pgmap v12797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:06.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:06.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:06 smithi187 ceph-mon[111815]: pgmap v12797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:07.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:07.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:08 smithi088 ceph-mon[96111]: pgmap v12798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:08.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:08.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:08 smithi187 ceph-mon[111815]: pgmap v12798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:09.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:09.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:10 smithi088 ceph-mon[96111]: pgmap v12799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:10.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:10.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:10 smithi187 ceph-mon[111815]: pgmap v12799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:11.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:11.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:12 smithi088 ceph-mon[96111]: pgmap v12800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:12.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:12.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:12 smithi187 ceph-mon[111815]: pgmap v12800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:13.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:13.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:14.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:14.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:14 smithi187 ceph-mon[111815]: pgmap v12801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:14 smithi088 ceph-mon[96111]: pgmap v12801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:15.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:15.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:16.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:16.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:16 smithi187 ceph-mon[111815]: pgmap v12802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:23:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:16 smithi088 ceph-mon[96111]: pgmap v12802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:23:17.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:17.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:18.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:18.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:18 smithi187 ceph-mon[111815]: pgmap v12803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:18 smithi088 ceph-mon[96111]: pgmap v12803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:19.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:19.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:20.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:20.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:20 smithi187 ceph-mon[111815]: pgmap v12804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:20 smithi088 ceph-mon[96111]: pgmap v12804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:21.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:21.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:22.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:22.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:22 smithi187 ceph-mon[111815]: pgmap v12805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:22 smithi088 ceph-mon[96111]: pgmap v12805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:23.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:23.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:24.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:24.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:24 smithi187 ceph-mon[111815]: pgmap v12806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:24 smithi088 ceph-mon[96111]: pgmap v12806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:25.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:25.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:26.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:26.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:26 smithi187 ceph-mon[111815]: pgmap v12807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:26 smithi088 ceph-mon[96111]: pgmap v12807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:27.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:27.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:28.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:28.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:28 smithi187 ceph-mon[111815]: pgmap v12808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:28 smithi088 ceph-mon[96111]: pgmap v12808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:29.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:29.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:30.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:30.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:30 smithi187 ceph-mon[111815]: pgmap v12809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:30 smithi088 ceph-mon[96111]: pgmap v12809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:31.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:31.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:23:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:23:32.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:32.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:32 smithi187 ceph-mon[111815]: pgmap v12810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:32 smithi088 ceph-mon[96111]: pgmap v12810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:33.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:33.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:34.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:34.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:34 smithi187 ceph-mon[111815]: pgmap v12811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:23:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:34 smithi088 ceph-mon[96111]: pgmap v12811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:23:35.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:35.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:36.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:36.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:36 smithi187 ceph-mon[111815]: pgmap v12812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:36 smithi088 ceph-mon[96111]: pgmap v12812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:37.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:37.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:37 smithi187 ceph-mon[111815]: pgmap v12813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:23:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:23:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:23:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:23:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:23:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:23:37.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:23:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:37 smithi088 ceph-mon[96111]: pgmap v12813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:23:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:23:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:23:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:23:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:23:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:23:38.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:23:38.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:38.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:39.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:39.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:39 smithi187 ceph-mon[111815]: pgmap v12814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:39 smithi088 ceph-mon[96111]: pgmap v12814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:40.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:40.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:41.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:41.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:42 smithi088 ceph-mon[96111]: pgmap v12815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:42.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:42.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:42 smithi187 ceph-mon[111815]: pgmap v12815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:43.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:43.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:44 smithi088 ceph-mon[96111]: pgmap v12816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:44 smithi187 ceph-mon[111815]: pgmap v12816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:44.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:44.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:45.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:45.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:46 smithi088 ceph-mon[96111]: pgmap v12817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:23:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:46 smithi187 ceph-mon[111815]: pgmap v12817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:23:46.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:46.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:47.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:47.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:48 smithi088 ceph-mon[96111]: pgmap v12818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:48 smithi187 ceph-mon[111815]: pgmap v12818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:48.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:48.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:49.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:49.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:50 smithi088 ceph-mon[96111]: pgmap v12819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:50 smithi187 ceph-mon[111815]: pgmap v12819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:50.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:50.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:51.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:51.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:52 smithi088 ceph-mon[96111]: pgmap v12820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:52 smithi187 ceph-mon[111815]: pgmap v12820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:52.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:52.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:53.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:53.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:54 smithi088 ceph-mon[96111]: pgmap v12821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:54 smithi187 ceph-mon[111815]: pgmap v12821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:54.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:54.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:55.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:55.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:56 smithi088 ceph-mon[96111]: pgmap v12822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:56.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:56 smithi187 ceph-mon[111815]: pgmap v12822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:23:56.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:56.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:57.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:57.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:23:58 smithi088 ceph-mon[96111]: pgmap v12823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:23:58 smithi187 ceph-mon[111815]: pgmap v12823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:23:58.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:58.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:23:59.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:23:59.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:00 smithi088 ceph-mon[96111]: pgmap v12824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:00.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:00 smithi187 ceph-mon[111815]: pgmap v12824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:00.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:00.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:24:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:24:01.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:01.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:02 smithi187 ceph-mon[111815]: pgmap v12825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:02.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:02.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:02 smithi088 ceph-mon[96111]: pgmap v12825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:03.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:03.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:04 smithi187 ceph-mon[111815]: pgmap v12826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:04.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:04.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:04 smithi088 ceph-mon[96111]: pgmap v12826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:05.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:05.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:06 smithi187 ceph-mon[111815]: pgmap v12827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:06.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:06.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:06 smithi088 ceph-mon[96111]: pgmap v12827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:07.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:07.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:08 smithi187 ceph-mon[111815]: pgmap v12828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:08.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:08.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:08 smithi088 ceph-mon[96111]: pgmap v12828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:09.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:09.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:10 smithi187 ceph-mon[111815]: pgmap v12829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:10.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:10.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:10.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:10 smithi088 ceph-mon[96111]: pgmap v12829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:11.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:11.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:12 smithi187 ceph-mon[111815]: pgmap v12830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:12.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:12.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:12.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:12 smithi088 ceph-mon[96111]: pgmap v12830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:13.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:13.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:14 smithi187 ceph-mon[111815]: pgmap v12831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:14.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:14.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:14 smithi088 ceph-mon[96111]: pgmap v12831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:15.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:15.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:16 smithi187 ceph-mon[111815]: pgmap v12832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:24:16.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:16.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:16 smithi088 ceph-mon[96111]: pgmap v12832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:24:17.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:17.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:18 smithi187 ceph-mon[111815]: pgmap v12833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:18.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:18.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:18 smithi088 ceph-mon[96111]: pgmap v12833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:19.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:19.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:20 smithi187 ceph-mon[111815]: pgmap v12834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:20.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:20.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:20 smithi088 ceph-mon[96111]: pgmap v12834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:21.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:21.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:22 smithi187 ceph-mon[111815]: pgmap v12835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:22.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:22.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:22 smithi088 ceph-mon[96111]: pgmap v12835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:23.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:23.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:24 smithi187 ceph-mon[111815]: pgmap v12836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:24.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:24.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:24 smithi088 ceph-mon[96111]: pgmap v12836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:25.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:25.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:26 smithi187 ceph-mon[111815]: pgmap v12837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:26.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:26.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:26 smithi088 ceph-mon[96111]: pgmap v12837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:27.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:27.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:28 smithi187 ceph-mon[111815]: pgmap v12838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:28.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:28.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:28 smithi088 ceph-mon[96111]: pgmap v12838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:29.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:29.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:30 smithi187 ceph-mon[111815]: pgmap v12839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:30.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:30.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:30 smithi088 ceph-mon[96111]: pgmap v12839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:24:31.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:31.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:24:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:32 smithi187 ceph-mon[111815]: pgmap v12840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:32.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:32.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:32 smithi088 ceph-mon[96111]: pgmap v12840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:33.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:33.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:34 smithi187 ceph-mon[111815]: pgmap v12841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:34.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:34.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:34 smithi088 ceph-mon[96111]: pgmap v12841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:35.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:35.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:36 smithi187 ceph-mon[111815]: pgmap v12842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:36.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:36.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:36 smithi088 ceph-mon[96111]: pgmap v12842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:37.415 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:24:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:24:37.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:37.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:38 smithi187 ceph-mon[111815]: pgmap v12843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:38.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:38.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:38 smithi088 ceph-mon[96111]: pgmap v12843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:39.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:39.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:40 smithi187 ceph-mon[111815]: pgmap v12844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:40.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:40.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:40 smithi088 ceph-mon[96111]: pgmap v12844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:41.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:41.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:42 smithi187 ceph-mon[111815]: pgmap v12845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:24:42.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:24:42.469 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:42 smithi088 ceph-mon[96111]: pgmap v12845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:42.469 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:24:42.470 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:24:42.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:42.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:24:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:24:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:24:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:24:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:24:43.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:43.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:24:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:24:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:24:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:24:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:24:44.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:44.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:44 smithi088 ceph-mon[96111]: pgmap v12846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:44 smithi187 ceph-mon[111815]: pgmap v12846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:45.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:45.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:46 smithi187 ceph-mon[111815]: pgmap v12847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:24:46.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:46.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:46 smithi088 ceph-mon[96111]: pgmap v12847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:24:47.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:47.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:48.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:48.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:48 smithi088 ceph-mon[96111]: pgmap v12848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:48 smithi187 ceph-mon[111815]: pgmap v12848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:49.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:49.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:50.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:50.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:50 smithi088 ceph-mon[96111]: pgmap v12849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:50 smithi187 ceph-mon[111815]: pgmap v12849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:51.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:51.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:52.563 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:52 smithi088 ceph-mon[96111]: pgmap v12850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:52.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:52.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:52 smithi187 ceph-mon[111815]: pgmap v12850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:53.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:53.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:54 smithi088 ceph-mon[96111]: pgmap v12851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:54.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:54.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:54 smithi187 ceph-mon[111815]: pgmap v12851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:55.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:55.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:56 smithi187 ceph-mon[111815]: pgmap v12852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:56 smithi088 ceph-mon[96111]: pgmap v12852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:24:56.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:56.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:57.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:57.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:24:58 smithi088 ceph-mon[96111]: pgmap v12853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:58.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:58.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:24:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:24:58 smithi187 ceph-mon[111815]: pgmap v12853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:24:59.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:24:59.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:00 smithi088 ceph-mon[96111]: pgmap v12854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:00.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:00.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:00 smithi187 ceph-mon[111815]: pgmap v12854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:25:01.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:01.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:25:02.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:02.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:02.662 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:02 smithi088 ceph-mon[96111]: pgmap v12855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:02 smithi187 ceph-mon[111815]: pgmap v12855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:03.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:03.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:04.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:04.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:04 smithi088 ceph-mon[96111]: pgmap v12856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:04 smithi187 ceph-mon[111815]: pgmap v12856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:05.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:05.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:06.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:06.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:06 smithi187 ceph-mon[111815]: pgmap v12857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:06 smithi088 ceph-mon[96111]: pgmap v12857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:07.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:07.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:08.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:08.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:08 smithi187 ceph-mon[111815]: pgmap v12858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:08 smithi088 ceph-mon[96111]: pgmap v12858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:09.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:09.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:10.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:10.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:10 smithi187 ceph-mon[111815]: pgmap v12859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:10 smithi088 ceph-mon[96111]: pgmap v12859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:11.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:11.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:12.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:12.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:12 smithi187 ceph-mon[111815]: pgmap v12860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:12.762 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:12 smithi088 ceph-mon[96111]: pgmap v12860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:13.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:13.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:14.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:14.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:14 smithi088 ceph-mon[96111]: pgmap v12861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:14 smithi187 ceph-mon[111815]: pgmap v12861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:15.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:15.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:16.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:16.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:16 smithi187 ceph-mon[111815]: pgmap v12862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:25:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:16 smithi088 ceph-mon[96111]: pgmap v12862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:25:17.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:17.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:18.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:18.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:18 smithi187 ceph-mon[111815]: pgmap v12863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:18 smithi088 ceph-mon[96111]: pgmap v12863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:19.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:19.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:20.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:20.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:20 smithi187 ceph-mon[111815]: pgmap v12864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:20 smithi088 ceph-mon[96111]: pgmap v12864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:21.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:21.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:22.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:22.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:22 smithi187 ceph-mon[111815]: pgmap v12865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:22 smithi088 ceph-mon[96111]: pgmap v12865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:23.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:23.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:24.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:24.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:24.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:24 smithi088 ceph-mon[96111]: pgmap v12866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:24 smithi187 ceph-mon[111815]: pgmap v12866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:25.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:25.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:26.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:26.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:26 smithi187 ceph-mon[111815]: pgmap v12867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:26 smithi088 ceph-mon[96111]: pgmap v12867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:27.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:27.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:28.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:28.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:28 smithi187 ceph-mon[111815]: pgmap v12868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:28 smithi088 ceph-mon[96111]: pgmap v12868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:29.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:29.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:30.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:30.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:30 smithi187 ceph-mon[111815]: pgmap v12869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:30.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:30 smithi088 ceph-mon[96111]: pgmap v12869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:31.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:31.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:25:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:25:32.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:32.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:32 smithi187 ceph-mon[111815]: pgmap v12870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:32 smithi088 ceph-mon[96111]: pgmap v12870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:33.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:33.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:34.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:34.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:34 smithi088 ceph-mon[96111]: pgmap v12871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:34 smithi187 ceph-mon[111815]: pgmap v12871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:35.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:35.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:36.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:36.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:36 smithi187 ceph-mon[111815]: pgmap v12872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:36 smithi088 ceph-mon[96111]: pgmap v12872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:37.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:37.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:38.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:38.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:38 smithi187 ceph-mon[111815]: pgmap v12873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:38 smithi088 ceph-mon[96111]: pgmap v12873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:39.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:39.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:40.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:40.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:40 smithi187 ceph-mon[111815]: pgmap v12874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:40 smithi088 ceph-mon[96111]: pgmap v12874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:41.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:41.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:42.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:42.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:42 smithi187 ceph-mon[111815]: pgmap v12875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:42.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:42 smithi088 ceph-mon[96111]: pgmap v12875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:43.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:43.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:25:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:25:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:25:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:25:43.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:25:43.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:25:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:25:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:25:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:25:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:25:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:25:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:25:44.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:44.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:44 smithi088 ceph-mon[96111]: pgmap v12876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:44 smithi187 ceph-mon[111815]: pgmap v12876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:45.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:45.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:46.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:46.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:46 smithi187 ceph-mon[111815]: pgmap v12877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:25:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:46 smithi088 ceph-mon[96111]: pgmap v12877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:25:47.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:47.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:48.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:48.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:48 smithi187 ceph-mon[111815]: pgmap v12878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:48 smithi088 ceph-mon[96111]: pgmap v12878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:49.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:49.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:50.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:50.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:50 smithi187 ceph-mon[111815]: pgmap v12879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:50 smithi088 ceph-mon[96111]: pgmap v12879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:51.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:51.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:52.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:52.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:52 smithi187 ceph-mon[111815]: pgmap v12880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:52 smithi088 ceph-mon[96111]: pgmap v12880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:53.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:53.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:54.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:54.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:54 smithi088 ceph-mon[96111]: pgmap v12881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:54 smithi187 ceph-mon[111815]: pgmap v12881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:55.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:55.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:56.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:56.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:56 smithi187 ceph-mon[111815]: pgmap v12882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:56 smithi088 ceph-mon[96111]: pgmap v12882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:25:57.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:57.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:25:58 smithi088 ceph-mon[96111]: pgmap v12883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:58.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:58.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:25:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:25:58 smithi187 ceph-mon[111815]: pgmap v12883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:25:59.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:25:59.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:00.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:00.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:00 smithi187 ceph-mon[111815]: pgmap v12884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:00 smithi088 ceph-mon[96111]: pgmap v12884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:01.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:01.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:26:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:26:02.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:02.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:02 smithi187 ceph-mon[111815]: pgmap v12885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:02 smithi088 ceph-mon[96111]: pgmap v12885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:03.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:03.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:04.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:04.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:04 smithi088 ceph-mon[96111]: pgmap v12886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:04 smithi187 ceph-mon[111815]: pgmap v12886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:05.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:05.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:06.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:06.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:06 smithi187 ceph-mon[111815]: pgmap v12887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:06 smithi088 ceph-mon[96111]: pgmap v12887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:07.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:07.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:08 smithi088 ceph-mon[96111]: pgmap v12888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:08.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:08.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:08 smithi187 ceph-mon[111815]: pgmap v12888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:09.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:09.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:10.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:10.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:10 smithi187 ceph-mon[111815]: pgmap v12889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:10 smithi088 ceph-mon[96111]: pgmap v12889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:11.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:11.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:12.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:12.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:12 smithi187 ceph-mon[111815]: pgmap v12890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:12 smithi088 ceph-mon[96111]: pgmap v12890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:13.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:13.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:14.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:14.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:14 smithi187 ceph-mon[111815]: pgmap v12891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:14 smithi088 ceph-mon[96111]: pgmap v12891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:15.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:15.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:26:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:26:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:16 smithi187 ceph-mon[111815]: pgmap v12892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:16.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:16.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:16 smithi088 ceph-mon[96111]: pgmap v12892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:17.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:17.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:18.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:18.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:18 smithi088 ceph-mon[96111]: pgmap v12893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:18 smithi187 ceph-mon[111815]: pgmap v12893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:19.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:19.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:20.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:20.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:20 smithi088 ceph-mon[96111]: pgmap v12894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:20 smithi187 ceph-mon[111815]: pgmap v12894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:21.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:21.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:22.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:22.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:22 smithi088 ceph-mon[96111]: pgmap v12895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:22 smithi187 ceph-mon[111815]: pgmap v12895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:23.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:23.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:24.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:24.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:24 smithi088 ceph-mon[96111]: pgmap v12896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:24 smithi187 ceph-mon[111815]: pgmap v12896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:25.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:25.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:26.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:26.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:26 smithi088 ceph-mon[96111]: pgmap v12897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:26 smithi187 ceph-mon[111815]: pgmap v12897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:27.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:27.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:28.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:28.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:28 smithi088 ceph-mon[96111]: pgmap v12898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:28 smithi187 ceph-mon[111815]: pgmap v12898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:29.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:29.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:30.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:30.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:30 smithi088 ceph-mon[96111]: pgmap v12899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:26:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:30 smithi187 ceph-mon[111815]: pgmap v12899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:26:31.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:31.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:32.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:32.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:32 smithi088 ceph-mon[96111]: pgmap v12900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:32 smithi187 ceph-mon[111815]: pgmap v12900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:33.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:33.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:34.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:34.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:34 smithi088 ceph-mon[96111]: pgmap v12901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:34 smithi187 ceph-mon[111815]: pgmap v12901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:35.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:35.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:36.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:36.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:36 smithi088 ceph-mon[96111]: pgmap v12902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:36 smithi187 ceph-mon[111815]: pgmap v12902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:37.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:37.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:38.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:38.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:38.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:38 smithi088 ceph-mon[96111]: pgmap v12903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:38 smithi187 ceph-mon[111815]: pgmap v12903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:39.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:39.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:40.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:40.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:40 smithi088 ceph-mon[96111]: pgmap v12904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:40 smithi187 ceph-mon[111815]: pgmap v12904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:41.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:41.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:42.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:42 smithi187 ceph-mon[111815]: pgmap v12905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:42.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:42.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:42 smithi088 ceph-mon[96111]: pgmap v12905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:43.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:43.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:26:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:26:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:26:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:26:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:26:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:26:44.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:44.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:44 smithi088 ceph-mon[96111]: pgmap v12906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:26:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:26:44.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:26:44.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:26:44.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:26:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:44 smithi187 ceph-mon[111815]: pgmap v12906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:26:44.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:26:44.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:26:44.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:26:44.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:26:45.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:45.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:26:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:26:46.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:46.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:46 smithi088 ceph-mon[96111]: pgmap v12907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:46 smithi187 ceph-mon[111815]: pgmap v12907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:47 smithi187 ceph-mon[111815]: pgmap v12908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:47.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:47.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:47 smithi088 ceph-mon[96111]: pgmap v12908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:48.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:48.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:49.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:49.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:49 smithi187 ceph-mon[111815]: pgmap v12909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:50.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:49 smithi088 ceph-mon[96111]: pgmap v12909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:50.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:50.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:51.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:51.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:52.419 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:52 smithi187 ceph-mon[111815]: pgmap v12910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:52.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:52 smithi088 ceph-mon[96111]: pgmap v12910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:52.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:52.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:53.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:53.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:54 smithi187 ceph-mon[111815]: pgmap v12911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:54.467 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:54 smithi088 ceph-mon[96111]: pgmap v12911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:54.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:54.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:55.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:55.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:56 smithi187 ceph-mon[111815]: pgmap v12912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:56 smithi088 ceph-mon[96111]: pgmap v12912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:26:56.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:56.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:57.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:57.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:26:58 smithi187 ceph-mon[111815]: pgmap v12913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:26:58 smithi088 ceph-mon[96111]: pgmap v12913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:26:58.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:58.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:26:59.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:26:59.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:00 smithi187 ceph-mon[111815]: pgmap v12914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:00 smithi088 ceph-mon[96111]: pgmap v12914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:00.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:00.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:27:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:27:01.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:01.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:02 smithi187 ceph-mon[111815]: pgmap v12915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:02 smithi088 ceph-mon[96111]: pgmap v12915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:02.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:02.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:03.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:03.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:04 smithi088 ceph-mon[96111]: pgmap v12916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:04 smithi187 ceph-mon[111815]: pgmap v12916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:04.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:04.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:05.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:05.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:06 smithi187 ceph-mon[111815]: pgmap v12917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:06 smithi088 ceph-mon[96111]: pgmap v12917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:06.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:06.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:07.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:07.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:08 smithi187 ceph-mon[111815]: pgmap v12918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:08 smithi088 ceph-mon[96111]: pgmap v12918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:08.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:08.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:09.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:09.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:10 smithi187 ceph-mon[111815]: pgmap v12919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:10 smithi088 ceph-mon[96111]: pgmap v12919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:10.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:10.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:11.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:11.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:12 smithi187 ceph-mon[111815]: pgmap v12920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:12 smithi088 ceph-mon[96111]: pgmap v12920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:12.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:12.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:13.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:13.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:14 smithi088 ceph-mon[96111]: pgmap v12921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:14 smithi187 ceph-mon[111815]: pgmap v12921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:14.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:14.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:15.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:15.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:16 smithi187 ceph-mon[111815]: pgmap v12922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:27:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:16 smithi088 ceph-mon[96111]: pgmap v12922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:27:16.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:16.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:17.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:17.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:18 smithi187 ceph-mon[111815]: pgmap v12923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:18 smithi088 ceph-mon[96111]: pgmap v12923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:18.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:18.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:19.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:19.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:20 smithi187 ceph-mon[111815]: pgmap v12924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:20 smithi088 ceph-mon[96111]: pgmap v12924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:20.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:20.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:21.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:21.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:22 smithi187 ceph-mon[111815]: pgmap v12925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:22 smithi088 ceph-mon[96111]: pgmap v12925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:22.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:22.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:23.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:23.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:24 smithi088 ceph-mon[96111]: pgmap v12926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:24 smithi187 ceph-mon[111815]: pgmap v12926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:24.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:24.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:25.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:25.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:26 smithi187 ceph-mon[111815]: pgmap v12927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:26 smithi088 ceph-mon[96111]: pgmap v12927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:26.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:26.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:27.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:27.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:28 smithi187 ceph-mon[111815]: pgmap v12928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:28 smithi088 ceph-mon[96111]: pgmap v12928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:28.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:28.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:29.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:29.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:30 smithi187 ceph-mon[111815]: pgmap v12929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:30 smithi088 ceph-mon[96111]: pgmap v12929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:30.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:30.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:27:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:27:31.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:31.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:32 smithi187 ceph-mon[111815]: pgmap v12930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:32 smithi088 ceph-mon[96111]: pgmap v12930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:32.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:32.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:33.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:33.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:34 smithi187 ceph-mon[111815]: pgmap v12931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:34 smithi088 ceph-mon[96111]: pgmap v12931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:34.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:34.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:35.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:35.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:36 smithi187 ceph-mon[111815]: pgmap v12932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:36 smithi088 ceph-mon[96111]: pgmap v12932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:36.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:36.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:37.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:37.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:38 smithi187 ceph-mon[111815]: pgmap v12933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:38 smithi088 ceph-mon[96111]: pgmap v12933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:38.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:38.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:39.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:39.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:40 smithi187 ceph-mon[111815]: pgmap v12934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:40 smithi088 ceph-mon[96111]: pgmap v12934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:40.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:40.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:41.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:41.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:42 smithi187 ceph-mon[111815]: pgmap v12935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:42 smithi088 ceph-mon[96111]: pgmap v12935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:42.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:42.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:43.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:43.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:44 smithi187 ceph-mon[111815]: pgmap v12936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:27:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:44 smithi088 ceph-mon[96111]: pgmap v12936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:27:44.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:44.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:27:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:27:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:27:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:27:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:27:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:27:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:27:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:27:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:27:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:27:45.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:45.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:46 smithi088 ceph-mon[96111]: pgmap v12937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:27:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:46 smithi187 ceph-mon[111815]: pgmap v12937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:27:46.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:46.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:47.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:47.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:48 smithi088 ceph-mon[96111]: pgmap v12938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:48 smithi187 ceph-mon[111815]: pgmap v12938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:48.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:48.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:49.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:49.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:50 smithi088 ceph-mon[96111]: pgmap v12939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:50 smithi187 ceph-mon[111815]: pgmap v12939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:50.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:50.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:51.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:51.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:52 smithi088 ceph-mon[96111]: pgmap v12940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:52 smithi187 ceph-mon[111815]: pgmap v12940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:52.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:52.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:53.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:53.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:54 smithi088 ceph-mon[96111]: pgmap v12941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:54 smithi187 ceph-mon[111815]: pgmap v12941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:54.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:54.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:55.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:55.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:56 smithi088 ceph-mon[96111]: pgmap v12942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:56 smithi187 ceph-mon[111815]: pgmap v12942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:27:56.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:56.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:57.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:57.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:27:58 smithi187 ceph-mon[111815]: pgmap v12943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:27:58 smithi088 ceph-mon[96111]: pgmap v12943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:27:58.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:58.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:27:59.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:27:59.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:00 smithi088 ceph-mon[96111]: pgmap v12944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:00 smithi187 ceph-mon[111815]: pgmap v12944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:00.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:00.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:28:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:28:01.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:01.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:02 smithi088 ceph-mon[96111]: pgmap v12945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:02 smithi187 ceph-mon[111815]: pgmap v12945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:02.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:02.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:03.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:03.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:04 smithi088 ceph-mon[96111]: pgmap v12946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:04 smithi187 ceph-mon[111815]: pgmap v12946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:04.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:04.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:05.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:05.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:06 smithi187 ceph-mon[111815]: pgmap v12947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:06 smithi088 ceph-mon[96111]: pgmap v12947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:06.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:06.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:07.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:07.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:08 smithi187 ceph-mon[111815]: pgmap v12948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:08 smithi088 ceph-mon[96111]: pgmap v12948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:08.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:08.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:09.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:09.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:10 smithi187 ceph-mon[111815]: pgmap v12949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:10 smithi088 ceph-mon[96111]: pgmap v12949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:10.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:10.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:11.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:11.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:12 smithi187 ceph-mon[111815]: pgmap v12950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:12 smithi088 ceph-mon[96111]: pgmap v12950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:12.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:12.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:13.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:13.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:14 smithi088 ceph-mon[96111]: pgmap v12951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:14 smithi187 ceph-mon[111815]: pgmap v12951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:14.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:14.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:15.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:15.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:16 smithi187 ceph-mon[111815]: pgmap v12952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:28:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:16 smithi088 ceph-mon[96111]: pgmap v12952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:28:16.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:16.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:17.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:17.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:18 smithi187 ceph-mon[111815]: pgmap v12953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:18 smithi088 ceph-mon[96111]: pgmap v12953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:18.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:18.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:19.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:19.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:20 smithi187 ceph-mon[111815]: pgmap v12954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:20 smithi088 ceph-mon[96111]: pgmap v12954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:20.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:20.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:21.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:21.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:22 smithi187 ceph-mon[111815]: pgmap v12955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:22 smithi088 ceph-mon[96111]: pgmap v12955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:22.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:22.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:23.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:23.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:24.630 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:24 smithi088 ceph-mon[96111]: pgmap v12956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:24 smithi187 ceph-mon[111815]: pgmap v12956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:24.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:24.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:25.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:25.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:26 smithi187 ceph-mon[111815]: pgmap v12957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:26 smithi088 ceph-mon[96111]: pgmap v12957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:26.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:26.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:27.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:27.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:28 smithi187 ceph-mon[111815]: pgmap v12958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:28 smithi088 ceph-mon[96111]: pgmap v12958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:28.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:28.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:29.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:29.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:30 smithi187 ceph-mon[111815]: pgmap v12959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:30 smithi088 ceph-mon[96111]: pgmap v12959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:30.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:30.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:28:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:28:31.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:31.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:32 smithi187 ceph-mon[111815]: pgmap v12960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:32 smithi088 ceph-mon[96111]: pgmap v12960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:32.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:32.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:33.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:33.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:34 smithi088 ceph-mon[96111]: pgmap v12961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:34 smithi187 ceph-mon[111815]: pgmap v12961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:34.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:34.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:35.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:35.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:36 smithi187 ceph-mon[111815]: pgmap v12962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:36 smithi088 ceph-mon[96111]: pgmap v12962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:36.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:36.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:37.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:37.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:38 smithi187 ceph-mon[111815]: pgmap v12963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:38 smithi088 ceph-mon[96111]: pgmap v12963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:38.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:38.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:39.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:39.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:40 smithi187 ceph-mon[111815]: pgmap v12964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:40 smithi088 ceph-mon[96111]: pgmap v12964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:40.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:40.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:41.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:41.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:42 smithi187 ceph-mon[111815]: pgmap v12965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:42 smithi088 ceph-mon[96111]: pgmap v12965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:42.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:42.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:43.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:43.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:44 smithi088 ceph-mon[96111]: pgmap v12966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:28:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:44 smithi187 ceph-mon[111815]: pgmap v12966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:28:44.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:44.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:45.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:45.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:45 smithi187 ceph-mon[111815]: pgmap v12967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:28:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:28:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:28:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:28:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:28:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:28:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:28:45.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:28:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:45 smithi088 ceph-mon[96111]: pgmap v12967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:28:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:28:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:28:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:28:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:28:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:28:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:28:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:28:46.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:46.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:47.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:47.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:48 smithi187 ceph-mon[111815]: pgmap v12968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:48 smithi088 ceph-mon[96111]: pgmap v12968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:48.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:48.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:49.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:49.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:50 smithi088 ceph-mon[96111]: pgmap v12969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:50 smithi187 ceph-mon[111815]: pgmap v12969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:50.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:50.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:51.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:51.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:52 smithi187 ceph-mon[111815]: pgmap v12970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:52 smithi088 ceph-mon[96111]: pgmap v12970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:52.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:52.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:53.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:53.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:54 smithi187 ceph-mon[111815]: pgmap v12971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:54 smithi088 ceph-mon[96111]: pgmap v12971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:54.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:54.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:55.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:55.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:56 smithi187 ceph-mon[111815]: pgmap v12972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:56 smithi088 ceph-mon[96111]: pgmap v12972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:28:56.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:56.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:57.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:57.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:28:58 smithi187 ceph-mon[111815]: pgmap v12973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:28:58 smithi088 ceph-mon[96111]: pgmap v12973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:28:58.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:58.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:28:59.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:28:59.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:00 smithi088 ceph-mon[96111]: pgmap v12974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:00 smithi187 ceph-mon[111815]: pgmap v12974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:00.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:00.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:29:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:29:01.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:01.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:02 smithi187 ceph-mon[111815]: pgmap v12975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:02 smithi088 ceph-mon[96111]: pgmap v12975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:02.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:02.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:03.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:03.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:04 smithi187 ceph-mon[111815]: pgmap v12976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:04 smithi088 ceph-mon[96111]: pgmap v12976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:04.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:04.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:05.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:05.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:06 smithi187 ceph-mon[111815]: pgmap v12977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:06 smithi088 ceph-mon[96111]: pgmap v12977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:06.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:06.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:07.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:07.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:08 smithi187 ceph-mon[111815]: pgmap v12978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:08 smithi088 ceph-mon[96111]: pgmap v12978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:08.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:08.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:09.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:09.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:10 smithi088 ceph-mon[96111]: pgmap v12979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:10 smithi187 ceph-mon[111815]: pgmap v12979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:10.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:10.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:11.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:11.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:12 smithi187 ceph-mon[111815]: pgmap v12980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:12 smithi088 ceph-mon[96111]: pgmap v12980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:12.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:12.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:14.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:14.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:14 smithi187 ceph-mon[111815]: pgmap v12981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:14 smithi088 ceph-mon[96111]: pgmap v12981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:15.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:15.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:16.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:16.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:16 smithi187 ceph-mon[111815]: pgmap v12982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:29:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:16 smithi088 ceph-mon[96111]: pgmap v12982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:29:17.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:17.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:18.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:18.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:18 smithi187 ceph-mon[111815]: pgmap v12983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:18 smithi088 ceph-mon[96111]: pgmap v12983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:19.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:19.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:20.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:20.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:20 smithi187 ceph-mon[111815]: pgmap v12984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:20 smithi088 ceph-mon[96111]: pgmap v12984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:21.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:21.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:22.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:22.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:22 smithi187 ceph-mon[111815]: pgmap v12985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:22 smithi088 ceph-mon[96111]: pgmap v12985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:23.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:23.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:24.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:24.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:24 smithi187 ceph-mon[111815]: pgmap v12986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:24 smithi088 ceph-mon[96111]: pgmap v12986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:25.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:25.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:26.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:26.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:26 smithi187 ceph-mon[111815]: pgmap v12987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:26 smithi088 ceph-mon[96111]: pgmap v12987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:27.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:27.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:28.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:28.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:28 smithi187 ceph-mon[111815]: pgmap v12988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:28.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:28 smithi088 ceph-mon[96111]: pgmap v12988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:29.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:29.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:30.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:30.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:30 smithi187 ceph-mon[111815]: pgmap v12989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:30 smithi088 ceph-mon[96111]: pgmap v12989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:31.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:31.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:29:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:29:32.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:32.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:32 smithi187 ceph-mon[111815]: pgmap v12990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:32 smithi088 ceph-mon[96111]: pgmap v12990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:33.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:33.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:34.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:34.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:34 smithi187 ceph-mon[111815]: pgmap v12991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:34 smithi088 ceph-mon[96111]: pgmap v12991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:35.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:35.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:36.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:36.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:36 smithi187 ceph-mon[111815]: pgmap v12992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:36 smithi088 ceph-mon[96111]: pgmap v12992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:37.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:37.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:38.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:38.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:38 smithi187 ceph-mon[111815]: pgmap v12993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:38 smithi088 ceph-mon[96111]: pgmap v12993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:39.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:39.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:40.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:40.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:40 smithi187 ceph-mon[111815]: pgmap v12994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:40.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:40 smithi088 ceph-mon[96111]: pgmap v12994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:41.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:41.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:42.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:42.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:42 smithi187 ceph-mon[111815]: pgmap v12995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:42 smithi088 ceph-mon[96111]: pgmap v12995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:43.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:43.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:44.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:44.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:44 smithi187 ceph-mon[111815]: pgmap v12996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:44 smithi088 ceph-mon[96111]: pgmap v12996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:45.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:45.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:29:45.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:29:46.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:46.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:46 smithi088 ceph-mon[96111]: pgmap v12997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:29:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:29:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:29:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:29:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:29:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:29:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:46 smithi187 ceph-mon[111815]: pgmap v12997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:29:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:29:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:29:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:29:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:29:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:29:47.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:47.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:48.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:48.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:48 smithi088 ceph-mon[96111]: pgmap v12998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:48 smithi187 ceph-mon[111815]: pgmap v12998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:49.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:49.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:50.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:50.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:50 smithi088 ceph-mon[96111]: pgmap v12999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:50 smithi187 ceph-mon[111815]: pgmap v12999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:51.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:51.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:52.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:52.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:52 smithi088 ceph-mon[96111]: pgmap v13000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:52 smithi187 ceph-mon[111815]: pgmap v13000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:53.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:53.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:54.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:54.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:54 smithi088 ceph-mon[96111]: pgmap v13001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:54 smithi187 ceph-mon[111815]: pgmap v13001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:55.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:55.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:56.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:56.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:56 smithi088 ceph-mon[96111]: pgmap v13002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:56 smithi187 ceph-mon[111815]: pgmap v13002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:29:57.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:57.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:58.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:58.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:29:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:29:58 smithi088 ceph-mon[96111]: pgmap v13003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:29:58 smithi187 ceph-mon[111815]: pgmap v13003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:29:59.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:29:59.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:00.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:00.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:00.560 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:00 smithi088 ceph-mon[96111]: pgmap v13004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:00.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T06:30:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:00 smithi187 ceph-mon[111815]: pgmap v13004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T06:30:01.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:01.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:30:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:30:02.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:02.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:02 smithi088 ceph-mon[96111]: pgmap v13005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:02 smithi187 ceph-mon[111815]: pgmap v13005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:03.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:03.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:04.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:04.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:04 smithi088 ceph-mon[96111]: pgmap v13006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:04 smithi187 ceph-mon[111815]: pgmap v13006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:05.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:05.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:06.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:06.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:06 smithi088 ceph-mon[96111]: pgmap v13007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:06 smithi187 ceph-mon[111815]: pgmap v13007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:07.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:07.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:08.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:08.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:08 smithi088 ceph-mon[96111]: pgmap v13008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:08 smithi187 ceph-mon[111815]: pgmap v13008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:09.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:09.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:10.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:10.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:10 smithi088 ceph-mon[96111]: pgmap v13009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:10 smithi187 ceph-mon[111815]: pgmap v13009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:11.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:11.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:12.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:12.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:12 smithi088 ceph-mon[96111]: pgmap v13010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:12 smithi187 ceph-mon[111815]: pgmap v13010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:13.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:13.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:14.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:14.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:14.522 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:14 smithi187 ceph-mon[111815]: pgmap v13011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:14 smithi088 ceph-mon[96111]: pgmap v13011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:15.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:15.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:16.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:16.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:16 smithi088 ceph-mon[96111]: pgmap v13012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:30:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:16 smithi187 ceph-mon[111815]: pgmap v13012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:30:17.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:17.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:18.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:18.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:18 smithi088 ceph-mon[96111]: pgmap v13013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:18 smithi187 ceph-mon[111815]: pgmap v13013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:19.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:19.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:20.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:20.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:20 smithi088 ceph-mon[96111]: pgmap v13014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:20 smithi187 ceph-mon[111815]: pgmap v13014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:21.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:21.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:22.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:22.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:22 smithi088 ceph-mon[96111]: pgmap v13015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:22 smithi187 ceph-mon[111815]: pgmap v13015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:23.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:23.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:24.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:24.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:24 smithi088 ceph-mon[96111]: pgmap v13016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:24.628 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:24 smithi187 ceph-mon[111815]: pgmap v13016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:25.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:25.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:26.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:26.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:26 smithi088 ceph-mon[96111]: pgmap v13017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:26 smithi187 ceph-mon[111815]: pgmap v13017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:27.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:27.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:28.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:28.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:28 smithi088 ceph-mon[96111]: pgmap v13018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:28 smithi187 ceph-mon[111815]: pgmap v13018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:29.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:29.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:30.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:30.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:30 smithi088 ceph-mon[96111]: pgmap v13019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:30 smithi187 ceph-mon[111815]: pgmap v13019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:31.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:31.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:30:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:30:32.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:32.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:32 smithi088 ceph-mon[96111]: pgmap v13020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:32 smithi187 ceph-mon[111815]: pgmap v13020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:33.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:33.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:34.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:34.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:34 smithi088 ceph-mon[96111]: pgmap v13021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:34 smithi187 ceph-mon[111815]: pgmap v13021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:35.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:35.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:36.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:36.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:36 smithi088 ceph-mon[96111]: pgmap v13022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:36 smithi187 ceph-mon[111815]: pgmap v13022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:37.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:37.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:38.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:38.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:38 smithi088 ceph-mon[96111]: pgmap v13023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:38 smithi187 ceph-mon[111815]: pgmap v13023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:39.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:39.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:40.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:40.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:40 smithi088 ceph-mon[96111]: pgmap v13024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:40 smithi187 ceph-mon[111815]: pgmap v13024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:41.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:41.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:42.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:42.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:42 smithi088 ceph-mon[96111]: pgmap v13025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:42 smithi187 ceph-mon[111815]: pgmap v13025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:43.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:43.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:44.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:44.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:44 smithi088 ceph-mon[96111]: pgmap v13026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:44 smithi187 ceph-mon[111815]: pgmap v13026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:45.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:45.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:46.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:46.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:46 smithi088 ceph-mon[96111]: pgmap v13027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:30:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:30:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:30:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:30:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:30:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:30:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:30:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:46 smithi187 ceph-mon[111815]: pgmap v13027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:30:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:30:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:30:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:30:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:30:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:30:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:30:47.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:47.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:47 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1539M 2023-10-13T06:30:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:30:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:30:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:30:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:30:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:30:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:30:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:30:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:47 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1539M 2023-10-13T06:30:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:30:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:30:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:30:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:30:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:30:47.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:30:47.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:30:48.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:48.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:48 smithi088 ceph-mon[96111]: pgmap v13028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:48 smithi187 ceph-mon[111815]: pgmap v13028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:49.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:49.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:50.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:50.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:50 smithi088 ceph-mon[96111]: pgmap v13029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:50 smithi187 ceph-mon[111815]: pgmap v13029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:51.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:51.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:52.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:52.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:52 smithi088 ceph-mon[96111]: pgmap v13030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:52 smithi187 ceph-mon[111815]: pgmap v13030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:53.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:53.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:54.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:54.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:54 smithi088 ceph-mon[96111]: pgmap v13031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:54.943 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:54 smithi187 ceph-mon[111815]: pgmap v13031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:55.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:55.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:56.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:56.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:56 smithi088 ceph-mon[96111]: pgmap v13032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:56 smithi187 ceph-mon[111815]: pgmap v13032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:30:57.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:57.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:58.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:58.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:30:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:30:58 smithi088 ceph-mon[96111]: pgmap v13033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:30:58 smithi187 ceph-mon[111815]: pgmap v13033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:30:59.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:30:59.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:00.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:00.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:00 smithi088 ceph-mon[96111]: pgmap v13034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:31:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:00 smithi187 ceph-mon[111815]: pgmap v13034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:31:01.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:01.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:02.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:02.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:02 smithi088 ceph-mon[96111]: pgmap v13035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:02 smithi187 ceph-mon[111815]: pgmap v13035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:03.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:03.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:04.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:04.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:04 smithi088 ceph-mon[96111]: pgmap v13036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:04 smithi187 ceph-mon[111815]: pgmap v13036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:05.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:05.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:06.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:06.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:06 smithi088 ceph-mon[96111]: pgmap v13037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:06 smithi187 ceph-mon[111815]: pgmap v13037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:07.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:07.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:08.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:08.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:08 smithi088 ceph-mon[96111]: pgmap v13038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:08 smithi187 ceph-mon[111815]: pgmap v13038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:09.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:09.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:10.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:10.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:10 smithi088 ceph-mon[96111]: pgmap v13039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:10 smithi187 ceph-mon[111815]: pgmap v13039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:11.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:11.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:12.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:12.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:12 smithi088 ceph-mon[96111]: pgmap v13040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:12 smithi187 ceph-mon[111815]: pgmap v13040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:13.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:13.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:14.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:14.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:14 smithi088 ceph-mon[96111]: pgmap v13041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:14 smithi187 ceph-mon[111815]: pgmap v13041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:15.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:15.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:31:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:31:16.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:16.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:16 smithi088 ceph-mon[96111]: pgmap v13042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:16 smithi187 ceph-mon[111815]: pgmap v13042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:17.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:17.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:18.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:18.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:18 smithi088 ceph-mon[96111]: pgmap v13043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:18 smithi187 ceph-mon[111815]: pgmap v13043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:19.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:19.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:20.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:20.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:20 smithi088 ceph-mon[96111]: pgmap v13044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:20 smithi187 ceph-mon[111815]: pgmap v13044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:21.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:21.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:22.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:22.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:22 smithi088 ceph-mon[96111]: pgmap v13045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:22 smithi187 ceph-mon[111815]: pgmap v13045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:23.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:23.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:24.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:24.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:24.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:24 smithi088 ceph-mon[96111]: pgmap v13046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:24 smithi187 ceph-mon[111815]: pgmap v13046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:25.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:25.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:26.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:26.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:26 smithi088 ceph-mon[96111]: pgmap v13047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:26 smithi187 ceph-mon[111815]: pgmap v13047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:27.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:27.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:28.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:28.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:28 smithi088 ceph-mon[96111]: pgmap v13048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:28 smithi187 ceph-mon[111815]: pgmap v13048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:29.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:29.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:30.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:30.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:30 smithi187 ceph-mon[111815]: pgmap v13049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:31:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:30 smithi088 ceph-mon[96111]: pgmap v13049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:31:31.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:31.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:32.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:32.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:32 smithi088 ceph-mon[96111]: pgmap v13050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:32 smithi187 ceph-mon[111815]: pgmap v13050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:33.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:33.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:34.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:34.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:34 smithi088 ceph-mon[96111]: pgmap v13051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:34 smithi187 ceph-mon[111815]: pgmap v13051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:35.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:35.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:36.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:36.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:36 smithi088 ceph-mon[96111]: pgmap v13052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:36 smithi187 ceph-mon[111815]: pgmap v13052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:37.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:37.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:38.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:38.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:38 smithi088 ceph-mon[96111]: pgmap v13053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:38 smithi187 ceph-mon[111815]: pgmap v13053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:39.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:39.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:39 smithi187 ceph-mon[111815]: pgmap v13054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:39 smithi088 ceph-mon[96111]: pgmap v13054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:40.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:40.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:41.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:41.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:42.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:42.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:42.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:42 smithi187 ceph-mon[111815]: pgmap v13055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:42 smithi088 ceph-mon[96111]: pgmap v13055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:43.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:43.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:44.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:44.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:44 smithi187 ceph-mon[111815]: pgmap v13056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:44 smithi088 ceph-mon[96111]: pgmap v13056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:45.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:45.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:46.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:46.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:46 smithi187 ceph-mon[111815]: pgmap v13057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:31:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:46 smithi088 ceph-mon[96111]: pgmap v13057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:31:47.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:47.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:31:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:31:48.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:48.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:48.426 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:48 smithi088 ceph-mon[96111]: pgmap v13058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:48.426 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:48.426 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:48.564 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:48 smithi187 ceph-mon[111815]: pgmap v13058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:48.564 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:48.564 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:49.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:49.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:50.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:50.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:50.528 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:50 smithi187 ceph-mon[111815]: pgmap v13059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:50.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:50 smithi088 ceph-mon[96111]: pgmap v13059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:51.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:51.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:51.886 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:51 smithi088 ceph-mon[96111]: pgmap v13060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:51.886 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:51.886 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:51 smithi187 ceph-mon[111815]: pgmap v13060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:31:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:31:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:31:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:52.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:52.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:31:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:31:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:31:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:31:53.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:53.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:53 smithi187 ceph-mon[111815]: pgmap v13061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:54.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:54.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:53 smithi088 ceph-mon[96111]: pgmap v13061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:55.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:55.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:55 smithi187 ceph-mon[111815]: pgmap v13062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:56.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:56.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:55 smithi088 ceph-mon[96111]: pgmap v13062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:31:57.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:57.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:58.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:58.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:31:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:31:58 smithi187 ceph-mon[111815]: pgmap v13063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:31:58 smithi088 ceph-mon[96111]: pgmap v13063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:31:59.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:31:59.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:00.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:00.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:00 smithi187 ceph-mon[111815]: pgmap v13064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:00 smithi088 ceph-mon[96111]: pgmap v13064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:01.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:01.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:32:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:32:02.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:02.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:02 smithi187 ceph-mon[111815]: pgmap v13065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:02 smithi088 ceph-mon[96111]: pgmap v13065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:03.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:03.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:04.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:04.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:04 smithi187 ceph-mon[111815]: pgmap v13066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:04 smithi088 ceph-mon[96111]: pgmap v13066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:05.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:05.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:06.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:06.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:06.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:06 smithi187 ceph-mon[111815]: pgmap v13067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:06 smithi088 ceph-mon[96111]: pgmap v13067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:07.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:07.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:08.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:08.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:08 smithi187 ceph-mon[111815]: pgmap v13068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:08.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:08 smithi088 ceph-mon[96111]: pgmap v13068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:09.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:09.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:10.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:10.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:10 smithi187 ceph-mon[111815]: pgmap v13069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:10 smithi088 ceph-mon[96111]: pgmap v13069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:11.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:11.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:12.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:12.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:12 smithi187 ceph-mon[111815]: pgmap v13070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:12 smithi088 ceph-mon[96111]: pgmap v13070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:13.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:13.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:14.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:14.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:14 smithi187 ceph-mon[111815]: pgmap v13071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:14 smithi088 ceph-mon[96111]: pgmap v13071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:15.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:15.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:16.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:16.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:16 smithi187 ceph-mon[111815]: pgmap v13072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:32:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:16 smithi088 ceph-mon[96111]: pgmap v13072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:32:17.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:17.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:18.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:18.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:18.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:18 smithi187 ceph-mon[111815]: pgmap v13073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:18 smithi088 ceph-mon[96111]: pgmap v13073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:19.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:19.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:20.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:20.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:20 smithi187 ceph-mon[111815]: pgmap v13074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:20 smithi088 ceph-mon[96111]: pgmap v13074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:21.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:21.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:22.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:22.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:22.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:22 smithi187 ceph-mon[111815]: pgmap v13075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:22 smithi088 ceph-mon[96111]: pgmap v13075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:23.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:23.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:24.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:24.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:24 smithi187 ceph-mon[111815]: pgmap v13076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:24 smithi088 ceph-mon[96111]: pgmap v13076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:25.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:25.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:26.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:26.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:26 smithi187 ceph-mon[111815]: pgmap v13077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:26 smithi088 ceph-mon[96111]: pgmap v13077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:27.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:27.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:28.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:28.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:28 smithi187 ceph-mon[111815]: pgmap v13078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:28 smithi088 ceph-mon[96111]: pgmap v13078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:29.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:29.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:30.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:30.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:30 smithi187 ceph-mon[111815]: pgmap v13079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:30 smithi088 ceph-mon[96111]: pgmap v13079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:31.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:31.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:32:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:32:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:32 smithi088 ceph-mon[96111]: pgmap v13080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:32.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:32.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:32 smithi187 ceph-mon[111815]: pgmap v13080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:33.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:33.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:34.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:34.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:34 smithi088 ceph-mon[96111]: pgmap v13081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:34 smithi187 ceph-mon[111815]: pgmap v13081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:35.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:35.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:36.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:36.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:36 smithi187 ceph-mon[111815]: pgmap v13082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:36 smithi088 ceph-mon[96111]: pgmap v13082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:37.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:37.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:38.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:38.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:38 smithi088 ceph-mon[96111]: pgmap v13083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:38 smithi187 ceph-mon[111815]: pgmap v13083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:39.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:39.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:40.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:40.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:40 smithi088 ceph-mon[96111]: pgmap v13084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:40 smithi187 ceph-mon[111815]: pgmap v13084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:41.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:41.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:42.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:42.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:42 smithi088 ceph-mon[96111]: pgmap v13085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:42 smithi187 ceph-mon[111815]: pgmap v13085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:43.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:43.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:44.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:44.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:44 smithi088 ceph-mon[96111]: pgmap v13086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:44 smithi187 ceph-mon[111815]: pgmap v13086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:45.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:45.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:46.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:46.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:46 smithi187 ceph-mon[111815]: pgmap v13087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:46.503 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:32:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:46 smithi088 ceph-mon[96111]: pgmap v13087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:32:47.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:47.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:48.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:48.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:48 smithi088 ceph-mon[96111]: pgmap v13088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:48 smithi187 ceph-mon[111815]: pgmap v13088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:49.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:49.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:50.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:50.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:50 smithi088 ceph-mon[96111]: pgmap v13089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:50 smithi187 ceph-mon[111815]: pgmap v13089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:51.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:51.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:52.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:52.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:52 smithi088 ceph-mon[96111]: pgmap v13090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:32:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:52 smithi187 ceph-mon[111815]: pgmap v13090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:32:53.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:53.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:32:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:32:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:32:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:32:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:32:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:32:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:32:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:32:53.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:32:53.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:32:54.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:54.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:54 smithi088 ceph-mon[96111]: pgmap v13091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:54 smithi187 ceph-mon[111815]: pgmap v13091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:55.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:55.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:56.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:56.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:56 smithi088 ceph-mon[96111]: pgmap v13092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:56 smithi187 ceph-mon[111815]: pgmap v13092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:32:57.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:57.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:58.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:58.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:32:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:32:58 smithi088 ceph-mon[96111]: pgmap v13093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:32:58 smithi187 ceph-mon[111815]: pgmap v13093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:32:59.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:32:59.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:00.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:00.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:00 smithi088 ceph-mon[96111]: pgmap v13094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:00 smithi187 ceph-mon[111815]: pgmap v13094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:01.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:01.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:33:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:33:02.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:02.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:02 smithi088 ceph-mon[96111]: pgmap v13095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:02 smithi187 ceph-mon[111815]: pgmap v13095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:03.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:03.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:04.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:04.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:04 smithi088 ceph-mon[96111]: pgmap v13096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:04 smithi187 ceph-mon[111815]: pgmap v13096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:05.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:05.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:06.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:06.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:06 smithi088 ceph-mon[96111]: pgmap v13097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:06 smithi187 ceph-mon[111815]: pgmap v13097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:07.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:07.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:08.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:08.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:08 smithi088 ceph-mon[96111]: pgmap v13098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:08 smithi187 ceph-mon[111815]: pgmap v13098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:09.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:09.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:10.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:10.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:10 smithi187 ceph-mon[111815]: pgmap v13099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:10 smithi088 ceph-mon[96111]: pgmap v13099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:11.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:11.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:12.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:12.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:12 smithi187 ceph-mon[111815]: pgmap v13100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:12 smithi088 ceph-mon[96111]: pgmap v13100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:13.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:13.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:14.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:14.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:14 smithi088 ceph-mon[96111]: pgmap v13101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:14 smithi187 ceph-mon[111815]: pgmap v13101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:15.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:15.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:16.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:16.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:16 smithi187 ceph-mon[111815]: pgmap v13102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:33:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:16 smithi088 ceph-mon[96111]: pgmap v13102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:33:17.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:17.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:18.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:18.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:18 smithi187 ceph-mon[111815]: pgmap v13103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:18 smithi088 ceph-mon[96111]: pgmap v13103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:19.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:19.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:20.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:20.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:20 smithi187 ceph-mon[111815]: pgmap v13104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:20 smithi088 ceph-mon[96111]: pgmap v13104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:21.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:21.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:22.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:22.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:22 smithi187 ceph-mon[111815]: pgmap v13105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:22 smithi088 ceph-mon[96111]: pgmap v13105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:23.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:23.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:24.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:24.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:24 smithi088 ceph-mon[96111]: pgmap v13106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:24 smithi187 ceph-mon[111815]: pgmap v13106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:25.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:25.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:26.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:26.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:26 smithi187 ceph-mon[111815]: pgmap v13107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:26 smithi088 ceph-mon[96111]: pgmap v13107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:27.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:27.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:28.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:28.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:28 smithi187 ceph-mon[111815]: pgmap v13108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:28 smithi088 ceph-mon[96111]: pgmap v13108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:29.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:29.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:30.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:30.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:30 smithi187 ceph-mon[111815]: pgmap v13109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:30 smithi088 ceph-mon[96111]: pgmap v13109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:31.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:31.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:33:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:33:32.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:32.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:32.621 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:32 smithi088 ceph-mon[96111]: pgmap v13110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:32 smithi187 ceph-mon[111815]: pgmap v13110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:33.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:33.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:34.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:34.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:34.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:34 smithi088 ceph-mon[96111]: pgmap v13111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:34 smithi187 ceph-mon[111815]: pgmap v13111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:35.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:35.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:36.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:36.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:36.632 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:36 smithi187 ceph-mon[111815]: pgmap v13112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:36 smithi088 ceph-mon[96111]: pgmap v13112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:37.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:37.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:38.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:38.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:38 smithi187 ceph-mon[111815]: pgmap v13113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:38 smithi088 ceph-mon[96111]: pgmap v13113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:39.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:39.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:40.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:40.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:40 smithi187 ceph-mon[111815]: pgmap v13114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:40 smithi088 ceph-mon[96111]: pgmap v13114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:41.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:41.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:42.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:42.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:42 smithi187 ceph-mon[111815]: pgmap v13115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:42.719 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:42 smithi088 ceph-mon[96111]: pgmap v13115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:43.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:43.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:44.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:44.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:44 smithi088 ceph-mon[96111]: pgmap v13116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:44 smithi187 ceph-mon[111815]: pgmap v13116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:45.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:45.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:46.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:46.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:46 smithi187 ceph-mon[111815]: pgmap v13117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:33:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:46 smithi088 ceph-mon[96111]: pgmap v13117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:33:47.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:47.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:48.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:48.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:48 smithi187 ceph-mon[111815]: pgmap v13118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:48 smithi088 ceph-mon[96111]: pgmap v13118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:49.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:49.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:50.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:50.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:50 smithi187 ceph-mon[111815]: pgmap v13119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:50 smithi088 ceph-mon[96111]: pgmap v13119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:51.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:51.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:52.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:52.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:52 smithi187 ceph-mon[111815]: pgmap v13120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:33:52.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:52 smithi088 ceph-mon[96111]: pgmap v13120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:52.818 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:33:53.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:53.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:54.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:54.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:54 smithi088 ceph-mon[96111]: pgmap v13121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:54 smithi187 ceph-mon[111815]: pgmap v13121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:55.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:55.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:56 smithi187 ceph-mon[111815]: pgmap v13122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:33:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:33:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:33:56.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:33:56.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:33:56.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:33:56.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:33:56.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:56.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:56 smithi088 ceph-mon[96111]: pgmap v13122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:33:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:33:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:33:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:33:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:33:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:33:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:33:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:33:57.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:57.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:33:58 smithi187 ceph-mon[111815]: pgmap v13123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:58.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:58.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:33:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:33:58 smithi088 ceph-mon[96111]: pgmap v13123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:33:59.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:33:59.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:00 smithi187 ceph-mon[111815]: pgmap v13124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:00.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:00.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:00 smithi088 ceph-mon[96111]: pgmap v13124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:34:01.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:01.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:34:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:02 smithi187 ceph-mon[111815]: pgmap v13125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:02.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:02.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:02 smithi088 ceph-mon[96111]: pgmap v13125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:03.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:03.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:04 smithi187 ceph-mon[111815]: pgmap v13126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:04.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:04.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:04 smithi088 ceph-mon[96111]: pgmap v13126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:05.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:05.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:06 smithi187 ceph-mon[111815]: pgmap v13127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:06.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:06.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:06 smithi088 ceph-mon[96111]: pgmap v13127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:07.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:07.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:08 smithi088 ceph-mon[96111]: pgmap v13128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:08.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:08 smithi187 ceph-mon[111815]: pgmap v13128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:08.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:08.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:09.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:09.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:10.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:10 smithi187 ceph-mon[111815]: pgmap v13129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:10.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:10.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:10 smithi088 ceph-mon[96111]: pgmap v13129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:11.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:11.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:12 smithi187 ceph-mon[111815]: pgmap v13130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:12.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:12.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:12 smithi088 ceph-mon[96111]: pgmap v13130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:13.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:13.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:14 smithi187 ceph-mon[111815]: pgmap v13131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:14.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:14.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:14 smithi088 ceph-mon[96111]: pgmap v13131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:15.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:15.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:16 smithi187 ceph-mon[111815]: pgmap v13132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:34:16.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:16.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:16 smithi088 ceph-mon[96111]: pgmap v13132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:34:17.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:17.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:18 smithi088 ceph-mon[96111]: pgmap v13133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:18 smithi187 ceph-mon[111815]: pgmap v13133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:18.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:18.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:19.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:19.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:20.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:20.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:20 smithi088 ceph-mon[96111]: pgmap v13134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:20 smithi187 ceph-mon[111815]: pgmap v13134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:21.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:21.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:22 smithi187 ceph-mon[111815]: pgmap v13135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:22.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:22.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:22 smithi088 ceph-mon[96111]: pgmap v13135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:23.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:23.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:24.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:24.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:24 smithi088 ceph-mon[96111]: pgmap v13136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:24 smithi187 ceph-mon[111815]: pgmap v13136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:25.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:25.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:26.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:26.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:26 smithi088 ceph-mon[96111]: pgmap v13137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:26 smithi187 ceph-mon[111815]: pgmap v13137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:27.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:27.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:28.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:28.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:28 smithi088 ceph-mon[96111]: pgmap v13138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:28 smithi187 ceph-mon[111815]: pgmap v13138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:29.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:29.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:30.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:30.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:30 smithi088 ceph-mon[96111]: pgmap v13139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:30 smithi187 ceph-mon[111815]: pgmap v13139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:31.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:31.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:34:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:34:32.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:32.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:32 smithi088 ceph-mon[96111]: pgmap v13140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:32 smithi187 ceph-mon[111815]: pgmap v13140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:33.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:33.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:34.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:34.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:34.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:34 smithi088 ceph-mon[96111]: pgmap v13141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:34 smithi187 ceph-mon[111815]: pgmap v13141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:35.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:35.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:36.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:36.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:36 smithi088 ceph-mon[96111]: pgmap v13142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:36 smithi187 ceph-mon[111815]: pgmap v13142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:37.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:37.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:38.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:38.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:38 smithi088 ceph-mon[96111]: pgmap v13143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:38 smithi187 ceph-mon[111815]: pgmap v13143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:39.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:39.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:40.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:40.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:40 smithi088 ceph-mon[96111]: pgmap v13144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:40 smithi187 ceph-mon[111815]: pgmap v13144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:41.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:41.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:42.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:42.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:42 smithi088 ceph-mon[96111]: pgmap v13145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:42 smithi187 ceph-mon[111815]: pgmap v13145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:43.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:43.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:44.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:44.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:44 smithi088 ceph-mon[96111]: pgmap v13146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:44 smithi187 ceph-mon[111815]: pgmap v13146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:45.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:45.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:46.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:46.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:46 smithi088 ceph-mon[96111]: pgmap v13147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:34:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:46 smithi187 ceph-mon[111815]: pgmap v13147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:34:47.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:47.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:48.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:48.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:48 smithi088 ceph-mon[96111]: pgmap v13148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:48 smithi187 ceph-mon[111815]: pgmap v13148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:49.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:49.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:50.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:50.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:50 smithi088 ceph-mon[96111]: pgmap v13149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:50 smithi187 ceph-mon[111815]: pgmap v13149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:51.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:51.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:52.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:52.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:52 smithi088 ceph-mon[96111]: pgmap v13150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:52 smithi187 ceph-mon[111815]: pgmap v13150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:53.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:53.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:54.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:54.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:54 smithi088 ceph-mon[96111]: pgmap v13151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:54 smithi187 ceph-mon[111815]: pgmap v13151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:55.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:55.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:56.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:56.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:56 smithi088 ceph-mon[96111]: pgmap v13152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:34:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:56 smithi187 ceph-mon[111815]: pgmap v13152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:34:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:34:57.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:57.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:58.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:58.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:34:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:34:58 smithi088 ceph-mon[96111]: pgmap v13153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:34:58 smithi187 ceph-mon[111815]: pgmap v13153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:34:59.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:34:59.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:00.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:00.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:00 smithi088 ceph-mon[96111]: pgmap v13154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:00 smithi187 ceph-mon[111815]: pgmap v13154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:01.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:01.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:35:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:35:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:35:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:35:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:35:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:35:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:35:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:35:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:35:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:35:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:35:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:35:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:35:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:35:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:35:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:35:02.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:02.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:02 smithi088 ceph-mon[96111]: pgmap v13155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:02 smithi187 ceph-mon[111815]: pgmap v13155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:03.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:03.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:04.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:04.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:04 smithi088 ceph-mon[96111]: pgmap v13156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:04 smithi187 ceph-mon[111815]: pgmap v13156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:05.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:05.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:06 smithi088 ceph-mon[96111]: pgmap v13157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:06.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:06.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:06 smithi187 ceph-mon[111815]: pgmap v13157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:07.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:07.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:08 smithi088 ceph-mon[96111]: pgmap v13158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:08.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:08.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:08 smithi187 ceph-mon[111815]: pgmap v13158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:09.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:09.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:10.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:10.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:10 smithi187 ceph-mon[111815]: pgmap v13159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:10 smithi088 ceph-mon[96111]: pgmap v13159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:11.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:11.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:12.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:12.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:12.639 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:12 smithi187 ceph-mon[111815]: pgmap v13160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:12 smithi088 ceph-mon[96111]: pgmap v13160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:13.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:13.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:14.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:14.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:14 smithi088 ceph-mon[96111]: pgmap v13161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:14 smithi187 ceph-mon[111815]: pgmap v13161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:15.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:15.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:16.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:16.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:16 smithi187 ceph-mon[111815]: pgmap v13162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:35:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:16 smithi088 ceph-mon[96111]: pgmap v13162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:35:17.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:17.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:18.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:18.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:18.654 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:18 smithi088 ceph-mon[96111]: pgmap v13163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:18 smithi187 ceph-mon[111815]: pgmap v13163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:19.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:19.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:20.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:20.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:20 smithi187 ceph-mon[111815]: pgmap v13164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:20 smithi088 ceph-mon[96111]: pgmap v13164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:21.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:21.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:22.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:22.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:22 smithi187 ceph-mon[111815]: pgmap v13165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:22 smithi088 ceph-mon[96111]: pgmap v13165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:23.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:23.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:24.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:24.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:24 smithi088 ceph-mon[96111]: pgmap v13166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:24 smithi187 ceph-mon[111815]: pgmap v13166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:25.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:25.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:26.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:26.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:26 smithi187 ceph-mon[111815]: pgmap v13167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:26 smithi088 ceph-mon[96111]: pgmap v13167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:27.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:27.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:28.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:28.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:28 smithi187 ceph-mon[111815]: pgmap v13168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:28.751 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:28 smithi088 ceph-mon[96111]: pgmap v13168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:29.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:29.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:30.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:30.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:30 smithi187 ceph-mon[111815]: pgmap v13169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:30 smithi088 ceph-mon[96111]: pgmap v13169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:31.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:31.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:35:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:35:32.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:32.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:32 smithi187 ceph-mon[111815]: pgmap v13170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:32 smithi088 ceph-mon[96111]: pgmap v13170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:33.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:33.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:34.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:34.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:34 smithi088 ceph-mon[96111]: pgmap v13171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:34 smithi187 ceph-mon[111815]: pgmap v13171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:35.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:35.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:36.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:36.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:36 smithi187 ceph-mon[111815]: pgmap v13172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:36 smithi088 ceph-mon[96111]: pgmap v13172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:37.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:37.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:38.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:38.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:38 smithi187 ceph-mon[111815]: pgmap v13173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:38 smithi088 ceph-mon[96111]: pgmap v13173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:39.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:39.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:40.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:40.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:40 smithi187 ceph-mon[111815]: pgmap v13174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:40 smithi088 ceph-mon[96111]: pgmap v13174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:41.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:41.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:42.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:42.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:42 smithi187 ceph-mon[111815]: pgmap v13175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:42 smithi088 ceph-mon[96111]: pgmap v13175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:43.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:43.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:44.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:44.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:44 smithi088 ceph-mon[96111]: pgmap v13176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:44 smithi187 ceph-mon[111815]: pgmap v13176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:45.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:45.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:46.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:46.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:46 smithi187 ceph-mon[111815]: pgmap v13177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:35:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:46 smithi088 ceph-mon[96111]: pgmap v13177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:35:47.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:47.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:48.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:48.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:48 smithi187 ceph-mon[111815]: pgmap v13178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:48 smithi088 ceph-mon[96111]: pgmap v13178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:49.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:49.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:50.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:50.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:50 smithi187 ceph-mon[111815]: pgmap v13179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:50 smithi088 ceph-mon[96111]: pgmap v13179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:51.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:51.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:52.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:52.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:52 smithi187 ceph-mon[111815]: pgmap v13180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:52 smithi088 ceph-mon[96111]: pgmap v13180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:53.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:53.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:54.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:54.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:54 smithi088 ceph-mon[96111]: pgmap v13181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:54 smithi187 ceph-mon[111815]: pgmap v13181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:55.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:55.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:56.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:56.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:56 smithi187 ceph-mon[111815]: pgmap v13182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:56 smithi088 ceph-mon[96111]: pgmap v13182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:35:57.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:57.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:58.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:58.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:35:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:35:58 smithi187 ceph-mon[111815]: pgmap v13183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:35:58 smithi088 ceph-mon[96111]: pgmap v13183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:35:59.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:35:59.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:00.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:00.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:00 smithi187 ceph-mon[111815]: pgmap v13184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:00 smithi088 ceph-mon[96111]: pgmap v13184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:01.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:01.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:36:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:36:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:36:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:36:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:36:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:36:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:36:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:36:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:36:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:36:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:36:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:36:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:36:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:36:02.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:02.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:02 smithi187 ceph-mon[111815]: pgmap v13185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:02 smithi088 ceph-mon[96111]: pgmap v13185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:03.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:03.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:04.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:04.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:04 smithi088 ceph-mon[96111]: pgmap v13186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:04 smithi187 ceph-mon[111815]: pgmap v13186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:05.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:05.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:06.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:06.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:06 smithi187 ceph-mon[111815]: pgmap v13187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:06 smithi088 ceph-mon[96111]: pgmap v13187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:07.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:07.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:08.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:08.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:08 smithi187 ceph-mon[111815]: pgmap v13188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:08 smithi088 ceph-mon[96111]: pgmap v13188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:09.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:09.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:10.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:10.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:10 smithi187 ceph-mon[111815]: pgmap v13189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:10 smithi088 ceph-mon[96111]: pgmap v13189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:11.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:11.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:12.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:12.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:12 smithi187 ceph-mon[111815]: pgmap v13190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:12 smithi088 ceph-mon[96111]: pgmap v13190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:13.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:13.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:14.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:14.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:14 smithi088 ceph-mon[96111]: pgmap v13191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:14 smithi187 ceph-mon[111815]: pgmap v13191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:15.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:15.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:16.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:16.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:16 smithi187 ceph-mon[111815]: pgmap v13192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:36:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:16 smithi088 ceph-mon[96111]: pgmap v13192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:36:17.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:17.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:18.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:18.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:18 smithi187 ceph-mon[111815]: pgmap v13193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:18 smithi088 ceph-mon[96111]: pgmap v13193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:19.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:19.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:20.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:20.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:20 smithi187 ceph-mon[111815]: pgmap v13194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:20 smithi088 ceph-mon[96111]: pgmap v13194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:21.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:21.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:22.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:22.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:22 smithi187 ceph-mon[111815]: pgmap v13195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:22 smithi088 ceph-mon[96111]: pgmap v13195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:23.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:23.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:24 smithi088 ceph-mon[96111]: pgmap v13196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:24.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:24.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:24 smithi187 ceph-mon[111815]: pgmap v13196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:25.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:25.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:26.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:26.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:26 smithi088 ceph-mon[96111]: pgmap v13197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:26 smithi187 ceph-mon[111815]: pgmap v13197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:27.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:27.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:28.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:28.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:28 smithi187 ceph-mon[111815]: pgmap v13198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:28 smithi088 ceph-mon[96111]: pgmap v13198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:29.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:29.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:30.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:30.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:30 smithi088 ceph-mon[96111]: pgmap v13199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:36:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:30 smithi187 ceph-mon[111815]: pgmap v13199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:36:31.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:31.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:32.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:32.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:32 smithi088 ceph-mon[96111]: pgmap v13200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:32 smithi187 ceph-mon[111815]: pgmap v13200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:33.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:33.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:34 smithi088 ceph-mon[96111]: pgmap v13201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:34.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:34.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:34 smithi187 ceph-mon[111815]: pgmap v13201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:35.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:35.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:36.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:36.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:36 smithi088 ceph-mon[96111]: pgmap v13202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:36 smithi187 ceph-mon[111815]: pgmap v13202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:37.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:37.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:38.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:38.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:38 smithi088 ceph-mon[96111]: pgmap v13203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:38 smithi187 ceph-mon[111815]: pgmap v13203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:39.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:39.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:40.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:40.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:40 smithi088 ceph-mon[96111]: pgmap v13204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:40 smithi187 ceph-mon[111815]: pgmap v13204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:41.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:41.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:42.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:42.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:42 smithi088 ceph-mon[96111]: pgmap v13205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:42 smithi187 ceph-mon[111815]: pgmap v13205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:43.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:43.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:44.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:44.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:44 smithi088 ceph-mon[96111]: pgmap v13206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:44 smithi187 ceph-mon[111815]: pgmap v13206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:45.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:45.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:36:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:36:46.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:46.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:46 smithi088 ceph-mon[96111]: pgmap v13207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:46 smithi187 ceph-mon[111815]: pgmap v13207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:47.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:47.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:48.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:48.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:48 smithi088 ceph-mon[96111]: pgmap v13208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:48 smithi187 ceph-mon[111815]: pgmap v13208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:49.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:49.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:50.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:50.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:50 smithi088 ceph-mon[96111]: pgmap v13209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:50 smithi187 ceph-mon[111815]: pgmap v13209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:51.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:51.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:52.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:52.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:52 smithi088 ceph-mon[96111]: pgmap v13210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:52 smithi187 ceph-mon[111815]: pgmap v13210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:53.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:53.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:54.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:54.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:54 smithi088 ceph-mon[96111]: pgmap v13211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:54 smithi187 ceph-mon[111815]: pgmap v13211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:55.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:55.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:56.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:56.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:56 smithi088 ceph-mon[96111]: pgmap v13212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:56 smithi187 ceph-mon[111815]: pgmap v13212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:36:57.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:57.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:58.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:58.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:36:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:36:58 smithi088 ceph-mon[96111]: pgmap v13213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:36:58 smithi187 ceph-mon[111815]: pgmap v13213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:36:59.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:36:59.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:00.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:00.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:00 smithi088 ceph-mon[96111]: pgmap v13214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:37:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:00 smithi187 ceph-mon[111815]: pgmap v13214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:37:01.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:01.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:02 smithi088 ceph-mon[96111]: pgmap v13215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:37:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:37:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:37:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:37:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:37:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:37:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:37:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:37:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:02 smithi187 ceph-mon[111815]: pgmap v13215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:37:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:37:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:37:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:37:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:37:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:37:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:37:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:37:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:02.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:03.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:03.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:04 smithi088 ceph-mon[96111]: pgmap v13216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:04 smithi187 ceph-mon[111815]: pgmap v13216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:04.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:04.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:05.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:05.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:06 smithi088 ceph-mon[96111]: pgmap v13217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:06 smithi187 ceph-mon[111815]: pgmap v13217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:06.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:06.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:07.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:07.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:08 smithi088 ceph-mon[96111]: pgmap v13218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:08 smithi187 ceph-mon[111815]: pgmap v13218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:08.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:08.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:09.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:09.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:10 smithi088 ceph-mon[96111]: pgmap v13219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:10 smithi187 ceph-mon[111815]: pgmap v13219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:10.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:10.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:11.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:11.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:12 smithi088 ceph-mon[96111]: pgmap v13220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:12 smithi187 ceph-mon[111815]: pgmap v13220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:12.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:12.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:13.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:13.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:14 smithi088 ceph-mon[96111]: pgmap v13221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:14 smithi187 ceph-mon[111815]: pgmap v13221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:14.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:14.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:15.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:15.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:16 smithi088 ceph-mon[96111]: pgmap v13222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:37:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:16 smithi187 ceph-mon[111815]: pgmap v13222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:37:16.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:16.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:17.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:17.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:18 smithi088 ceph-mon[96111]: pgmap v13223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:18 smithi187 ceph-mon[111815]: pgmap v13223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:18.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:18.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:19.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:19.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:20 smithi088 ceph-mon[96111]: pgmap v13224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:20 smithi187 ceph-mon[111815]: pgmap v13224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:20.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:20.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:21.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:21.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:22 smithi088 ceph-mon[96111]: pgmap v13225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:22 smithi187 ceph-mon[111815]: pgmap v13225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:22.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:22.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:23.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:23.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:24 smithi187 ceph-mon[111815]: pgmap v13226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:24 smithi088 ceph-mon[96111]: pgmap v13226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:24.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:24.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:25.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:25.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:26 smithi088 ceph-mon[96111]: pgmap v13227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:26 smithi187 ceph-mon[111815]: pgmap v13227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:26.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:26.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:27.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:27.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:28 smithi088 ceph-mon[96111]: pgmap v13228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:28 smithi187 ceph-mon[111815]: pgmap v13228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:28.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:28.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:29.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:29.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:30 smithi088 ceph-mon[96111]: pgmap v13229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:30 smithi187 ceph-mon[111815]: pgmap v13229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:30.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:30.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:37:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:37:31.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:31.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:32 smithi088 ceph-mon[96111]: pgmap v13230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:32 smithi187 ceph-mon[111815]: pgmap v13230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:32.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:32.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:33.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:33.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:34 smithi187 ceph-mon[111815]: pgmap v13231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:34 smithi088 ceph-mon[96111]: pgmap v13231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:34.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:34.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:35.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:35.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:36 smithi088 ceph-mon[96111]: pgmap v13232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:36 smithi187 ceph-mon[111815]: pgmap v13232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:36.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:36.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:37.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:37.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:38 smithi088 ceph-mon[96111]: pgmap v13233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:38 smithi187 ceph-mon[111815]: pgmap v13233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:38.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:38.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:39.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:39.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:40 smithi088 ceph-mon[96111]: pgmap v13234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:40 smithi187 ceph-mon[111815]: pgmap v13234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:40.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:40.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:41.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:41.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:42 smithi088 ceph-mon[96111]: pgmap v13235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:42 smithi187 ceph-mon[111815]: pgmap v13235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:42.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:42.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:43.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:43.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:44 smithi088 ceph-mon[96111]: pgmap v13236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:44 smithi187 ceph-mon[111815]: pgmap v13236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:44.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:44.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:45.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:45.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:46 smithi088 ceph-mon[96111]: pgmap v13237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:37:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:46 smithi187 ceph-mon[111815]: pgmap v13237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:37:46.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:46.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:47.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:47.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:48 smithi088 ceph-mon[96111]: pgmap v13238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:48 smithi187 ceph-mon[111815]: pgmap v13238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:48.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:48.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:49.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:49.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:50 smithi088 ceph-mon[96111]: pgmap v13239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:50 smithi187 ceph-mon[111815]: pgmap v13239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:50.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:50.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:51.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:51.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:52 smithi088 ceph-mon[96111]: pgmap v13240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:52 smithi187 ceph-mon[111815]: pgmap v13240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:52.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:52.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:53.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:53.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:54 smithi088 ceph-mon[96111]: pgmap v13241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:54 smithi187 ceph-mon[111815]: pgmap v13241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:54.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:54.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:55.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:55.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:56 smithi088 ceph-mon[96111]: pgmap v13242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:56 smithi187 ceph-mon[111815]: pgmap v13242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:37:56.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:56.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:57.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:57.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:37:58 smithi088 ceph-mon[96111]: pgmap v13243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:37:58 smithi187 ceph-mon[111815]: pgmap v13243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:37:58.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:58.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:37:59.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:37:59.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:00 smithi088 ceph-mon[96111]: pgmap v13244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:00 smithi187 ceph-mon[111815]: pgmap v13244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:00.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:00.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:38:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:38:01.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:01.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:02 smithi187 ceph-mon[111815]: pgmap v13245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:38:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:02 smithi088 ceph-mon[96111]: pgmap v13245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:38:02.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:02.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:38:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:38:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:38:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:38:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:38:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:38:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:38:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:38:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:38:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:38:03.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:03.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:04.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:04 smithi088 ceph-mon[96111]: pgmap v13246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:04 smithi187 ceph-mon[111815]: pgmap v13246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:04.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:04.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:05.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:05.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:06 smithi187 ceph-mon[111815]: pgmap v13247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:06 smithi088 ceph-mon[96111]: pgmap v13247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:06.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:06.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:07.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:07.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:08 smithi187 ceph-mon[111815]: pgmap v13248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:08 smithi088 ceph-mon[96111]: pgmap v13248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:08.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:08.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:09.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:09.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:10 smithi088 ceph-mon[96111]: pgmap v13249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:10 smithi187 ceph-mon[111815]: pgmap v13249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:10.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:10.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:11.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:11.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:12 smithi187 ceph-mon[111815]: pgmap v13250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:12 smithi088 ceph-mon[96111]: pgmap v13250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:12.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:12.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:13.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:13.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:14 smithi088 ceph-mon[96111]: pgmap v13251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:14 smithi187 ceph-mon[111815]: pgmap v13251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:14.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:14.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:15.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:15.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:16 smithi187 ceph-mon[111815]: pgmap v13252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:38:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:16 smithi088 ceph-mon[96111]: pgmap v13252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:38:16.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:16.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:17.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:17.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:18 smithi187 ceph-mon[111815]: pgmap v13253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:18 smithi088 ceph-mon[96111]: pgmap v13253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:18.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:18.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:19.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:19.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:20 smithi187 ceph-mon[111815]: pgmap v13254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:20 smithi088 ceph-mon[96111]: pgmap v13254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:20.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:20.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:21.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:21.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:22 smithi187 ceph-mon[111815]: pgmap v13255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:22 smithi088 ceph-mon[96111]: pgmap v13255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:22.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:22.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:23.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:23.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:24.651 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:24 smithi187 ceph-mon[111815]: pgmap v13256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:24 smithi088 ceph-mon[96111]: pgmap v13256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:24.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:24.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:25.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:25.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:26 smithi187 ceph-mon[111815]: pgmap v13257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:26 smithi088 ceph-mon[96111]: pgmap v13257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:26.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:26.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:27.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:27.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:28 smithi187 ceph-mon[111815]: pgmap v13258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:28 smithi088 ceph-mon[96111]: pgmap v13258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:28.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:28.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:29.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:29.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:30 smithi187 ceph-mon[111815]: pgmap v13259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:30 smithi088 ceph-mon[96111]: pgmap v13259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:30.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:30.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:38:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:38:31.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:31.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:32 smithi187 ceph-mon[111815]: pgmap v13260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:32 smithi088 ceph-mon[96111]: pgmap v13260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:32.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:32.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:33.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:33.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:34 smithi088 ceph-mon[96111]: pgmap v13261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:34 smithi187 ceph-mon[111815]: pgmap v13261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:34.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:34.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:35.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:35.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:36 smithi187 ceph-mon[111815]: pgmap v13262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:36 smithi088 ceph-mon[96111]: pgmap v13262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:36.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:36.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:37.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:37.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:38 smithi187 ceph-mon[111815]: pgmap v13263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:38 smithi088 ceph-mon[96111]: pgmap v13263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:38.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:38.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:39.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:39.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:40 smithi187 ceph-mon[111815]: pgmap v13264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:40 smithi088 ceph-mon[96111]: pgmap v13264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:40.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:40.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:41.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:41.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:42 smithi187 ceph-mon[111815]: pgmap v13265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:42 smithi088 ceph-mon[96111]: pgmap v13265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:42.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:42.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:43.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:43.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:44 smithi088 ceph-mon[96111]: pgmap v13266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:44 smithi187 ceph-mon[111815]: pgmap v13266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:44.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:44.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:45.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:45.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:46 smithi187 ceph-mon[111815]: pgmap v13267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:38:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:46 smithi088 ceph-mon[96111]: pgmap v13267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:38:46.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:46.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:47.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:47.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:48 smithi187 ceph-mon[111815]: pgmap v13268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:48 smithi088 ceph-mon[96111]: pgmap v13268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:48.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:48.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:49.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:49.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:50 smithi187 ceph-mon[111815]: pgmap v13269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:50.709 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:50 smithi088 ceph-mon[96111]: pgmap v13269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:50.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:50.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:51.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:51.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:52 smithi187 ceph-mon[111815]: pgmap v13270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:52 smithi088 ceph-mon[96111]: pgmap v13270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:52.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:52.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:53.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:53.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:54 smithi088 ceph-mon[96111]: pgmap v13271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:54 smithi187 ceph-mon[111815]: pgmap v13271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:54.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:54.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:55.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:55.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:56 smithi187 ceph-mon[111815]: pgmap v13272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:56 smithi088 ceph-mon[96111]: pgmap v13272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:38:56.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:56.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:57.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:57.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:38:58 smithi187 ceph-mon[111815]: pgmap v13273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:38:58 smithi088 ceph-mon[96111]: pgmap v13273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:38:58.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:58.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:38:59.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:38:59.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:00 smithi187 ceph-mon[111815]: pgmap v13274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:00.808 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:00 smithi088 ceph-mon[96111]: pgmap v13274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:00.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:00.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:39:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:39:01.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:01.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:02 smithi187 ceph-mon[111815]: pgmap v13275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:02 smithi088 ceph-mon[96111]: pgmap v13275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:02.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:02.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:03.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:39:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:39:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:39:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:39:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:39:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:39:03.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:03.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:04.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:04 smithi088 ceph-mon[96111]: pgmap v13276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:04.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:39:04.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:39:04.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:39:04.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:39:04.696 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:39:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:04 smithi187 ceph-mon[111815]: pgmap v13276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:39:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:39:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:39:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:39:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:39:04.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:04.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:05.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:05.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:06 smithi187 ceph-mon[111815]: pgmap v13277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:06 smithi088 ceph-mon[96111]: pgmap v13277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:06.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:06.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:07.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:07.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:08 smithi187 ceph-mon[111815]: pgmap v13278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:08 smithi088 ceph-mon[96111]: pgmap v13278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:08.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:08.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:09.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:09.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:10 smithi187 ceph-mon[111815]: pgmap v13279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:10 smithi088 ceph-mon[96111]: pgmap v13279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:10.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:10.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:11.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:11.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:12 smithi187 ceph-mon[111815]: pgmap v13280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:12 smithi088 ceph-mon[96111]: pgmap v13280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:12.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:12.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:13.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:13.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:14 smithi187 ceph-mon[111815]: pgmap v13281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:14 smithi088 ceph-mon[96111]: pgmap v13281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:14.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:14.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:15.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:15.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:16 smithi187 ceph-mon[111815]: pgmap v13282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:39:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:16 smithi088 ceph-mon[96111]: pgmap v13282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:39:16.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:16.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:17.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:17.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:18 smithi187 ceph-mon[111815]: pgmap v13283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:18 smithi088 ceph-mon[96111]: pgmap v13283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:18.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:18.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:19.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:19.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:20 smithi187 ceph-mon[111815]: pgmap v13284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:20 smithi088 ceph-mon[96111]: pgmap v13284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:20.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:20.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:21.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:21.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:22 smithi187 ceph-mon[111815]: pgmap v13285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:22 smithi088 ceph-mon[96111]: pgmap v13285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:22.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:22.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:23.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:23.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:24 smithi088 ceph-mon[96111]: pgmap v13286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:24 smithi187 ceph-mon[111815]: pgmap v13286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:24.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:24.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:25.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:25.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:26 smithi088 ceph-mon[96111]: pgmap v13287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:26 smithi187 ceph-mon[111815]: pgmap v13287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:26.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:26.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:28.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:28.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:28 smithi088 ceph-mon[96111]: pgmap v13288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:28 smithi187 ceph-mon[111815]: pgmap v13288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:29.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:29.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:30.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:30.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:30 smithi187 ceph-mon[111815]: pgmap v13289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:39:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:30 smithi088 ceph-mon[96111]: pgmap v13289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:39:31.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:31.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:32.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:32.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:32 smithi088 ceph-mon[96111]: pgmap v13290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:32 smithi187 ceph-mon[111815]: pgmap v13290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:33.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:33.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:34.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:34.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:34 smithi088 ceph-mon[96111]: pgmap v13291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:34 smithi187 ceph-mon[111815]: pgmap v13291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:35.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:35.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:36.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:36.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:36 smithi088 ceph-mon[96111]: pgmap v13292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:36 smithi187 ceph-mon[111815]: pgmap v13292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:37.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:37.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:38.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:38.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:38 smithi088 ceph-mon[96111]: pgmap v13293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:38 smithi187 ceph-mon[111815]: pgmap v13293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:39.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:39.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:40.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:40.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:40 smithi187 ceph-mon[111815]: pgmap v13294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:40 smithi088 ceph-mon[96111]: pgmap v13294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:41.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:41.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:42.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:42.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:42 smithi088 ceph-mon[96111]: pgmap v13295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:42 smithi187 ceph-mon[111815]: pgmap v13295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:43.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:43.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:44.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:44.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:44 smithi088 ceph-mon[96111]: pgmap v13296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:44 smithi187 ceph-mon[111815]: pgmap v13296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:45.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:45.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:39:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:39:46.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:46.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:46 smithi088 ceph-mon[96111]: pgmap v13297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:46 smithi187 ceph-mon[111815]: pgmap v13297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:47.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:47.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:48.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:48.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:48 smithi088 ceph-mon[96111]: pgmap v13298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:48 smithi187 ceph-mon[111815]: pgmap v13298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:49.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:49.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:50.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:50.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:50 smithi088 ceph-mon[96111]: pgmap v13299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:50 smithi187 ceph-mon[111815]: pgmap v13299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:51.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:51.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:52.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:52.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:52 smithi088 ceph-mon[96111]: pgmap v13300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:52 smithi187 ceph-mon[111815]: pgmap v13300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:53.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:53.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:54.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:54.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:54 smithi088 ceph-mon[96111]: pgmap v13301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:54 smithi187 ceph-mon[111815]: pgmap v13301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:55.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:55.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:56.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:56.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:56 smithi088 ceph-mon[96111]: pgmap v13302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:56 smithi187 ceph-mon[111815]: pgmap v13302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:39:57.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:57.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:58.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:58.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:39:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:39:58 smithi088 ceph-mon[96111]: pgmap v13303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:39:58 smithi187 ceph-mon[111815]: pgmap v13303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:39:59.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:39:59.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:00.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:00.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:00 smithi088 ceph-mon[96111]: pgmap v13304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T06:40:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:40:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:00 smithi187 ceph-mon[111815]: pgmap v13304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T06:40:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:40:01.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:01.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:02.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:02.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:02 smithi088 ceph-mon[96111]: pgmap v13305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:02 smithi187 ceph-mon[111815]: pgmap v13305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:03.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:03.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:04.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:04.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:04 smithi088 ceph-mon[96111]: pgmap v13306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:40:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:40:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:40:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:40:04.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:40:04.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:40:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:04 smithi187 ceph-mon[111815]: pgmap v13306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:40:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:40:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:40:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:40:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:40:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:40:05.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:05.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:06.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:06.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:06 smithi088 ceph-mon[96111]: pgmap v13307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:06 smithi187 ceph-mon[111815]: pgmap v13307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:07.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:07.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:08.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:08.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:08 smithi088 ceph-mon[96111]: pgmap v13308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:08 smithi187 ceph-mon[111815]: pgmap v13308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:09.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:09.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:10.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:10.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:10 smithi088 ceph-mon[96111]: pgmap v13309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:10 smithi187 ceph-mon[111815]: pgmap v13309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:11.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:11.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:12.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:12.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:12 smithi088 ceph-mon[96111]: pgmap v13310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:12 smithi187 ceph-mon[111815]: pgmap v13310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:13.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:13.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:14.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:14.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:14 smithi088 ceph-mon[96111]: pgmap v13311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:14 smithi187 ceph-mon[111815]: pgmap v13311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:15.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:15.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:40:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:40:16.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:16.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:16 smithi088 ceph-mon[96111]: pgmap v13312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:16 smithi187 ceph-mon[111815]: pgmap v13312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:17.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:17.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:18.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:18.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:18 smithi088 ceph-mon[96111]: pgmap v13313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:18 smithi187 ceph-mon[111815]: pgmap v13313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:19.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:19.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:20.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:20.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:20 smithi088 ceph-mon[96111]: pgmap v13314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:20.860 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:20 smithi187 ceph-mon[111815]: pgmap v13314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:21.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:21.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:22.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:22.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:22 smithi088 ceph-mon[96111]: pgmap v13315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:22 smithi187 ceph-mon[111815]: pgmap v13315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:23.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:23.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:24.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:24.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:24 smithi187 ceph-mon[111815]: pgmap v13316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:24 smithi088 ceph-mon[96111]: pgmap v13316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:25.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:25.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:26.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:26.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:26 smithi187 ceph-mon[111815]: pgmap v13317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:26 smithi088 ceph-mon[96111]: pgmap v13317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:27.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:27.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:28.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:28.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:28 smithi187 ceph-mon[111815]: pgmap v13318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:28 smithi088 ceph-mon[96111]: pgmap v13318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:29.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:29.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:30.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:30.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:30 smithi187 ceph-mon[111815]: pgmap v13319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:40:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:30 smithi088 ceph-mon[96111]: pgmap v13319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:40:31.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:31.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:32.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:32.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:32 smithi187 ceph-mon[111815]: pgmap v13320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:32 smithi088 ceph-mon[96111]: pgmap v13320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:33.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:33.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:34.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:34.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:34 smithi187 ceph-mon[111815]: pgmap v13321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:34 smithi088 ceph-mon[96111]: pgmap v13321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:35.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:35.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:36.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:36.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:36 smithi187 ceph-mon[111815]: pgmap v13322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:36 smithi088 ceph-mon[96111]: pgmap v13322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:37.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:37.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:38.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:38.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:38 smithi187 ceph-mon[111815]: pgmap v13323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:38 smithi088 ceph-mon[96111]: pgmap v13323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:39.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:39.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:40.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:40.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:40 smithi187 ceph-mon[111815]: pgmap v13324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:40 smithi088 ceph-mon[96111]: pgmap v13324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:41.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:41.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:42.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:42.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:42 smithi187 ceph-mon[111815]: pgmap v13325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:42 smithi088 ceph-mon[96111]: pgmap v13325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:43.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:43.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:44.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:44.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:44 smithi187 ceph-mon[111815]: pgmap v13326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:44 smithi088 ceph-mon[96111]: pgmap v13326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:45.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:45.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:40:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:40:46.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:46.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:46 smithi187 ceph-mon[111815]: pgmap v13327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:46 smithi088 ceph-mon[96111]: pgmap v13327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:47.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:47.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:48.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:48.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:48 smithi187 ceph-mon[111815]: pgmap v13328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:48 smithi088 ceph-mon[96111]: pgmap v13328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:49.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:49.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:50.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:50.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:50 smithi187 ceph-mon[111815]: pgmap v13329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:50 smithi088 ceph-mon[96111]: pgmap v13329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:51.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:51.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:52.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:52.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:52 smithi187 ceph-mon[111815]: pgmap v13330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:52 smithi088 ceph-mon[96111]: pgmap v13330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:53.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:53.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:54.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:54.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:54 smithi187 ceph-mon[111815]: pgmap v13331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:54 smithi088 ceph-mon[96111]: pgmap v13331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:55.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:55.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:56.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:56.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:56.945 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:56 smithi088 ceph-mon[96111]: pgmap v13332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:56 smithi187 ceph-mon[111815]: pgmap v13332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:40:57.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:57.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:58.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:58.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:40:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:40:58 smithi187 ceph-mon[111815]: pgmap v13333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:40:58 smithi088 ceph-mon[96111]: pgmap v13333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:40:59.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:40:59.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:00.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:00.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:00 smithi187 ceph-mon[111815]: pgmap v13334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:41:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:00 smithi088 ceph-mon[96111]: pgmap v13334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:41:01.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:01.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:02.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:02.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:02 smithi187 ceph-mon[111815]: pgmap v13335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:02 smithi088 ceph-mon[96111]: pgmap v13335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:03.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:03.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:04.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:04.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: pgmap v13336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:41:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:41:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:41:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:41:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:41:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:41:04.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:41:04.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:41:04.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:41:04.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:41:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: pgmap v13336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:41:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:41:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:41:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:41:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:41:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:41:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:41:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:41:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:41:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:41:05.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:05.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:05 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1531M 2023-10-13T06:41:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:41:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:05 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1531M 2023-10-13T06:41:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:41:06.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:06.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:06 smithi187 ceph-mon[111815]: pgmap v13337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:07.043 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:06 smithi088 ceph-mon[96111]: pgmap v13337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:07.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:07.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:08.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:08.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:08 smithi187 ceph-mon[111815]: pgmap v13338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:08 smithi088 ceph-mon[96111]: pgmap v13338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:09.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:09.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:10.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:10.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:10 smithi187 ceph-mon[111815]: pgmap v13339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:10 smithi088 ceph-mon[96111]: pgmap v13339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:11.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:11.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:12.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:12.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:12 smithi187 ceph-mon[111815]: pgmap v13340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:12 smithi088 ceph-mon[96111]: pgmap v13340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:13.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:13.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:14.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:14.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:14 smithi187 ceph-mon[111815]: pgmap v13341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:14 smithi088 ceph-mon[96111]: pgmap v13341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:15.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:15.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:41:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:41:16.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:16.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:16 smithi187 ceph-mon[111815]: pgmap v13342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:16 smithi088 ceph-mon[96111]: pgmap v13342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:17.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:17.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:17 smithi187 ceph-mon[111815]: pgmap v13343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:17 smithi088 ceph-mon[96111]: pgmap v13343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:18.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:18.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:19.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:19.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:20.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:20.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:20.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:19 smithi187 ceph-mon[111815]: pgmap v13344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:19 smithi088 ceph-mon[96111]: pgmap v13344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:21.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:21.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:22.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:22.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:22 smithi088 ceph-mon[96111]: pgmap v13345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:22 smithi187 ceph-mon[111815]: pgmap v13345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:23.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:23.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:24.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:24.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:24 smithi088 ceph-mon[96111]: pgmap v13346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:24 smithi187 ceph-mon[111815]: pgmap v13346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:25.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:25.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:26.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:26.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:26.548 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:26 smithi187 ceph-mon[111815]: pgmap v13347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:26 smithi088 ceph-mon[96111]: pgmap v13347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:27.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:27.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:28.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:28.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:28 smithi088 ceph-mon[96111]: pgmap v13348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:28 smithi187 ceph-mon[111815]: pgmap v13348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:29.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:29.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:30.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:30.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:30 smithi088 ceph-mon[96111]: pgmap v13349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:30 smithi187 ceph-mon[111815]: pgmap v13349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:31.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:31.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:41:31.601 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:41:32.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:32.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:32 smithi088 ceph-mon[96111]: pgmap v13350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:32 smithi187 ceph-mon[111815]: pgmap v13350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:33.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:33.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:34.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:34.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:34 smithi088 ceph-mon[96111]: pgmap v13351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:34 smithi187 ceph-mon[111815]: pgmap v13351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:35.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:35.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:36.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:36.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:36 smithi088 ceph-mon[96111]: pgmap v13352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:36.653 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:36 smithi187 ceph-mon[111815]: pgmap v13352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:37.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:37.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:38.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:38.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:38 smithi088 ceph-mon[96111]: pgmap v13353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:38 smithi187 ceph-mon[111815]: pgmap v13353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:39.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:39.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:40.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:40.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:40 smithi088 ceph-mon[96111]: pgmap v13354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:40 smithi187 ceph-mon[111815]: pgmap v13354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:41.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:41.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:42.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:42.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:42 smithi088 ceph-mon[96111]: pgmap v13355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:42 smithi187 ceph-mon[111815]: pgmap v13355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:43.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:43.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:44.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:44.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:44 smithi088 ceph-mon[96111]: pgmap v13356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:44 smithi187 ceph-mon[111815]: pgmap v13356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:45.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:45.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:46.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:46.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:46 smithi088 ceph-mon[96111]: pgmap v13357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:41:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:46 smithi187 ceph-mon[111815]: pgmap v13357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:41:47.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:47.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:48.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:48.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:48 smithi187 ceph-mon[111815]: pgmap v13358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:48 smithi088 ceph-mon[96111]: pgmap v13358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:49.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:49.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:50.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:50.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:50 smithi187 ceph-mon[111815]: pgmap v13359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:50 smithi088 ceph-mon[96111]: pgmap v13359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:51.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:51.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:52.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:52.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:52 smithi187 ceph-mon[111815]: pgmap v13360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:52 smithi088 ceph-mon[96111]: pgmap v13360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:53.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:53.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:54.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:54.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:54 smithi088 ceph-mon[96111]: pgmap v13361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:54 smithi187 ceph-mon[111815]: pgmap v13361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:55.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:55.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:56.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:56.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:56 smithi187 ceph-mon[111815]: pgmap v13362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:56 smithi088 ceph-mon[96111]: pgmap v13362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:41:57.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:57.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:58.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:58.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:41:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:41:58 smithi187 ceph-mon[111815]: pgmap v13363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:41:58 smithi088 ceph-mon[96111]: pgmap v13363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:41:59.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:41:59.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:00.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:00.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:00 smithi187 ceph-mon[111815]: pgmap v13364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:00 smithi088 ceph-mon[96111]: pgmap v13364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:01.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:01.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:42:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:42:02.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:02.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:02 smithi187 ceph-mon[111815]: pgmap v13365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:02 smithi088 ceph-mon[96111]: pgmap v13365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:03.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:03.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:04.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:04.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:04 smithi088 ceph-mon[96111]: pgmap v13366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:04 smithi187 ceph-mon[111815]: pgmap v13366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:05.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:05.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:42:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:42:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:42:05.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:42:05.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:42:05.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:42:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:42:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:42:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:42:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:42:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:42:05.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:42:06.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:06.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:06 smithi187 ceph-mon[111815]: pgmap v13367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:06 smithi088 ceph-mon[96111]: pgmap v13367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:07.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:07.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:08.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:08.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:08 smithi187 ceph-mon[111815]: pgmap v13368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:08 smithi088 ceph-mon[96111]: pgmap v13368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:09.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:09.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:10.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:10.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:10 smithi187 ceph-mon[111815]: pgmap v13369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:10 smithi088 ceph-mon[96111]: pgmap v13369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:11.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:11.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:12.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:12.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:12.680 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:12 smithi088 ceph-mon[96111]: pgmap v13370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:12 smithi187 ceph-mon[111815]: pgmap v13370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:13.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:13.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:14.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:14.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:14 smithi088 ceph-mon[96111]: pgmap v13371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:14 smithi187 ceph-mon[111815]: pgmap v13371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:15.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:15.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:16.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:16.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:16 smithi187 ceph-mon[111815]: pgmap v13372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:42:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:16 smithi088 ceph-mon[96111]: pgmap v13372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:42:17.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:17.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:18.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:18.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:18 smithi187 ceph-mon[111815]: pgmap v13373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:18 smithi088 ceph-mon[96111]: pgmap v13373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:19.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:19.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:20.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:20.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:20 smithi187 ceph-mon[111815]: pgmap v13374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:20 smithi088 ceph-mon[96111]: pgmap v13374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:21.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:21.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:22.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:22.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:22 smithi187 ceph-mon[111815]: pgmap v13375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:22.780 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:22 smithi088 ceph-mon[96111]: pgmap v13375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:23.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:23.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:24.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:24.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:24.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:24 smithi088 ceph-mon[96111]: pgmap v13376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:24 smithi187 ceph-mon[111815]: pgmap v13376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:25.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:25.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:26.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:26.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:26 smithi187 ceph-mon[111815]: pgmap v13377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:26 smithi088 ceph-mon[96111]: pgmap v13377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:27.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:27.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:28.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:28.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:28 smithi187 ceph-mon[111815]: pgmap v13378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:28 smithi088 ceph-mon[96111]: pgmap v13378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:29.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:29.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:30.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:30.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:30 smithi187 ceph-mon[111815]: pgmap v13379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:30 smithi088 ceph-mon[96111]: pgmap v13379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:31.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:31.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:42:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:42:32.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:32.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:32 smithi187 ceph-mon[111815]: pgmap v13380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:32 smithi088 ceph-mon[96111]: pgmap v13380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:33.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:33.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:34.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:34.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:34 smithi088 ceph-mon[96111]: pgmap v13381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:34 smithi187 ceph-mon[111815]: pgmap v13381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:35.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:35.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:36.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:36.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:36 smithi187 ceph-mon[111815]: pgmap v13382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:36 smithi088 ceph-mon[96111]: pgmap v13382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:37.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:37.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:38.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:38.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:38 smithi187 ceph-mon[111815]: pgmap v13383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:38 smithi088 ceph-mon[96111]: pgmap v13383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:39.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:39.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:40.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:40.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:40 smithi187 ceph-mon[111815]: pgmap v13384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:40 smithi088 ceph-mon[96111]: pgmap v13384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:41.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:41.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:42.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:42.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:42 smithi187 ceph-mon[111815]: pgmap v13385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:42 smithi088 ceph-mon[96111]: pgmap v13385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:43.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:43.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:44.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:44.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:44 smithi088 ceph-mon[96111]: pgmap v13386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:44 smithi187 ceph-mon[111815]: pgmap v13386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:45.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:45.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:46.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:46.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:46 smithi187 ceph-mon[111815]: pgmap v13387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:42:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:46 smithi088 ceph-mon[96111]: pgmap v13387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:42:47.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:47.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:48.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:48.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:48 smithi187 ceph-mon[111815]: pgmap v13388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:48 smithi088 ceph-mon[96111]: pgmap v13388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:49.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:49.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:50.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:50.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:50 smithi187 ceph-mon[111815]: pgmap v13389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:50 smithi088 ceph-mon[96111]: pgmap v13389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:51.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:51.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:52.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:52.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:52 smithi187 ceph-mon[111815]: pgmap v13390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:52 smithi088 ceph-mon[96111]: pgmap v13390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:53.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:53.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:54.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:54.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:54 smithi088 ceph-mon[96111]: pgmap v13391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:54 smithi187 ceph-mon[111815]: pgmap v13391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:55.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:55.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:56.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:56.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:56 smithi187 ceph-mon[111815]: pgmap v13392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:56 smithi088 ceph-mon[96111]: pgmap v13392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:42:57.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:57.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:58.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:58.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:42:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:42:58 smithi187 ceph-mon[111815]: pgmap v13393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:42:58 smithi088 ceph-mon[96111]: pgmap v13393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:42:59.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:42:59.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:00.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:00.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:00 smithi187 ceph-mon[111815]: pgmap v13394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:00 smithi088 ceph-mon[96111]: pgmap v13394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:01.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:01.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:43:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:43:02.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:02.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:02 smithi088 ceph-mon[96111]: pgmap v13395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:02 smithi187 ceph-mon[111815]: pgmap v13395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:03.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:03.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:04.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:04.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:04 smithi088 ceph-mon[96111]: pgmap v13396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:04 smithi187 ceph-mon[111815]: pgmap v13396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:05.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:05.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:43:05.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:43:06.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:06.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:06 smithi088 ceph-mon[96111]: pgmap v13397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:43:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:43:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:43:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:43:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:43:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:06 smithi187 ceph-mon[111815]: pgmap v13397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:43:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:43:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:43:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:43:06.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:43:07.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:07.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:08.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:08.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:08 smithi088 ceph-mon[96111]: pgmap v13398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:08 smithi187 ceph-mon[111815]: pgmap v13398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:09.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:09.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:10.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:10.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:10 smithi088 ceph-mon[96111]: pgmap v13399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:10 smithi187 ceph-mon[111815]: pgmap v13399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:11.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:11.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:12.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:12.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:12 smithi088 ceph-mon[96111]: pgmap v13400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:12 smithi187 ceph-mon[111815]: pgmap v13400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:13.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:13.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:14.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:14.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:14 smithi088 ceph-mon[96111]: pgmap v13401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:14 smithi187 ceph-mon[111815]: pgmap v13401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:15.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:15.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:43:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:43:16.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:16.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:16 smithi088 ceph-mon[96111]: pgmap v13402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:16 smithi187 ceph-mon[111815]: pgmap v13402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:17.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:17.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:18.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:18.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:18 smithi088 ceph-mon[96111]: pgmap v13403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:18 smithi187 ceph-mon[111815]: pgmap v13403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:19.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:19.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:20.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:20.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:20 smithi088 ceph-mon[96111]: pgmap v13404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:20 smithi187 ceph-mon[111815]: pgmap v13404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:21.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:21.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:22.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:22.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:22.767 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:22 smithi187 ceph-mon[111815]: pgmap v13405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:22 smithi088 ceph-mon[96111]: pgmap v13405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:23.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:23.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:24.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:24.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:24 smithi088 ceph-mon[96111]: pgmap v13406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:24 smithi187 ceph-mon[111815]: pgmap v13406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:25.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:25.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:26.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:26.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:26 smithi088 ceph-mon[96111]: pgmap v13407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:26 smithi187 ceph-mon[111815]: pgmap v13407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:27.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:27.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:28.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:28.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:28 smithi088 ceph-mon[96111]: pgmap v13408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:28 smithi187 ceph-mon[111815]: pgmap v13408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:29.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:29.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:30.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:30.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:30 smithi088 ceph-mon[96111]: pgmap v13409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:43:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:30 smithi187 ceph-mon[111815]: pgmap v13409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:43:31.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:31.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:32.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:32.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:32 smithi088 ceph-mon[96111]: pgmap v13410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:32.873 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:32 smithi187 ceph-mon[111815]: pgmap v13410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:33.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:33.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:34.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:34.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:34 smithi088 ceph-mon[96111]: pgmap v13411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:34 smithi187 ceph-mon[111815]: pgmap v13411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:35.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:35.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:36.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:36.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:36 smithi088 ceph-mon[96111]: pgmap v13412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:36 smithi187 ceph-mon[111815]: pgmap v13412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:37.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:37.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:38.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:38.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:38 smithi088 ceph-mon[96111]: pgmap v13413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:38 smithi187 ceph-mon[111815]: pgmap v13413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:39.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:39.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:40.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:40.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:40 smithi088 ceph-mon[96111]: pgmap v13414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:40 smithi187 ceph-mon[111815]: pgmap v13414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:41.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:41.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:42.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:42.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:42 smithi088 ceph-mon[96111]: pgmap v13415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:42 smithi187 ceph-mon[111815]: pgmap v13415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:43.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:43.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:44.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:44.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:44 smithi088 ceph-mon[96111]: pgmap v13416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:44 smithi187 ceph-mon[111815]: pgmap v13416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:45.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:45.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:43:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:43:46.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:46.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:46 smithi088 ceph-mon[96111]: pgmap v13417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:46 smithi187 ceph-mon[111815]: pgmap v13417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:47.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:47.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:48.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:48.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:48 smithi088 ceph-mon[96111]: pgmap v13418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:48 smithi187 ceph-mon[111815]: pgmap v13418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:49.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:49.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:50.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:50.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:50 smithi088 ceph-mon[96111]: pgmap v13419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:50 smithi187 ceph-mon[111815]: pgmap v13419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:51.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:51.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:52.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:52.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:52 smithi088 ceph-mon[96111]: pgmap v13420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:52 smithi187 ceph-mon[111815]: pgmap v13420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:53.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:53.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:54.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:54.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:54 smithi088 ceph-mon[96111]: pgmap v13421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:54 smithi187 ceph-mon[111815]: pgmap v13421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:55.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:55.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:56.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:56.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:56 smithi088 ceph-mon[96111]: pgmap v13422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:56 smithi187 ceph-mon[111815]: pgmap v13422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:43:57.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:57.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:58.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:58.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:43:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:43:58 smithi187 ceph-mon[111815]: pgmap v13423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:43:58 smithi088 ceph-mon[96111]: pgmap v13423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:43:59.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:43:59.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:00.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:00.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:00 smithi187 ceph-mon[111815]: pgmap v13424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:44:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:00 smithi088 ceph-mon[96111]: pgmap v13424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:44:01.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:01.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:02.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:02.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:02 smithi187 ceph-mon[111815]: pgmap v13425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:02 smithi088 ceph-mon[96111]: pgmap v13425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:03.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:03.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:04.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:04.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:04 smithi187 ceph-mon[111815]: pgmap v13426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:04 smithi088 ceph-mon[96111]: pgmap v13426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:05.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:05.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:06.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:06.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:06 smithi187 ceph-mon[111815]: pgmap v13427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:44:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:06 smithi088 ceph-mon[96111]: pgmap v13427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:44:07.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:07.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:08.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:08.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:08 smithi187 ceph-mon[111815]: pgmap v13428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:08.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:44:08.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:44:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:08 smithi088 ceph-mon[96111]: pgmap v13428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:44:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:44:09.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:09.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:44:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:44:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:44:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:44:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:44:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:44:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:44:10.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:44:10.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:44:10.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:44:10.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:10.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:10 smithi187 ceph-mon[111815]: pgmap v13429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:10 smithi088 ceph-mon[96111]: pgmap v13429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:11.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:11.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:12.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:12.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:12 smithi187 ceph-mon[111815]: pgmap v13430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:12 smithi088 ceph-mon[96111]: pgmap v13430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:13.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:13.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:14.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:14.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:14 smithi187 ceph-mon[111815]: pgmap v13431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:14 smithi088 ceph-mon[96111]: pgmap v13431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:15.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:15.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:44:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:44:16.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:16.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:16 smithi187 ceph-mon[111815]: pgmap v13432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:16 smithi088 ceph-mon[96111]: pgmap v13432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:17.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:17.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:18.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:18.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:18.914 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:18 smithi088 ceph-mon[96111]: pgmap v13433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:18 smithi187 ceph-mon[111815]: pgmap v13433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:19.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:19.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:20.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:20.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:20 smithi187 ceph-mon[111815]: pgmap v13434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:20 smithi088 ceph-mon[96111]: pgmap v13434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:21.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:21.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:22.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:22.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:22 smithi187 ceph-mon[111815]: pgmap v13435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:22 smithi088 ceph-mon[96111]: pgmap v13435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:23.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:23.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:24.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:24.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:24 smithi187 ceph-mon[111815]: pgmap v13436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:24 smithi088 ceph-mon[96111]: pgmap v13436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:25.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:25.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:26.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:26.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:26 smithi187 ceph-mon[111815]: pgmap v13437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:26 smithi088 ceph-mon[96111]: pgmap v13437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:27.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:27.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:28.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:28.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:28 smithi187 ceph-mon[111815]: pgmap v13438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:29.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:28 smithi088 ceph-mon[96111]: pgmap v13438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:29.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:29.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:30.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:30.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:30 smithi187 ceph-mon[111815]: pgmap v13439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:44:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:30 smithi088 ceph-mon[96111]: pgmap v13439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:44:31.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:31.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:32.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:32.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:32 smithi187 ceph-mon[111815]: pgmap v13440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:32 smithi088 ceph-mon[96111]: pgmap v13440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:33.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:33.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:34.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:34.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:34 smithi187 ceph-mon[111815]: pgmap v13441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:34 smithi088 ceph-mon[96111]: pgmap v13441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:35.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:35.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:36.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:36.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:36 smithi187 ceph-mon[111815]: pgmap v13442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:36 smithi088 ceph-mon[96111]: pgmap v13442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:37.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:37.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:38.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:38.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:38 smithi187 ceph-mon[111815]: pgmap v13443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:38 smithi088 ceph-mon[96111]: pgmap v13443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:39.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:39.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:40.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:40.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:40 smithi187 ceph-mon[111815]: pgmap v13444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:40 smithi088 ceph-mon[96111]: pgmap v13444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:41.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:41.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:42.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:42.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:42 smithi187 ceph-mon[111815]: pgmap v13445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:42 smithi088 ceph-mon[96111]: pgmap v13445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:43.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:43.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:44.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:44.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:44 smithi187 ceph-mon[111815]: pgmap v13446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:44 smithi088 ceph-mon[96111]: pgmap v13446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:45.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:45.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:44:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:44:46.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:46.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:46 smithi187 ceph-mon[111815]: pgmap v13447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:46 smithi088 ceph-mon[96111]: pgmap v13447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:47.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:47.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:48.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:48.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:48 smithi187 ceph-mon[111815]: pgmap v13448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:48 smithi088 ceph-mon[96111]: pgmap v13448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:49.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:49.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:50.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:50.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:50 smithi187 ceph-mon[111815]: pgmap v13449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:50 smithi088 ceph-mon[96111]: pgmap v13449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:51.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:51.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:52.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:52.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:52 smithi187 ceph-mon[111815]: pgmap v13450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:52 smithi088 ceph-mon[96111]: pgmap v13450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:53.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:53.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:54.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:54.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:54 smithi187 ceph-mon[111815]: pgmap v13451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:54 smithi088 ceph-mon[96111]: pgmap v13451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:55.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:55.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:56.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:56.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:56 smithi187 ceph-mon[111815]: pgmap v13452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:56 smithi088 ceph-mon[96111]: pgmap v13452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:44:57.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:57.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:58.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:58.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:44:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:44:58 smithi187 ceph-mon[111815]: pgmap v13453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:44:58 smithi088 ceph-mon[96111]: pgmap v13453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:44:59.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:44:59.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:00.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:00.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:00 smithi187 ceph-mon[111815]: pgmap v13454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:45:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:00 smithi088 ceph-mon[96111]: pgmap v13454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:45:01.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:01.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:02.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:02.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:02 smithi187 ceph-mon[111815]: pgmap v13455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:02 smithi088 ceph-mon[96111]: pgmap v13455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:03.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:03.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:04.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:04.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:04 smithi187 ceph-mon[111815]: pgmap v13456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:04 smithi088 ceph-mon[96111]: pgmap v13456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:05.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:05.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:06.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:06.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:06 smithi187 ceph-mon[111815]: pgmap v13457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:06 smithi088 ceph-mon[96111]: pgmap v13457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:07.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:07.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:08.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:08.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:08 smithi187 ceph-mon[111815]: pgmap v13458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:08 smithi088 ceph-mon[96111]: pgmap v13458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:09.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:09.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:09.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:45:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:45:10.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:10.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:10 smithi187 ceph-mon[111815]: pgmap v13459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:10 smithi088 ceph-mon[96111]: pgmap v13459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:11.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:11.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:12.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:12.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:12 smithi187 ceph-mon[111815]: pgmap v13460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:12 smithi088 ceph-mon[96111]: pgmap v13460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:13.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:13.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:14.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:14.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:14 smithi088 ceph-mon[96111]: pgmap v13461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:45:14.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:45:14.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:45:14.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:45:14.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:45:14.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:45:14.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:45:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:14 smithi187 ceph-mon[111815]: pgmap v13461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:45:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:45:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:45:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:45:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:45:14.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:45:14.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:45:15.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:15.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:45:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:45:16.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:16.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:16 smithi088 ceph-mon[96111]: pgmap v13462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:16 smithi187 ceph-mon[111815]: pgmap v13462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:17.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:17.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:17 smithi088 ceph-mon[96111]: pgmap v13463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:17 smithi187 ceph-mon[111815]: pgmap v13463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:18.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:18.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:19.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:19.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:20 smithi088 ceph-mon[96111]: pgmap v13464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:20.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:20 smithi187 ceph-mon[111815]: pgmap v13464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:20.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:20.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:21.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:21.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:22.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:22.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:22 smithi187 ceph-mon[111815]: pgmap v13465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:22 smithi088 ceph-mon[96111]: pgmap v13465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:23.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:23.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:24.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:24.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:24 smithi088 ceph-mon[96111]: pgmap v13466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:24 smithi187 ceph-mon[111815]: pgmap v13466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:25.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:25.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:26.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:26.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:26 smithi187 ceph-mon[111815]: pgmap v13467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:26 smithi088 ceph-mon[96111]: pgmap v13467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:27.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:27.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:28.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:28.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:28 smithi187 ceph-mon[111815]: pgmap v13468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:28 smithi088 ceph-mon[96111]: pgmap v13468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:29.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:29.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:30.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:30.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:30 smithi187 ceph-mon[111815]: pgmap v13469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:30 smithi088 ceph-mon[96111]: pgmap v13469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:31.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:31.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:45:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:45:32.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:32.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:32 smithi187 ceph-mon[111815]: pgmap v13470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:32 smithi088 ceph-mon[96111]: pgmap v13470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:33.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:33.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:34 smithi187 ceph-mon[111815]: pgmap v13471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:34.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:34.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:34.654 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:34 smithi088 ceph-mon[96111]: pgmap v13471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:35.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:35.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:36.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:36.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:36 smithi187 ceph-mon[111815]: pgmap v13472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:36 smithi088 ceph-mon[96111]: pgmap v13472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:37.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:37.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:38.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:38.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:38 smithi187 ceph-mon[111815]: pgmap v13473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:38 smithi088 ceph-mon[96111]: pgmap v13473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:39.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:39.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:40.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:40.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:40 smithi187 ceph-mon[111815]: pgmap v13474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:40 smithi088 ceph-mon[96111]: pgmap v13474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:41.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:41.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:42.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:42.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:42 smithi187 ceph-mon[111815]: pgmap v13475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:42 smithi088 ceph-mon[96111]: pgmap v13475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:43.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:43.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:44.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:44.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:44 smithi088 ceph-mon[96111]: pgmap v13476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:44 smithi187 ceph-mon[111815]: pgmap v13476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:45.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:45.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:46.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:46.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:46 smithi187 ceph-mon[111815]: pgmap v13477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:45:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:46 smithi088 ceph-mon[96111]: pgmap v13477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:45:47.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:47.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:48.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:48.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:48 smithi187 ceph-mon[111815]: pgmap v13478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:48 smithi088 ceph-mon[96111]: pgmap v13478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:49.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:49.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:50.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:50.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:50 smithi187 ceph-mon[111815]: pgmap v13479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:50 smithi088 ceph-mon[96111]: pgmap v13479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:51.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:51.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:52.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:52.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:52 smithi187 ceph-mon[111815]: pgmap v13480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:52 smithi088 ceph-mon[96111]: pgmap v13480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:53.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:53.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:54.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:54.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:54 smithi088 ceph-mon[96111]: pgmap v13481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:54 smithi187 ceph-mon[111815]: pgmap v13481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:55.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:55.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:56.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:56.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:56 smithi187 ceph-mon[111815]: pgmap v13482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:56 smithi088 ceph-mon[96111]: pgmap v13482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:45:57.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:57.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:58.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:58.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:45:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:45:58 smithi187 ceph-mon[111815]: pgmap v13483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:45:58 smithi088 ceph-mon[96111]: pgmap v13483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:45:59.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:45:59.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:00.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:00.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:00 smithi187 ceph-mon[111815]: pgmap v13484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:00 smithi088 ceph-mon[96111]: pgmap v13484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:01.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:01.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:46:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:46:02.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:02.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:02 smithi187 ceph-mon[111815]: pgmap v13485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:02 smithi088 ceph-mon[96111]: pgmap v13485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:03.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:03.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:04.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:04.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:04 smithi088 ceph-mon[96111]: pgmap v13486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:04 smithi187 ceph-mon[111815]: pgmap v13486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:05.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:05.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:06.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:06.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:06 smithi187 ceph-mon[111815]: pgmap v13487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:06 smithi088 ceph-mon[96111]: pgmap v13487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:07.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:07.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:08.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:08.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:08 smithi187 ceph-mon[111815]: pgmap v13488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:08 smithi088 ceph-mon[96111]: pgmap v13488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:09.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:09.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:10.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:10.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:10 smithi187 ceph-mon[111815]: pgmap v13489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:10 smithi088 ceph-mon[96111]: pgmap v13489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:11.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:11.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:12.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:12.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:12 smithi187 ceph-mon[111815]: pgmap v13490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:12 smithi088 ceph-mon[96111]: pgmap v13490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:13.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:13.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:14.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:14.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:14.700 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:14 smithi088 ceph-mon[96111]: pgmap v13491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:14.700 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:46:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:14 smithi187 ceph-mon[111815]: pgmap v13491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:46:15.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:15.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:46:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:46:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:46:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:46:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:46:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:46:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:46:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:46:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:46:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:46:16.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:16.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:16 smithi187 ceph-mon[111815]: pgmap v13492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:46:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:16 smithi088 ceph-mon[96111]: pgmap v13492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:46:17.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:17.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:18.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:18.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:18 smithi187 ceph-mon[111815]: pgmap v13493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:18 smithi088 ceph-mon[96111]: pgmap v13493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:19.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:19.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:20.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:20.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:20 smithi187 ceph-mon[111815]: pgmap v13494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:20 smithi088 ceph-mon[96111]: pgmap v13494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:21.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:21.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:22.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:22.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:22 smithi187 ceph-mon[111815]: pgmap v13495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:22 smithi088 ceph-mon[96111]: pgmap v13495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:23.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:23.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:24.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:24.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:24 smithi187 ceph-mon[111815]: pgmap v13496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:24 smithi088 ceph-mon[96111]: pgmap v13496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:25.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:25.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:26.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:26.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:26 smithi187 ceph-mon[111815]: pgmap v13497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:26 smithi088 ceph-mon[96111]: pgmap v13497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:27.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:27.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:28.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:28.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:28 smithi187 ceph-mon[111815]: pgmap v13498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:28 smithi088 ceph-mon[96111]: pgmap v13498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:29.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:29.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:30.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:30.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:30 smithi088 ceph-mon[96111]: pgmap v13499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:30 smithi187 ceph-mon[111815]: pgmap v13499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:31.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:31.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:46:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:46:32.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:32.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:32 smithi088 ceph-mon[96111]: pgmap v13500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:32 smithi187 ceph-mon[111815]: pgmap v13500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:33.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:33.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:34.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:34.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:34.772 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:34 smithi187 ceph-mon[111815]: pgmap v13501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:34 smithi088 ceph-mon[96111]: pgmap v13501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:35.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:35.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:36.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:36.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:36 smithi088 ceph-mon[96111]: pgmap v13502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:36 smithi187 ceph-mon[111815]: pgmap v13502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:37.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:37.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:38.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:38.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:38 smithi088 ceph-mon[96111]: pgmap v13503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:38 smithi187 ceph-mon[111815]: pgmap v13503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:39.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:39.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:40 smithi088 ceph-mon[96111]: pgmap v13504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:40.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:40.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:40 smithi187 ceph-mon[111815]: pgmap v13504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:41.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:41.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:42.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:42.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:42 smithi088 ceph-mon[96111]: pgmap v13505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:42 smithi187 ceph-mon[111815]: pgmap v13505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:43.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:43.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:44.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:44.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:44 smithi088 ceph-mon[96111]: pgmap v13506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:44.876 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:44 smithi187 ceph-mon[111815]: pgmap v13506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:45.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:45.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:46:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:46:46.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:46.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:46 smithi088 ceph-mon[96111]: pgmap v13507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:46 smithi187 ceph-mon[111815]: pgmap v13507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:47.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:47.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:48.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:48.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:48 smithi088 ceph-mon[96111]: pgmap v13508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:48 smithi187 ceph-mon[111815]: pgmap v13508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:49.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:49.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:50.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:50.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:50 smithi088 ceph-mon[96111]: pgmap v13509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:50 smithi187 ceph-mon[111815]: pgmap v13509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:51.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:51.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:52.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:52.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:52 smithi088 ceph-mon[96111]: pgmap v13510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:52 smithi187 ceph-mon[111815]: pgmap v13510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:53.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:53.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:54.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:54.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:54 smithi088 ceph-mon[96111]: pgmap v13511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:54 smithi187 ceph-mon[111815]: pgmap v13511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:55.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:55.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:56.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:56.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:56 smithi088 ceph-mon[96111]: pgmap v13512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:56 smithi187 ceph-mon[111815]: pgmap v13512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:46:57.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:57.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:58.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:58.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:46:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:46:58 smithi088 ceph-mon[96111]: pgmap v13513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:46:58 smithi187 ceph-mon[111815]: pgmap v13513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:46:59.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:46:59.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:00.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:00.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:00 smithi088 ceph-mon[96111]: pgmap v13514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:47:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:00 smithi187 ceph-mon[111815]: pgmap v13514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:47:01.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:01.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:02.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:02.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:02 smithi088 ceph-mon[96111]: pgmap v13515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:02 smithi187 ceph-mon[111815]: pgmap v13515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:03.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:03.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:04.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:04.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:04 smithi088 ceph-mon[96111]: pgmap v13516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:04 smithi187 ceph-mon[111815]: pgmap v13516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:05.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:05.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:06.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:06.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:06 smithi088 ceph-mon[96111]: pgmap v13517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:06 smithi187 ceph-mon[111815]: pgmap v13517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:07.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:07.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:08.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:08.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:08 smithi088 ceph-mon[96111]: pgmap v13518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:08 smithi187 ceph-mon[111815]: pgmap v13518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:09.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:09.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:10.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:10.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:10 smithi088 ceph-mon[96111]: pgmap v13519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:10 smithi187 ceph-mon[111815]: pgmap v13519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:11.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:11.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:12.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:12.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:12 smithi088 ceph-mon[96111]: pgmap v13520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:12 smithi187 ceph-mon[111815]: pgmap v13520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:13.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:13.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:14.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:14.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:14 smithi088 ceph-mon[96111]: pgmap v13521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:14 smithi187 ceph-mon[111815]: pgmap v13521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:15.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:15.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:47:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:47:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:47:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:47:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:47:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:47:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:47:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:47:16.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:16.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:16 smithi088 ceph-mon[96111]: pgmap v13522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:47:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:47:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:47:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:47:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:47:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:16 smithi187 ceph-mon[111815]: pgmap v13522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:47:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:47:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:47:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:47:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:47:17.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:17.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:18.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:18.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:18 smithi088 ceph-mon[96111]: pgmap v13523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:18 smithi187 ceph-mon[111815]: pgmap v13523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:19.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:19.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:20.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:20.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:20 smithi088 ceph-mon[96111]: pgmap v13524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:20 smithi187 ceph-mon[111815]: pgmap v13524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:21.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:21.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:22.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:22.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:22 smithi088 ceph-mon[96111]: pgmap v13525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:22 smithi187 ceph-mon[111815]: pgmap v13525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:23.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:23.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:24.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:24.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:24 smithi088 ceph-mon[96111]: pgmap v13526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:24 smithi187 ceph-mon[111815]: pgmap v13526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:25.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:25.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:26.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:26.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:26 smithi088 ceph-mon[96111]: pgmap v13527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:26 smithi187 ceph-mon[111815]: pgmap v13527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:27.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:27.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:28.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:28.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:28 smithi088 ceph-mon[96111]: pgmap v13528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:28 smithi187 ceph-mon[111815]: pgmap v13528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:29.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:29.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:30 smithi187 ceph-mon[111815]: pgmap v13529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:47:30.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:30.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:30 smithi088 ceph-mon[96111]: pgmap v13529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:47:31.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:31.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:32.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:32.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:32 smithi088 ceph-mon[96111]: pgmap v13530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:32 smithi187 ceph-mon[111815]: pgmap v13530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:33.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:33.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:34.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:34.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:34 smithi187 ceph-mon[111815]: pgmap v13531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:34 smithi088 ceph-mon[96111]: pgmap v13531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:35.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:35.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:36.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:36.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:36 smithi187 ceph-mon[111815]: pgmap v13532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:36 smithi088 ceph-mon[96111]: pgmap v13532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:37.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:37.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:38.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:38.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:38 smithi187 ceph-mon[111815]: pgmap v13533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:38 smithi088 ceph-mon[96111]: pgmap v13533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:39.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:39.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:40 smithi187 ceph-mon[111815]: pgmap v13534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:40.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:40.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:40.873 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:40 smithi088 ceph-mon[96111]: pgmap v13534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:41.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:41.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:42.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:42.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:42 smithi187 ceph-mon[111815]: pgmap v13535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:42 smithi088 ceph-mon[96111]: pgmap v13535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:43.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:43.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:44.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:44.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:44 smithi187 ceph-mon[111815]: pgmap v13536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:44 smithi088 ceph-mon[96111]: pgmap v13536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:45.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:45.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:45.921 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:47:45.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:47:46.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:46.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:46 smithi187 ceph-mon[111815]: pgmap v13537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:46 smithi088 ceph-mon[96111]: pgmap v13537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:47.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:47.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:48.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:48.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:48 smithi187 ceph-mon[111815]: pgmap v13538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:48 smithi088 ceph-mon[96111]: pgmap v13538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:49.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:49.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:50.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:50.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:50 smithi187 ceph-mon[111815]: pgmap v13539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:50.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:50 smithi088 ceph-mon[96111]: pgmap v13539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:51.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:51.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:52.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:52.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:52 smithi187 ceph-mon[111815]: pgmap v13540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:52 smithi088 ceph-mon[96111]: pgmap v13540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:53.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:53.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:54.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:54.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:54 smithi187 ceph-mon[111815]: pgmap v13541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:54 smithi088 ceph-mon[96111]: pgmap v13541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:55.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:55.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:56.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:56.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:56 smithi187 ceph-mon[111815]: pgmap v13542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:56 smithi088 ceph-mon[96111]: pgmap v13542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:47:57.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:57.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:58.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:58.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:47:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:47:58 smithi187 ceph-mon[111815]: pgmap v13543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:47:58 smithi088 ceph-mon[96111]: pgmap v13543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:47:59.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:47:59.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:00.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:00.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:00 smithi187 ceph-mon[111815]: pgmap v13544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:48:01.067 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:00 smithi088 ceph-mon[96111]: pgmap v13544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:01.068 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:48:01.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:01.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:02.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:02.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:02 smithi187 ceph-mon[111815]: pgmap v13545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:02 smithi088 ceph-mon[96111]: pgmap v13545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:03.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:03.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:04.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:04.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:04 smithi187 ceph-mon[111815]: pgmap v13546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:04 smithi088 ceph-mon[96111]: pgmap v13546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:05.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:05.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:06.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:06.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:06 smithi187 ceph-mon[111815]: pgmap v13547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:06 smithi088 ceph-mon[96111]: pgmap v13547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:07.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:07.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:08.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:08.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:08 smithi187 ceph-mon[111815]: pgmap v13548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:08 smithi088 ceph-mon[96111]: pgmap v13548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:09.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:09.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:10.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:10.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:10 smithi187 ceph-mon[111815]: pgmap v13549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:10 smithi088 ceph-mon[96111]: pgmap v13549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:11.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:11.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:12.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:12.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:12 smithi187 ceph-mon[111815]: pgmap v13550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:12 smithi088 ceph-mon[96111]: pgmap v13550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:13.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:13.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:14.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:14.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:14 smithi187 ceph-mon[111815]: pgmap v13551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:14 smithi088 ceph-mon[96111]: pgmap v13551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:15.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:15.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:15.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:48:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:48:16.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:16.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:16 smithi187 ceph-mon[111815]: pgmap v13552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:48:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:48:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:48:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:48:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:48:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:48:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:16 smithi088 ceph-mon[96111]: pgmap v13552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:48:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:48:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:48:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:48:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:48:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:48:17.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:17.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:18.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:18.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:18 smithi187 ceph-mon[111815]: pgmap v13553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:18 smithi088 ceph-mon[96111]: pgmap v13553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:19.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:19.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:20.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:20.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:20 smithi187 ceph-mon[111815]: pgmap v13554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:20 smithi088 ceph-mon[96111]: pgmap v13554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:21.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:21.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:22.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:22.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:22 smithi187 ceph-mon[111815]: pgmap v13555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:22 smithi088 ceph-mon[96111]: pgmap v13555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:23.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:23.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:24.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:24.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:24 smithi187 ceph-mon[111815]: pgmap v13556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:24 smithi088 ceph-mon[96111]: pgmap v13556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:25.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:25.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:26.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:26.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:26 smithi187 ceph-mon[111815]: pgmap v13557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:26 smithi088 ceph-mon[96111]: pgmap v13557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:27.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:27.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:28.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:28.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:28 smithi187 ceph-mon[111815]: pgmap v13558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:28 smithi088 ceph-mon[96111]: pgmap v13558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:29.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:29.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:30.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:30.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:30 smithi187 ceph-mon[111815]: pgmap v13559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:48:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:30 smithi088 ceph-mon[96111]: pgmap v13559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:48:31.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:31.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:32.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:32.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:32 smithi187 ceph-mon[111815]: pgmap v13560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:32 smithi088 ceph-mon[96111]: pgmap v13560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:33.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:33.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:34.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:34.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:34 smithi187 ceph-mon[111815]: pgmap v13561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:34 smithi088 ceph-mon[96111]: pgmap v13561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:35.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:35.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:36.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:36.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:36 smithi187 ceph-mon[111815]: pgmap v13562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:36 smithi088 ceph-mon[96111]: pgmap v13562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:37.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:37.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:38.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:38.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:38 smithi187 ceph-mon[111815]: pgmap v13563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:38 smithi088 ceph-mon[96111]: pgmap v13563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:39.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:39.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:40.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:40.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:40 smithi187 ceph-mon[111815]: pgmap v13564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:40 smithi088 ceph-mon[96111]: pgmap v13564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:41.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:41.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:42.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:42.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:42 smithi187 ceph-mon[111815]: pgmap v13565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:42 smithi088 ceph-mon[96111]: pgmap v13565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:43.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:43.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:44.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:44.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:44 smithi187 ceph-mon[111815]: pgmap v13566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:44 smithi088 ceph-mon[96111]: pgmap v13566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:45.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:45.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:48:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:48:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:46 smithi088 ceph-mon[96111]: pgmap v13567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:46.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:46.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:46 smithi187 ceph-mon[111815]: pgmap v13567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:47.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:47.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:48.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:48.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:48 smithi187 ceph-mon[111815]: pgmap v13568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:48 smithi088 ceph-mon[96111]: pgmap v13568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:49.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:49.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:50.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:50.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:50 smithi088 ceph-mon[96111]: pgmap v13569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:51.202 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:50 smithi187 ceph-mon[111815]: pgmap v13569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:51.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:51.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:52.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:52.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:52 smithi088 ceph-mon[96111]: pgmap v13570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:52 smithi187 ceph-mon[111815]: pgmap v13570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:53.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:53.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:54.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:54.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:54 smithi088 ceph-mon[96111]: pgmap v13571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:55.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:54 smithi187 ceph-mon[111815]: pgmap v13571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:55.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:55.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:56.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:56.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:56 smithi088 ceph-mon[96111]: pgmap v13572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:56 smithi187 ceph-mon[111815]: pgmap v13572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:48:57.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:57.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:58.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:58.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:48:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:48:58 smithi088 ceph-mon[96111]: pgmap v13573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:48:58 smithi187 ceph-mon[111815]: pgmap v13573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:48:59.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:48:59.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:00.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:00.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:00 smithi088 ceph-mon[96111]: pgmap v13574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:49:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:00 smithi187 ceph-mon[111815]: pgmap v13574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:49:01.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:01.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:02.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:02.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:02 smithi088 ceph-mon[96111]: pgmap v13575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:02 smithi187 ceph-mon[111815]: pgmap v13575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:03.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:03.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:04.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:04.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:04 smithi088 ceph-mon[96111]: pgmap v13576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:04 smithi187 ceph-mon[111815]: pgmap v13576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:05.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:05.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:06.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:06.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:06 smithi088 ceph-mon[96111]: pgmap v13577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:06 smithi187 ceph-mon[111815]: pgmap v13577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:07.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:07.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:08.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:08.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:08 smithi088 ceph-mon[96111]: pgmap v13578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:08 smithi187 ceph-mon[111815]: pgmap v13578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:09.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:09.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:10.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:10.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:10 smithi088 ceph-mon[96111]: pgmap v13579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:10 smithi187 ceph-mon[111815]: pgmap v13579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:11.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:11.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:12.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:12.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:12 smithi088 ceph-mon[96111]: pgmap v13580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:12 smithi187 ceph-mon[111815]: pgmap v13580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:13.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:13.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:14.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:14.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:14 smithi088 ceph-mon[96111]: pgmap v13581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:14 smithi187 ceph-mon[111815]: pgmap v13581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:15.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:15.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:49:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:49:16.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:16.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:16 smithi088 ceph-mon[96111]: pgmap v13582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:49:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:49:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:49:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:16 smithi187 ceph-mon[111815]: pgmap v13582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:49:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:49:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:49:17.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:17.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:49:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:49:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:49:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:49:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:49:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:49:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:49:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:49:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:49:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:49:18.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:18.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:18 smithi088 ceph-mon[96111]: pgmap v13583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:19.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:19.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:19 smithi088 ceph-mon[96111]: pgmap v13584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:18 smithi187 ceph-mon[111815]: pgmap v13583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:19 smithi187 ceph-mon[111815]: pgmap v13584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:20.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:20.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:21.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:21.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:22 smithi187 ceph-mon[111815]: pgmap v13585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:22 smithi088 ceph-mon[96111]: pgmap v13585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:22.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:22.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:23.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:23.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:24 smithi088 ceph-mon[96111]: pgmap v13586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:24 smithi187 ceph-mon[111815]: pgmap v13586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:24.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:24.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:25.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:25.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:26 smithi187 ceph-mon[111815]: pgmap v13587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:26 smithi088 ceph-mon[96111]: pgmap v13587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:26.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:26.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:27.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:27.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:28 smithi187 ceph-mon[111815]: pgmap v13588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:28 smithi088 ceph-mon[96111]: pgmap v13588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:28.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:28.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:29.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:29.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:30 smithi187 ceph-mon[111815]: pgmap v13589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:30 smithi088 ceph-mon[96111]: pgmap v13589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:30.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:30.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:49:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:49:31.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:31.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:32 smithi187 ceph-mon[111815]: pgmap v13590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:32 smithi088 ceph-mon[96111]: pgmap v13590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:32.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:32.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:33.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:33.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:34 smithi088 ceph-mon[96111]: pgmap v13591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:34 smithi187 ceph-mon[111815]: pgmap v13591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:34.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:34.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:35.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:35.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:36.685 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:36 smithi187 ceph-mon[111815]: pgmap v13592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:36 smithi088 ceph-mon[96111]: pgmap v13592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:36.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:36.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:37.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:37.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:38 smithi187 ceph-mon[111815]: pgmap v13593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:38 smithi088 ceph-mon[96111]: pgmap v13593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:38.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:38.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:40.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:40.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:40 smithi187 ceph-mon[111815]: pgmap v13594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:40 smithi088 ceph-mon[96111]: pgmap v13594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:41.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:41.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:42.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:42.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:42 smithi187 ceph-mon[111815]: pgmap v13595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:42 smithi088 ceph-mon[96111]: pgmap v13595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:43.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:43.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:44.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:44.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:44 smithi088 ceph-mon[96111]: pgmap v13596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:44 smithi187 ceph-mon[111815]: pgmap v13596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:45.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:45.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:46.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:46.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:46 smithi187 ceph-mon[111815]: pgmap v13597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:49:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:46 smithi088 ceph-mon[96111]: pgmap v13597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:49:47.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:47.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:48.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:48.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:48 smithi187 ceph-mon[111815]: pgmap v13598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:48 smithi088 ceph-mon[96111]: pgmap v13598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:49.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:49.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:50.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:50.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:50 smithi187 ceph-mon[111815]: pgmap v13599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:50 smithi088 ceph-mon[96111]: pgmap v13599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:51.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:51.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:52.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:52.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:52 smithi187 ceph-mon[111815]: pgmap v13600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:52 smithi088 ceph-mon[96111]: pgmap v13600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:53.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:53.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:54.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:54.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:54 smithi187 ceph-mon[111815]: pgmap v13601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:54 smithi088 ceph-mon[96111]: pgmap v13601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:55.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:55.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:56.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:56.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:56 smithi187 ceph-mon[111815]: pgmap v13602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:56 smithi088 ceph-mon[96111]: pgmap v13602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:49:57.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:57.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:58.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:58.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:49:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:49:58 smithi187 ceph-mon[111815]: pgmap v13603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:49:58 smithi088 ceph-mon[96111]: pgmap v13603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:49:59.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:49:59.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:00.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:00.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:00 smithi187 ceph-mon[111815]: pgmap v13604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T06:50:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:00 smithi088 ceph-mon[96111]: pgmap v13604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T06:50:01.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:01.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:50:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:50:02.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:02.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:02 smithi088 ceph-mon[96111]: pgmap v13605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:02 smithi187 ceph-mon[111815]: pgmap v13605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:03.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:03.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:04.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:04.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:04 smithi088 ceph-mon[96111]: pgmap v13606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:04 smithi187 ceph-mon[111815]: pgmap v13606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:05.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:05.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:06.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:06.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:06 smithi088 ceph-mon[96111]: pgmap v13607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:06 smithi187 ceph-mon[111815]: pgmap v13607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:07.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:07.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:08.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:08.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:08 smithi088 ceph-mon[96111]: pgmap v13608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:08 smithi187 ceph-mon[111815]: pgmap v13608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:09.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:09.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:10.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:10.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:10 smithi088 ceph-mon[96111]: pgmap v13609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:10 smithi187 ceph-mon[111815]: pgmap v13609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:11.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:11.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:12.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:12.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:12 smithi088 ceph-mon[96111]: pgmap v13610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:12 smithi187 ceph-mon[111815]: pgmap v13610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:13.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:13.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:14.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:14.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:14 smithi088 ceph-mon[96111]: pgmap v13611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:14 smithi187 ceph-mon[111815]: pgmap v13611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:15.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:15.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:16.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:16.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:16 smithi088 ceph-mon[96111]: pgmap v13612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:50:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:16 smithi187 ceph-mon[111815]: pgmap v13612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:50:17.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:17.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:50:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:50:18.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:18.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:18 smithi088 ceph-mon[96111]: pgmap v13613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:50:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:50:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:50:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:50:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:50:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:18 smithi187 ceph-mon[111815]: pgmap v13613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:50:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:50:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:50:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:50:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:50:19.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:19.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:20.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:20.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:20 smithi088 ceph-mon[96111]: pgmap v13614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:20 smithi187 ceph-mon[111815]: pgmap v13614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:21.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:21.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:22.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:22.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:22 smithi088 ceph-mon[96111]: pgmap v13615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:22 smithi187 ceph-mon[111815]: pgmap v13615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:23.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:23.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:24.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:24.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:24 smithi088 ceph-mon[96111]: pgmap v13616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:24 smithi187 ceph-mon[111815]: pgmap v13616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:25.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:25.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:26.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:26.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:26 smithi088 ceph-mon[96111]: pgmap v13617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:26 smithi187 ceph-mon[111815]: pgmap v13617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:27.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:27.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:28.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:28.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:28 smithi088 ceph-mon[96111]: pgmap v13618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:28 smithi187 ceph-mon[111815]: pgmap v13618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:29.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:29.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:30.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:30.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:30 smithi088 ceph-mon[96111]: pgmap v13619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:50:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:30 smithi187 ceph-mon[111815]: pgmap v13619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:50:31.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:31.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:32.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:32.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:32 smithi187 ceph-mon[111815]: pgmap v13620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:32 smithi088 ceph-mon[96111]: pgmap v13620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:33.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:33.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:34.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:34.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:34 smithi088 ceph-mon[96111]: pgmap v13621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:34 smithi187 ceph-mon[111815]: pgmap v13621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:35.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:35.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:36.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:36.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:36.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:36 smithi088 ceph-mon[96111]: pgmap v13622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:36 smithi187 ceph-mon[111815]: pgmap v13622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:37.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:37.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:38.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:38.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:38 smithi088 ceph-mon[96111]: pgmap v13623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:38 smithi187 ceph-mon[111815]: pgmap v13623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:39.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:39.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:40.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:40.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:40.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:40 smithi088 ceph-mon[96111]: pgmap v13624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:40 smithi187 ceph-mon[111815]: pgmap v13624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:41.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:41.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:42.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:42.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:42 smithi187 ceph-mon[111815]: pgmap v13625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:42 smithi088 ceph-mon[96111]: pgmap v13625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:43.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:43.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:44.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:44.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:44 smithi088 ceph-mon[96111]: pgmap v13626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:44 smithi187 ceph-mon[111815]: pgmap v13626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:45.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:45.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:50:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:50:46.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:46.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:46 smithi088 ceph-mon[96111]: pgmap v13627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:46 smithi187 ceph-mon[111815]: pgmap v13627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:47.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:47.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:48.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:48.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:48.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:48 smithi088 ceph-mon[96111]: pgmap v13628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:48.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:48 smithi187 ceph-mon[111815]: pgmap v13628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:49.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:49.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:50.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:50.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:50 smithi088 ceph-mon[96111]: pgmap v13629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:50 smithi187 ceph-mon[111815]: pgmap v13629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:51.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:51.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:52.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:52.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:52 smithi088 ceph-mon[96111]: pgmap v13630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:52 smithi187 ceph-mon[111815]: pgmap v13630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:53.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:53.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:54.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:54.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:54 smithi088 ceph-mon[96111]: pgmap v13631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:54 smithi187 ceph-mon[111815]: pgmap v13631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:55.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:55.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:56.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:56.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:56 smithi088 ceph-mon[96111]: pgmap v13632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:56 smithi187 ceph-mon[111815]: pgmap v13632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:50:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:57.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:58.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:58.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:50:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:50:58 smithi088 ceph-mon[96111]: pgmap v13633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:50:58 smithi187 ceph-mon[111815]: pgmap v13633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:50:59.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:50:59.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:00.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:00.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:00 smithi088 ceph-mon[96111]: pgmap v13634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:51:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:00 smithi187 ceph-mon[111815]: pgmap v13634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:51:01.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:01.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:02.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:02.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:02 smithi088 ceph-mon[96111]: pgmap v13635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:02 smithi187 ceph-mon[111815]: pgmap v13635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:03.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:03.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:04.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:04.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:04 smithi088 ceph-mon[96111]: pgmap v13636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:04 smithi187 ceph-mon[111815]: pgmap v13636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:05.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:05.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:06.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:06.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:06 smithi187 ceph-mon[111815]: pgmap v13637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:06 smithi088 ceph-mon[96111]: pgmap v13637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:07.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:07.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:08.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:08.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:08 smithi187 ceph-mon[111815]: pgmap v13638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:08 smithi088 ceph-mon[96111]: pgmap v13638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:09.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:09.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:10.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:10.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:10 smithi187 ceph-mon[111815]: pgmap v13639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:10 smithi088 ceph-mon[96111]: pgmap v13639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:11.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:11.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:12.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:12.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:12.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:12 smithi088 ceph-mon[96111]: pgmap v13640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:12 smithi187 ceph-mon[111815]: pgmap v13640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:13.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:13.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:14.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:14.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:14 smithi187 ceph-mon[111815]: pgmap v13641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:14 smithi088 ceph-mon[96111]: pgmap v13641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:15.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:15.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:51:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:51:16.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:16.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:16 smithi187 ceph-mon[111815]: pgmap v13642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:16 smithi088 ceph-mon[96111]: pgmap v13642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:17.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:17.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:18.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:18.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: pgmap v13643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:51:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:51:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:51:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:51:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:51:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:51:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:51:18.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:51:18.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:51:18.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:51:18.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:51:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: pgmap v13643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:19.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:51:19.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:51:19.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:51:19.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:51:19.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T06:51:19.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:51:19.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:51:19.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:51:19.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:51:19.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:51:19.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:51:19.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:19.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:19.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:19 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1523M 2023-10-13T06:51:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:19 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1523M 2023-10-13T06:51:20.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:20.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:20 smithi187 ceph-mon[111815]: pgmap v13644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:20 smithi088 ceph-mon[96111]: pgmap v13644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:21.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:21.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:22.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:22.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:22 smithi187 ceph-mon[111815]: pgmap v13645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:23.034 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:22 smithi088 ceph-mon[96111]: pgmap v13645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:23.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:23.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:24.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:24.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:24 smithi187 ceph-mon[111815]: pgmap v13646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:24 smithi088 ceph-mon[96111]: pgmap v13646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:25.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:25.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:26.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:26.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:26 smithi187 ceph-mon[111815]: pgmap v13647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:26 smithi088 ceph-mon[96111]: pgmap v13647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:27.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:27.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:28.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:28.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:28 smithi187 ceph-mon[111815]: pgmap v13648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:28 smithi088 ceph-mon[96111]: pgmap v13648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:29.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:29.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:30.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:30.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:30 smithi187 ceph-mon[111815]: pgmap v13649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:51:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:30 smithi088 ceph-mon[96111]: pgmap v13649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:51:31.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:31.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:32.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:32.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:32.900 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:32 smithi187 ceph-mon[111815]: pgmap v13650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:32 smithi088 ceph-mon[96111]: pgmap v13650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:33.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:33.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:34.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:34.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:34 smithi187 ceph-mon[111815]: pgmap v13651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:34 smithi088 ceph-mon[96111]: pgmap v13651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:35.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:35.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:36.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:36.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:36 smithi187 ceph-mon[111815]: pgmap v13652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:36 smithi088 ceph-mon[96111]: pgmap v13652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:37.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:37.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:38.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:38.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:38 smithi187 ceph-mon[111815]: pgmap v13653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:38 smithi088 ceph-mon[96111]: pgmap v13653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:39.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:39.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:40.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:40.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:40 smithi187 ceph-mon[111815]: pgmap v13654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:40 smithi088 ceph-mon[96111]: pgmap v13654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:41.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:41.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:42.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:42.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:42 smithi187 ceph-mon[111815]: pgmap v13655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:42 smithi088 ceph-mon[96111]: pgmap v13655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:43.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:43.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:44.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:44.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:44 smithi187 ceph-mon[111815]: pgmap v13656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:44 smithi088 ceph-mon[96111]: pgmap v13656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:45.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:45.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:51:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:51:46.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:46.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:46 smithi187 ceph-mon[111815]: pgmap v13657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:46 smithi088 ceph-mon[96111]: pgmap v13657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:47.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:47.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:48.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:48.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:48 smithi187 ceph-mon[111815]: pgmap v13658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:48 smithi088 ceph-mon[96111]: pgmap v13658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:49.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:49.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:50.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:50.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:50 smithi187 ceph-mon[111815]: pgmap v13659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:51.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:50 smithi088 ceph-mon[96111]: pgmap v13659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:51.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:51.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:52.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:52.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:52 smithi187 ceph-mon[111815]: pgmap v13660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:52 smithi088 ceph-mon[96111]: pgmap v13660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:53.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:53.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:54.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:54.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:54 smithi187 ceph-mon[111815]: pgmap v13661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:54 smithi088 ceph-mon[96111]: pgmap v13661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:55.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:55.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:56.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:56.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:56 smithi187 ceph-mon[111815]: pgmap v13662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:56 smithi088 ceph-mon[96111]: pgmap v13662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:51:57.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:57.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:58.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:58.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:51:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:51:58 smithi187 ceph-mon[111815]: pgmap v13663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:51:58 smithi088 ceph-mon[96111]: pgmap v13663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:51:59.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:51:59.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:00.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:00.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:00 smithi187 ceph-mon[111815]: pgmap v13664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:52:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:00 smithi088 ceph-mon[96111]: pgmap v13664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:52:01.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:01.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:02.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:02.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:02 smithi187 ceph-mon[111815]: pgmap v13665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:02 smithi088 ceph-mon[96111]: pgmap v13665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:03.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:03.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:04.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:04.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:04 smithi187 ceph-mon[111815]: pgmap v13666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:04 smithi088 ceph-mon[96111]: pgmap v13666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:05.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:05.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:06.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:06.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:06 smithi187 ceph-mon[111815]: pgmap v13667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:06 smithi088 ceph-mon[96111]: pgmap v13667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:07.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:07.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:08.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:08.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:08 smithi088 ceph-mon[96111]: pgmap v13668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:08 smithi187 ceph-mon[111815]: pgmap v13668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:09.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:09.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:10.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:10.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:10 smithi187 ceph-mon[111815]: pgmap v13669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:10 smithi088 ceph-mon[96111]: pgmap v13669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:11.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:11.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:12.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:12.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:12 smithi187 ceph-mon[111815]: pgmap v13670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:12 smithi088 ceph-mon[96111]: pgmap v13670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:13.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:13.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:14.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:14.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:14 smithi187 ceph-mon[111815]: pgmap v13671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:14 smithi088 ceph-mon[96111]: pgmap v13671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:15.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:15.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:52:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:52:16.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:16.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:16 smithi187 ceph-mon[111815]: pgmap v13672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:16 smithi088 ceph-mon[96111]: pgmap v13672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:17.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:17.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:18.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:18.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:18 smithi187 ceph-mon[111815]: pgmap v13673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:52:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:18 smithi088 ceph-mon[96111]: pgmap v13673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:52:19.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:19.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:52:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:52:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:52:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:52:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:52:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:52:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:52:20.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:52:20.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:52:20.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:52:20.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:20.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:20 smithi088 ceph-mon[96111]: pgmap v13674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:21.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:20 smithi187 ceph-mon[111815]: pgmap v13674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:21.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:21.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:22.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:22.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:22 smithi088 ceph-mon[96111]: pgmap v13675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:22 smithi187 ceph-mon[111815]: pgmap v13675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:23.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:23.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:24.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:24.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:24 smithi088 ceph-mon[96111]: pgmap v13676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:24 smithi187 ceph-mon[111815]: pgmap v13676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:25.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:25.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:26.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:26.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:26 smithi088 ceph-mon[96111]: pgmap v13677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:26 smithi187 ceph-mon[111815]: pgmap v13677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:27.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:27.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:28.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:28.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:28 smithi088 ceph-mon[96111]: pgmap v13678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:28 smithi187 ceph-mon[111815]: pgmap v13678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:29.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:29.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:30.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:30.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:30 smithi088 ceph-mon[96111]: pgmap v13679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:52:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:30 smithi187 ceph-mon[111815]: pgmap v13679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:52:31.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:31.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:32.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:32.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:32 smithi088 ceph-mon[96111]: pgmap v13680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:32 smithi187 ceph-mon[111815]: pgmap v13680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:33.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:33.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:34.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:34.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:34 smithi088 ceph-mon[96111]: pgmap v13681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:34 smithi187 ceph-mon[111815]: pgmap v13681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:35.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:35.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:36.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:36.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:36 smithi088 ceph-mon[96111]: pgmap v13682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:36 smithi187 ceph-mon[111815]: pgmap v13682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:37.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:37.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:38.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:38.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:38 smithi187 ceph-mon[111815]: pgmap v13683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:38 smithi088 ceph-mon[96111]: pgmap v13683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:39.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:39.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:40.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:40.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:40 smithi088 ceph-mon[96111]: pgmap v13684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:40 smithi187 ceph-mon[111815]: pgmap v13684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:41.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:41.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:42.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:42.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:42 smithi088 ceph-mon[96111]: pgmap v13685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:42 smithi187 ceph-mon[111815]: pgmap v13685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:43.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:43.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:44.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:44.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:44 smithi088 ceph-mon[96111]: pgmap v13686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:44 smithi187 ceph-mon[111815]: pgmap v13686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:45.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:45.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:52:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:52:46.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:46.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:46 smithi088 ceph-mon[96111]: pgmap v13687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:46 smithi187 ceph-mon[111815]: pgmap v13687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:47.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:47.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:48.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:48.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:48 smithi187 ceph-mon[111815]: pgmap v13688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:48 smithi088 ceph-mon[96111]: pgmap v13688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:49.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:49.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:49 smithi088 ceph-mon[96111]: pgmap v13689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:49 smithi187 ceph-mon[111815]: pgmap v13689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:50.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:50.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:51.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:51.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:52.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:52.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:52.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:52 smithi187 ceph-mon[111815]: pgmap v13690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:52 smithi088 ceph-mon[96111]: pgmap v13690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:53.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:53.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:54.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:54.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:54 smithi088 ceph-mon[96111]: pgmap v13691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:54 smithi187 ceph-mon[111815]: pgmap v13691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:55.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:55.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:56.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:56.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:56 smithi187 ceph-mon[111815]: pgmap v13692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:56 smithi088 ceph-mon[96111]: pgmap v13692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:52:57.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:57.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:58.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:58.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:52:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:52:58 smithi187 ceph-mon[111815]: pgmap v13693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:52:58 smithi088 ceph-mon[96111]: pgmap v13693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:52:59.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:52:59.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:00.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:00.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:00 smithi187 ceph-mon[111815]: pgmap v13694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:00 smithi088 ceph-mon[96111]: pgmap v13694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:01.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:01.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:53:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:53:02.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:02.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:02 smithi088 ceph-mon[96111]: pgmap v13695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:02 smithi187 ceph-mon[111815]: pgmap v13695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:03.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:03.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:04.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:04.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:04 smithi088 ceph-mon[96111]: pgmap v13696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:04 smithi187 ceph-mon[111815]: pgmap v13696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:05.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:05.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:06.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:06.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:06 smithi088 ceph-mon[96111]: pgmap v13697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:06 smithi187 ceph-mon[111815]: pgmap v13697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:07.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:07.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:08.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:08.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:08 smithi088 ceph-mon[96111]: pgmap v13698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:08.918 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:08 smithi187 ceph-mon[111815]: pgmap v13698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:09.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:09.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:10.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:10.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:10 smithi088 ceph-mon[96111]: pgmap v13699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:10 smithi187 ceph-mon[111815]: pgmap v13699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:11.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:11.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:12.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:12.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:12 smithi088 ceph-mon[96111]: pgmap v13700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:12 smithi187 ceph-mon[111815]: pgmap v13700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:13.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:13.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:14.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:14.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:14 smithi088 ceph-mon[96111]: pgmap v13701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:14 smithi187 ceph-mon[111815]: pgmap v13701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:15.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:15.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:16.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:16.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:16 smithi088 ceph-mon[96111]: pgmap v13702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:53:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:16 smithi187 ceph-mon[111815]: pgmap v13702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:53:17.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:17.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:18.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:18.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:18 smithi088 ceph-mon[96111]: pgmap v13703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:18 smithi187 ceph-mon[111815]: pgmap v13703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:19.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:19.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:53:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:53:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:53:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:53:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:53:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:53:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:53:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:53:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:53:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:53:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:53:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:53:20.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:20.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:20 smithi088 ceph-mon[96111]: pgmap v13704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:20 smithi187 ceph-mon[111815]: pgmap v13704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:21.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:21.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:22.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:22.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:22 smithi088 ceph-mon[96111]: pgmap v13705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:22 smithi187 ceph-mon[111815]: pgmap v13705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:23.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:23.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:24.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:24.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:24 smithi088 ceph-mon[96111]: pgmap v13706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:24 smithi187 ceph-mon[111815]: pgmap v13706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:25.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:25.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:26.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:26.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:26 smithi088 ceph-mon[96111]: pgmap v13707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:26 smithi187 ceph-mon[111815]: pgmap v13707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:27.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:27.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:28.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:28.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:28 smithi088 ceph-mon[96111]: pgmap v13708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:28 smithi187 ceph-mon[111815]: pgmap v13708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:29.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:29.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:30.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:30.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:30 smithi088 ceph-mon[96111]: pgmap v13709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:53:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:30 smithi187 ceph-mon[111815]: pgmap v13709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:53:31.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:31.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:32.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:32.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:32 smithi088 ceph-mon[96111]: pgmap v13710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:32 smithi187 ceph-mon[111815]: pgmap v13710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:33.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:33.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:34.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:34.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:34 smithi088 ceph-mon[96111]: pgmap v13711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:34 smithi187 ceph-mon[111815]: pgmap v13711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:35.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:35.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:36.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:36.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:36 smithi088 ceph-mon[96111]: pgmap v13712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:36 smithi187 ceph-mon[111815]: pgmap v13712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:37.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:37.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:38.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:38.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:38 smithi088 ceph-mon[96111]: pgmap v13713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:38 smithi187 ceph-mon[111815]: pgmap v13713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:39.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:39.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:40.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:40.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:40 smithi088 ceph-mon[96111]: pgmap v13714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:40 smithi187 ceph-mon[111815]: pgmap v13714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:41.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:41.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:42.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:42.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:42 smithi088 ceph-mon[96111]: pgmap v13715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:42 smithi187 ceph-mon[111815]: pgmap v13715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:43.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:43.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:44.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:44.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:44 smithi088 ceph-mon[96111]: pgmap v13716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:44 smithi187 ceph-mon[111815]: pgmap v13716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:45.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:45.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:53:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:53:46.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:46.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:46 smithi088 ceph-mon[96111]: pgmap v13717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:46 smithi187 ceph-mon[111815]: pgmap v13717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:47.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:47.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:48.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:48.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:48 smithi088 ceph-mon[96111]: pgmap v13718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:48 smithi187 ceph-mon[111815]: pgmap v13718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:49.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:49.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:50.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:50.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:50 smithi088 ceph-mon[96111]: pgmap v13719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:50 smithi187 ceph-mon[111815]: pgmap v13719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:51.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:51.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:52.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:52.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:52 smithi088 ceph-mon[96111]: pgmap v13720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:52.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:52 smithi187 ceph-mon[111815]: pgmap v13720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:53.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:53.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:54.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:54.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:54 smithi187 ceph-mon[111815]: pgmap v13721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:54 smithi088 ceph-mon[96111]: pgmap v13721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:55.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:55.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:56.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:56.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:56 smithi088 ceph-mon[96111]: pgmap v13722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:56 smithi187 ceph-mon[111815]: pgmap v13722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:53:57.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:57.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:58.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:58.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:53:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:53:58 smithi088 ceph-mon[96111]: pgmap v13723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:53:58 smithi187 ceph-mon[111815]: pgmap v13723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:53:59.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:53:59.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:00.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:00.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:00 smithi088 ceph-mon[96111]: pgmap v13724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:54:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:00 smithi187 ceph-mon[111815]: pgmap v13724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:54:01.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:01.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:02.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:02.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:02 smithi088 ceph-mon[96111]: pgmap v13725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:02 smithi187 ceph-mon[111815]: pgmap v13725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:03.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:03.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:04.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:04.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:04 smithi088 ceph-mon[96111]: pgmap v13726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:04 smithi187 ceph-mon[111815]: pgmap v13726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:05.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:05.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:06.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:06.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:06 smithi088 ceph-mon[96111]: pgmap v13727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:06 smithi187 ceph-mon[111815]: pgmap v13727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:07.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:07.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:08.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:08.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:08 smithi187 ceph-mon[111815]: pgmap v13728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:08 smithi088 ceph-mon[96111]: pgmap v13728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:09.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:09.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:10.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:10.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:10 smithi187 ceph-mon[111815]: pgmap v13729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:10 smithi088 ceph-mon[96111]: pgmap v13729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:11.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:11.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:12.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:12.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:12 smithi187 ceph-mon[111815]: pgmap v13730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:12 smithi088 ceph-mon[96111]: pgmap v13730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:13.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:13.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:14.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:14.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:14 smithi187 ceph-mon[111815]: pgmap v13731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:14 smithi088 ceph-mon[96111]: pgmap v13731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:15.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:15.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:54:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:54:16.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:16.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:16 smithi187 ceph-mon[111815]: pgmap v13732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:16 smithi088 ceph-mon[96111]: pgmap v13732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:17.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:17.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:18.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:18.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:18 smithi187 ceph-mon[111815]: pgmap v13733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:18 smithi088 ceph-mon[96111]: pgmap v13733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:19.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:19.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:54:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:54:20.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:20.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:20 smithi187 ceph-mon[111815]: pgmap v13734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:20 smithi088 ceph-mon[96111]: pgmap v13734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:21.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:21.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:22.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:22.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:22 smithi187 ceph-mon[111815]: pgmap v13735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:54:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:54:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:54:22.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:54:22.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:54:22.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:54:22.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:54:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:22 smithi088 ceph-mon[96111]: pgmap v13735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:54:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:54:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:54:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:54:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:54:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:54:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:54:23.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:23.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:24.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:24.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:24 smithi187 ceph-mon[111815]: pgmap v13736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:24 smithi088 ceph-mon[96111]: pgmap v13736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:25.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:25.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:26.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:26.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:26 smithi187 ceph-mon[111815]: pgmap v13737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:26 smithi088 ceph-mon[96111]: pgmap v13737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:27.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:27.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:28.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:28.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:28 smithi187 ceph-mon[111815]: pgmap v13738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:28 smithi088 ceph-mon[96111]: pgmap v13738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:29.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:29.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:30.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:30.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:30 smithi187 ceph-mon[111815]: pgmap v13739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:54:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:30 smithi088 ceph-mon[96111]: pgmap v13739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:54:31.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:31.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:32.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:32.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:32 smithi187 ceph-mon[111815]: pgmap v13740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:32 smithi088 ceph-mon[96111]: pgmap v13740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:33.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:33.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:34.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:34.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:34.907 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:34 smithi088 ceph-mon[96111]: pgmap v13741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:34 smithi187 ceph-mon[111815]: pgmap v13741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:35.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:35.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:36 smithi187 ceph-mon[111815]: pgmap v13742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:36 smithi088 ceph-mon[96111]: pgmap v13742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:37.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:37.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:38.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:38.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:38 smithi187 ceph-mon[111815]: pgmap v13743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:38 smithi088 ceph-mon[96111]: pgmap v13743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:39.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:39.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:40.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:40.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:40 smithi187 ceph-mon[111815]: pgmap v13744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:40 smithi088 ceph-mon[96111]: pgmap v13744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:41.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:41.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:42.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:42.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:42 smithi187 ceph-mon[111815]: pgmap v13745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:42 smithi088 ceph-mon[96111]: pgmap v13745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:43.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:43.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:44.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:44.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:44.921 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:44 smithi187 ceph-mon[111815]: pgmap v13746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:45.006 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:44 smithi088 ceph-mon[96111]: pgmap v13746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:45.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:45.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:54:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:54:46.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:46.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:46 smithi187 ceph-mon[111815]: pgmap v13747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:46 smithi088 ceph-mon[96111]: pgmap v13747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:47.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:47.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:48.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:48.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:48 smithi187 ceph-mon[111815]: pgmap v13748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:48 smithi088 ceph-mon[96111]: pgmap v13748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:49.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:49.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:50.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:50.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:50 smithi187 ceph-mon[111815]: pgmap v13749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:50 smithi088 ceph-mon[96111]: pgmap v13749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:51.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:51.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:52.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:52.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:52 smithi187 ceph-mon[111815]: pgmap v13750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:52 smithi088 ceph-mon[96111]: pgmap v13750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:53.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:53.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:54.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:54.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:54 smithi187 ceph-mon[111815]: pgmap v13751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:54 smithi088 ceph-mon[96111]: pgmap v13751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:55.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:55.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:56.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:56.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:56 smithi187 ceph-mon[111815]: pgmap v13752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:56 smithi088 ceph-mon[96111]: pgmap v13752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:54:57.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:57.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:58.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:58.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:54:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:54:58 smithi187 ceph-mon[111815]: pgmap v13753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:54:58 smithi088 ceph-mon[96111]: pgmap v13753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:54:59.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:54:59.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:00.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:00.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:00 smithi187 ceph-mon[111815]: pgmap v13754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:55:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:00 smithi088 ceph-mon[96111]: pgmap v13754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:55:01.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:01.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:02.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:02.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:02 smithi187 ceph-mon[111815]: pgmap v13755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:02 smithi088 ceph-mon[96111]: pgmap v13755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:03.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:03.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:04.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:04.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:04 smithi187 ceph-mon[111815]: pgmap v13756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:04 smithi088 ceph-mon[96111]: pgmap v13756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:05.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:05.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:06.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:06.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:06 smithi187 ceph-mon[111815]: pgmap v13757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:06 smithi088 ceph-mon[96111]: pgmap v13757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:07.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:07.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:08.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:08.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:08 smithi187 ceph-mon[111815]: pgmap v13758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:08 smithi088 ceph-mon[96111]: pgmap v13758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:09.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:09.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:10.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:10.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:10 smithi187 ceph-mon[111815]: pgmap v13759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:10 smithi088 ceph-mon[96111]: pgmap v13759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:11.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:11.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:12.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:12.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:12 smithi187 ceph-mon[111815]: pgmap v13760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:12 smithi088 ceph-mon[96111]: pgmap v13760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:13.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:13.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:14.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:14.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:14 smithi187 ceph-mon[111815]: pgmap v13761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:14 smithi088 ceph-mon[96111]: pgmap v13761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:15.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:15.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:55:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:55:16.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:16.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:16 smithi187 ceph-mon[111815]: pgmap v13762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:16 smithi088 ceph-mon[96111]: pgmap v13762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:17.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:17.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:18.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:18.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:18 smithi187 ceph-mon[111815]: pgmap v13763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:18 smithi088 ceph-mon[96111]: pgmap v13763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:19.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:19.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:20.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:20.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:20 smithi187 ceph-mon[111815]: pgmap v13764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:20 smithi088 ceph-mon[96111]: pgmap v13764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:21.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:21.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:22.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:22.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:22 smithi187 ceph-mon[111815]: pgmap v13765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:55:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:22 smithi088 ceph-mon[96111]: pgmap v13765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:55:23.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:23.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:24.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:24.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:24 smithi088 ceph-mon[96111]: pgmap v13766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:24 smithi187 ceph-mon[111815]: pgmap v13766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:25.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:25.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:26.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:26.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:26 smithi088 ceph-mon[96111]: pgmap v13767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:26 smithi187 ceph-mon[111815]: pgmap v13767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:27.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:27.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:28 smithi187 ceph-mon[111815]: pgmap v13768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:55:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:55:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:55:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:55:28.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:55:28.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:55:28.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:55:28.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:28.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:28 smithi088 ceph-mon[96111]: pgmap v13768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:55:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:55:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:55:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:55:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:55:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:55:28.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:55:29.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:29.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:30.449 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:30 smithi088 ceph-mon[96111]: pgmap v13769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:30 smithi187 ceph-mon[111815]: pgmap v13769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:30.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:30.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:55:31.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:31.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:55:32.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:32.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:32 smithi088 ceph-mon[96111]: pgmap v13770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:32 smithi187 ceph-mon[111815]: pgmap v13770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:33.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:33.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:34.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:34.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:34 smithi088 ceph-mon[96111]: pgmap v13771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:34 smithi187 ceph-mon[111815]: pgmap v13771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:35.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:35.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:36.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:36.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:36 smithi088 ceph-mon[96111]: pgmap v13772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:36 smithi187 ceph-mon[111815]: pgmap v13772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:37.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:37.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:38.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:38.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:38 smithi088 ceph-mon[96111]: pgmap v13773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:38 smithi187 ceph-mon[111815]: pgmap v13773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:39.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:39.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:40.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:40.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:40 smithi088 ceph-mon[96111]: pgmap v13774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:40 smithi187 ceph-mon[111815]: pgmap v13774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:41.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:41.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:42.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:42.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:42 smithi088 ceph-mon[96111]: pgmap v13775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:42 smithi187 ceph-mon[111815]: pgmap v13775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:43.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:43.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:44.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:44.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:44 smithi088 ceph-mon[96111]: pgmap v13776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:44 smithi187 ceph-mon[111815]: pgmap v13776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:45.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:45.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:55:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:55:46.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:46.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:46 smithi088 ceph-mon[96111]: pgmap v13777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:46 smithi187 ceph-mon[111815]: pgmap v13777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:47.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:47.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:48.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:48.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:48 smithi088 ceph-mon[96111]: pgmap v13778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:48 smithi187 ceph-mon[111815]: pgmap v13778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:49.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:49.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:50.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:50.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:50 smithi088 ceph-mon[96111]: pgmap v13779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:50 smithi187 ceph-mon[111815]: pgmap v13779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:51.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:51.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:52.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:52.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:52 smithi088 ceph-mon[96111]: pgmap v13780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:52 smithi187 ceph-mon[111815]: pgmap v13780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:53.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:53.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:54.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:54.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:54 smithi088 ceph-mon[96111]: pgmap v13781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:54 smithi187 ceph-mon[111815]: pgmap v13781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:55.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:55.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:56.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:56.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:56 smithi088 ceph-mon[96111]: pgmap v13782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:56 smithi187 ceph-mon[111815]: pgmap v13782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:55:57.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:57.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:58.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:58.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:55:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:55:58 smithi088 ceph-mon[96111]: pgmap v13783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:55:58 smithi187 ceph-mon[111815]: pgmap v13783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:55:59.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:55:59.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:00.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:00.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:00 smithi088 ceph-mon[96111]: pgmap v13784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:56:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:00 smithi187 ceph-mon[111815]: pgmap v13784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:56:01.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:01.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:02.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:02.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:02 smithi088 ceph-mon[96111]: pgmap v13785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:02 smithi187 ceph-mon[111815]: pgmap v13785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:03.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:03.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:04.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:04.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:04 smithi088 ceph-mon[96111]: pgmap v13786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:04 smithi187 ceph-mon[111815]: pgmap v13786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:05.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:05.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:06.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:06.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:06 smithi088 ceph-mon[96111]: pgmap v13787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:06 smithi187 ceph-mon[111815]: pgmap v13787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:07.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:07.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:08.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:08.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:08 smithi088 ceph-mon[96111]: pgmap v13788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:08 smithi187 ceph-mon[111815]: pgmap v13788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:09.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:09.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:10.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:10.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:10.811 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:10 smithi187 ceph-mon[111815]: pgmap v13789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:10 smithi088 ceph-mon[96111]: pgmap v13789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:11.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:11.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:12.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:12.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:12 smithi088 ceph-mon[96111]: pgmap v13790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:12 smithi187 ceph-mon[111815]: pgmap v13790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:13.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:13.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:14.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:14.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:14 smithi088 ceph-mon[96111]: pgmap v13791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:14 smithi187 ceph-mon[111815]: pgmap v13791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:15.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:15.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:56:15.864 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:56:16.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:16.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:16 smithi088 ceph-mon[96111]: pgmap v13792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:16 smithi187 ceph-mon[111815]: pgmap v13792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:17.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:17.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:18.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:18.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:18 smithi088 ceph-mon[96111]: pgmap v13793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:18 smithi187 ceph-mon[111815]: pgmap v13793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:19.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:19.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:20.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:20.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:20 smithi088 ceph-mon[96111]: pgmap v13794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:20.916 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:20 smithi187 ceph-mon[111815]: pgmap v13794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:21.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:21.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:22.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:22.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:22 smithi088 ceph-mon[96111]: pgmap v13795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:22 smithi187 ceph-mon[111815]: pgmap v13795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:23.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:23.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:24.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:24.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:24 smithi088 ceph-mon[96111]: pgmap v13796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:24 smithi187 ceph-mon[111815]: pgmap v13796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:25.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:25.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:26.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:26.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:26 smithi088 ceph-mon[96111]: pgmap v13797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:26 smithi187 ceph-mon[111815]: pgmap v13797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:27.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:27.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:28.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:28.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:28 smithi187 ceph-mon[111815]: pgmap v13798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:56:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:56:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:56:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:56:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:56:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:56:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:28 smithi088 ceph-mon[96111]: pgmap v13798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:56:29.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:56:29.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:56:29.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:56:29.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:56:29.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:56:29.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:29.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:30.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:30.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:30 smithi187 ceph-mon[111815]: pgmap v13799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:56:31.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:30 smithi088 ceph-mon[96111]: pgmap v13799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:31.036 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:56:31.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:31.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:32.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:32.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:32 smithi187 ceph-mon[111815]: pgmap v13800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:32 smithi088 ceph-mon[96111]: pgmap v13800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:33.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:33.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:34.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:34.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:34 smithi187 ceph-mon[111815]: pgmap v13801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:34 smithi088 ceph-mon[96111]: pgmap v13801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:35.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:35.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:36.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:36.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:36 smithi187 ceph-mon[111815]: pgmap v13802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:36 smithi088 ceph-mon[96111]: pgmap v13802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:37.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:37.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:38.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:38.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:38 smithi187 ceph-mon[111815]: pgmap v13803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:38 smithi088 ceph-mon[96111]: pgmap v13803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:39.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:39.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:40.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:40.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:40 smithi187 ceph-mon[111815]: pgmap v13804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:40 smithi088 ceph-mon[96111]: pgmap v13804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:41.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:41.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:42.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:42.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:42 smithi187 ceph-mon[111815]: pgmap v13805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:42 smithi088 ceph-mon[96111]: pgmap v13805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:43.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:43.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:44.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:44.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:44 smithi187 ceph-mon[111815]: pgmap v13806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:44 smithi088 ceph-mon[96111]: pgmap v13806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:45.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:45.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:56:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:56:46.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:46.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:46 smithi187 ceph-mon[111815]: pgmap v13807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:46 smithi088 ceph-mon[96111]: pgmap v13807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:47.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:47.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:48.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:48.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:48 smithi187 ceph-mon[111815]: pgmap v13808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:48 smithi088 ceph-mon[96111]: pgmap v13808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:49.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:49.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:50.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:50.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:50 smithi187 ceph-mon[111815]: pgmap v13809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:50 smithi088 ceph-mon[96111]: pgmap v13809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:51.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:51.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:52.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:52.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:52 smithi187 ceph-mon[111815]: pgmap v13810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:52 smithi088 ceph-mon[96111]: pgmap v13810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:53.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:53.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:54.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:54.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:54 smithi187 ceph-mon[111815]: pgmap v13811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:54 smithi088 ceph-mon[96111]: pgmap v13811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:55.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:55.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:56.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:56.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:56 smithi187 ceph-mon[111815]: pgmap v13812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:56 smithi088 ceph-mon[96111]: pgmap v13812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:56:57.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:57.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:58.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:58.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:56:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:56:58 smithi187 ceph-mon[111815]: pgmap v13813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:56:58 smithi088 ceph-mon[96111]: pgmap v13813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:56:59.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:56:59.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:00.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:00.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:00 smithi187 ceph-mon[111815]: pgmap v13814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:57:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:00 smithi088 ceph-mon[96111]: pgmap v13814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:57:01.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:01.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:02.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:02.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:02 smithi187 ceph-mon[111815]: pgmap v13815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:02 smithi088 ceph-mon[96111]: pgmap v13815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:03.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:03.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:04.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:04.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:04 smithi187 ceph-mon[111815]: pgmap v13816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:04 smithi088 ceph-mon[96111]: pgmap v13816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:05.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:05.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:06.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:06.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:06 smithi187 ceph-mon[111815]: pgmap v13817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:06 smithi088 ceph-mon[96111]: pgmap v13817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:07.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:07.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:08.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:08.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:08 smithi187 ceph-mon[111815]: pgmap v13818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:08 smithi088 ceph-mon[96111]: pgmap v13818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:09.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:09.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:10.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:10.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:10 smithi187 ceph-mon[111815]: pgmap v13819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:10 smithi088 ceph-mon[96111]: pgmap v13819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:11.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:11.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:12.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:12.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:12 smithi187 ceph-mon[111815]: pgmap v13820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:12 smithi088 ceph-mon[96111]: pgmap v13820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:13.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:13.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:14.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:14.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:14 smithi187 ceph-mon[111815]: pgmap v13821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:14 smithi088 ceph-mon[96111]: pgmap v13821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:15.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:15.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:57:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:57:16.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:16.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:16 smithi088 ceph-mon[96111]: pgmap v13822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:16 smithi187 ceph-mon[111815]: pgmap v13822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:17.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:17.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:18.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:18.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:18 smithi187 ceph-mon[111815]: pgmap v13823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:18 smithi088 ceph-mon[96111]: pgmap v13823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:19.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:19.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:20.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:20.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:20 smithi187 ceph-mon[111815]: pgmap v13824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:20 smithi088 ceph-mon[96111]: pgmap v13824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:21.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:21.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:22.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:22.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:22 smithi187 ceph-mon[111815]: pgmap v13825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:22 smithi088 ceph-mon[96111]: pgmap v13825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:23.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:23.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:24.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:24.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:24 smithi187 ceph-mon[111815]: pgmap v13826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:24 smithi088 ceph-mon[96111]: pgmap v13826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:25.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:25.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:26.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:26.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:26 smithi187 ceph-mon[111815]: pgmap v13827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:26 smithi088 ceph-mon[96111]: pgmap v13827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:27.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:27.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:28.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:28.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:28 smithi187 ceph-mon[111815]: pgmap v13828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:57:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:57:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:57:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:28 smithi088 ceph-mon[96111]: pgmap v13828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:57:29.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:57:29.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:57:29.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:29.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:57:29.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:57:29.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:57:29.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:57:29.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:57:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:57:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:57:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:57:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:57:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:57:30.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:30.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:30 smithi187 ceph-mon[111815]: pgmap v13829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:57:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:30 smithi088 ceph-mon[96111]: pgmap v13829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:57:31.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:31.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:32.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:32.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:32 smithi187 ceph-mon[111815]: pgmap v13830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:32 smithi088 ceph-mon[96111]: pgmap v13830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:33.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:33.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:34.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:34.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:34 smithi187 ceph-mon[111815]: pgmap v13831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:34 smithi088 ceph-mon[96111]: pgmap v13831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:35.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:35.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:36.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:36.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:36 smithi187 ceph-mon[111815]: pgmap v13832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:36 smithi088 ceph-mon[96111]: pgmap v13832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:37.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:37.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:38.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:38.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:38 smithi187 ceph-mon[111815]: pgmap v13833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:38 smithi088 ceph-mon[96111]: pgmap v13833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:39.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:39.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:40.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:40.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:40 smithi187 ceph-mon[111815]: pgmap v13834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:40 smithi088 ceph-mon[96111]: pgmap v13834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:41.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:41.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:42.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:42.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:42 smithi088 ceph-mon[96111]: pgmap v13835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:42 smithi187 ceph-mon[111815]: pgmap v13835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:43.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:43.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:44.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:44.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:44 smithi088 ceph-mon[96111]: pgmap v13836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:44 smithi187 ceph-mon[111815]: pgmap v13836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:45.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:45.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:57:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:57:46.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:46.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:46 smithi088 ceph-mon[96111]: pgmap v13837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:46 smithi187 ceph-mon[111815]: pgmap v13837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:47.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:47.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:48.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:48.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:48 smithi088 ceph-mon[96111]: pgmap v13838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:48 smithi187 ceph-mon[111815]: pgmap v13838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:49.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:49.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:50.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:50.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:50 smithi088 ceph-mon[96111]: pgmap v13839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:50 smithi187 ceph-mon[111815]: pgmap v13839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:51.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:51.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:52.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:52.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:53.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:52 smithi088 ceph-mon[96111]: pgmap v13840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:52 smithi187 ceph-mon[111815]: pgmap v13840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:53.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:53.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:54.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:54.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:54 smithi088 ceph-mon[96111]: pgmap v13841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:54 smithi187 ceph-mon[111815]: pgmap v13841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:55.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:55.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:56.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:56.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:56 smithi088 ceph-mon[96111]: pgmap v13842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:56 smithi187 ceph-mon[111815]: pgmap v13842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:57:57.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:57.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:58.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:58.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:57:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:57:58 smithi088 ceph-mon[96111]: pgmap v13843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:57:58 smithi187 ceph-mon[111815]: pgmap v13843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:57:59.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:57:59.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:00.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:00.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:00 smithi187 ceph-mon[111815]: pgmap v13844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:58:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:00 smithi088 ceph-mon[96111]: pgmap v13844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:58:01.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:01.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:02.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:02.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:02 smithi088 ceph-mon[96111]: pgmap v13845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:02 smithi187 ceph-mon[111815]: pgmap v13845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:03.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:03.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:04.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:04.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:04 smithi088 ceph-mon[96111]: pgmap v13846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:04 smithi187 ceph-mon[111815]: pgmap v13846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:05.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:05.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:06.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:06.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:07.028 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:06 smithi187 ceph-mon[111815]: pgmap v13847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:06 smithi088 ceph-mon[96111]: pgmap v13847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:07.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:07.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:08.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:08.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:08 smithi088 ceph-mon[96111]: pgmap v13848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:08 smithi187 ceph-mon[111815]: pgmap v13848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:09.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:09.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:10.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:10.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:10 smithi088 ceph-mon[96111]: pgmap v13849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:10 smithi187 ceph-mon[111815]: pgmap v13849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:11.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:11.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:12.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:12.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:12 smithi088 ceph-mon[96111]: pgmap v13850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:12 smithi187 ceph-mon[111815]: pgmap v13850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:13.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:13.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:14.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:14.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:14 smithi088 ceph-mon[96111]: pgmap v13851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:14 smithi187 ceph-mon[111815]: pgmap v13851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:15.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:15.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:58:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:58:16.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:16.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:16 smithi088 ceph-mon[96111]: pgmap v13852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:17.134 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:16 smithi187 ceph-mon[111815]: pgmap v13852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:17.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:17.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:18.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:18.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:18 smithi088 ceph-mon[96111]: pgmap v13853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:18 smithi187 ceph-mon[111815]: pgmap v13853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:19.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:19.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:20.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:20.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:20 smithi088 ceph-mon[96111]: pgmap v13854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:20 smithi187 ceph-mon[111815]: pgmap v13854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:21.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:21.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:22.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:22.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:22 smithi088 ceph-mon[96111]: pgmap v13855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:22 smithi187 ceph-mon[111815]: pgmap v13855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:23.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:23.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:24.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:24.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:24 smithi088 ceph-mon[96111]: pgmap v13856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:24 smithi187 ceph-mon[111815]: pgmap v13856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:25.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:25.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:26.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:26.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:27.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:26 smithi088 ceph-mon[96111]: pgmap v13857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:26 smithi187 ceph-mon[111815]: pgmap v13857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:27.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:27.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:28.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:28.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:28 smithi088 ceph-mon[96111]: pgmap v13858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:28 smithi187 ceph-mon[111815]: pgmap v13858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:29.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:29.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:58:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:58:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:58:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:58:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:58:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:58:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:58:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:58:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:58:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:58:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:58:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:58:30.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:30.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:30 smithi088 ceph-mon[96111]: pgmap v13859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:58:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:30 smithi187 ceph-mon[111815]: pgmap v13859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:58:31.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:31.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:32.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:32.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:32 smithi088 ceph-mon[96111]: pgmap v13860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:32 smithi187 ceph-mon[111815]: pgmap v13860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:33.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:33.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:34.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:34.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:34 smithi088 ceph-mon[96111]: pgmap v13861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:34 smithi187 ceph-mon[111815]: pgmap v13861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:35.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:35.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:36.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:36.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:36 smithi088 ceph-mon[96111]: pgmap v13862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:36 smithi187 ceph-mon[111815]: pgmap v13862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:37.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:37.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:38.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:38.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:38 smithi088 ceph-mon[96111]: pgmap v13863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:38 smithi187 ceph-mon[111815]: pgmap v13863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:39.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:39.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:40.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:40.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:40 smithi088 ceph-mon[96111]: pgmap v13864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:40 smithi187 ceph-mon[111815]: pgmap v13864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:41.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:41.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:42.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:42.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:42 smithi088 ceph-mon[96111]: pgmap v13865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:42 smithi187 ceph-mon[111815]: pgmap v13865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:43.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:43.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:44.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:44.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:44 smithi088 ceph-mon[96111]: pgmap v13866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:44 smithi187 ceph-mon[111815]: pgmap v13866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:45.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:45.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:58:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:58:46.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:46.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:46 smithi187 ceph-mon[111815]: pgmap v13867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:46 smithi088 ceph-mon[96111]: pgmap v13867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:47.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:47.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:48.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:48.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:48 smithi187 ceph-mon[111815]: pgmap v13868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:48 smithi088 ceph-mon[96111]: pgmap v13868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:49.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:49.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:50.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:50.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:50 smithi187 ceph-mon[111815]: pgmap v13869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:50 smithi088 ceph-mon[96111]: pgmap v13869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:51.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:51.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:52.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:52.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:52 smithi187 ceph-mon[111815]: pgmap v13870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:52 smithi088 ceph-mon[96111]: pgmap v13870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:53.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:53.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:54.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:54.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:54 smithi088 ceph-mon[96111]: pgmap v13871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:54 smithi187 ceph-mon[111815]: pgmap v13871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:55.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:55.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:56.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:56.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:56 smithi187 ceph-mon[111815]: pgmap v13872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:56 smithi088 ceph-mon[96111]: pgmap v13872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:58:57.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:57.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:58.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:58.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:58:59.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:58:58 smithi187 ceph-mon[111815]: pgmap v13873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:58:58 smithi088 ceph-mon[96111]: pgmap v13873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:58:59.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:58:59.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:00.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:00.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:00 smithi187 ceph-mon[111815]: pgmap v13874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:59:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:00 smithi088 ceph-mon[96111]: pgmap v13874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:59:01.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:01.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:02.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:02.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:02 smithi187 ceph-mon[111815]: pgmap v13875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:02 smithi088 ceph-mon[96111]: pgmap v13875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:03.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:03.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:04.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:04.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:04 smithi088 ceph-mon[96111]: pgmap v13876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:04 smithi187 ceph-mon[111815]: pgmap v13876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:05.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:05.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:06.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:06.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:06 smithi187 ceph-mon[111815]: pgmap v13877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:06 smithi088 ceph-mon[96111]: pgmap v13877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:07.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:07.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:08.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:08.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:08 smithi187 ceph-mon[111815]: pgmap v13878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:08 smithi088 ceph-mon[96111]: pgmap v13878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:09.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:09.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:10.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:10.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:10 smithi187 ceph-mon[111815]: pgmap v13879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:10 smithi088 ceph-mon[96111]: pgmap v13879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:11.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:11.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:12 smithi088 ceph-mon[96111]: pgmap v13880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:12.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:12.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:12 smithi187 ceph-mon[111815]: pgmap v13880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:13.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:13.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:14 smithi088 ceph-mon[96111]: pgmap v13881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:14.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:14.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:14 smithi187 ceph-mon[111815]: pgmap v13881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:59:15.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:15.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:59:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:16 smithi088 ceph-mon[96111]: pgmap v13882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:16.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:16.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:16 smithi187 ceph-mon[111815]: pgmap v13882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:17.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:17.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:18 smithi088 ceph-mon[96111]: pgmap v13883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:18.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:18.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:18 smithi187 ceph-mon[111815]: pgmap v13883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:19.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:19.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:20 smithi088 ceph-mon[96111]: pgmap v13884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:20.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:20.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:20 smithi187 ceph-mon[111815]: pgmap v13884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:21.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:21.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:22.819 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:22 smithi187 ceph-mon[111815]: pgmap v13885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:22 smithi088 ceph-mon[96111]: pgmap v13885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:22.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:22.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:23.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:23.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:24 smithi088 ceph-mon[96111]: pgmap v13886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:24.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:24.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:24 smithi187 ceph-mon[111815]: pgmap v13886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:25.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:25.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:26 smithi088 ceph-mon[96111]: pgmap v13887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:26.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:26.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:26 smithi187 ceph-mon[111815]: pgmap v13887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:27.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:27.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:28 smithi088 ceph-mon[96111]: pgmap v13888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:28.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:28.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:28 smithi187 ceph-mon[111815]: pgmap v13888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:29.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:29.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:30 smithi088 ceph-mon[96111]: pgmap v13889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:59:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:59:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:59:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:59:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:59:30.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:59:30.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:59:30.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:59:30.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:59:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:30 smithi187 ceph-mon[111815]: pgmap v13889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T06:59:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:59:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:59:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T06:59:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T06:59:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:59:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T06:59:30.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T06:59:30.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:59:30.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:30.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:31.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:31.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:32.923 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:32 smithi187 ceph-mon[111815]: pgmap v13890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:32.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:32.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:32 smithi088 ceph-mon[96111]: pgmap v13890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:33.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:33.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:34 smithi187 ceph-mon[111815]: pgmap v13891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:34.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:34.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:34 smithi088 ceph-mon[96111]: pgmap v13891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:35.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:35.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:36 smithi187 ceph-mon[111815]: pgmap v13892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:36.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:36.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:36 smithi088 ceph-mon[96111]: pgmap v13892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:37.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:37.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:38 smithi187 ceph-mon[111815]: pgmap v13893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:38.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:38.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:38 smithi088 ceph-mon[96111]: pgmap v13893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:39.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:39.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:40 smithi187 ceph-mon[111815]: pgmap v13894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:40.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:40.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:40 smithi088 ceph-mon[96111]: pgmap v13894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:41.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:41.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:42.897 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:42 smithi088 ceph-mon[96111]: pgmap v13895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:42 smithi187 ceph-mon[111815]: pgmap v13895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:42.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:42.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:43.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:43.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:44 smithi187 ceph-mon[111815]: pgmap v13896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:44.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:44.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:44 smithi088 ceph-mon[96111]: pgmap v13896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:59:45.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:45.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T06:59:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:46 smithi187 ceph-mon[111815]: pgmap v13897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:46.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:46.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:46 smithi088 ceph-mon[96111]: pgmap v13897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:47.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:47.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:48 smithi187 ceph-mon[111815]: pgmap v13898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:48.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:48.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:48 smithi088 ceph-mon[96111]: pgmap v13898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:49.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:49.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:50 smithi187 ceph-mon[111815]: pgmap v13899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:50.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:50.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:50 smithi088 ceph-mon[96111]: pgmap v13899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:51.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:51.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:52 smithi187 ceph-mon[111815]: pgmap v13900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:52.995 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:52 smithi088 ceph-mon[96111]: pgmap v13900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:52.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:52.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:53.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:53.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:54 smithi187 ceph-mon[111815]: pgmap v13901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:54.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:54.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:54 smithi088 ceph-mon[96111]: pgmap v13901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:56.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:56.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:56 smithi187 ceph-mon[111815]: pgmap v13902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:57.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:57.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:56 smithi088 ceph-mon[96111]: pgmap v13902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T06:59:58.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:58.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 06:59:58 smithi187 ceph-mon[111815]: pgmap v13903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T06:59:59.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T06:59:59.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T06:59:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 06:59:58 smithi088 ceph-mon[96111]: pgmap v13903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:00.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:00.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:00 smithi187 ceph-mon[111815]: pgmap v13904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T07:00:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:00:01.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:01.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:00 smithi088 ceph-mon[96111]: pgmap v13904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T07:00:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:00:02.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:02.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:02 smithi187 ceph-mon[111815]: pgmap v13905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:03.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:03.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:02 smithi088 ceph-mon[96111]: pgmap v13905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:04.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:04.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:04 smithi187 ceph-mon[111815]: pgmap v13906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:05.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:05.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:04 smithi088 ceph-mon[96111]: pgmap v13906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:06.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:06.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:06 smithi187 ceph-mon[111815]: pgmap v13907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:07.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:07.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:06 smithi088 ceph-mon[96111]: pgmap v13907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:08.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:08.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:08 smithi187 ceph-mon[111815]: pgmap v13908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:09.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:09.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:08 smithi088 ceph-mon[96111]: pgmap v13908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:10.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:10.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:10 smithi187 ceph-mon[111815]: pgmap v13909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:11.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:11.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:10 smithi088 ceph-mon[96111]: pgmap v13909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:12.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:12.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:12 smithi187 ceph-mon[111815]: pgmap v13910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:13.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:13.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:12 smithi088 ceph-mon[96111]: pgmap v13910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:14.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:14.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:14 smithi187 ceph-mon[111815]: pgmap v13911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:15.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:15.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:14 smithi088 ceph-mon[96111]: pgmap v13911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:00:16.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:16.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:00:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:16 smithi187 ceph-mon[111815]: pgmap v13912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:17.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:17.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:16 smithi088 ceph-mon[96111]: pgmap v13912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:18.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:18.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:18 smithi187 ceph-mon[111815]: pgmap v13913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:19.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:19.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:18 smithi088 ceph-mon[96111]: pgmap v13913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:20.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:20.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:20 smithi187 ceph-mon[111815]: pgmap v13914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:21.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:21.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:20 smithi088 ceph-mon[96111]: pgmap v13914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:22.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:22.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:22 smithi187 ceph-mon[111815]: pgmap v13915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:23.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:23.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:22 smithi088 ceph-mon[96111]: pgmap v13915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:24.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:24.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:24 smithi187 ceph-mon[111815]: pgmap v13916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:25.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:25.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:24 smithi088 ceph-mon[96111]: pgmap v13916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:26.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:26.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:26 smithi187 ceph-mon[111815]: pgmap v13917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:27.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:27.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:26 smithi088 ceph-mon[96111]: pgmap v13917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:28.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:28.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:28 smithi187 ceph-mon[111815]: pgmap v13918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:29.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:29.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:28 smithi088 ceph-mon[96111]: pgmap v13918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:30.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:30.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:30 smithi187 ceph-mon[111815]: pgmap v13919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:00:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:00:31.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:31.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:30 smithi088 ceph-mon[96111]: pgmap v13919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:00:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:00:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:00:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:00:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:00:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:00:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:00:32.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:32.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:00:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:00:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:00:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:00:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:00:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:32 smithi187 ceph-mon[111815]: pgmap v13920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:33.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:33.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:32 smithi088 ceph-mon[96111]: pgmap v13920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:34.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:34.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:34 smithi187 ceph-mon[111815]: pgmap v13921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:35.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:35.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:34 smithi088 ceph-mon[96111]: pgmap v13921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:36.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:36.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:36 smithi187 ceph-mon[111815]: pgmap v13922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:37.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:37.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:36 smithi088 ceph-mon[96111]: pgmap v13922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:38.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:38.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:38 smithi187 ceph-mon[111815]: pgmap v13923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:38 smithi088 ceph-mon[96111]: pgmap v13923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:39.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:39.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:40.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:40.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:40 smithi187 ceph-mon[111815]: pgmap v13924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:40 smithi088 ceph-mon[96111]: pgmap v13924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:41.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:41.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:42.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:42.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:42 smithi187 ceph-mon[111815]: pgmap v13925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:42 smithi088 ceph-mon[96111]: pgmap v13925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:43.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:43.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:44.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:44.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:44 smithi187 ceph-mon[111815]: pgmap v13926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:44 smithi088 ceph-mon[96111]: pgmap v13926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:45.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:45.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:00:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:00:46.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:46.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:46 smithi187 ceph-mon[111815]: pgmap v13927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:46 smithi088 ceph-mon[96111]: pgmap v13927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:47.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:47.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:48.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:48.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:48 smithi088 ceph-mon[96111]: pgmap v13928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:48 smithi187 ceph-mon[111815]: pgmap v13928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:49.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:49.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:50.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:50.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:50 smithi088 ceph-mon[96111]: pgmap v13929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:51.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:51.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:50 smithi187 ceph-mon[111815]: pgmap v13929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:52.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:52.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:52 smithi088 ceph-mon[96111]: pgmap v13930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:53.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:53.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:52 smithi187 ceph-mon[111815]: pgmap v13930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:54.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:54.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:54 smithi088 ceph-mon[96111]: pgmap v13931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:55.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:55.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:54 smithi187 ceph-mon[111815]: pgmap v13931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:56.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:56.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:56 smithi088 ceph-mon[96111]: pgmap v13932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:57.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:57.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:56 smithi187 ceph-mon[111815]: pgmap v13932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:00:58.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:58.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:00:58 smithi088 ceph-mon[96111]: pgmap v13933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:00:59.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:00:59.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:00:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:00:58 smithi187 ceph-mon[111815]: pgmap v13933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:00.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:00.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:00 smithi088 ceph-mon[96111]: pgmap v13934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:01.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:01:01.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:01.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:00 smithi187 ceph-mon[111815]: pgmap v13934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:01:02.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:02.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:02 smithi088 ceph-mon[96111]: pgmap v13935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:03.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:03.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:03.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:02 smithi187 ceph-mon[111815]: pgmap v13935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:04.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:04.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:05.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:04 smithi088 ceph-mon[96111]: pgmap v13936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:05.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:05.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:04 smithi187 ceph-mon[111815]: pgmap v13936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:06.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:06.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:06 smithi088 ceph-mon[96111]: pgmap v13937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:07.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:07.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:06 smithi187 ceph-mon[111815]: pgmap v13937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:08.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:08.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:09.080 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:08 smithi088 ceph-mon[96111]: pgmap v13938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:09.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:09.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:08 smithi187 ceph-mon[111815]: pgmap v13938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:10.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:10.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:11.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:10 smithi088 ceph-mon[96111]: pgmap v13939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:11.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:11.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:11.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:10 smithi187 ceph-mon[111815]: pgmap v13939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:12.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:12.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:13.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:12 smithi088 ceph-mon[96111]: pgmap v13940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:13.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:13.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:12 smithi187 ceph-mon[111815]: pgmap v13940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:14.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:14.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:15.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:14 smithi088 ceph-mon[96111]: pgmap v13941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:15.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:15.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:14 smithi187 ceph-mon[111815]: pgmap v13941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:01:16.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:16.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:01:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:16 smithi088 ceph-mon[96111]: pgmap v13942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:17.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:17.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:16 smithi187 ceph-mon[111815]: pgmap v13942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:18.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:18.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:19.027 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:18 smithi187 ceph-mon[111815]: pgmap v13943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:18 smithi088 ceph-mon[96111]: pgmap v13943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:19.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:19.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:20.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:20.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:20 smithi088 ceph-mon[96111]: pgmap v13944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:21.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:21.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:20 smithi187 ceph-mon[111815]: pgmap v13944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:22.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:22.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:22 smithi088 ceph-mon[96111]: pgmap v13945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:23.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:23.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:22 smithi187 ceph-mon[111815]: pgmap v13945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:24.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:24.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:24 smithi088 ceph-mon[96111]: pgmap v13946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:25.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:25.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:24 smithi187 ceph-mon[111815]: pgmap v13946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:26.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:26.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:27.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:26 smithi088 ceph-mon[96111]: pgmap v13947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:27.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:27.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:26 smithi187 ceph-mon[111815]: pgmap v13947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:28.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:28.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:29.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:28 smithi088 ceph-mon[96111]: pgmap v13948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:29.131 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:28 smithi187 ceph-mon[111815]: pgmap v13948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:29.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:29.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:30.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:30.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:30 smithi088 ceph-mon[96111]: pgmap v13949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:01:31.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:31.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:30 smithi187 ceph-mon[111815]: pgmap v13949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:01:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:01:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:01:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:01:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:01:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:01:32.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:01:32.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:01:32.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:01:32.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:01:32.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:01:32.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:01:32.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:01:32.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:01:32.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:32.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:01:32.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:01:32.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:01:32.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:01:32.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:01:32.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:01:32.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:01:32.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:01:32.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:01:32.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:01:32.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:01:32.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:01:32.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:01:33.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:32 smithi088 ceph-mon[96111]: pgmap v13950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:33.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:32 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1515M 2023-10-13T07:01:33.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:33.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:32 smithi187 ceph-mon[111815]: pgmap v13950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:32 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1515M 2023-10-13T07:01:34.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:34.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:34 smithi088 ceph-mon[96111]: pgmap v13951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:35.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:35.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:34 smithi187 ceph-mon[111815]: pgmap v13951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:36.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:36.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:37.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:36 smithi088 ceph-mon[96111]: pgmap v13952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:37.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:37.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:36 smithi187 ceph-mon[111815]: pgmap v13952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:38.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:38.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:39.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:38 smithi088 ceph-mon[96111]: pgmap v13953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:39.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:39.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:38 smithi187 ceph-mon[111815]: pgmap v13953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:40.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:40.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:40 smithi088 ceph-mon[96111]: pgmap v13954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:41.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:41.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:40 smithi187 ceph-mon[111815]: pgmap v13954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:42.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:42.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:42 smithi088 ceph-mon[96111]: pgmap v13955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:43.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:43.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:43.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:42 smithi187 ceph-mon[111815]: pgmap v13955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:44.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:44.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:44 smithi088 ceph-mon[96111]: pgmap v13956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:45.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:45.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:44 smithi187 ceph-mon[111815]: pgmap v13956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:01:46.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:46.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:01:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:46 smithi088 ceph-mon[96111]: pgmap v13957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:47.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:47.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:46 smithi187 ceph-mon[111815]: pgmap v13957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:48.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:48.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:48 smithi088 ceph-mon[96111]: pgmap v13958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:49.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:49.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:48 smithi187 ceph-mon[111815]: pgmap v13958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:50.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:50.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:50 smithi088 ceph-mon[96111]: pgmap v13959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:51.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:51.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:50 smithi187 ceph-mon[111815]: pgmap v13959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:52.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:52.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:52 smithi088 ceph-mon[96111]: pgmap v13960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:53.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:53.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:52 smithi187 ceph-mon[111815]: pgmap v13960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:54.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:54.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:54 smithi088 ceph-mon[96111]: pgmap v13961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:55.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:55.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:54 smithi187 ceph-mon[111815]: pgmap v13961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:56.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:56.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:57.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:57.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:56 smithi187 ceph-mon[111815]: pgmap v13962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:56 smithi088 ceph-mon[96111]: pgmap v13962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:01:58.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:58.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:59.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:01:59.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:01:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:01:58 smithi187 ceph-mon[111815]: pgmap v13963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:01:59.220 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:01:58 smithi088 ceph-mon[96111]: pgmap v13963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:00.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:00.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:01.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:01.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:01.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:00 smithi187 ceph-mon[111815]: pgmap v13964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:01.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:02:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:00 smithi088 ceph-mon[96111]: pgmap v13964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:02:02.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:02.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:03.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:02 smithi187 ceph-mon[111815]: pgmap v13965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:03.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:03.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:03.328 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:02 smithi088 ceph-mon[96111]: pgmap v13965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:04.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:04.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:05.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:04 smithi088 ceph-mon[96111]: pgmap v13966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:04 smithi187 ceph-mon[111815]: pgmap v13966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:05.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:05.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:06.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:06.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:06 smithi187 ceph-mon[111815]: pgmap v13967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:07.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:07.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:06 smithi088 ceph-mon[96111]: pgmap v13967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:08.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:08.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:09.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:08 smithi187 ceph-mon[111815]: pgmap v13968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:09.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:09.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:09.319 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:08 smithi088 ceph-mon[96111]: pgmap v13968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:10.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:10.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:10 smithi187 ceph-mon[111815]: pgmap v13969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:11.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:11.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:10 smithi088 ceph-mon[96111]: pgmap v13969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:12.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:12.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:13.214 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:12 smithi187 ceph-mon[111815]: pgmap v13970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:13.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:13.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:12 smithi088 ceph-mon[96111]: pgmap v13970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:14.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:14.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:14 smithi187 ceph-mon[111815]: pgmap v13971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:14 smithi088 ceph-mon[96111]: pgmap v13971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:15.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:15.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:02:16.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:16.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:02:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:16 smithi187 ceph-mon[111815]: pgmap v13972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:17.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:17.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:16 smithi088 ceph-mon[96111]: pgmap v13972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:18.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:18.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:18 smithi187 ceph-mon[111815]: pgmap v13973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:19.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:19.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:18 smithi088 ceph-mon[96111]: pgmap v13973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:20.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:20.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:20 smithi187 ceph-mon[111815]: pgmap v13974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:21.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:21.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:20 smithi088 ceph-mon[96111]: pgmap v13974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:22.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:22.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:22 smithi187 ceph-mon[111815]: pgmap v13975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:23.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:23.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:22 smithi088 ceph-mon[96111]: pgmap v13975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:24.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:24.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:24 smithi187 ceph-mon[111815]: pgmap v13976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:25.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:25.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:24 smithi088 ceph-mon[96111]: pgmap v13976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:26.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:26.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:26 smithi187 ceph-mon[111815]: pgmap v13977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:27.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:27.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:26 smithi088 ceph-mon[96111]: pgmap v13977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:28.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:28.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:28 smithi187 ceph-mon[111815]: pgmap v13978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:29.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:29.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:28 smithi088 ceph-mon[96111]: pgmap v13978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:30.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:30.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:30 smithi187 ceph-mon[111815]: pgmap v13979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:02:31.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:31.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:30 smithi088 ceph-mon[96111]: pgmap v13979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:02:32.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:32.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:32 smithi088 ceph-mon[96111]: pgmap v13980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:02:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:32.836 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:32 smithi187 ceph-mon[111815]: pgmap v13980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:32.836 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:02:32.837 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:32.837 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:33.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:33.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:34.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:34.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:34 smithi088 ceph-mon[96111]: pgmap v13981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:34 smithi187 ceph-mon[111815]: pgmap v13981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:35.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:35.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:36.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:36.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:36 smithi187 ceph-mon[111815]: pgmap v13982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:36.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:36 smithi088 ceph-mon[96111]: pgmap v13982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:37.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:37.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:02:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:02:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:37.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:02:37.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:02:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:02:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:38.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:02:38.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:02:38.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:38.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:38 smithi187 ceph-mon[111815]: pgmap v13983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:38 smithi088 ceph-mon[96111]: pgmap v13983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:39.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:39.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:40.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:40.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:40.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:40 smithi187 ceph-mon[111815]: pgmap v13984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:40 smithi088 ceph-mon[96111]: pgmap v13984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:41.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:41.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:42.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:42.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:42 smithi187 ceph-mon[111815]: pgmap v13985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:42 smithi088 ceph-mon[96111]: pgmap v13985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:43.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:43.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:44.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:44.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:44.926 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:44 smithi187 ceph-mon[111815]: pgmap v13986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:44 smithi088 ceph-mon[96111]: pgmap v13986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:45.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:45.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:02:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:02:46.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:46.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:46 smithi187 ceph-mon[111815]: pgmap v13987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:46 smithi088 ceph-mon[96111]: pgmap v13987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:47.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:47.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:48.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:48.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:48 smithi187 ceph-mon[111815]: pgmap v13988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:48 smithi088 ceph-mon[96111]: pgmap v13988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:49.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:49.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:50.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:50.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:50 smithi187 ceph-mon[111815]: pgmap v13989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:50 smithi088 ceph-mon[96111]: pgmap v13989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:51.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:51.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:52.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:52.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:52 smithi187 ceph-mon[111815]: pgmap v13990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:52 smithi088 ceph-mon[96111]: pgmap v13990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:53.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:53.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:54.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:54.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:54 smithi187 ceph-mon[111815]: pgmap v13991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:54 smithi088 ceph-mon[96111]: pgmap v13991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:55.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:55.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:56.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:56.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:56 smithi187 ceph-mon[111815]: pgmap v13992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:56 smithi088 ceph-mon[96111]: pgmap v13992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:02:57.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:57.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:58.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:58.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:02:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:02:58 smithi187 ceph-mon[111815]: pgmap v13993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:02:58 smithi088 ceph-mon[96111]: pgmap v13993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:02:59.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:02:59.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:00.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:00.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:00 smithi187 ceph-mon[111815]: pgmap v13994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:03:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:00 smithi088 ceph-mon[96111]: pgmap v13994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:03:01.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:01.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:02.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:02.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:02 smithi187 ceph-mon[111815]: pgmap v13995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:02 smithi088 ceph-mon[96111]: pgmap v13995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:03.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:03.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:04.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:04.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:04 smithi187 ceph-mon[111815]: pgmap v13996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:04 smithi088 ceph-mon[96111]: pgmap v13996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:05.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:05.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:06.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:06.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:06 smithi187 ceph-mon[111815]: pgmap v13997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:06 smithi088 ceph-mon[96111]: pgmap v13997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:07.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:07.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:08.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:08.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:08 smithi088 ceph-mon[96111]: pgmap v13998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:08 smithi187 ceph-mon[111815]: pgmap v13998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:09.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:09.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:10.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:10.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:10 smithi088 ceph-mon[96111]: pgmap v13999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:10 smithi187 ceph-mon[111815]: pgmap v13999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:11.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:11.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:12.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:12.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:12 smithi088 ceph-mon[96111]: pgmap v14000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:12 smithi187 ceph-mon[111815]: pgmap v14000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:13.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:13.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:14.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:14.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:14.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:14 smithi088 ceph-mon[96111]: pgmap v14001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:14 smithi187 ceph-mon[111815]: pgmap v14001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:15.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:15.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:03:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:03:16.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:16.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:16 smithi088 ceph-mon[96111]: pgmap v14002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:16 smithi187 ceph-mon[111815]: pgmap v14002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:17.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:17.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:18.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:18.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:18 smithi088 ceph-mon[96111]: pgmap v14003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:18 smithi187 ceph-mon[111815]: pgmap v14003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:19.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:19.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:20.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:20.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:20 smithi088 ceph-mon[96111]: pgmap v14004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:20 smithi187 ceph-mon[111815]: pgmap v14004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:21.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:21.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:22.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:22.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:22 smithi088 ceph-mon[96111]: pgmap v14005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:22 smithi187 ceph-mon[111815]: pgmap v14005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:23.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:23.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:24.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:24.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:25.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:24 smithi088 ceph-mon[96111]: pgmap v14006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:24 smithi187 ceph-mon[111815]: pgmap v14006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:25.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:25.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:26.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:26.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:26 smithi088 ceph-mon[96111]: pgmap v14007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:26 smithi187 ceph-mon[111815]: pgmap v14007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:27.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:27.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:28.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:28.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:28 smithi088 ceph-mon[96111]: pgmap v14008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:28 smithi187 ceph-mon[111815]: pgmap v14008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:29.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:29.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:30.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:30.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:30 smithi088 ceph-mon[96111]: pgmap v14009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:03:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:30 smithi187 ceph-mon[111815]: pgmap v14009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:03:31.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:31.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:32.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:32.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:32 smithi088 ceph-mon[96111]: pgmap v14010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:32 smithi187 ceph-mon[111815]: pgmap v14010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:33.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:33.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:34.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:34.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:34 smithi088 ceph-mon[96111]: pgmap v14011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:34 smithi187 ceph-mon[111815]: pgmap v14011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:35.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:35.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:36.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:36.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:36 smithi088 ceph-mon[96111]: pgmap v14012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:36 smithi187 ceph-mon[111815]: pgmap v14012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:37.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:37.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:03:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:03:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:03:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:03:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:03:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:03:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:03:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:03:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:03:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:03:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:03:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:03:38.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:38.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:38 smithi088 ceph-mon[96111]: pgmap v14013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:38 smithi187 ceph-mon[111815]: pgmap v14013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:39.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:39.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:40.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:40.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:40 smithi088 ceph-mon[96111]: pgmap v14014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:40 smithi187 ceph-mon[111815]: pgmap v14014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:41.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:41.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:42.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:42.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:42 smithi088 ceph-mon[96111]: pgmap v14015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:42 smithi187 ceph-mon[111815]: pgmap v14015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:43.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:43.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:44.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:44.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:44 smithi088 ceph-mon[96111]: pgmap v14016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:44 smithi187 ceph-mon[111815]: pgmap v14016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:45.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:45.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:03:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:03:46.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:46.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:46 smithi088 ceph-mon[96111]: pgmap v14017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:46 smithi187 ceph-mon[111815]: pgmap v14017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:47.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:47.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:48.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:48.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:48 smithi088 ceph-mon[96111]: pgmap v14018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:48 smithi187 ceph-mon[111815]: pgmap v14018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:49.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:49.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:50.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:50.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:50 smithi187 ceph-mon[111815]: pgmap v14019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:50 smithi088 ceph-mon[96111]: pgmap v14019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:51.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:51.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:52.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:52.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:52 smithi088 ceph-mon[96111]: pgmap v14020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:52 smithi187 ceph-mon[111815]: pgmap v14020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:53.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:53.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:54.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:54.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:54 smithi088 ceph-mon[96111]: pgmap v14021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:54 smithi187 ceph-mon[111815]: pgmap v14021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:55.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:55.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:56.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:56.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:56 smithi088 ceph-mon[96111]: pgmap v14022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:56 smithi187 ceph-mon[111815]: pgmap v14022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:03:57.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:57.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:58.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:58.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:03:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:03:58 smithi088 ceph-mon[96111]: pgmap v14023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:03:58 smithi187 ceph-mon[111815]: pgmap v14023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:03:59.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:03:59.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:00.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:00.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:00 smithi088 ceph-mon[96111]: pgmap v14024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:04:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:00 smithi187 ceph-mon[111815]: pgmap v14024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:04:01.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:01.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:02.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:02.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:02 smithi088 ceph-mon[96111]: pgmap v14025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:02 smithi187 ceph-mon[111815]: pgmap v14025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:03.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:03.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:04.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:04.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:04 smithi088 ceph-mon[96111]: pgmap v14026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:04 smithi187 ceph-mon[111815]: pgmap v14026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:05.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:05.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:06.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:06.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:06 smithi088 ceph-mon[96111]: pgmap v14027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:06 smithi187 ceph-mon[111815]: pgmap v14027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:07.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:07.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:08.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:08.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:08 smithi088 ceph-mon[96111]: pgmap v14028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:08 smithi187 ceph-mon[111815]: pgmap v14028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:09.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:09.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:10.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:10.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:10 smithi088 ceph-mon[96111]: pgmap v14029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:10 smithi187 ceph-mon[111815]: pgmap v14029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:11.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:11.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:12.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:12.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:12 smithi088 ceph-mon[96111]: pgmap v14030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:12 smithi187 ceph-mon[111815]: pgmap v14030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:13.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:13.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:14.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:14.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:14 smithi088 ceph-mon[96111]: pgmap v14031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:14 smithi187 ceph-mon[111815]: pgmap v14031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:15.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:15.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:04:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:04:16.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:16.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:16 smithi187 ceph-mon[111815]: pgmap v14032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:16 smithi088 ceph-mon[96111]: pgmap v14032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:17.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:17.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:18.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:18.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:18 smithi187 ceph-mon[111815]: pgmap v14033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:18 smithi088 ceph-mon[96111]: pgmap v14033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:19.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:19.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:20.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:20.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:20 smithi088 ceph-mon[96111]: pgmap v14034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:20 smithi187 ceph-mon[111815]: pgmap v14034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:21.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:21.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:22.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:22.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:22 smithi187 ceph-mon[111815]: pgmap v14035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:22 smithi088 ceph-mon[96111]: pgmap v14035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:23.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:23.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:24.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:24.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:24 smithi088 ceph-mon[96111]: pgmap v14036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:24 smithi187 ceph-mon[111815]: pgmap v14036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:25.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:25.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:26.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:26.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:26 smithi187 ceph-mon[111815]: pgmap v14037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:26 smithi088 ceph-mon[96111]: pgmap v14037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:27.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:27.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:28.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:28.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:28 smithi187 ceph-mon[111815]: pgmap v14038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:28 smithi088 ceph-mon[96111]: pgmap v14038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:29.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:29.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:30.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:30.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:30 smithi088 ceph-mon[96111]: pgmap v14039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:04:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:30 smithi187 ceph-mon[111815]: pgmap v14039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:04:31.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:31.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:32.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:32.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:32 smithi187 ceph-mon[111815]: pgmap v14040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:32 smithi088 ceph-mon[96111]: pgmap v14040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:33.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:33.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:34.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:34.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:34 smithi088 ceph-mon[96111]: pgmap v14041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:34 smithi187 ceph-mon[111815]: pgmap v14041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:35.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:35.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:36.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:36.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:36 smithi187 ceph-mon[111815]: pgmap v14042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:36 smithi088 ceph-mon[96111]: pgmap v14042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:37.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:37.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:04:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:04:38.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:38.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:38 smithi187 ceph-mon[111815]: pgmap v14043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:38 smithi088 ceph-mon[96111]: pgmap v14043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:39.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:39.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:40.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:40.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:40 smithi088 ceph-mon[96111]: pgmap v14044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:04:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:04:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:04:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:04:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:04:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:04:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:04:41.133 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:40 smithi187 ceph-mon[111815]: pgmap v14044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:41.134 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:04:41.134 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:04:41.134 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:04:41.134 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:04:41.134 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:04:41.135 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:04:41.135 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:04:41.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:41.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:42.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:42.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:42 smithi187 ceph-mon[111815]: pgmap v14045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:42 smithi088 ceph-mon[96111]: pgmap v14045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:43.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:43.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:44.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:44.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:44 smithi088 ceph-mon[96111]: pgmap v14046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:44 smithi187 ceph-mon[111815]: pgmap v14046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:45.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:45.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:46.182 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:04:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:04:46.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:46.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:46 smithi187 ceph-mon[111815]: pgmap v14047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:46 smithi088 ceph-mon[96111]: pgmap v14047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:47.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:47.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:48.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:48.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:48 smithi187 ceph-mon[111815]: pgmap v14048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:48 smithi088 ceph-mon[96111]: pgmap v14048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:49.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:49.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:50.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:50.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:50 smithi187 ceph-mon[111815]: pgmap v14049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:50 smithi088 ceph-mon[96111]: pgmap v14049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:51.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:51.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:52.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:52.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:52 smithi187 ceph-mon[111815]: pgmap v14050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:52 smithi088 ceph-mon[96111]: pgmap v14050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:53.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:53.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:54.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:54.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:54 smithi088 ceph-mon[96111]: pgmap v14051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:54 smithi187 ceph-mon[111815]: pgmap v14051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:55.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:55.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:56.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:56.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:56 smithi187 ceph-mon[111815]: pgmap v14052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:56 smithi088 ceph-mon[96111]: pgmap v14052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:04:57.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:57.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:58.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:58.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:04:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:04:58 smithi187 ceph-mon[111815]: pgmap v14053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:04:58 smithi088 ceph-mon[96111]: pgmap v14053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:04:59.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:04:59.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:00.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:00.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:00 smithi187 ceph-mon[111815]: pgmap v14054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:05:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:00 smithi088 ceph-mon[96111]: pgmap v14054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:05:01.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:01.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:02.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:02.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:02 smithi187 ceph-mon[111815]: pgmap v14055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:02 smithi088 ceph-mon[96111]: pgmap v14055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:03.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:03.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:04.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:04.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:04 smithi088 ceph-mon[96111]: pgmap v14056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:04 smithi187 ceph-mon[111815]: pgmap v14056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:05.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:05.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:06.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:06.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:06 smithi187 ceph-mon[111815]: pgmap v14057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:06 smithi088 ceph-mon[96111]: pgmap v14057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:07.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:07.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:08.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:08.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:08 smithi187 ceph-mon[111815]: pgmap v14058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:08 smithi088 ceph-mon[96111]: pgmap v14058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:09.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:09.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:10.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:10.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:10 smithi187 ceph-mon[111815]: pgmap v14059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:10 smithi088 ceph-mon[96111]: pgmap v14059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:11.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:11.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:12.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:12.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:12 smithi187 ceph-mon[111815]: pgmap v14060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:12 smithi088 ceph-mon[96111]: pgmap v14060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:13.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:13.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:13 smithi187 ceph-mon[111815]: pgmap v14061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:13 smithi088 ceph-mon[96111]: pgmap v14061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:14.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:14.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:15.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:15.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:16.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:16.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:16 smithi088 ceph-mon[96111]: pgmap v14062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:05:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:16 smithi187 ceph-mon[111815]: pgmap v14062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:05:17.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:17.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:18.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:18.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:18 smithi187 ceph-mon[111815]: pgmap v14063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:18 smithi088 ceph-mon[96111]: pgmap v14063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:19.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:19.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:20.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:20.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:20 smithi187 ceph-mon[111815]: pgmap v14064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:20 smithi088 ceph-mon[96111]: pgmap v14064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:21.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:21.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:22.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:22.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:22 smithi187 ceph-mon[111815]: pgmap v14065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:22 smithi088 ceph-mon[96111]: pgmap v14065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:23.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:23.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:24.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:24.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:24 smithi187 ceph-mon[111815]: pgmap v14066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:24 smithi088 ceph-mon[96111]: pgmap v14066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:25.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:25.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:26.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:26.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:26.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:26 smithi187 ceph-mon[111815]: pgmap v14067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:26 smithi088 ceph-mon[96111]: pgmap v14067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:27.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:27.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:28.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:28.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:28 smithi187 ceph-mon[111815]: pgmap v14068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:28 smithi088 ceph-mon[96111]: pgmap v14068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:29.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:29.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:30.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:30.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:30 smithi187 ceph-mon[111815]: pgmap v14069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:05:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:30 smithi088 ceph-mon[96111]: pgmap v14069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:05:31.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:31.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:32.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:32.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:32 smithi187 ceph-mon[111815]: pgmap v14070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:32 smithi088 ceph-mon[96111]: pgmap v14070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:33.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:33.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:34.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:34.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:34 smithi187 ceph-mon[111815]: pgmap v14071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:34 smithi088 ceph-mon[96111]: pgmap v14071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:35.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:35.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:36.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:36.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:36 smithi187 ceph-mon[111815]: pgmap v14072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:36 smithi088 ceph-mon[96111]: pgmap v14072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:37.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:37.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:38.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:38.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:38 smithi187 ceph-mon[111815]: pgmap v14073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:38 smithi088 ceph-mon[96111]: pgmap v14073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:39.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:39.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:40.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:40.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:40 smithi187 ceph-mon[111815]: pgmap v14074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:05:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:40 smithi088 ceph-mon[96111]: pgmap v14074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:05:41.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:41.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:42.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:42.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:42 smithi187 ceph-mon[111815]: pgmap v14075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:42 smithi088 ceph-mon[96111]: pgmap v14075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:43.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:43.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:44.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:44.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:44 smithi187 ceph-mon[111815]: pgmap v14076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:44 smithi088 ceph-mon[96111]: pgmap v14076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:45.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:45.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:05:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:05:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:46 smithi088 ceph-mon[96111]: pgmap v14077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:05:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:05:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:05:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:05:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:05:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:05:46.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:46.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:05:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:05:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:46 smithi187 ceph-mon[111815]: pgmap v14077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:05:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:05:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:05:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:05:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:05:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:05:47.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:47.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:48.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:48.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:48.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:48 smithi187 ceph-mon[111815]: pgmap v14078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:48 smithi088 ceph-mon[96111]: pgmap v14078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:49.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:49.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:50.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:50.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:50 smithi187 ceph-mon[111815]: pgmap v14079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:50 smithi088 ceph-mon[96111]: pgmap v14079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:51.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:51.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:52.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:52.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:52 smithi187 ceph-mon[111815]: pgmap v14080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:52 smithi088 ceph-mon[96111]: pgmap v14080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:53.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:53.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:54.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:54.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:54 smithi187 ceph-mon[111815]: pgmap v14081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:54 smithi088 ceph-mon[96111]: pgmap v14081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:55.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:55.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:56.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:56.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:56 smithi088 ceph-mon[96111]: pgmap v14082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:56.919 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:56 smithi187 ceph-mon[111815]: pgmap v14082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:05:57.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:57.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:58.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:58.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:05:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:05:58 smithi187 ceph-mon[111815]: pgmap v14083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:05:58 smithi088 ceph-mon[96111]: pgmap v14083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:05:59.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:05:59.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:00.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:00.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:00 smithi187 ceph-mon[111815]: pgmap v14084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:06:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:00 smithi088 ceph-mon[96111]: pgmap v14084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:06:01.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:01.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:02.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:02.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:02 smithi187 ceph-mon[111815]: pgmap v14085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:02 smithi088 ceph-mon[96111]: pgmap v14085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:03.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:03.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:04.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:04.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:04 smithi187 ceph-mon[111815]: pgmap v14086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:04 smithi088 ceph-mon[96111]: pgmap v14086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:05.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:05.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:06.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:06.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:06 smithi187 ceph-mon[111815]: pgmap v14087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:06 smithi088 ceph-mon[96111]: pgmap v14087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:07.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:07.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:08.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:08.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:08 smithi187 ceph-mon[111815]: pgmap v14088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:08 smithi088 ceph-mon[96111]: pgmap v14088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:09.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:09.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:10.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:10.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:10 smithi187 ceph-mon[111815]: pgmap v14089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:10 smithi088 ceph-mon[96111]: pgmap v14089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:11.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:11.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:12.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:12.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:12 smithi187 ceph-mon[111815]: pgmap v14090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:12 smithi088 ceph-mon[96111]: pgmap v14090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:13.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:13.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:14.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:14.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:14 smithi187 ceph-mon[111815]: pgmap v14091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:14 smithi088 ceph-mon[96111]: pgmap v14091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:15.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:15.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:06:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:06:16.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:16.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:16 smithi187 ceph-mon[111815]: pgmap v14092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:16 smithi088 ceph-mon[96111]: pgmap v14092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:17.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:17.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:18.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:18.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:18 smithi187 ceph-mon[111815]: pgmap v14093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:18 smithi088 ceph-mon[96111]: pgmap v14093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:19.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:19.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:20.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:20.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:20 smithi187 ceph-mon[111815]: pgmap v14094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:20 smithi088 ceph-mon[96111]: pgmap v14094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:21.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:21.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:22.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:22.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:22 smithi187 ceph-mon[111815]: pgmap v14095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:22 smithi088 ceph-mon[96111]: pgmap v14095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:23.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:23.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:24.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:24.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:24 smithi187 ceph-mon[111815]: pgmap v14096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:24 smithi088 ceph-mon[96111]: pgmap v14096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:25.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:25.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:26.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:26.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:26 smithi187 ceph-mon[111815]: pgmap v14097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:26 smithi088 ceph-mon[96111]: pgmap v14097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:27.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:27.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:28.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:28.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:28 smithi187 ceph-mon[111815]: pgmap v14098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:28 smithi088 ceph-mon[96111]: pgmap v14098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:29.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:29.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:30.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:30.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:30 smithi187 ceph-mon[111815]: pgmap v14099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:06:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:30 smithi088 ceph-mon[96111]: pgmap v14099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:06:31.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:31.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:32.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:32.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:32 smithi187 ceph-mon[111815]: pgmap v14100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:32 smithi088 ceph-mon[96111]: pgmap v14100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:33.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:33.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:34.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:34.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:34 smithi187 ceph-mon[111815]: pgmap v14101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:34 smithi088 ceph-mon[96111]: pgmap v14101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:35.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:35.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:36.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:36.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:36 smithi187 ceph-mon[111815]: pgmap v14102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:36 smithi088 ceph-mon[96111]: pgmap v14102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:37.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:37.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:38.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:38.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:38 smithi187 ceph-mon[111815]: pgmap v14103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:38 smithi088 ceph-mon[96111]: pgmap v14103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:39.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:39.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:40.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:40.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:40 smithi187 ceph-mon[111815]: pgmap v14104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:40 smithi088 ceph-mon[96111]: pgmap v14104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:41.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:41.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:42.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:42.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:42 smithi187 ceph-mon[111815]: pgmap v14105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:42 smithi088 ceph-mon[96111]: pgmap v14105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:43.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:43.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:44.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:44.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:44 smithi187 ceph-mon[111815]: pgmap v14106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:44 smithi088 ceph-mon[96111]: pgmap v14106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:45.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:45.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:06:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:06:46.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:46.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:47.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:46 smithi088 ceph-mon[96111]: pgmap v14107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:47.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:06:47.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:06:47.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:06:47.022 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:06:47.023 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:06:47.023 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:06:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:46 smithi187 ceph-mon[111815]: pgmap v14107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:06:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:06:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:06:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:06:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:06:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:06:47.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:47.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:48.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:48.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:48 smithi088 ceph-mon[96111]: pgmap v14108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:48 smithi187 ceph-mon[111815]: pgmap v14108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:49.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:49.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:50.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:50.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:50 smithi088 ceph-mon[96111]: pgmap v14109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:50 smithi187 ceph-mon[111815]: pgmap v14109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:51.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:51.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:52.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:52.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:52 smithi187 ceph-mon[111815]: pgmap v14110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:52 smithi088 ceph-mon[96111]: pgmap v14110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:53.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:53.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:54.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:54.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:54 smithi088 ceph-mon[96111]: pgmap v14111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:54 smithi187 ceph-mon[111815]: pgmap v14111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:55.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:55.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:56.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:56.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:56 smithi088 ceph-mon[96111]: pgmap v14112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:56 smithi187 ceph-mon[111815]: pgmap v14112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:06:57.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:57.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:58.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:58.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:06:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:06:58 smithi088 ceph-mon[96111]: pgmap v14113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:06:58 smithi187 ceph-mon[111815]: pgmap v14113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:06:59.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:06:59.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:00.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:00.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:00 smithi088 ceph-mon[96111]: pgmap v14114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:07:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:00 smithi187 ceph-mon[111815]: pgmap v14114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:07:01.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:01.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:02.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:02.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:02 smithi187 ceph-mon[111815]: pgmap v14115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:02 smithi088 ceph-mon[96111]: pgmap v14115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:03.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:03.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:04.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:04.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:04 smithi088 ceph-mon[96111]: pgmap v14116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:04 smithi187 ceph-mon[111815]: pgmap v14116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:05.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:05.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:06.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:06.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:06 smithi088 ceph-mon[96111]: pgmap v14117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:06 smithi187 ceph-mon[111815]: pgmap v14117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:07.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:07.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:08.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:08.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:08 smithi088 ceph-mon[96111]: pgmap v14118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:08 smithi187 ceph-mon[111815]: pgmap v14118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:09.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:09.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:10.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:10.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:10 smithi088 ceph-mon[96111]: pgmap v14119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:10 smithi187 ceph-mon[111815]: pgmap v14119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:11.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:11.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:12.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:12.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:12 smithi187 ceph-mon[111815]: pgmap v14120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:12 smithi088 ceph-mon[96111]: pgmap v14120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:13.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:13.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:14.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:14.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:14 smithi088 ceph-mon[96111]: pgmap v14121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:14 smithi187 ceph-mon[111815]: pgmap v14121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:15.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:15.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:07:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:07:16.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:16.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:16 smithi088 ceph-mon[96111]: pgmap v14122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:16 smithi187 ceph-mon[111815]: pgmap v14122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:17.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:17.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:18.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:18.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:18 smithi088 ceph-mon[96111]: pgmap v14123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:18 smithi187 ceph-mon[111815]: pgmap v14123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:19.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:19.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:20.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:20.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:20 smithi088 ceph-mon[96111]: pgmap v14124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:20 smithi187 ceph-mon[111815]: pgmap v14124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:21.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:21.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:22.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:22.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:22 smithi088 ceph-mon[96111]: pgmap v14125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:22 smithi187 ceph-mon[111815]: pgmap v14125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:23.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:23.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:24.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:24.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:24 smithi088 ceph-mon[96111]: pgmap v14126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:24 smithi187 ceph-mon[111815]: pgmap v14126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:25.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:25.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:26.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:26.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:26 smithi088 ceph-mon[96111]: pgmap v14127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:26 smithi187 ceph-mon[111815]: pgmap v14127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:27.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:27.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:28.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:28.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:28 smithi088 ceph-mon[96111]: pgmap v14128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:28 smithi187 ceph-mon[111815]: pgmap v14128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:29.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:29.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:30.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:30.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:30 smithi088 ceph-mon[96111]: pgmap v14129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:07:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:30 smithi187 ceph-mon[111815]: pgmap v14129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:07:31.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:31.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:32.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:32.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:32 smithi088 ceph-mon[96111]: pgmap v14130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:32 smithi187 ceph-mon[111815]: pgmap v14130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:33.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:33.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:34.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:34.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:34 smithi088 ceph-mon[96111]: pgmap v14131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:34 smithi187 ceph-mon[111815]: pgmap v14131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:35.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:35.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:36.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:36.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:36 smithi088 ceph-mon[96111]: pgmap v14132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:36 smithi187 ceph-mon[111815]: pgmap v14132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:37.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:37.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:38.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:38.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:38 smithi088 ceph-mon[96111]: pgmap v14133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:38 smithi187 ceph-mon[111815]: pgmap v14133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:39.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:39.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:40.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:40.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:40 smithi088 ceph-mon[96111]: pgmap v14134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:40 smithi187 ceph-mon[111815]: pgmap v14134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:41.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:41.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:42.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:42.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:42 smithi088 ceph-mon[96111]: pgmap v14135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:42 smithi187 ceph-mon[111815]: pgmap v14135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:43.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:43.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:44.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:44.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:44 smithi088 ceph-mon[96111]: pgmap v14136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:44 smithi187 ceph-mon[111815]: pgmap v14136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:45.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:45.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:07:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:07:46.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:46.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:46 smithi088 ceph-mon[96111]: pgmap v14137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:07:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:07:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:07:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:46 smithi187 ceph-mon[111815]: pgmap v14137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:07:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:07:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:07:47.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:47.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:07:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:07:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:07:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:07:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:07:48.074 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:07:48.074 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:07:48.074 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:07:48.074 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:07:48.074 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:07:48.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:48.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:48 smithi187 ceph-mon[111815]: pgmap v14138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:48 smithi088 ceph-mon[96111]: pgmap v14138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:49.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:49.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:50.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:50.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:50 smithi187 ceph-mon[111815]: pgmap v14139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:50 smithi088 ceph-mon[96111]: pgmap v14139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:51.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:52.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:52.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:52 smithi088 ceph-mon[96111]: pgmap v14140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:53.125 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:52 smithi187 ceph-mon[111815]: pgmap v14140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:53.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:53.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:54.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:54.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:54 smithi088 ceph-mon[96111]: pgmap v14141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:54 smithi187 ceph-mon[111815]: pgmap v14141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:55.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:55.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:56.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:56.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:56 smithi187 ceph-mon[111815]: pgmap v14142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:56 smithi088 ceph-mon[96111]: pgmap v14142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:07:57.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:57.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:58.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:58.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:07:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:07:58 smithi187 ceph-mon[111815]: pgmap v14143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:07:58 smithi088 ceph-mon[96111]: pgmap v14143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:07:59.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:07:59.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:00.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:00.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:00 smithi187 ceph-mon[111815]: pgmap v14144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:08:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:00 smithi088 ceph-mon[96111]: pgmap v14144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:08:01.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:01.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:02.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:02.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:02 smithi088 ceph-mon[96111]: pgmap v14145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:02 smithi187 ceph-mon[111815]: pgmap v14145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:03.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:03.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:04.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:04.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:04 smithi088 ceph-mon[96111]: pgmap v14146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:04 smithi187 ceph-mon[111815]: pgmap v14146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:05.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:05.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:06.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:06.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:06 smithi187 ceph-mon[111815]: pgmap v14147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:06 smithi088 ceph-mon[96111]: pgmap v14147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:07.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:07.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:08.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:08.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:08 smithi187 ceph-mon[111815]: pgmap v14148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:08 smithi088 ceph-mon[96111]: pgmap v14148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:09.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:09.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:10.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:10.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:10 smithi187 ceph-mon[111815]: pgmap v14149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:10 smithi088 ceph-mon[96111]: pgmap v14149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:11.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:11.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:12.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:12.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:12 smithi187 ceph-mon[111815]: pgmap v14150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:12 smithi088 ceph-mon[96111]: pgmap v14150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:13.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:13.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:14.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:14.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:14 smithi088 ceph-mon[96111]: pgmap v14151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:14 smithi187 ceph-mon[111815]: pgmap v14151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:15.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:15.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:08:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:08:16.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:16.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:16 smithi187 ceph-mon[111815]: pgmap v14152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:16 smithi088 ceph-mon[96111]: pgmap v14152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:17.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:17.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:18.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:18.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:18 smithi187 ceph-mon[111815]: pgmap v14153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:18 smithi088 ceph-mon[96111]: pgmap v14153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:19.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:19.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:20.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:20.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:20 smithi187 ceph-mon[111815]: pgmap v14154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:20 smithi088 ceph-mon[96111]: pgmap v14154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:21.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:21.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:22.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:22.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:22 smithi187 ceph-mon[111815]: pgmap v14155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:22 smithi088 ceph-mon[96111]: pgmap v14155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:23.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:23.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:24.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:24.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:24 smithi088 ceph-mon[96111]: pgmap v14156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:24 smithi187 ceph-mon[111815]: pgmap v14156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:25.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:25.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:26.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:26.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:26 smithi187 ceph-mon[111815]: pgmap v14157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:26 smithi088 ceph-mon[96111]: pgmap v14157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:27.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:27.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:28.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:28.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:28 smithi187 ceph-mon[111815]: pgmap v14158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:28 smithi088 ceph-mon[96111]: pgmap v14158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:29.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:29.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:30.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:30.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:30 smithi187 ceph-mon[111815]: pgmap v14159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:08:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:30 smithi088 ceph-mon[96111]: pgmap v14159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:08:31.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:31.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:32.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:32.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:32 smithi187 ceph-mon[111815]: pgmap v14160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:32 smithi088 ceph-mon[96111]: pgmap v14160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:33.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:33.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:34.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:34.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:34 smithi088 ceph-mon[96111]: pgmap v14161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:34 smithi187 ceph-mon[111815]: pgmap v14161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:35.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:35.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:36.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:36.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:36 smithi187 ceph-mon[111815]: pgmap v14162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:36 smithi088 ceph-mon[96111]: pgmap v14162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:37.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:37.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:38.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:38.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:38 smithi187 ceph-mon[111815]: pgmap v14163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:38 smithi088 ceph-mon[96111]: pgmap v14163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:39.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:39.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:40.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:40.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:40 smithi187 ceph-mon[111815]: pgmap v14164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:40 smithi088 ceph-mon[96111]: pgmap v14164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:41.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:41.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:42.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:42.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:42 smithi187 ceph-mon[111815]: pgmap v14165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:42 smithi088 ceph-mon[96111]: pgmap v14165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:43.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:43.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:44.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:44.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:44 smithi088 ceph-mon[96111]: pgmap v14166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:44 smithi187 ceph-mon[111815]: pgmap v14166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:45.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:45.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:08:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:08:46.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:46.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:46 smithi187 ceph-mon[111815]: pgmap v14167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:46 smithi088 ceph-mon[96111]: pgmap v14167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:47.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:47.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:48.205 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:08:48.206 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:08:48.206 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:08:48.206 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:08:48.206 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:08:48.206 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:08:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:08:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:08:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:08:48.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:08:48.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:08:48.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:08:48.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:48.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:48 smithi187 ceph-mon[111815]: pgmap v14168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:48 smithi088 ceph-mon[96111]: pgmap v14168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:49.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:49.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:50.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:50.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:50 smithi187 ceph-mon[111815]: pgmap v14169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:50 smithi088 ceph-mon[96111]: pgmap v14169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:51.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:51.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:52.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:52.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:52 smithi187 ceph-mon[111815]: pgmap v14170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:53.251 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:52 smithi088 ceph-mon[96111]: pgmap v14170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:53.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:53.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:54.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:54.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:54 smithi187 ceph-mon[111815]: pgmap v14171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:54 smithi088 ceph-mon[96111]: pgmap v14171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:55.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:55.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:56.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:56.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:56 smithi187 ceph-mon[111815]: pgmap v14172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:56 smithi088 ceph-mon[96111]: pgmap v14172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:08:57.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:57.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:58.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:58.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:08:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:08:58 smithi187 ceph-mon[111815]: pgmap v14173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:08:58 smithi088 ceph-mon[96111]: pgmap v14173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:08:59.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:08:59.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:00.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:00.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:00 smithi088 ceph-mon[96111]: pgmap v14174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:09:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:00 smithi187 ceph-mon[111815]: pgmap v14174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:09:01.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:01.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:02.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:02.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:02 smithi088 ceph-mon[96111]: pgmap v14175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:02 smithi187 ceph-mon[111815]: pgmap v14175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:03.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:03.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:04.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:04.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:04 smithi088 ceph-mon[96111]: pgmap v14176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:04 smithi187 ceph-mon[111815]: pgmap v14176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:05.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:05.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:06 smithi088 ceph-mon[96111]: pgmap v14177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:06 smithi187 ceph-mon[111815]: pgmap v14177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:06.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:06.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:07.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:07.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:08.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:08.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:08.919 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:08 smithi187 ceph-mon[111815]: pgmap v14178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:08 smithi088 ceph-mon[96111]: pgmap v14178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:09.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:09.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:10.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:10.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:10 smithi187 ceph-mon[111815]: pgmap v14179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:10 smithi088 ceph-mon[96111]: pgmap v14179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:11.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:11.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:12.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:12.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:12 smithi187 ceph-mon[111815]: pgmap v14180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:12 smithi088 ceph-mon[96111]: pgmap v14180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:13.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:13.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:14.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:14.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:14 smithi187 ceph-mon[111815]: pgmap v14181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:14 smithi088 ceph-mon[96111]: pgmap v14181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:15.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:15.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:09:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:09:16.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:16.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:16 smithi187 ceph-mon[111815]: pgmap v14182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:16 smithi088 ceph-mon[96111]: pgmap v14182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:17.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:17.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:18 smithi088 ceph-mon[96111]: pgmap v14183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:18.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:18.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:18 smithi187 ceph-mon[111815]: pgmap v14183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:19.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:19.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:20.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:20.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:20 smithi187 ceph-mon[111815]: pgmap v14184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:20 smithi088 ceph-mon[96111]: pgmap v14184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:21.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:21.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:22.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:22.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:22 smithi187 ceph-mon[111815]: pgmap v14185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:22 smithi088 ceph-mon[96111]: pgmap v14185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:23.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:23.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:24.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:24.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:24 smithi187 ceph-mon[111815]: pgmap v14186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:24 smithi088 ceph-mon[96111]: pgmap v14186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:25.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:25.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:26.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:26.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:26 smithi187 ceph-mon[111815]: pgmap v14187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:26 smithi088 ceph-mon[96111]: pgmap v14187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:27.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:27.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:28.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:28.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:28 smithi187 ceph-mon[111815]: pgmap v14188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:28 smithi088 ceph-mon[96111]: pgmap v14188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:29.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:29.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:30.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:30.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:30 smithi187 ceph-mon[111815]: pgmap v14189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:09:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:30 smithi088 ceph-mon[96111]: pgmap v14189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:09:31.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:31.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:32.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:32.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:32 smithi187 ceph-mon[111815]: pgmap v14190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:32 smithi088 ceph-mon[96111]: pgmap v14190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:33.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:33.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:34.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:34.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:34 smithi088 ceph-mon[96111]: pgmap v14191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:34 smithi187 ceph-mon[111815]: pgmap v14191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:35.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:35.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:36.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:36.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:36 smithi088 ceph-mon[96111]: pgmap v14192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:36 smithi187 ceph-mon[111815]: pgmap v14192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:37.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:37.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:38.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:38.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:38 smithi088 ceph-mon[96111]: pgmap v14193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:38 smithi187 ceph-mon[111815]: pgmap v14193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:39.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:39.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:40.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:40.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:40 smithi088 ceph-mon[96111]: pgmap v14194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:40 smithi187 ceph-mon[111815]: pgmap v14194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:41.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:41.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:42.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:42.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:42 smithi088 ceph-mon[96111]: pgmap v14195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:42 smithi187 ceph-mon[111815]: pgmap v14195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:43.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:43.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:44.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:44.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:44 smithi088 ceph-mon[96111]: pgmap v14196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:44 smithi187 ceph-mon[111815]: pgmap v14196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:45.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:45.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:09:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:09:46.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:46.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:46 smithi088 ceph-mon[96111]: pgmap v14197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:46 smithi187 ceph-mon[111815]: pgmap v14197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:47.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:47.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:09:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:09:48.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:48.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:48 smithi088 ceph-mon[96111]: pgmap v14198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:09:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:09:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:09:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:09:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:09:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:09:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:09:49.344 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:48 smithi187 ceph-mon[111815]: pgmap v14198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:49.344 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:09:49.345 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:09:49.345 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:09:49.345 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:09:49.345 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:09:49.345 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:09:49.346 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:09:49.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:49.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:50.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:50.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:50 smithi088 ceph-mon[96111]: pgmap v14199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:50 smithi187 ceph-mon[111815]: pgmap v14199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:51.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:51.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:52 smithi187 ceph-mon[111815]: pgmap v14200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:52.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:52.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:52 smithi088 ceph-mon[96111]: pgmap v14200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:53.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:53.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:54 smithi187 ceph-mon[111815]: pgmap v14201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:54.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:54.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:54 smithi088 ceph-mon[96111]: pgmap v14201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:55.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:55.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:56 smithi187 ceph-mon[111815]: pgmap v14202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:56.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:56.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:56 smithi088 ceph-mon[96111]: pgmap v14202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:09:57.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:57.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:09:58 smithi187 ceph-mon[111815]: pgmap v14203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:58.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:58.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:09:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:09:58 smithi088 ceph-mon[96111]: pgmap v14203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:09:59.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:09:59.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:00 smithi187 ceph-mon[111815]: pgmap v14204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T07:10:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:10:00.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:00.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:00 smithi088 ceph-mon[96111]: pgmap v14204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T07:10:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:10:01.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:01.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:02 smithi187 ceph-mon[111815]: pgmap v14205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:02.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:02.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:02 smithi088 ceph-mon[96111]: pgmap v14205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:03.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:03.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:04 smithi187 ceph-mon[111815]: pgmap v14206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:04.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:04.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:04 smithi088 ceph-mon[96111]: pgmap v14206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:05.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:05.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:06 smithi187 ceph-mon[111815]: pgmap v14207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:06.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:06.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:06 smithi088 ceph-mon[96111]: pgmap v14207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:08.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:08.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:08 smithi187 ceph-mon[111815]: pgmap v14208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:08.986 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:08 smithi088 ceph-mon[96111]: pgmap v14208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:09.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:09.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:10.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:10.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:10 smithi187 ceph-mon[111815]: pgmap v14209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:11.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:11.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:10 smithi088 ceph-mon[96111]: pgmap v14209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:12.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:12.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:12 smithi187 ceph-mon[111815]: pgmap v14210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:13.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:13.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:12 smithi088 ceph-mon[96111]: pgmap v14210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:14.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:14.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:14 smithi187 ceph-mon[111815]: pgmap v14211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:15.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:15.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:14 smithi088 ceph-mon[96111]: pgmap v14211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:16.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:16.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:10:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:10:17.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:17.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:16 smithi088 ceph-mon[96111]: pgmap v14212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:16 smithi187 ceph-mon[111815]: pgmap v14212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:18.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:18.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:19.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:19.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:18 smithi088 ceph-mon[96111]: pgmap v14213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:18 smithi187 ceph-mon[111815]: pgmap v14213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:20.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:20.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:21.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:21.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:20 smithi088 ceph-mon[96111]: pgmap v14214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:20 smithi187 ceph-mon[111815]: pgmap v14214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:22.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:22.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:23.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:23.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:22 smithi088 ceph-mon[96111]: pgmap v14215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:22 smithi187 ceph-mon[111815]: pgmap v14215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:24.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:24.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:25.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:25.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:24 smithi088 ceph-mon[96111]: pgmap v14216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:24 smithi187 ceph-mon[111815]: pgmap v14216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:26.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:26.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:27.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:27.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:26 smithi088 ceph-mon[96111]: pgmap v14217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:26 smithi187 ceph-mon[111815]: pgmap v14217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:28.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:28.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:29.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:29.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:28 smithi088 ceph-mon[96111]: pgmap v14218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:28 smithi187 ceph-mon[111815]: pgmap v14218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:30.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:30.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:31.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:31.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:30 smithi088 ceph-mon[96111]: pgmap v14219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:10:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:30 smithi187 ceph-mon[111815]: pgmap v14219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:10:32.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:32.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:33.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:33.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:32 smithi088 ceph-mon[96111]: pgmap v14220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:32 smithi187 ceph-mon[111815]: pgmap v14220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:34.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:34.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:35.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:35.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:34 smithi088 ceph-mon[96111]: pgmap v14221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:34 smithi187 ceph-mon[111815]: pgmap v14221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:36.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:36.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:37.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:37.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:36 smithi088 ceph-mon[96111]: pgmap v14222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:36 smithi187 ceph-mon[111815]: pgmap v14222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:38.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:38.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:39.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:39.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:38 smithi088 ceph-mon[96111]: pgmap v14223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:38 smithi187 ceph-mon[111815]: pgmap v14223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:40.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:40.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:41.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:41.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:40 smithi088 ceph-mon[96111]: pgmap v14224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:40 smithi187 ceph-mon[111815]: pgmap v14224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:42.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:42.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:43.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:43.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:42 smithi088 ceph-mon[96111]: pgmap v14225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:42 smithi187 ceph-mon[111815]: pgmap v14225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:44.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:44.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:45.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:45.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:44 smithi088 ceph-mon[96111]: pgmap v14226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:44 smithi187 ceph-mon[111815]: pgmap v14226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:46.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:46.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:10:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:10:47.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:47.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:46 smithi088 ceph-mon[96111]: pgmap v14227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:46 smithi187 ceph-mon[111815]: pgmap v14227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:48.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:48.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:49.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:49.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:48 smithi088 ceph-mon[96111]: pgmap v14228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:10:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:48 smithi187 ceph-mon[111815]: pgmap v14228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:10:50.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:50.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:10:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:10:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:10:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:10:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:10:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:10:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:10:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:10:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:10:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:10:51.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:51.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:50 smithi088 ceph-mon[96111]: pgmap v14229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:50 smithi187 ceph-mon[111815]: pgmap v14229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:52.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:52.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:53.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:53.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:52 smithi088 ceph-mon[96111]: pgmap v14230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:52 smithi187 ceph-mon[111815]: pgmap v14230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:54.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:54.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:55.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:55.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:54 smithi088 ceph-mon[96111]: pgmap v14231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:54 smithi187 ceph-mon[111815]: pgmap v14231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:56.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:56.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:57.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:57.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:56 smithi088 ceph-mon[96111]: pgmap v14232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:56 smithi187 ceph-mon[111815]: pgmap v14232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:10:58.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:58.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:59.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:10:59.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:10:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:58 smithi088 ceph-mon[96111]: pgmap v14233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:10:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:58 smithi187 ceph-mon[111815]: pgmap v14233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:00.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:00.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:10:59 smithi088 ceph-mon[96111]: pgmap v14234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:10:59 smithi187 ceph-mon[111815]: pgmap v14234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:01.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:01.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:11:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:11:02.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:02.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:02 smithi187 ceph-mon[111815]: pgmap v14235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:02 smithi088 ceph-mon[96111]: pgmap v14235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:03.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:03.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:04.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:04.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:04 smithi088 ceph-mon[96111]: pgmap v14236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:04 smithi187 ceph-mon[111815]: pgmap v14236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:05.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:05.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:06.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:06.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:06 smithi187 ceph-mon[111815]: pgmap v14237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:06 smithi088 ceph-mon[96111]: pgmap v14237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:07.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:07.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:08.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:08.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:08 smithi187 ceph-mon[111815]: pgmap v14238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:08 smithi088 ceph-mon[96111]: pgmap v14238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:09.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:09.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:10.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:10.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:10 smithi187 ceph-mon[111815]: pgmap v14239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:10 smithi088 ceph-mon[96111]: pgmap v14239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:11.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:11.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:12.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:12.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:12 smithi187 ceph-mon[111815]: pgmap v14240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:12 smithi088 ceph-mon[96111]: pgmap v14240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:13.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:13.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:14.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:14.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:14 smithi088 ceph-mon[96111]: pgmap v14241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:15.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:15.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:14 smithi187 ceph-mon[111815]: pgmap v14241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:11:16.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:16.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:11:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:16 smithi088 ceph-mon[96111]: pgmap v14242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:17.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:17.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:16 smithi187 ceph-mon[111815]: pgmap v14242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:18.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:18.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:18 smithi088 ceph-mon[96111]: pgmap v14243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:19.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:19.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:18 smithi187 ceph-mon[111815]: pgmap v14243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:20.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:20.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:20 smithi088 ceph-mon[96111]: pgmap v14244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:21.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:21.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:20 smithi187 ceph-mon[111815]: pgmap v14244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:22.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:22.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:22 smithi088 ceph-mon[96111]: pgmap v14245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:23.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:23.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:22 smithi187 ceph-mon[111815]: pgmap v14245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:24.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:24.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:24 smithi088 ceph-mon[96111]: pgmap v14246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:25.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:25.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:24 smithi187 ceph-mon[111815]: pgmap v14246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:26.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:26.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:26 smithi088 ceph-mon[96111]: pgmap v14247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:27.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:27.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:26 smithi187 ceph-mon[111815]: pgmap v14247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:28.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:28.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:28 smithi088 ceph-mon[96111]: pgmap v14248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:29.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:29.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:28 smithi187 ceph-mon[111815]: pgmap v14248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:30.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:30.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:30 smithi088 ceph-mon[96111]: pgmap v14249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:11:31.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:31.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:30 smithi187 ceph-mon[111815]: pgmap v14249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:11:32.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:32.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:32 smithi088 ceph-mon[96111]: pgmap v14250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:33.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:33.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:32 smithi187 ceph-mon[111815]: pgmap v14250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:34.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:34.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:34 smithi088 ceph-mon[96111]: pgmap v14251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:35.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:35.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:34 smithi187 ceph-mon[111815]: pgmap v14251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:36.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:36.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:36 smithi088 ceph-mon[96111]: pgmap v14252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:37.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:37.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:36 smithi187 ceph-mon[111815]: pgmap v14252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:38.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:38.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:38 smithi088 ceph-mon[96111]: pgmap v14253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:39.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:39.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:38 smithi187 ceph-mon[111815]: pgmap v14253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:40.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:40.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:40 smithi187 ceph-mon[111815]: pgmap v14254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:40 smithi088 ceph-mon[96111]: pgmap v14254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:41.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:41.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:42.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:42.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:42 smithi088 ceph-mon[96111]: pgmap v14255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:43.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:43.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:42 smithi187 ceph-mon[111815]: pgmap v14255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:44.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:44.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:44 smithi088 ceph-mon[96111]: pgmap v14256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:45.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:45.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:44 smithi187 ceph-mon[111815]: pgmap v14256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:11:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:11:46.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:46.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:46 smithi088 ceph-mon[96111]: pgmap v14257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:47.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:47.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:46 smithi187 ceph-mon[111815]: pgmap v14257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:48.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:48.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:49.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:48 smithi088 ceph-mon[96111]: pgmap v14258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:49.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:49.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:48 smithi187 ceph-mon[111815]: pgmap v14258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:11:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:11:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:11:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:11:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:11:50.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:11:50.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:11:50.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:11:50.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:11:50.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:11:50.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:11:50.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:50.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:11:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:11:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:11:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:11:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:11:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:11:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:11:50.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:11:50.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:11:50.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:11:50.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:11:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:50 smithi187 ceph-mon[111815]: pgmap v14259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:50 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1507M 2023-10-13T07:11:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:50 smithi088 ceph-mon[96111]: pgmap v14259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:50 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1507M 2023-10-13T07:11:51.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:51.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:52.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:52.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:52 smithi088 ceph-mon[96111]: pgmap v14260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:53.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:53.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:52 smithi187 ceph-mon[111815]: pgmap v14260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:54.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:54.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:55.008 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:54 smithi088 ceph-mon[96111]: pgmap v14261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:55.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:55.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:54 smithi187 ceph-mon[111815]: pgmap v14261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:56.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:56.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:56 smithi088 ceph-mon[96111]: pgmap v14262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:57.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:57.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:56 smithi187 ceph-mon[111815]: pgmap v14262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:11:58.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:58.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:11:58 smithi088 ceph-mon[96111]: pgmap v14263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:11:59.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:11:59.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:11:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:11:58 smithi187 ceph-mon[111815]: pgmap v14263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:00.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:00.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:00 smithi088 ceph-mon[96111]: pgmap v14264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:12:01.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:01.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:00 smithi187 ceph-mon[111815]: pgmap v14264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:12:02.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:02.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:02 smithi088 ceph-mon[96111]: pgmap v14265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:03.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:03.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:02 smithi187 ceph-mon[111815]: pgmap v14265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:04.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:04.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:04 smithi088 ceph-mon[96111]: pgmap v14266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:05.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:05.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:04 smithi187 ceph-mon[111815]: pgmap v14266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:06.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:06.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:06 smithi088 ceph-mon[96111]: pgmap v14267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:07.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:07.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:06 smithi187 ceph-mon[111815]: pgmap v14267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:08.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:08.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:08 smithi088 ceph-mon[96111]: pgmap v14268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:09.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:09.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:08 smithi187 ceph-mon[111815]: pgmap v14268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:10.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:10.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:10 smithi088 ceph-mon[96111]: pgmap v14269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:11.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:11.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:10 smithi187 ceph-mon[111815]: pgmap v14269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:12.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:12.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:12 smithi088 ceph-mon[96111]: pgmap v14270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:13.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:13.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:12 smithi187 ceph-mon[111815]: pgmap v14270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:14.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:14.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:14 smithi088 ceph-mon[96111]: pgmap v14271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:14 smithi187 ceph-mon[111815]: pgmap v14271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:15.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:15.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:12:16.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:16.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:12:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:16 smithi187 ceph-mon[111815]: pgmap v14272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:17.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:17.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:16 smithi088 ceph-mon[96111]: pgmap v14272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:18.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:18.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:18 smithi187 ceph-mon[111815]: pgmap v14273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:19.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:19.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:18 smithi088 ceph-mon[96111]: pgmap v14273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:20.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:20.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:20 smithi187 ceph-mon[111815]: pgmap v14274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:21.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:21.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:20 smithi088 ceph-mon[96111]: pgmap v14274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:22.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:22.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:22 smithi187 ceph-mon[111815]: pgmap v14275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:23.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:23.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:22 smithi088 ceph-mon[96111]: pgmap v14275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:24.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:24.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:24 smithi088 ceph-mon[96111]: pgmap v14276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:24 smithi187 ceph-mon[111815]: pgmap v14276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:25.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:25.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:26.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:26.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:26 smithi187 ceph-mon[111815]: pgmap v14277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:27.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:27.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:26 smithi088 ceph-mon[96111]: pgmap v14277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:28.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:28.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:29.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:28 smithi187 ceph-mon[111815]: pgmap v14278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:29.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:29.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:28 smithi088 ceph-mon[96111]: pgmap v14278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:30.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:30.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:30 smithi187 ceph-mon[111815]: pgmap v14279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:31.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:12:31.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:31.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:30 smithi088 ceph-mon[96111]: pgmap v14279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:12:32.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:32.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:32 smithi187 ceph-mon[111815]: pgmap v14280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:33.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:33.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:32 smithi088 ceph-mon[96111]: pgmap v14280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:34.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:34.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:34 smithi088 ceph-mon[96111]: pgmap v14281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:34 smithi187 ceph-mon[111815]: pgmap v14281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:35.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:35.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:36.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:36.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:36 smithi187 ceph-mon[111815]: pgmap v14282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:37.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:37.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:36 smithi088 ceph-mon[96111]: pgmap v14282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:38.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:38.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:38 smithi187 ceph-mon[111815]: pgmap v14283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:39.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:39.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:38 smithi088 ceph-mon[96111]: pgmap v14283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:40.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:40.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:41.142 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:40 smithi187 ceph-mon[111815]: pgmap v14284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:41.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:41.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:40 smithi088 ceph-mon[96111]: pgmap v14284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:42.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:42.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:42 smithi187 ceph-mon[111815]: pgmap v14285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:43.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:43.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:42 smithi088 ceph-mon[96111]: pgmap v14285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:44.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:44.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:44 smithi088 ceph-mon[96111]: pgmap v14286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:44 smithi187 ceph-mon[111815]: pgmap v14286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:45.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:45.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:46.195 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:12:46.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:46.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:12:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:46 smithi187 ceph-mon[111815]: pgmap v14287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:47.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:47.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:46 smithi088 ceph-mon[96111]: pgmap v14287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:48.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:48.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:48 smithi187 ceph-mon[111815]: pgmap v14288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:49.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:49.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:48 smithi088 ceph-mon[96111]: pgmap v14288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:12:50.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:50.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:12:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:50 smithi187 ceph-mon[111815]: pgmap v14289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:12:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:12:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:12:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:12:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:12:51.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:51.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:50 smithi088 ceph-mon[96111]: pgmap v14289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:12:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:12:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:12:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:12:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:12:52.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:52.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:52 smithi187 ceph-mon[111815]: pgmap v14290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:53.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:53.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:52 smithi088 ceph-mon[96111]: pgmap v14290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:54.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:54.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:54 smithi088 ceph-mon[96111]: pgmap v14291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:54 smithi187 ceph-mon[111815]: pgmap v14291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:55.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:55.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:56.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:56.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:56 smithi187 ceph-mon[111815]: pgmap v14292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:57.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:57.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:56 smithi088 ceph-mon[96111]: pgmap v14292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:12:58.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:58.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:12:58 smithi187 ceph-mon[111815]: pgmap v14293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:12:59.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:12:59.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:12:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:12:58 smithi088 ceph-mon[96111]: pgmap v14293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:00.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:00.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:00 smithi187 ceph-mon[111815]: pgmap v14294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:13:01.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:01.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:00 smithi088 ceph-mon[96111]: pgmap v14294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:13:02.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:02.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:02 smithi187 ceph-mon[111815]: pgmap v14295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:03.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:03.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:02 smithi088 ceph-mon[96111]: pgmap v14295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:04.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:04.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:04 smithi088 ceph-mon[96111]: pgmap v14296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:04 smithi187 ceph-mon[111815]: pgmap v14296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:05.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:05.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:06.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:06.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:06 smithi187 ceph-mon[111815]: pgmap v14297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:07.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:07.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:06 smithi088 ceph-mon[96111]: pgmap v14297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:08.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:08.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:08 smithi187 ceph-mon[111815]: pgmap v14298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:09.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:09.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:08 smithi088 ceph-mon[96111]: pgmap v14298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:10.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:10.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:10 smithi088 ceph-mon[96111]: pgmap v14299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:10 smithi187 ceph-mon[111815]: pgmap v14299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:11.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:11.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:12.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:12.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:12 smithi187 ceph-mon[111815]: pgmap v14300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:13.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:13.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:12 smithi088 ceph-mon[96111]: pgmap v14300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:14.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:14.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:14 smithi088 ceph-mon[96111]: pgmap v14301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:14 smithi187 ceph-mon[111815]: pgmap v14301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:15.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:15.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:13:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:13:16.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:16.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:17.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:16 smithi187 ceph-mon[111815]: pgmap v14302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:17.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:17.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:16 smithi088 ceph-mon[96111]: pgmap v14302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:18.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:18.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:18 smithi187 ceph-mon[111815]: pgmap v14303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:19.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:19.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:18 smithi088 ceph-mon[96111]: pgmap v14303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:20.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:20.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:20 smithi187 ceph-mon[111815]: pgmap v14304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:21.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:21.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:20 smithi088 ceph-mon[96111]: pgmap v14304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:22.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:22.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:22 smithi187 ceph-mon[111815]: pgmap v14305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:22 smithi088 ceph-mon[96111]: pgmap v14305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:23.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:23.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:24.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:24.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:24 smithi187 ceph-mon[111815]: pgmap v14306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:24 smithi088 ceph-mon[96111]: pgmap v14306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:25.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:25.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:26.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:26.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:26 smithi187 ceph-mon[111815]: pgmap v14307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:26 smithi088 ceph-mon[96111]: pgmap v14307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:27.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:27.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:28.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:28.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:28 smithi088 ceph-mon[96111]: pgmap v14308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:29.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:29.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:28 smithi187 ceph-mon[111815]: pgmap v14308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:30.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:30.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:30 smithi088 ceph-mon[96111]: pgmap v14309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:13:31.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:31.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:30 smithi187 ceph-mon[111815]: pgmap v14309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:13:32.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:32.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:32 smithi088 ceph-mon[96111]: pgmap v14310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:33.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:33.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:32 smithi187 ceph-mon[111815]: pgmap v14310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:34.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:34.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:34 smithi088 ceph-mon[96111]: pgmap v14311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:35.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:35.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:34 smithi187 ceph-mon[111815]: pgmap v14311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:36.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:36.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:36 smithi187 ceph-mon[111815]: pgmap v14312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:36 smithi088 ceph-mon[96111]: pgmap v14312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:37.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:37.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:38.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:38.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:38 smithi088 ceph-mon[96111]: pgmap v14313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:39.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:39.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:38 smithi187 ceph-mon[111815]: pgmap v14313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:40.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:40.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:40 smithi088 ceph-mon[96111]: pgmap v14314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:41.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:41.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:40 smithi187 ceph-mon[111815]: pgmap v14314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:42.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:42.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:42 smithi088 ceph-mon[96111]: pgmap v14315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:43.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:43.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:42 smithi187 ceph-mon[111815]: pgmap v14315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:44.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:44.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:44 smithi088 ceph-mon[96111]: pgmap v14316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:45.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:45.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:44 smithi187 ceph-mon[111815]: pgmap v14316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:13:46.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:46.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:13:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:46 smithi187 ceph-mon[111815]: pgmap v14317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:46 smithi088 ceph-mon[96111]: pgmap v14317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:47.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:47.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:48.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:48.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:48 smithi088 ceph-mon[96111]: pgmap v14318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:49.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:49.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:48 smithi187 ceph-mon[111815]: pgmap v14318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:50.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:50.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:51 smithi088 ceph-mon[96111]: pgmap v14319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:13:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:13:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:13:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:13:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:13:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:13:51.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:51.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:51 smithi187 ceph-mon[111815]: pgmap v14319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:13:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:13:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:13:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:13:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:13:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:13:52.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:52.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:53 smithi088 ceph-mon[96111]: pgmap v14320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:53.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:53.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:53 smithi187 ceph-mon[111815]: pgmap v14320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:54.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:54.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:55 smithi088 ceph-mon[96111]: pgmap v14321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:55.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:55.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:55 smithi187 ceph-mon[111815]: pgmap v14321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:56.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:56.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:57 smithi187 ceph-mon[111815]: pgmap v14322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:57 smithi088 ceph-mon[96111]: pgmap v14322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:13:57.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:57.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:58.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:58.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:13:59 smithi088 ceph-mon[96111]: pgmap v14323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:13:59.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:13:59.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:13:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:13:59 smithi187 ceph-mon[111815]: pgmap v14323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:00.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:00.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:01 smithi088 ceph-mon[96111]: pgmap v14324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:14:01.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:01.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:01 smithi187 ceph-mon[111815]: pgmap v14324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:14:02.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:02.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:03 smithi088 ceph-mon[96111]: pgmap v14325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:03.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:03.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:03 smithi187 ceph-mon[111815]: pgmap v14325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:04 smithi088 ceph-mon[96111]: pgmap v14326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:04.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:04.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:04 smithi187 ceph-mon[111815]: pgmap v14326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:05.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:05.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:06.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:06.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:06 smithi088 ceph-mon[96111]: pgmap v14327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:06 smithi187 ceph-mon[111815]: pgmap v14327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:07.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:07.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:08.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:08.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:08 smithi088 ceph-mon[96111]: pgmap v14328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:08 smithi187 ceph-mon[111815]: pgmap v14328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:09.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:09.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:10.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:10.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:10 smithi088 ceph-mon[96111]: pgmap v14329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:10 smithi187 ceph-mon[111815]: pgmap v14329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:11.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:11.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:12.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:12.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:12 smithi088 ceph-mon[96111]: pgmap v14330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:12 smithi187 ceph-mon[111815]: pgmap v14330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:13.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:13.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:14.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:14.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:14 smithi088 ceph-mon[96111]: pgmap v14331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:14 smithi187 ceph-mon[111815]: pgmap v14331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:15.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:15.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:14:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:14:16.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:16.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:16 smithi088 ceph-mon[96111]: pgmap v14332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:17.144 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:16 smithi187 ceph-mon[111815]: pgmap v14332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:17.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:17.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:18.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:18.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:18 smithi088 ceph-mon[96111]: pgmap v14333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:18 smithi187 ceph-mon[111815]: pgmap v14333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:19.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:19.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:20.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:20.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:20 smithi088 ceph-mon[96111]: pgmap v14334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:20 smithi187 ceph-mon[111815]: pgmap v14334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:21.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:21.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:22.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:22.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:22 smithi088 ceph-mon[96111]: pgmap v14335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:22 smithi187 ceph-mon[111815]: pgmap v14335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:23.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:23.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:24.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:24.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:24 smithi088 ceph-mon[96111]: pgmap v14336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:24 smithi187 ceph-mon[111815]: pgmap v14336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:25.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:25.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:26.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:26.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:26 smithi088 ceph-mon[96111]: pgmap v14337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:26 smithi187 ceph-mon[111815]: pgmap v14337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:27.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:27.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:28.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:28.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:28 smithi088 ceph-mon[96111]: pgmap v14338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:28 smithi187 ceph-mon[111815]: pgmap v14338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:29.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:29.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:30.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:30.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:30 smithi088 ceph-mon[96111]: pgmap v14339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:14:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:30 smithi187 ceph-mon[111815]: pgmap v14339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:14:31.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:31.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:32.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:32.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:32 smithi088 ceph-mon[96111]: pgmap v14340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:32 smithi187 ceph-mon[111815]: pgmap v14340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:33.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:33.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:34.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:34.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:34 smithi088 ceph-mon[96111]: pgmap v14341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:34 smithi187 ceph-mon[111815]: pgmap v14341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:35.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:35.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:36.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:36.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:36 smithi088 ceph-mon[96111]: pgmap v14342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:36 smithi187 ceph-mon[111815]: pgmap v14342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:37.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:37.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:38.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:38.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:38 smithi088 ceph-mon[96111]: pgmap v14343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:38 smithi187 ceph-mon[111815]: pgmap v14343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:39.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:39.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:40.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:40.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:40 smithi088 ceph-mon[96111]: pgmap v14344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:40 smithi187 ceph-mon[111815]: pgmap v14344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:41.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:41.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:42.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:42.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:42 smithi088 ceph-mon[96111]: pgmap v14345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:42 smithi187 ceph-mon[111815]: pgmap v14345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:43.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:43.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:44.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:44.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:44 smithi088 ceph-mon[96111]: pgmap v14346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:44 smithi187 ceph-mon[111815]: pgmap v14346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:45.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:45.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:14:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:14:46.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:46.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:46 smithi088 ceph-mon[96111]: pgmap v14347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:46 smithi187 ceph-mon[111815]: pgmap v14347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:47.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:47.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:48.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:48.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:48 smithi088 ceph-mon[96111]: pgmap v14348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:48 smithi187 ceph-mon[111815]: pgmap v14348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:49.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:49.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:50.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:50.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:50 smithi088 ceph-mon[96111]: pgmap v14349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:14:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:50 smithi187 ceph-mon[111815]: pgmap v14349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:14:51.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:51.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:52.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:52.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:52 smithi088 ceph-mon[96111]: pgmap v14350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:52 smithi187 ceph-mon[111815]: pgmap v14350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:53.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:53.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:54.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:54.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:54 smithi088 ceph-mon[96111]: pgmap v14351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:54.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:14:54.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:14:54.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:14:54.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:14:54.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:14:54.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:14:54.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:14:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:54 smithi187 ceph-mon[111815]: pgmap v14351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:14:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:14:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:14:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:14:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:14:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:14:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:14:55.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:55.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:56.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:56.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:56 smithi088 ceph-mon[96111]: pgmap v14352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:56 smithi187 ceph-mon[111815]: pgmap v14352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:14:57.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:57.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:58.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:58.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:14:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:14:58 smithi088 ceph-mon[96111]: pgmap v14353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:14:58 smithi187 ceph-mon[111815]: pgmap v14353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:14:59.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:14:59.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:00.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:00.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:00 smithi088 ceph-mon[96111]: pgmap v14354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:15:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:00 smithi187 ceph-mon[111815]: pgmap v14354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:15:01.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:01.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:02.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:02.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:02 smithi187 ceph-mon[111815]: pgmap v14355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:02 smithi088 ceph-mon[96111]: pgmap v14355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:03.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:03.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:04.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:04.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:04 smithi088 ceph-mon[96111]: pgmap v14356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:04 smithi187 ceph-mon[111815]: pgmap v14356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:05.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:05.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:06.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:06.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:06 smithi088 ceph-mon[96111]: pgmap v14357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:06 smithi187 ceph-mon[111815]: pgmap v14357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:07.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:07.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:08.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:08.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:08 smithi088 ceph-mon[96111]: pgmap v14358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:08 smithi187 ceph-mon[111815]: pgmap v14358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:09.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:09.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:10.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:10.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:10 smithi088 ceph-mon[96111]: pgmap v14359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:10 smithi187 ceph-mon[111815]: pgmap v14359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:11.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:11.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:12.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:12.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:12 smithi088 ceph-mon[96111]: pgmap v14360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:12 smithi187 ceph-mon[111815]: pgmap v14360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:13.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:13.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:14.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:14.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:14 smithi088 ceph-mon[96111]: pgmap v14361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:14 smithi187 ceph-mon[111815]: pgmap v14361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:15.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:15.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:15:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:15:16.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:16.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:16 smithi088 ceph-mon[96111]: pgmap v14362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:16 smithi187 ceph-mon[111815]: pgmap v14362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:17.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:17.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:18.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:18.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:18 smithi088 ceph-mon[96111]: pgmap v14363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:18 smithi187 ceph-mon[111815]: pgmap v14363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:19.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:19.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:20.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:20.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:20 smithi088 ceph-mon[96111]: pgmap v14364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:20 smithi187 ceph-mon[111815]: pgmap v14364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:21.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:21.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:22.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:22.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:22 smithi088 ceph-mon[96111]: pgmap v14365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:22 smithi187 ceph-mon[111815]: pgmap v14365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:23.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:23.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:24.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:24.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:24 smithi088 ceph-mon[96111]: pgmap v14366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:24 smithi187 ceph-mon[111815]: pgmap v14366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:25.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:25.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:26.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:26.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:27.063 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:26 smithi088 ceph-mon[96111]: pgmap v14367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:26 smithi187 ceph-mon[111815]: pgmap v14367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:27.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:27.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:28.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:28.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:28 smithi088 ceph-mon[96111]: pgmap v14368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:28 smithi187 ceph-mon[111815]: pgmap v14368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:29.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:29.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:30.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:30.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:30 smithi088 ceph-mon[96111]: pgmap v14369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:15:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:30 smithi187 ceph-mon[111815]: pgmap v14369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:15:31.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:31.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:32.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:32.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:32 smithi088 ceph-mon[96111]: pgmap v14370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:32 smithi187 ceph-mon[111815]: pgmap v14370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:33.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:33.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:34.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:34.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:34 smithi088 ceph-mon[96111]: pgmap v14371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:34 smithi187 ceph-mon[111815]: pgmap v14371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:35.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:35.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:36.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:36.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:36 smithi088 ceph-mon[96111]: pgmap v14372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:36 smithi187 ceph-mon[111815]: pgmap v14372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:37.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:37.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:38.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:38.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:38 smithi088 ceph-mon[96111]: pgmap v14373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:38 smithi187 ceph-mon[111815]: pgmap v14373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:39.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:39.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:40.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:40.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:40 smithi187 ceph-mon[111815]: pgmap v14374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:40 smithi088 ceph-mon[96111]: pgmap v14374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:41.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:41.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:42.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:42.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:42 smithi187 ceph-mon[111815]: pgmap v14375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:42 smithi088 ceph-mon[96111]: pgmap v14375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:43.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:43.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:44.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:44.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:44 smithi088 ceph-mon[96111]: pgmap v14376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:44 smithi187 ceph-mon[111815]: pgmap v14376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:45.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:45.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:15:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:15:46.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:46.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:46 smithi187 ceph-mon[111815]: pgmap v14377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:47.262 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:46 smithi088 ceph-mon[96111]: pgmap v14377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:47.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:47.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:48.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:48.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:48 smithi187 ceph-mon[111815]: pgmap v14378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:48 smithi088 ceph-mon[96111]: pgmap v14378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:49.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:49.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:50.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:50.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:50 smithi187 ceph-mon[111815]: pgmap v14379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:50 smithi088 ceph-mon[96111]: pgmap v14379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:51.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:51.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:52.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:52.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:53.150 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:52 smithi187 ceph-mon[111815]: pgmap v14380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:52 smithi088 ceph-mon[96111]: pgmap v14380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:53.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:53.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:54.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:54.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:54 smithi088 ceph-mon[96111]: pgmap v14381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:15:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:54 smithi187 ceph-mon[111815]: pgmap v14381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:15:55.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:55.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:56.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:56.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:56 smithi187 ceph-mon[111815]: pgmap v14382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:56 smithi088 ceph-mon[96111]: pgmap v14382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:15:57.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:57.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:58.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:58.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:15:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:58 smithi187 ceph-mon[111815]: pgmap v14383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:59.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:15:59.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:15:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:58 smithi088 ceph-mon[96111]: pgmap v14383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:15:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:15:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:15:59.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:15:59.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:16:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:16:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:16:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:16:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:15:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:16:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:16:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:16:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:16:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:16:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:15:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:16:00.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:00.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:00 smithi187 ceph-mon[111815]: pgmap v14384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:16:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:00 smithi088 ceph-mon[96111]: pgmap v14384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:16:01.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:01.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:02.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:02.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:02 smithi187 ceph-mon[111815]: pgmap v14385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:02 smithi088 ceph-mon[96111]: pgmap v14385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:03.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:03.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:04.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:04.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:04 smithi088 ceph-mon[96111]: pgmap v14386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:04 smithi187 ceph-mon[111815]: pgmap v14386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:05.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:05.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:06.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:06.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:06 smithi187 ceph-mon[111815]: pgmap v14387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:06 smithi088 ceph-mon[96111]: pgmap v14387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:07.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:07.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:08.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:08.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:08 smithi187 ceph-mon[111815]: pgmap v14388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:08 smithi088 ceph-mon[96111]: pgmap v14388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:09.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:09.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:10.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:10.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:10 smithi187 ceph-mon[111815]: pgmap v14389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:10 smithi088 ceph-mon[96111]: pgmap v14389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:11.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:11.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:12.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:12.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:12 smithi187 ceph-mon[111815]: pgmap v14390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:12 smithi088 ceph-mon[96111]: pgmap v14390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:13.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:13.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:14.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:14.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:14 smithi088 ceph-mon[96111]: pgmap v14391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:14 smithi187 ceph-mon[111815]: pgmap v14391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:15.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:15.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:16:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:16:16.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:16.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:16 smithi187 ceph-mon[111815]: pgmap v14392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:16 smithi088 ceph-mon[96111]: pgmap v14392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:17.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:17.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:18.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:18.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:18 smithi187 ceph-mon[111815]: pgmap v14393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:18 smithi088 ceph-mon[96111]: pgmap v14393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:19.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:19.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:20.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:20.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:20 smithi187 ceph-mon[111815]: pgmap v14394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:20 smithi088 ceph-mon[96111]: pgmap v14394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:21.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:21.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:22.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:22.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:22 smithi187 ceph-mon[111815]: pgmap v14395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:22 smithi088 ceph-mon[96111]: pgmap v14395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:23.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:23.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:24.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:24.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:24 smithi088 ceph-mon[96111]: pgmap v14396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:24 smithi187 ceph-mon[111815]: pgmap v14396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:25.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:25.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:26.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:26.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:26 smithi187 ceph-mon[111815]: pgmap v14397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:26 smithi088 ceph-mon[96111]: pgmap v14397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:27.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:27.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:28.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:28.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:28 smithi187 ceph-mon[111815]: pgmap v14398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:28 smithi088 ceph-mon[96111]: pgmap v14398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:29.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:29.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:30.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:30.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:30 smithi187 ceph-mon[111815]: pgmap v14399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:16:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:30 smithi088 ceph-mon[96111]: pgmap v14399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:16:31.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:31.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:32.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:32.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:32 smithi088 ceph-mon[96111]: pgmap v14400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:32 smithi187 ceph-mon[111815]: pgmap v14400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:33.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:33.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:34.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:34.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:34 smithi088 ceph-mon[96111]: pgmap v14401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:34 smithi187 ceph-mon[111815]: pgmap v14401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:35.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:35.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:36.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:36.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:36 smithi187 ceph-mon[111815]: pgmap v14402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:36 smithi088 ceph-mon[96111]: pgmap v14402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:37.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:37.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:38.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:38.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:38 smithi187 ceph-mon[111815]: pgmap v14403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:38 smithi088 ceph-mon[96111]: pgmap v14403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:39.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:39.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:40.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:40.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:40 smithi187 ceph-mon[111815]: pgmap v14404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:40 smithi088 ceph-mon[96111]: pgmap v14404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:41.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:41.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:42.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:42.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:42 smithi088 ceph-mon[96111]: pgmap v14405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:42 smithi187 ceph-mon[111815]: pgmap v14405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:43.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:43.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:44.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:44.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:44 smithi088 ceph-mon[96111]: pgmap v14406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:44 smithi187 ceph-mon[111815]: pgmap v14406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:45.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:45.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:16:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:16:46.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:46.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:46 smithi187 ceph-mon[111815]: pgmap v14407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:46 smithi088 ceph-mon[96111]: pgmap v14407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:47.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:47.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:48.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:48.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:48 smithi187 ceph-mon[111815]: pgmap v14408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:48 smithi088 ceph-mon[96111]: pgmap v14408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:49.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:49.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:50.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:50.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:50 smithi187 ceph-mon[111815]: pgmap v14409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:50 smithi088 ceph-mon[96111]: pgmap v14409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:51.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:51.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:52.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:52.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:52 smithi187 ceph-mon[111815]: pgmap v14410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:52 smithi088 ceph-mon[96111]: pgmap v14410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:53.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:53.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:54.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:54.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:54 smithi187 ceph-mon[111815]: pgmap v14411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:54 smithi088 ceph-mon[96111]: pgmap v14411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:55.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:55.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:56.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:56.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:56 smithi187 ceph-mon[111815]: pgmap v14412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:56 smithi088 ceph-mon[96111]: pgmap v14412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:16:57.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:57.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:58.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:58.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:16:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:58 smithi187 ceph-mon[111815]: pgmap v14413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:58 smithi088 ceph-mon[96111]: pgmap v14413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:16:59.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:16:59.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:17:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:17:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:17:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:17:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:17:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:16:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:17:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:17:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:17:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:17:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:17:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:17:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:16:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:17:00.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:00.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:00 smithi088 ceph-mon[96111]: pgmap v14414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:17:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:00 smithi187 ceph-mon[111815]: pgmap v14414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:17:01.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:01.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:02.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:02.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:02 smithi088 ceph-mon[96111]: pgmap v14415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:02 smithi187 ceph-mon[111815]: pgmap v14415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:03.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:03.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:04.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:04.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:04 smithi088 ceph-mon[96111]: pgmap v14416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:04 smithi187 ceph-mon[111815]: pgmap v14416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:05.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:05.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:06.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:06.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:06 smithi088 ceph-mon[96111]: pgmap v14417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:06 smithi187 ceph-mon[111815]: pgmap v14417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:07.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:07.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:08.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:08.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:08 smithi187 ceph-mon[111815]: pgmap v14418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:08 smithi088 ceph-mon[96111]: pgmap v14418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:09.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:09.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:10.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:10.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:10 smithi088 ceph-mon[96111]: pgmap v14419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:10 smithi187 ceph-mon[111815]: pgmap v14419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:11.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:11.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:12.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:12.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:12 smithi088 ceph-mon[96111]: pgmap v14420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:12 smithi187 ceph-mon[111815]: pgmap v14420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:13.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:13.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:14.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:14.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:14 smithi088 ceph-mon[96111]: pgmap v14421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:14 smithi187 ceph-mon[111815]: pgmap v14421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:15.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:15.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:17:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:17:16.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:16.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:16 smithi088 ceph-mon[96111]: pgmap v14422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:16 smithi187 ceph-mon[111815]: pgmap v14422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:17.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:17.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:18.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:18.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:18 smithi088 ceph-mon[96111]: pgmap v14423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:18 smithi187 ceph-mon[111815]: pgmap v14423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:19.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:19.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:20.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:20.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:20 smithi088 ceph-mon[96111]: pgmap v14424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:20 smithi187 ceph-mon[111815]: pgmap v14424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:21.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:21.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:22.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:22.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:23 smithi088 ceph-mon[96111]: pgmap v14425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:23 smithi187 ceph-mon[111815]: pgmap v14425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:23.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:23.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:24.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:24.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:25 smithi088 ceph-mon[96111]: pgmap v14426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:25 smithi187 ceph-mon[111815]: pgmap v14426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:25.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:25.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:26.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:26.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:27 smithi088 ceph-mon[96111]: pgmap v14427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:27 smithi187 ceph-mon[111815]: pgmap v14427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:27.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:27.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:28.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:28.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:29 smithi088 ceph-mon[96111]: pgmap v14428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:29 smithi187 ceph-mon[111815]: pgmap v14428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:29.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:29.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:30.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:30.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:31 smithi088 ceph-mon[96111]: pgmap v14429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:17:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:31 smithi187 ceph-mon[111815]: pgmap v14429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:17:31.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:31.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:32.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:32.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:33.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:33 smithi088 ceph-mon[96111]: pgmap v14430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:33 smithi187 ceph-mon[111815]: pgmap v14430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:33.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:33.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:34.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:34.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:35 smithi088 ceph-mon[96111]: pgmap v14431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:35 smithi187 ceph-mon[111815]: pgmap v14431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:35.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:35.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:36.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:36.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:37 smithi088 ceph-mon[96111]: pgmap v14432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:37 smithi187 ceph-mon[111815]: pgmap v14432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:37.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:37.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:38.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:38.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:39 smithi088 ceph-mon[96111]: pgmap v14433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:39 smithi187 ceph-mon[111815]: pgmap v14433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:39.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:39.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:40.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:40.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:41 smithi088 ceph-mon[96111]: pgmap v14434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:41 smithi187 ceph-mon[111815]: pgmap v14434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:41.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:41.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:42.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:42.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:43 smithi088 ceph-mon[96111]: pgmap v14435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:43 smithi187 ceph-mon[111815]: pgmap v14435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:43.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:43.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:44.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:44.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:45 smithi088 ceph-mon[96111]: pgmap v14436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:45 smithi187 ceph-mon[111815]: pgmap v14436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:45.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:45.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:17:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:17:46.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:46.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:47 smithi088 ceph-mon[96111]: pgmap v14437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:47 smithi187 ceph-mon[111815]: pgmap v14437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:47.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:47.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:48.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:48.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:49 smithi088 ceph-mon[96111]: pgmap v14438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:49.370 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:49 smithi187 ceph-mon[111815]: pgmap v14438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:49.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:49.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:50.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:50.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:51 smithi088 ceph-mon[96111]: pgmap v14439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:51 smithi187 ceph-mon[111815]: pgmap v14439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:51.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:51.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:52.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:52.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:53 smithi088 ceph-mon[96111]: pgmap v14440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:53 smithi187 ceph-mon[111815]: pgmap v14440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:53.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:53.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:54.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:54.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:55 smithi088 ceph-mon[96111]: pgmap v14441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:55 smithi187 ceph-mon[111815]: pgmap v14441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:55.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:55.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:56.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:56.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:57 smithi088 ceph-mon[96111]: pgmap v14442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:57 smithi187 ceph-mon[111815]: pgmap v14442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:17:57.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:57.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:58.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:58.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:17:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:17:59 smithi088 ceph-mon[96111]: pgmap v14443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:17:59 smithi187 ceph-mon[111815]: pgmap v14443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:17:59.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:17:59.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:18:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:18:00.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:00.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:01 smithi088 ceph-mon[96111]: pgmap v14444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:18:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:18:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:18:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:18:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:18:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:18:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:18:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:18:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:01 smithi187 ceph-mon[111815]: pgmap v14444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:18:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:18:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:18:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:18:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:18:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:18:01.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:18:01.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:18:01.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:01.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:02.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:02.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:02 smithi088 ceph-mon[96111]: pgmap v14445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:02 smithi187 ceph-mon[111815]: pgmap v14445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:03.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:03.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:04.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:04.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:04 smithi088 ceph-mon[96111]: pgmap v14446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:04 smithi187 ceph-mon[111815]: pgmap v14446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:05.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:05.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:06.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:06.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:06 smithi088 ceph-mon[96111]: pgmap v14447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:06 smithi187 ceph-mon[111815]: pgmap v14447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:07.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:07.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:08.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:08.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:08 smithi088 ceph-mon[96111]: pgmap v14448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:08 smithi187 ceph-mon[111815]: pgmap v14448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:09.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:09.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:10.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:10.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:10 smithi088 ceph-mon[96111]: pgmap v14449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:10 smithi187 ceph-mon[111815]: pgmap v14449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:11.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:11.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:12.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:12.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:12 smithi088 ceph-mon[96111]: pgmap v14450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:12 smithi187 ceph-mon[111815]: pgmap v14450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:13.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:13.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:14.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:14.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:14 smithi187 ceph-mon[111815]: pgmap v14451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:14 smithi088 ceph-mon[96111]: pgmap v14451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:15.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:15.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:18:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:18:16.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:16.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:16 smithi088 ceph-mon[96111]: pgmap v14452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:16 smithi187 ceph-mon[111815]: pgmap v14452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:17.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:17.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:18.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:18.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:18 smithi088 ceph-mon[96111]: pgmap v14453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:18 smithi187 ceph-mon[111815]: pgmap v14453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:19.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:19.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:20.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:20.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:20 smithi088 ceph-mon[96111]: pgmap v14454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:20 smithi187 ceph-mon[111815]: pgmap v14454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:21.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:21.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:22.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:22.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:22 smithi187 ceph-mon[111815]: pgmap v14455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:22 smithi088 ceph-mon[96111]: pgmap v14455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:23.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:23.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:24.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:24.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:24 smithi088 ceph-mon[96111]: pgmap v14456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:24 smithi187 ceph-mon[111815]: pgmap v14456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:25.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:25.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:26.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:26.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:26 smithi187 ceph-mon[111815]: pgmap v14457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:26 smithi088 ceph-mon[96111]: pgmap v14457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:27.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:27.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:28.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:28.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:28 smithi187 ceph-mon[111815]: pgmap v14458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:28 smithi088 ceph-mon[96111]: pgmap v14458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:29.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:29.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:30.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:30.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:30 smithi187 ceph-mon[111815]: pgmap v14459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:18:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:30 smithi088 ceph-mon[96111]: pgmap v14459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:18:31.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:31.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:32.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:32.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:32 smithi187 ceph-mon[111815]: pgmap v14460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:32 smithi088 ceph-mon[96111]: pgmap v14460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:33.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:33.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:34.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:34.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:34 smithi088 ceph-mon[96111]: pgmap v14461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:34 smithi187 ceph-mon[111815]: pgmap v14461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:35.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:35.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:36.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:36.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:36 smithi187 ceph-mon[111815]: pgmap v14462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:36 smithi088 ceph-mon[96111]: pgmap v14462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:37.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:37.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:38.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:38.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:38 smithi187 ceph-mon[111815]: pgmap v14463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:38 smithi088 ceph-mon[96111]: pgmap v14463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:39.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:39.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:40.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:40.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:40 smithi187 ceph-mon[111815]: pgmap v14464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:40 smithi088 ceph-mon[96111]: pgmap v14464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:41.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:41.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:42.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:42.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:42 smithi187 ceph-mon[111815]: pgmap v14465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:42 smithi088 ceph-mon[96111]: pgmap v14465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:43.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:43.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:44.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:44.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:44 smithi088 ceph-mon[96111]: pgmap v14466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:44 smithi187 ceph-mon[111815]: pgmap v14466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:45.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:45.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:18:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:18:46.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:46.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:46 smithi187 ceph-mon[111815]: pgmap v14467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:46 smithi088 ceph-mon[96111]: pgmap v14467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:47.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:47.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:48.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:48.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:48 smithi187 ceph-mon[111815]: pgmap v14468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:48 smithi088 ceph-mon[96111]: pgmap v14468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:49.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:49.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:50.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:50.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:50 smithi187 ceph-mon[111815]: pgmap v14469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:50 smithi088 ceph-mon[96111]: pgmap v14469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:51.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:51.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:52.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:52.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:52 smithi187 ceph-mon[111815]: pgmap v14470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:52 smithi088 ceph-mon[96111]: pgmap v14470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:53.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:53.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:54.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:54.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:54 smithi088 ceph-mon[96111]: pgmap v14471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:54 smithi187 ceph-mon[111815]: pgmap v14471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:55.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:55.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:56.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:56.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:56 smithi187 ceph-mon[111815]: pgmap v14472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:56 smithi088 ceph-mon[96111]: pgmap v14472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:18:57.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:57.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:58.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:58.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:18:59.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:18:58 smithi088 ceph-mon[96111]: pgmap v14473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:18:58 smithi187 ceph-mon[111815]: pgmap v14473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:18:59.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:18:59.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:00.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:00.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:00 smithi187 ceph-mon[111815]: pgmap v14474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:19:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:19:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:00 smithi088 ceph-mon[96111]: pgmap v14474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:19:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:19:01.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:01.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:01.898 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:19:01.898 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:19:01.898 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:19:01.898 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:19:01.899 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:19:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:19:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:19:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:19:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:19:02.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:19:02.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:02.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:02 smithi187 ceph-mon[111815]: pgmap v14475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:02 smithi088 ceph-mon[96111]: pgmap v14475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:03.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:03.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:04.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:04.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:04 smithi088 ceph-mon[96111]: pgmap v14476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:05.164 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:04 smithi187 ceph-mon[111815]: pgmap v14476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:05.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:05.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:06.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:06.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:06 smithi187 ceph-mon[111815]: pgmap v14477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:06 smithi088 ceph-mon[96111]: pgmap v14477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:07.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:07.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:08.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:08.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:08 smithi187 ceph-mon[111815]: pgmap v14478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:09.244 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:08 smithi088 ceph-mon[96111]: pgmap v14478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:09.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:09.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:10.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:10.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:10 smithi187 ceph-mon[111815]: pgmap v14479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:10 smithi088 ceph-mon[96111]: pgmap v14479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:11.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:11.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:12.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:12.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:12 smithi187 ceph-mon[111815]: pgmap v14480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:12 smithi088 ceph-mon[96111]: pgmap v14480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:13.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:13.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:14.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:14.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:14 smithi088 ceph-mon[96111]: pgmap v14481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:14 smithi187 ceph-mon[111815]: pgmap v14481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:15.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:15.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:19:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:19:16.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:16.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:16 smithi187 ceph-mon[111815]: pgmap v14482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:16 smithi088 ceph-mon[96111]: pgmap v14482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:17.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:17.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:18.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:18.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:18 smithi187 ceph-mon[111815]: pgmap v14483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:18 smithi088 ceph-mon[96111]: pgmap v14483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:19.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:19.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:20.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:20.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:20 smithi187 ceph-mon[111815]: pgmap v14484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:20 smithi088 ceph-mon[96111]: pgmap v14484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:21.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:21.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:22.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:22.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:22 smithi187 ceph-mon[111815]: pgmap v14485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:22 smithi088 ceph-mon[96111]: pgmap v14485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:23.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:23.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:24.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:24.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:24 smithi088 ceph-mon[96111]: pgmap v14486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:24 smithi187 ceph-mon[111815]: pgmap v14486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:25.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:25.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:26.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:26.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:26 smithi187 ceph-mon[111815]: pgmap v14487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:26 smithi088 ceph-mon[96111]: pgmap v14487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:27.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:27.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:28.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:28.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:28 smithi187 ceph-mon[111815]: pgmap v14488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:28 smithi088 ceph-mon[96111]: pgmap v14488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:29.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:29.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:30.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:30.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:30 smithi187 ceph-mon[111815]: pgmap v14489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:19:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:30 smithi088 ceph-mon[96111]: pgmap v14489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:19:31.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:31.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:32.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:32.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:32 smithi187 ceph-mon[111815]: pgmap v14490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:32 smithi088 ceph-mon[96111]: pgmap v14490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:33.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:33.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:34.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:34.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:34 smithi187 ceph-mon[111815]: pgmap v14491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:34 smithi088 ceph-mon[96111]: pgmap v14491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:35.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:35.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:36.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:36.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:36 smithi187 ceph-mon[111815]: pgmap v14492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:36 smithi088 ceph-mon[96111]: pgmap v14492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:37.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:37.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:38.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:38.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:38 smithi187 ceph-mon[111815]: pgmap v14493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:38 smithi088 ceph-mon[96111]: pgmap v14493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:39.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:39.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:40.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:40.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:40 smithi088 ceph-mon[96111]: pgmap v14494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:40 smithi187 ceph-mon[111815]: pgmap v14494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:41.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:41.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:42.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:42.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:42 smithi088 ceph-mon[96111]: pgmap v14495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:42 smithi187 ceph-mon[111815]: pgmap v14495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:43.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:43.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:44.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:44.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:44 smithi088 ceph-mon[96111]: pgmap v14496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:44 smithi187 ceph-mon[111815]: pgmap v14496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:45.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:45.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:19:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:19:46.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:46.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:46 smithi088 ceph-mon[96111]: pgmap v14497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:46 smithi187 ceph-mon[111815]: pgmap v14497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:47.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:47.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:48.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:48.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:48 smithi088 ceph-mon[96111]: pgmap v14498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:48 smithi187 ceph-mon[111815]: pgmap v14498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:49.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:49.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:50.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:50.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:50 smithi088 ceph-mon[96111]: pgmap v14499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:50 smithi187 ceph-mon[111815]: pgmap v14499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:51.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:51.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:52.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:52.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:52 smithi088 ceph-mon[96111]: pgmap v14500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:52 smithi187 ceph-mon[111815]: pgmap v14500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:53.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:53.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:54.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:54.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:54 smithi088 ceph-mon[96111]: pgmap v14501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:54 smithi187 ceph-mon[111815]: pgmap v14501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:55.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:55.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:56.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:56.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:56 smithi088 ceph-mon[96111]: pgmap v14502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:56 smithi187 ceph-mon[111815]: pgmap v14502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:19:57.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:57.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:58.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:58.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:19:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:19:58 smithi088 ceph-mon[96111]: pgmap v14503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:19:58 smithi187 ceph-mon[111815]: pgmap v14503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:19:59.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:19:59.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:00.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:00.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:00 smithi088 ceph-mon[96111]: pgmap v14504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T07:20:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:20:01.422 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:00 smithi187 ceph-mon[111815]: pgmap v14504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:01.422 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T07:20:01.422 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:20:01.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:01.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:20:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:20:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:20:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:20:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:20:02.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:20:02.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:20:02.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:20:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:20:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:20:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:20:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:20:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:20:02.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:20:02.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:20:02.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:20:02.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:02.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:03 smithi088 ceph-mon[96111]: pgmap v14505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:03 smithi187 ceph-mon[111815]: pgmap v14505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:03.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:03.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:04.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:04.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:05 smithi088 ceph-mon[96111]: pgmap v14506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:05 smithi187 ceph-mon[111815]: pgmap v14506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:05.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:05.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:06.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:06.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:07 smithi088 ceph-mon[96111]: pgmap v14507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:07 smithi187 ceph-mon[111815]: pgmap v14507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:07.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:07.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:08.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:08.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:09 smithi088 ceph-mon[96111]: pgmap v14508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:09 smithi187 ceph-mon[111815]: pgmap v14508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:09.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:09.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:10.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:10.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:11 smithi187 ceph-mon[111815]: pgmap v14509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:11 smithi088 ceph-mon[96111]: pgmap v14509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:11.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:11.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:12.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:12.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:13 smithi088 ceph-mon[96111]: pgmap v14510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:13 smithi187 ceph-mon[111815]: pgmap v14510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:13.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:13.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:14.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:14.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:15 smithi088 ceph-mon[96111]: pgmap v14511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:15 smithi187 ceph-mon[111815]: pgmap v14511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:15.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:15.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:20:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:20:17.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:17.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:17 smithi088 ceph-mon[96111]: pgmap v14512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:17 smithi187 ceph-mon[111815]: pgmap v14512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:18.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:18.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:19.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:19.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:19 smithi088 ceph-mon[96111]: pgmap v14513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:19 smithi187 ceph-mon[111815]: pgmap v14513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:20.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:20.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:21.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:21.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:21 smithi088 ceph-mon[96111]: pgmap v14514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:21 smithi187 ceph-mon[111815]: pgmap v14514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:22.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:22.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:23.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:23.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:23 smithi088 ceph-mon[96111]: pgmap v14515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:23 smithi187 ceph-mon[111815]: pgmap v14515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:24.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:24.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:25.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:25.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:25 smithi088 ceph-mon[96111]: pgmap v14516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:25 smithi187 ceph-mon[111815]: pgmap v14516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:26.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:26.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:27.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:27.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:27 smithi088 ceph-mon[96111]: pgmap v14517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:27 smithi187 ceph-mon[111815]: pgmap v14517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:28.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:28.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:29.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:29.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:29 smithi088 ceph-mon[96111]: pgmap v14518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:29 smithi187 ceph-mon[111815]: pgmap v14518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:30.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:30.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:31.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:31.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:31 smithi088 ceph-mon[96111]: pgmap v14519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:20:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:31 smithi187 ceph-mon[111815]: pgmap v14519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:20:32.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:32.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:33.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:33.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:33 smithi088 ceph-mon[96111]: pgmap v14520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:33 smithi187 ceph-mon[111815]: pgmap v14520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:34.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:34.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:35.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:35.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:35 smithi088 ceph-mon[96111]: pgmap v14521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:35 smithi187 ceph-mon[111815]: pgmap v14521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:36.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:36.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:37.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:37.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:37 smithi088 ceph-mon[96111]: pgmap v14522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:37 smithi187 ceph-mon[111815]: pgmap v14522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:38.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:38.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:39.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:39.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:39 smithi088 ceph-mon[96111]: pgmap v14523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:39 smithi187 ceph-mon[111815]: pgmap v14523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:40.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:40.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:41.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:41.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:41 smithi088 ceph-mon[96111]: pgmap v14524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:41 smithi187 ceph-mon[111815]: pgmap v14524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:42.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:42.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:43.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:43.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:43 smithi187 ceph-mon[111815]: pgmap v14525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:43 smithi088 ceph-mon[96111]: pgmap v14525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:44.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:44.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:45.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:45.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:45 smithi187 ceph-mon[111815]: pgmap v14526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:45 smithi088 ceph-mon[96111]: pgmap v14526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:46.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:46.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:20:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:20:47.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:47.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:47 smithi187 ceph-mon[111815]: pgmap v14527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:47.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:47 smithi088 ceph-mon[96111]: pgmap v14527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:48.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:48.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:49.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:49.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:49 smithi187 ceph-mon[111815]: pgmap v14528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:49 smithi088 ceph-mon[96111]: pgmap v14528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:50.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:50.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:51.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:51.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:51 smithi187 ceph-mon[111815]: pgmap v14529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:51 smithi088 ceph-mon[96111]: pgmap v14529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:52.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:52.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:53.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:53.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:53 smithi187 ceph-mon[111815]: pgmap v14530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:53 smithi088 ceph-mon[96111]: pgmap v14530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:54.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:54.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:55.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:55.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:55 smithi187 ceph-mon[111815]: pgmap v14531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:55 smithi088 ceph-mon[96111]: pgmap v14531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:56.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:56.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:57.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:57.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:57 smithi187 ceph-mon[111815]: pgmap v14532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:57 smithi088 ceph-mon[96111]: pgmap v14532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:20:58.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:58.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:20:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:20:58 smithi187 ceph-mon[111815]: pgmap v14533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:20:58 smithi088 ceph-mon[96111]: pgmap v14533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:20:59.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:20:59.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:00.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:00.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:00 smithi187 ceph-mon[111815]: pgmap v14534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:21:01.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:01.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:00 smithi088 ceph-mon[96111]: pgmap v14534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:21:02.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:02.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:03.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:03.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:02 smithi187 ceph-mon[111815]: pgmap v14535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:03.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:21:03.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:21:03.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:21:03.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:21:03.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:21:03.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:21:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:02 smithi088 ceph-mon[96111]: pgmap v14535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:21:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:21:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:21:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:21:03.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:21:03.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:21:04.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:04.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:04 smithi088 ceph-mon[96111]: pgmap v14536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:05.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:05.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:04 smithi187 ceph-mon[111815]: pgmap v14536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:06.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:06.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:07.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:07.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:06 smithi187 ceph-mon[111815]: pgmap v14537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:06 smithi088 ceph-mon[96111]: pgmap v14537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:08.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:08.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:09.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:09.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:08 smithi187 ceph-mon[111815]: pgmap v14538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:08 smithi088 ceph-mon[96111]: pgmap v14538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:10.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:10.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:11.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:11.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:10 smithi187 ceph-mon[111815]: pgmap v14539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:10 smithi088 ceph-mon[96111]: pgmap v14539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:12.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:12.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:13.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:13.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:12 smithi187 ceph-mon[111815]: pgmap v14540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:12 smithi088 ceph-mon[96111]: pgmap v14540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:14.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:14.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:14 smithi088 ceph-mon[96111]: pgmap v14541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:15.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:15.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:14 smithi187 ceph-mon[111815]: pgmap v14541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:16.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:16.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:21:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:21:17.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:17.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:16 smithi187 ceph-mon[111815]: pgmap v14542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:16 smithi088 ceph-mon[96111]: pgmap v14542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:18.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:18.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:19.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:19.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:18 smithi187 ceph-mon[111815]: pgmap v14543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:18 smithi088 ceph-mon[96111]: pgmap v14543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:20.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:20.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:21.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:21.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:20 smithi187 ceph-mon[111815]: pgmap v14544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:20 smithi088 ceph-mon[96111]: pgmap v14544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:22.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:22.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:23.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:23.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:22 smithi187 ceph-mon[111815]: pgmap v14545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:22 smithi088 ceph-mon[96111]: pgmap v14545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:24.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:24.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:24 smithi088 ceph-mon[96111]: pgmap v14546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:25.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:25.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:24 smithi187 ceph-mon[111815]: pgmap v14546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:26.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:26.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:26 smithi187 ceph-mon[111815]: pgmap v14547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:27.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:27.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:26 smithi088 ceph-mon[96111]: pgmap v14547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:28.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:28.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:29.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:29.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:28 smithi187 ceph-mon[111815]: pgmap v14548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:28 smithi088 ceph-mon[96111]: pgmap v14548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:30.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:30.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:31.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:31.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:30 smithi187 ceph-mon[111815]: pgmap v14549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:21:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:30 smithi088 ceph-mon[96111]: pgmap v14549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:21:32.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:32.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:33.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:33.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:32 smithi187 ceph-mon[111815]: pgmap v14550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:32 smithi088 ceph-mon[96111]: pgmap v14550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:34.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:34.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:34 smithi088 ceph-mon[96111]: pgmap v14551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:35.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:35.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:34 smithi187 ceph-mon[111815]: pgmap v14551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:36.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:36.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:37.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:37.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:36 smithi187 ceph-mon[111815]: pgmap v14552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:36 smithi088 ceph-mon[96111]: pgmap v14552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:38.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:38.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:39.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:39.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:38 smithi187 ceph-mon[111815]: pgmap v14553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:38 smithi088 ceph-mon[96111]: pgmap v14553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:40.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:40.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:40 smithi088 ceph-mon[96111]: pgmap v14554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:41.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:41.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:40 smithi187 ceph-mon[111815]: pgmap v14554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:42.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:42.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:43.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:43.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:42 smithi187 ceph-mon[111815]: pgmap v14555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:42 smithi088 ceph-mon[96111]: pgmap v14555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:44.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:44.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:44 smithi088 ceph-mon[96111]: pgmap v14556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:45.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:45.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:44 smithi187 ceph-mon[111815]: pgmap v14556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:21:46.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:46.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:21:47.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:47.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:46 smithi187 ceph-mon[111815]: pgmap v14557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:46 smithi088 ceph-mon[96111]: pgmap v14557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:48.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:48.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:49.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:49.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:48 smithi187 ceph-mon[111815]: pgmap v14558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:48 smithi088 ceph-mon[96111]: pgmap v14558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:50.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:50.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:50 smithi088 ceph-mon[96111]: pgmap v14559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:51.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:51.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:50 smithi187 ceph-mon[111815]: pgmap v14559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:52.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:52.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:53.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:53.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:52 smithi187 ceph-mon[111815]: pgmap v14560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:52 smithi088 ceph-mon[96111]: pgmap v14560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:54.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:54.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:54 smithi088 ceph-mon[96111]: pgmap v14561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:55.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:55.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:54 smithi187 ceph-mon[111815]: pgmap v14561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:56.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:56.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:57.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:57.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:56 smithi187 ceph-mon[111815]: pgmap v14562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:56 smithi088 ceph-mon[96111]: pgmap v14562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:21:58.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:58.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:59.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:21:59.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:21:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:21:58 smithi187 ceph-mon[111815]: pgmap v14563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:21:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:21:58 smithi088 ceph-mon[96111]: pgmap v14563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:00.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:00.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:01.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:01.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:00 smithi187 ceph-mon[111815]: pgmap v14564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:22:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:00 smithi088 ceph-mon[96111]: pgmap v14564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:22:02.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:02.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:03.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:03.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:02 smithi187 ceph-mon[111815]: pgmap v14565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:03.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:22:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:02 smithi088 ceph-mon[96111]: pgmap v14565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:22:04.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:04.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:22:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:22:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:22:04.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:22:04.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1500M 2023-10-13T07:22:04.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:22:04.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:22:04.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:22:04.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:22:04.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:22:04.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:22:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:22:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:22:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:22:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:22:04.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1500M 2023-10-13T07:22:04.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:22:04.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:22:04.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:22:04.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:22:04.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:22:04.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:22:05.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:05.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:05 smithi187 ceph-mon[111815]: pgmap v14566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:05 smithi088 ceph-mon[96111]: pgmap v14566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:06.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:06.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:07.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:07.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:07 smithi187 ceph-mon[111815]: pgmap v14567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:07 smithi088 ceph-mon[96111]: pgmap v14567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:08.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:08.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:09.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:09.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:09 smithi187 ceph-mon[111815]: pgmap v14568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:09 smithi088 ceph-mon[96111]: pgmap v14568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:10.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:10.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:11.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:11.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:11 smithi088 ceph-mon[96111]: pgmap v14569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:11 smithi187 ceph-mon[111815]: pgmap v14569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:12.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:12.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:13.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:13.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:13 smithi187 ceph-mon[111815]: pgmap v14570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:13 smithi088 ceph-mon[96111]: pgmap v14570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:14.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:14.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:15.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:15.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:15 smithi187 ceph-mon[111815]: pgmap v14571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:15 smithi088 ceph-mon[96111]: pgmap v14571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:16.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:16.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:22:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:22:17.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:17.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:17 smithi187 ceph-mon[111815]: pgmap v14572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:17 smithi088 ceph-mon[96111]: pgmap v14572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:18.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:18.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:19.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:19.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:19 smithi187 ceph-mon[111815]: pgmap v14573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:19 smithi088 ceph-mon[96111]: pgmap v14573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:20.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:20.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:21.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:21.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:21 smithi187 ceph-mon[111815]: pgmap v14574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:21 smithi088 ceph-mon[96111]: pgmap v14574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:22.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:22.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:23.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:23.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:23 smithi187 ceph-mon[111815]: pgmap v14575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:23 smithi088 ceph-mon[96111]: pgmap v14575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:24.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:24.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:24 smithi187 ceph-mon[111815]: pgmap v14576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:24 smithi088 ceph-mon[96111]: pgmap v14576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:25.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:25.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:26.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:26.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:26 smithi187 ceph-mon[111815]: pgmap v14577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:26 smithi088 ceph-mon[96111]: pgmap v14577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:27.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:27.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:28.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:28.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:29.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:28 smithi187 ceph-mon[111815]: pgmap v14578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:28 smithi088 ceph-mon[96111]: pgmap v14578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:30.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:30.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:30 smithi187 ceph-mon[111815]: pgmap v14579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:22:31.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:30 smithi088 ceph-mon[96111]: pgmap v14579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:31.217 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:22:31.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:31.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:32.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:32.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:32 smithi187 ceph-mon[111815]: pgmap v14580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:33.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:33.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:32 smithi088 ceph-mon[96111]: pgmap v14580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:34.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:34.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:34 smithi088 ceph-mon[96111]: pgmap v14581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:34 smithi187 ceph-mon[111815]: pgmap v14581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:35.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:35.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:36.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:36.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:36 smithi187 ceph-mon[111815]: pgmap v14582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:37.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:37.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:36 smithi088 ceph-mon[96111]: pgmap v14582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:38.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:38.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:38 smithi187 ceph-mon[111815]: pgmap v14583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:39.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:39.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:38 smithi088 ceph-mon[96111]: pgmap v14583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:40.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:40.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:40 smithi187 ceph-mon[111815]: pgmap v14584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:41.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:41.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:41.317 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:40 smithi088 ceph-mon[96111]: pgmap v14584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:42.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:42.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:42 smithi187 ceph-mon[111815]: pgmap v14585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:43.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:43.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:42 smithi088 ceph-mon[96111]: pgmap v14585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:44.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:44.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:44 smithi088 ceph-mon[96111]: pgmap v14586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:44 smithi187 ceph-mon[111815]: pgmap v14586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:45.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:45.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:22:46.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:46.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:22:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:46 smithi187 ceph-mon[111815]: pgmap v14587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:47.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:47.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:46 smithi088 ceph-mon[96111]: pgmap v14587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:48.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:48.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:48 smithi187 ceph-mon[111815]: pgmap v14588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:49.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:49.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:48 smithi088 ceph-mon[96111]: pgmap v14588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:50.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:50.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:50 smithi187 ceph-mon[111815]: pgmap v14589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:51.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:51.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:50 smithi088 ceph-mon[96111]: pgmap v14589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:52.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:52.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:53.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:52 smithi187 ceph-mon[111815]: pgmap v14590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:53.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:53.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:52 smithi088 ceph-mon[96111]: pgmap v14590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:54.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:54.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:54 smithi088 ceph-mon[96111]: pgmap v14591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:54 smithi187 ceph-mon[111815]: pgmap v14591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:55.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:55.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:56.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:56.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:56 smithi187 ceph-mon[111815]: pgmap v14592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:57.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:57.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:56 smithi088 ceph-mon[96111]: pgmap v14592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:22:58.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:58.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:22:58 smithi187 ceph-mon[111815]: pgmap v14593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:22:59.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:22:59.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:22:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:22:58 smithi088 ceph-mon[96111]: pgmap v14593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:00.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:00.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:00 smithi187 ceph-mon[111815]: pgmap v14594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:23:01.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:01.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:00 smithi088 ceph-mon[96111]: pgmap v14594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:23:02.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:02.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:02 smithi187 ceph-mon[111815]: pgmap v14595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:03.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:03.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:02 smithi088 ceph-mon[96111]: pgmap v14595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:23:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:23:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:23:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:23:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:23:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:23:04.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:04.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:23:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:23:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:23:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:23:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:23:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:23:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:04 smithi088 ceph-mon[96111]: pgmap v14596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:04 smithi187 ceph-mon[111815]: pgmap v14596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:05.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:05.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:06.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:06.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:07.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:06 smithi187 ceph-mon[111815]: pgmap v14597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:07.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:07.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:06 smithi088 ceph-mon[96111]: pgmap v14597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:08.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:08.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:08 smithi187 ceph-mon[111815]: pgmap v14598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:09.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:09.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:08 smithi088 ceph-mon[96111]: pgmap v14598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:10.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:10.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:10 smithi187 ceph-mon[111815]: pgmap v14599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:11.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:11.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:10 smithi088 ceph-mon[96111]: pgmap v14599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:12.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:12.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:12 smithi187 ceph-mon[111815]: pgmap v14600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:13.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:13.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:12 smithi088 ceph-mon[96111]: pgmap v14600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:14.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:14.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:14 smithi088 ceph-mon[96111]: pgmap v14601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:14 smithi187 ceph-mon[111815]: pgmap v14601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:15.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:15.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:23:16.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:16.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:23:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:16 smithi187 ceph-mon[111815]: pgmap v14602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:17.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:17.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:16 smithi088 ceph-mon[96111]: pgmap v14602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:18.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:18.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:18 smithi187 ceph-mon[111815]: pgmap v14603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:19.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:19.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:18 smithi088 ceph-mon[96111]: pgmap v14603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:20.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:20.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:20 smithi187 ceph-mon[111815]: pgmap v14604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:21.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:21.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:20 smithi088 ceph-mon[96111]: pgmap v14604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:22.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:22.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:22 smithi187 ceph-mon[111815]: pgmap v14605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:23.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:23.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:22 smithi088 ceph-mon[96111]: pgmap v14605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:24.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:24.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:25.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:24 smithi187 ceph-mon[111815]: pgmap v14606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:25.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:25.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:24 smithi088 ceph-mon[96111]: pgmap v14606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:26.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:26.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:26 smithi088 ceph-mon[96111]: pgmap v14607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:27.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:27.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:26 smithi187 ceph-mon[111815]: pgmap v14607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:28.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:28.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:29.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:29.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:28 smithi088 ceph-mon[96111]: pgmap v14608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:28 smithi187 ceph-mon[111815]: pgmap v14608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:30.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:30.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:31.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:31.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:30 smithi088 ceph-mon[96111]: pgmap v14609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:23:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:30 smithi187 ceph-mon[111815]: pgmap v14609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:23:32.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:32.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:33.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:33.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:32 smithi088 ceph-mon[96111]: pgmap v14610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:32 smithi187 ceph-mon[111815]: pgmap v14610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:34.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:34.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:35.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:34 smithi088 ceph-mon[96111]: pgmap v14611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:35.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:35.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:34 smithi187 ceph-mon[111815]: pgmap v14611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:36.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:36.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:36 smithi088 ceph-mon[96111]: pgmap v14612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:37.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:37.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:36 smithi187 ceph-mon[111815]: pgmap v14612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:38.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:38.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:38 smithi088 ceph-mon[96111]: pgmap v14613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:39.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:39.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:38 smithi187 ceph-mon[111815]: pgmap v14613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:40.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:40.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:40 smithi088 ceph-mon[96111]: pgmap v14614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:41.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:41.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:40 smithi187 ceph-mon[111815]: pgmap v14614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:42.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:42.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:42 smithi088 ceph-mon[96111]: pgmap v14615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:43.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:43.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:42 smithi187 ceph-mon[111815]: pgmap v14615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:44.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:44.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:44 smithi088 ceph-mon[96111]: pgmap v14616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:45.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:45.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:44 smithi187 ceph-mon[111815]: pgmap v14616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:23:46.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:46.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:23:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:46 smithi088 ceph-mon[96111]: pgmap v14617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:47.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:47.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:46 smithi187 ceph-mon[111815]: pgmap v14617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:48.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:48.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:48 smithi088 ceph-mon[96111]: pgmap v14618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:49.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:49.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:48 smithi187 ceph-mon[111815]: pgmap v14618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:50.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:50.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:51 smithi088 ceph-mon[96111]: pgmap v14619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:51.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:51.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:51 smithi187 ceph-mon[111815]: pgmap v14619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:52.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:52.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:53 smithi088 ceph-mon[96111]: pgmap v14620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:53.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:53.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:53 smithi187 ceph-mon[111815]: pgmap v14620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:54.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:54.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:55.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:55 smithi088 ceph-mon[96111]: pgmap v14621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:55.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:55.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:55 smithi187 ceph-mon[111815]: pgmap v14621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:56.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:56.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:57 smithi088 ceph-mon[96111]: pgmap v14622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:57.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:57.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:57 smithi187 ceph-mon[111815]: pgmap v14622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:23:58.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:58.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:23:59 smithi088 ceph-mon[96111]: pgmap v14623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:23:59.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:23:59.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:23:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:23:59 smithi187 ceph-mon[111815]: pgmap v14623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:00.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:00.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:01 smithi088 ceph-mon[96111]: pgmap v14624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:24:01.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:01.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:01 smithi187 ceph-mon[111815]: pgmap v14624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:24:02.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:02.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:03.297 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:03 smithi187 ceph-mon[111815]: pgmap v14625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:03 smithi088 ceph-mon[96111]: pgmap v14625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:03.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:03.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:24:04.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:04.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:24:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:05 smithi088 ceph-mon[96111]: pgmap v14626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:24:05.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:24:05.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:24:05.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:24:05.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:24:05.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:05.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:05 smithi187 ceph-mon[111815]: pgmap v14626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:24:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:24:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:24:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:24:05.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:24:06.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:06.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:07 smithi088 ceph-mon[96111]: pgmap v14627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:07.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:07.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:07 smithi187 ceph-mon[111815]: pgmap v14627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:08.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:08.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:09 smithi088 ceph-mon[96111]: pgmap v14628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:09.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:09.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:09 smithi187 ceph-mon[111815]: pgmap v14628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:10.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:10.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:11 smithi088 ceph-mon[96111]: pgmap v14629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:11.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:11.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:11 smithi187 ceph-mon[111815]: pgmap v14629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:12.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:12.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:13 smithi088 ceph-mon[96111]: pgmap v14630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:13.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:13.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:13.402 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:13 smithi187 ceph-mon[111815]: pgmap v14630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:14.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:14.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:15 smithi088 ceph-mon[96111]: pgmap v14631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:15.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:15.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:15 smithi187 ceph-mon[111815]: pgmap v14631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:24:16.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:16.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:24:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:17 smithi088 ceph-mon[96111]: pgmap v14632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:17.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:17.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:17 smithi187 ceph-mon[111815]: pgmap v14632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:18.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:18.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:19 smithi088 ceph-mon[96111]: pgmap v14633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:19.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:19.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:19 smithi187 ceph-mon[111815]: pgmap v14633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:20.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:20.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:21.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:21 smithi088 ceph-mon[96111]: pgmap v14634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:21.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:21.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:21 smithi187 ceph-mon[111815]: pgmap v14634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:22.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:22.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:23 smithi088 ceph-mon[96111]: pgmap v14635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:23.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:23.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:23 smithi187 ceph-mon[111815]: pgmap v14635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:24.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:24.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:25 smithi088 ceph-mon[96111]: pgmap v14636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:25.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:25.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:25 smithi187 ceph-mon[111815]: pgmap v14636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:26.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:26.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:27 smithi088 ceph-mon[96111]: pgmap v14637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:27.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:27.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:27 smithi187 ceph-mon[111815]: pgmap v14637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:28.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:28.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:29 smithi088 ceph-mon[96111]: pgmap v14638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:29.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:29.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:29 smithi187 ceph-mon[111815]: pgmap v14638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:30.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:30.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:31.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:31.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:31 smithi187 ceph-mon[111815]: pgmap v14639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:24:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:31 smithi088 ceph-mon[96111]: pgmap v14639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:24:32.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:32.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:33.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:33.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:33 smithi187 ceph-mon[111815]: pgmap v14640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:33 smithi088 ceph-mon[96111]: pgmap v14640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:34.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:34.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:35.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:35.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:35 smithi187 ceph-mon[111815]: pgmap v14641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:35 smithi088 ceph-mon[96111]: pgmap v14641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:36.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:36.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:37.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:37.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:37.448 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:37 smithi088 ceph-mon[96111]: pgmap v14642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:37 smithi187 ceph-mon[111815]: pgmap v14642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:38.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:38.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:39.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:39.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:39 smithi187 ceph-mon[111815]: pgmap v14643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:39 smithi088 ceph-mon[96111]: pgmap v14643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:40.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:40.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:41.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:41.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:41 smithi187 ceph-mon[111815]: pgmap v14644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:41 smithi088 ceph-mon[96111]: pgmap v14644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:42.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:42.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:43.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:43.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:43 smithi187 ceph-mon[111815]: pgmap v14645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:43 smithi088 ceph-mon[96111]: pgmap v14645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:44.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:44.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:45.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:45.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:45 smithi187 ceph-mon[111815]: pgmap v14646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:45 smithi088 ceph-mon[96111]: pgmap v14646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:46.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:46.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:24:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:24:47.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:47.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:47 smithi187 ceph-mon[111815]: pgmap v14647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:47.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:47 smithi088 ceph-mon[96111]: pgmap v14647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:48.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:48.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:49.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:49.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:49 smithi187 ceph-mon[111815]: pgmap v14648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:49 smithi088 ceph-mon[96111]: pgmap v14648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:50.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:50.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:51.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:51.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:51 smithi187 ceph-mon[111815]: pgmap v14649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:51 smithi088 ceph-mon[96111]: pgmap v14649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:52.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:52.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:53.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:53.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:53 smithi187 ceph-mon[111815]: pgmap v14650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:53 smithi088 ceph-mon[96111]: pgmap v14650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:54.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:54.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:55.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:55.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:55 smithi187 ceph-mon[111815]: pgmap v14651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:55 smithi088 ceph-mon[96111]: pgmap v14651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:56.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:56.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:57.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:57.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:57.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:57 smithi187 ceph-mon[111815]: pgmap v14652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:57 smithi088 ceph-mon[96111]: pgmap v14652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:24:58.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:58.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:24:59 smithi187 ceph-mon[111815]: pgmap v14653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:24:59.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:24:59.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:24:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:24:59 smithi088 ceph-mon[96111]: pgmap v14653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:00.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:00.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:01 smithi187 ceph-mon[111815]: pgmap v14654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:25:01.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:01.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:01 smithi088 ceph-mon[96111]: pgmap v14654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:25:02.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:02.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:03.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:03 smithi187 ceph-mon[111815]: pgmap v14655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:03.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:03.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:03 smithi088 ceph-mon[96111]: pgmap v14655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:04.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:04.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:05 smithi187 ceph-mon[111815]: pgmap v14656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:25:05.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:05.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:05 smithi088 ceph-mon[96111]: pgmap v14656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:25:06.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:06.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:07 smithi187 ceph-mon[111815]: pgmap v14657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:25:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:25:07.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:07.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:07 smithi088 ceph-mon[96111]: pgmap v14657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:25:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:25:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:25:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:25:08.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:25:08.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:25:08.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:25:08.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:08.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:25:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:25:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:25:08.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:25:08.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:25:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:09 smithi187 ceph-mon[111815]: pgmap v14658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:09.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:09.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:09 smithi088 ceph-mon[96111]: pgmap v14658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:10 smithi187 ceph-mon[111815]: pgmap v14659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:10.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:10.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:10 smithi088 ceph-mon[96111]: pgmap v14659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:11.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:11.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:12.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:12.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:12 smithi088 ceph-mon[96111]: pgmap v14660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:12 smithi187 ceph-mon[111815]: pgmap v14660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:13.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:13.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:14.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:14.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:14 smithi088 ceph-mon[96111]: pgmap v14661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:14 smithi187 ceph-mon[111815]: pgmap v14661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:15.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:15.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:25:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:25:16.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:16.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:17.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:16 smithi187 ceph-mon[111815]: pgmap v14662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:16 smithi088 ceph-mon[96111]: pgmap v14662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:17.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:17.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:18.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:18.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:18 smithi187 ceph-mon[111815]: pgmap v14663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:18 smithi088 ceph-mon[96111]: pgmap v14663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:19.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:19.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:20.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:20.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:21.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:20 smithi187 ceph-mon[111815]: pgmap v14664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:20 smithi088 ceph-mon[96111]: pgmap v14664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:21.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:21.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:22.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:22.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:22 smithi187 ceph-mon[111815]: pgmap v14665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:22 smithi088 ceph-mon[96111]: pgmap v14665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:23.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:23.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:24.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:24.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:24 smithi088 ceph-mon[96111]: pgmap v14666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:24 smithi187 ceph-mon[111815]: pgmap v14666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:25.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:25.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:26.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:26.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:26 smithi187 ceph-mon[111815]: pgmap v14667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:26 smithi088 ceph-mon[96111]: pgmap v14667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:27.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:27.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:28.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:28.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:29.197 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:28 smithi187 ceph-mon[111815]: pgmap v14668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:28 smithi088 ceph-mon[96111]: pgmap v14668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:29.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:29.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:30.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:30.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:30 smithi187 ceph-mon[111815]: pgmap v14669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:25:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:30 smithi088 ceph-mon[96111]: pgmap v14669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:25:31.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:31.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:32.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:32.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:32 smithi187 ceph-mon[111815]: pgmap v14670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:32 smithi088 ceph-mon[96111]: pgmap v14670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:33.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:33.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:34.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:34.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:34 smithi088 ceph-mon[96111]: pgmap v14671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:34 smithi187 ceph-mon[111815]: pgmap v14671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:35.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:35.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:36.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:36.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:36 smithi187 ceph-mon[111815]: pgmap v14672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:36 smithi088 ceph-mon[96111]: pgmap v14672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:37.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:37.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:38.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:38.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:38 smithi187 ceph-mon[111815]: pgmap v14673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:38 smithi088 ceph-mon[96111]: pgmap v14673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:39.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:39.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:40.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:40.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:40 smithi187 ceph-mon[111815]: pgmap v14674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:40 smithi088 ceph-mon[96111]: pgmap v14674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:41.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:41.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:42.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:42.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:42 smithi187 ceph-mon[111815]: pgmap v14675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:42 smithi088 ceph-mon[96111]: pgmap v14675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:43.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:43.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:44.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:44.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:44 smithi187 ceph-mon[111815]: pgmap v14676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:44 smithi088 ceph-mon[96111]: pgmap v14676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:45.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:45.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:25:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:25:46.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:46.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:46 smithi187 ceph-mon[111815]: pgmap v14677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:46 smithi088 ceph-mon[96111]: pgmap v14677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:47.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:47.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:48.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:48.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:48 smithi187 ceph-mon[111815]: pgmap v14678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:48 smithi088 ceph-mon[96111]: pgmap v14678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:49.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:49.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:50.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:50.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:50 smithi088 ceph-mon[96111]: pgmap v14679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:50 smithi187 ceph-mon[111815]: pgmap v14679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:51.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:51.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:52.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:52.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:52 smithi088 ceph-mon[96111]: pgmap v14680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:52 smithi187 ceph-mon[111815]: pgmap v14680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:53.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:53.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:54.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:54.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:55.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:54 smithi088 ceph-mon[96111]: pgmap v14681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:54 smithi187 ceph-mon[111815]: pgmap v14681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:55.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:55.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:56.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:56.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:56 smithi088 ceph-mon[96111]: pgmap v14682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:57.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:56 smithi187 ceph-mon[111815]: pgmap v14682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:25:57.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:57.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:58.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:58.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:25:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:25:58 smithi088 ceph-mon[96111]: pgmap v14683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:25:58 smithi187 ceph-mon[111815]: pgmap v14683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:25:59.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:25:59.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:00.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:00.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:00 smithi088 ceph-mon[96111]: pgmap v14684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:26:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:00 smithi187 ceph-mon[111815]: pgmap v14684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:26:01.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:01.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:02.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:02.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:03.286 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:02 smithi088 ceph-mon[96111]: pgmap v14685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:02 smithi187 ceph-mon[111815]: pgmap v14685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:03.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:03.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:04.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:04.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:04 smithi088 ceph-mon[96111]: pgmap v14686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:04 smithi187 ceph-mon[111815]: pgmap v14686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:05.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:05.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:06.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:06.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:06 smithi088 ceph-mon[96111]: pgmap v14687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:06 smithi187 ceph-mon[111815]: pgmap v14687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:07.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:07.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:08.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:26:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:26:08.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:08.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:08 smithi088 ceph-mon[96111]: pgmap v14688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:08 smithi187 ceph-mon[111815]: pgmap v14688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:09.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:09.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:10 smithi088 ceph-mon[96111]: pgmap v14689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:10 smithi187 ceph-mon[111815]: pgmap v14689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:11.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:11.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:12.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:12.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:13.381 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:13 smithi088 ceph-mon[96111]: pgmap v14690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:13.382 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:26:13.382 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:26:13.382 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:26:13.382 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:26:13.383 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:26:13.383 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:26:13.383 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:26:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:13 smithi187 ceph-mon[111815]: pgmap v14690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:26:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:26:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:26:13.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:26:13.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:26:13.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:26:13.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:26:13.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:13.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:14.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:14.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:15 smithi187 ceph-mon[111815]: pgmap v14691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:15 smithi088 ceph-mon[96111]: pgmap v14691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:15.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:15.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:26:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:26:16.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:16.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:17 smithi187 ceph-mon[111815]: pgmap v14692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:17 smithi088 ceph-mon[96111]: pgmap v14692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:17.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:17.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:18.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:18.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:19 smithi187 ceph-mon[111815]: pgmap v14693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:19 smithi088 ceph-mon[96111]: pgmap v14693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:19.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:19.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:20.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:20.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:21 smithi187 ceph-mon[111815]: pgmap v14694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:21 smithi088 ceph-mon[96111]: pgmap v14694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:21.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:21.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:22.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:22.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:23 smithi187 ceph-mon[111815]: pgmap v14695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:23.479 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:23 smithi088 ceph-mon[96111]: pgmap v14695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:23.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:23.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:24.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:24.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:25 smithi187 ceph-mon[111815]: pgmap v14696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:25 smithi088 ceph-mon[96111]: pgmap v14696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:25.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:25.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:26.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:26.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:27 smithi187 ceph-mon[111815]: pgmap v14697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:27 smithi088 ceph-mon[96111]: pgmap v14697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:27.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:27.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:28.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:28.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:29 smithi187 ceph-mon[111815]: pgmap v14698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:29 smithi088 ceph-mon[96111]: pgmap v14698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:29.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:29.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:30.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:30.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:31 smithi187 ceph-mon[111815]: pgmap v14699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:26:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:31 smithi088 ceph-mon[96111]: pgmap v14699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:26:31.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:31.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:32.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:32.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:33 smithi187 ceph-mon[111815]: pgmap v14700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:33 smithi088 ceph-mon[96111]: pgmap v14700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:33.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:33.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:34.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:34.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:35 smithi187 ceph-mon[111815]: pgmap v14701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:35 smithi088 ceph-mon[96111]: pgmap v14701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:35.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:35.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:36.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:36.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:37 smithi187 ceph-mon[111815]: pgmap v14702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:37 smithi088 ceph-mon[96111]: pgmap v14702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:37.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:37.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:38.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:38.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:39 smithi187 ceph-mon[111815]: pgmap v14703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:39 smithi088 ceph-mon[96111]: pgmap v14703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:39.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:39.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:40 smithi088 ceph-mon[96111]: pgmap v14704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:40.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:40.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:40 smithi187 ceph-mon[111815]: pgmap v14704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:41.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:41.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:42.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:42.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:42 smithi187 ceph-mon[111815]: pgmap v14705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:42 smithi088 ceph-mon[96111]: pgmap v14705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:43.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:43.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:44.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:44.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:44 smithi088 ceph-mon[96111]: pgmap v14706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:44 smithi187 ceph-mon[111815]: pgmap v14706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:45.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:45.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:26:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:26:46.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:46.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:46 smithi187 ceph-mon[111815]: pgmap v14707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:46 smithi088 ceph-mon[96111]: pgmap v14707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:47.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:47.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:48.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:48.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:48 smithi088 ceph-mon[96111]: pgmap v14708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:48 smithi187 ceph-mon[111815]: pgmap v14708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:49.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:49.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:50.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:50.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:50 smithi187 ceph-mon[111815]: pgmap v14709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:50 smithi088 ceph-mon[96111]: pgmap v14709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:51.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:51.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:52.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:52.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:52 smithi187 ceph-mon[111815]: pgmap v14710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:52 smithi088 ceph-mon[96111]: pgmap v14710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:53.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:53.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:54.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:54.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:54.967 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:54 smithi088 ceph-mon[96111]: pgmap v14711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:54 smithi187 ceph-mon[111815]: pgmap v14711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:55.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:55.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:56.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:56.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:56 smithi187 ceph-mon[111815]: pgmap v14712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:56 smithi088 ceph-mon[96111]: pgmap v14712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:26:57.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:57.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:58.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:58.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:26:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:26:58 smithi187 ceph-mon[111815]: pgmap v14713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:26:58 smithi088 ceph-mon[96111]: pgmap v14713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:26:59.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:26:59.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:00.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:00.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:00 smithi187 ceph-mon[111815]: pgmap v14714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:27:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:00 smithi088 ceph-mon[96111]: pgmap v14714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:27:01.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:01.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:02.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:02.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:02 smithi187 ceph-mon[111815]: pgmap v14715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:02 smithi088 ceph-mon[96111]: pgmap v14715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:03.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:03.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:04.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:04.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:04 smithi187 ceph-mon[111815]: pgmap v14716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:04 smithi088 ceph-mon[96111]: pgmap v14716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:05.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:05.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:06.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:06.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:06 smithi088 ceph-mon[96111]: pgmap v14717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:06 smithi187 ceph-mon[111815]: pgmap v14717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:07.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:07.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:08.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:08.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:08 smithi088 ceph-mon[96111]: pgmap v14718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:08 smithi187 ceph-mon[111815]: pgmap v14718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:09.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:09.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:10.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:10.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:10 smithi088 ceph-mon[96111]: pgmap v14719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:10 smithi187 ceph-mon[111815]: pgmap v14719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:11.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:11.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:12.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:12.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:12 smithi088 ceph-mon[96111]: pgmap v14720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:12 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:27:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:12 smithi187 ceph-mon[111815]: pgmap v14720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:12 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:27:13.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:13.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:27:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:27:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:27:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:27:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:27:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:27:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:27:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:27:14.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:27:14.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:27:14.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:14.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:15 smithi187 ceph-mon[111815]: pgmap v14721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:15 smithi088 ceph-mon[96111]: pgmap v14721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:15.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:15.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:27:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:27:16.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:16.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:17 smithi187 ceph-mon[111815]: pgmap v14722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:17 smithi088 ceph-mon[96111]: pgmap v14722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:17.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:17.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:18.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:18.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:19 smithi088 ceph-mon[96111]: pgmap v14723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:19 smithi187 ceph-mon[111815]: pgmap v14723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:19.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:19.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:20.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:20.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:21 smithi187 ceph-mon[111815]: pgmap v14724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:21 smithi088 ceph-mon[96111]: pgmap v14724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:21.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:21.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:22.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:22.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:23 smithi187 ceph-mon[111815]: pgmap v14725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:23 smithi088 ceph-mon[96111]: pgmap v14725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:23.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:23.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:24.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:24.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:25 smithi187 ceph-mon[111815]: pgmap v14726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:25 smithi088 ceph-mon[96111]: pgmap v14726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:25.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:25.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:26.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:26.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:27 smithi187 ceph-mon[111815]: pgmap v14727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:27 smithi088 ceph-mon[96111]: pgmap v14727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:27.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:27.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:28 smithi088 ceph-mon[96111]: pgmap v14728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:28.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:28.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:28 smithi187 ceph-mon[111815]: pgmap v14728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:29.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:29.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:30.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:30.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:30 smithi088 ceph-mon[96111]: pgmap v14729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:27:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:30 smithi187 ceph-mon[111815]: pgmap v14729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:27:31.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:31.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:32.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:32.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:32 smithi187 ceph-mon[111815]: pgmap v14730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:32 smithi088 ceph-mon[96111]: pgmap v14730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:33.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:33.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:34.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:34.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:34 smithi088 ceph-mon[96111]: pgmap v14731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:34 smithi187 ceph-mon[111815]: pgmap v14731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:35.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:35.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:36.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:36.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:36 smithi187 ceph-mon[111815]: pgmap v14732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:36 smithi088 ceph-mon[96111]: pgmap v14732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:37.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:37.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:38.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:38.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:38 smithi187 ceph-mon[111815]: pgmap v14733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:39.218 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:38 smithi088 ceph-mon[96111]: pgmap v14733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:39.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:39.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:40.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:40.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:40 smithi187 ceph-mon[111815]: pgmap v14734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:40 smithi088 ceph-mon[96111]: pgmap v14734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:41.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:41.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:42.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:42.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:42 smithi187 ceph-mon[111815]: pgmap v14735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:42 smithi088 ceph-mon[96111]: pgmap v14735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:43.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:43.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:44.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:44.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:44 smithi088 ceph-mon[96111]: pgmap v14736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:44 smithi187 ceph-mon[111815]: pgmap v14736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:45.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:45.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:27:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:27:46.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:46.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:46 smithi187 ceph-mon[111815]: pgmap v14737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:46 smithi088 ceph-mon[96111]: pgmap v14737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:47.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:47.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:48.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:48.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:48 smithi187 ceph-mon[111815]: pgmap v14738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:49.316 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:48 smithi088 ceph-mon[96111]: pgmap v14738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:49.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:49.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:50.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:50.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:50 smithi187 ceph-mon[111815]: pgmap v14739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:50 smithi088 ceph-mon[96111]: pgmap v14739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:51.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:51.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:52.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:52.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:52 smithi088 ceph-mon[96111]: pgmap v14740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:52 smithi187 ceph-mon[111815]: pgmap v14740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:53.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:53.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:54.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:54.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:55.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:54 smithi088 ceph-mon[96111]: pgmap v14741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:54 smithi187 ceph-mon[111815]: pgmap v14741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:55.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:55.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:56.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:56.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:56 smithi088 ceph-mon[96111]: pgmap v14742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:56 smithi187 ceph-mon[111815]: pgmap v14742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:27:57.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:57.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:58.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:58.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:27:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:27:58 smithi088 ceph-mon[96111]: pgmap v14743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:27:58 smithi187 ceph-mon[111815]: pgmap v14743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:27:59.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:27:59.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:00.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:00.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:00 smithi187 ceph-mon[111815]: pgmap v14744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:28:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:00 smithi088 ceph-mon[96111]: pgmap v14744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:28:01.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:01.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:02.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:02.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:02 smithi088 ceph-mon[96111]: pgmap v14745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:02 smithi187 ceph-mon[111815]: pgmap v14745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:04.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:04.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:04 smithi088 ceph-mon[96111]: pgmap v14746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:04 smithi187 ceph-mon[111815]: pgmap v14746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:05.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:05.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:06.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:06.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:06 smithi088 ceph-mon[96111]: pgmap v14747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:06 smithi187 ceph-mon[111815]: pgmap v14747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:07.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:07.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:08.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:08.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:08 smithi088 ceph-mon[96111]: pgmap v14748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:08 smithi187 ceph-mon[111815]: pgmap v14748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:09.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:09.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:10.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:10.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:10 smithi187 ceph-mon[111815]: pgmap v14749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:10 smithi088 ceph-mon[96111]: pgmap v14749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:11.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:11.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:12.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:12.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:12 smithi088 ceph-mon[96111]: pgmap v14750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:12 smithi187 ceph-mon[111815]: pgmap v14750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:13.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:13.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:28:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:28:14.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:28:14.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:28:14.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:28:14.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:28:14.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:28:14.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:28:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:28:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:28:14.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:28:14.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:28:14.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:28:14.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:28:14.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:28:14.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:28:14.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:14.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:15 smithi088 ceph-mon[96111]: pgmap v14751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:15 smithi187 ceph-mon[111815]: pgmap v14751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:15.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:15.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:28:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:28:16.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:16.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:17 smithi088 ceph-mon[96111]: pgmap v14752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:17 smithi187 ceph-mon[111815]: pgmap v14752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:17.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:17.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:18.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:18.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:19 smithi088 ceph-mon[96111]: pgmap v14753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:19 smithi187 ceph-mon[111815]: pgmap v14753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:19.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:19.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:20.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:20.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:21.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:21 smithi088 ceph-mon[96111]: pgmap v14754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:21 smithi187 ceph-mon[111815]: pgmap v14754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:21.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:21.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:22.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:22.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:23 smithi088 ceph-mon[96111]: pgmap v14755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:23 smithi187 ceph-mon[111815]: pgmap v14755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:23.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:23.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:24.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:24.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:25 smithi088 ceph-mon[96111]: pgmap v14756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:25 smithi187 ceph-mon[111815]: pgmap v14756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:25.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:25.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:26.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:26.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:27 smithi088 ceph-mon[96111]: pgmap v14757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:27 smithi187 ceph-mon[111815]: pgmap v14757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:27.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:27.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:28.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:28.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:29 smithi088 ceph-mon[96111]: pgmap v14758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:29 smithi187 ceph-mon[111815]: pgmap v14758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:29.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:29.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:30.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:30.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:31 smithi088 ceph-mon[96111]: pgmap v14759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:28:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:31 smithi187 ceph-mon[111815]: pgmap v14759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:28:31.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:31.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:32.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:32.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:33 smithi088 ceph-mon[96111]: pgmap v14760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:33 smithi187 ceph-mon[111815]: pgmap v14760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:33.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:33.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:34.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:34.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:35.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:35 smithi088 ceph-mon[96111]: pgmap v14761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:35 smithi187 ceph-mon[111815]: pgmap v14761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:35.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:35.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:36.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:36.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:37 smithi088 ceph-mon[96111]: pgmap v14762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:37 smithi187 ceph-mon[111815]: pgmap v14762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:37.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:37.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:38.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:38.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:39 smithi088 ceph-mon[96111]: pgmap v14763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:39 smithi187 ceph-mon[111815]: pgmap v14763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:39.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:39.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:40.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:40.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:41 smithi088 ceph-mon[96111]: pgmap v14764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:41 smithi187 ceph-mon[111815]: pgmap v14764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:41.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:41.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:42.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:42.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:43 smithi088 ceph-mon[96111]: pgmap v14765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:43 smithi187 ceph-mon[111815]: pgmap v14765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:43.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:43.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:44.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:44.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:45 smithi088 ceph-mon[96111]: pgmap v14766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:45 smithi187 ceph-mon[111815]: pgmap v14766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:45.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:45.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:28:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:28:46.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:46.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:47 smithi088 ceph-mon[96111]: pgmap v14767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:47 smithi187 ceph-mon[111815]: pgmap v14767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:47.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:47.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:48.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:48.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:49 smithi088 ceph-mon[96111]: pgmap v14768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:49 smithi187 ceph-mon[111815]: pgmap v14768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:49.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:49.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:50.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:50.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:51 smithi088 ceph-mon[96111]: pgmap v14769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:51 smithi187 ceph-mon[111815]: pgmap v14769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:51.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:51.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:52.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:52.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:53 smithi187 ceph-mon[111815]: pgmap v14770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:53 smithi088 ceph-mon[96111]: pgmap v14770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:53.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:53.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:54.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:54.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:55.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:55 smithi088 ceph-mon[96111]: pgmap v14771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:55 smithi187 ceph-mon[111815]: pgmap v14771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:55.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:55.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:56.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:56.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:57.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:57 smithi187 ceph-mon[111815]: pgmap v14772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:57 smithi088 ceph-mon[96111]: pgmap v14772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:28:57.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:57.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:58.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:58.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:28:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:28:59 smithi187 ceph-mon[111815]: pgmap v14773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:59.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:28:59 smithi088 ceph-mon[96111]: pgmap v14773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:28:59.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:28:59.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:00.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:00.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:01.412 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:01 smithi187 ceph-mon[111815]: pgmap v14774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:01.412 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:29:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:01 smithi088 ceph-mon[96111]: pgmap v14774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:01.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:29:01.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:01.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:02.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:02.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:03 smithi187 ceph-mon[111815]: pgmap v14775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:03 smithi088 ceph-mon[96111]: pgmap v14775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:03.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:03.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:04.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:04.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:05 smithi088 ceph-mon[96111]: pgmap v14776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:05 smithi187 ceph-mon[111815]: pgmap v14776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:05.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:05.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:06.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:06.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:07 smithi187 ceph-mon[111815]: pgmap v14777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:07 smithi088 ceph-mon[96111]: pgmap v14777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:07.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:07.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:08.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:08.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:09 smithi187 ceph-mon[111815]: pgmap v14778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:09 smithi088 ceph-mon[96111]: pgmap v14778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:09.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:09.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:10.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:10.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:11.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:11 smithi187 ceph-mon[111815]: pgmap v14779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:11 smithi088 ceph-mon[96111]: pgmap v14779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:11.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:11.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:12.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:12.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:13 smithi187 ceph-mon[111815]: pgmap v14780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:13.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:13 smithi088 ceph-mon[96111]: pgmap v14780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:13.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:13.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:29:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:29:14.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:14.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:15 smithi187 ceph-mon[111815]: pgmap v14781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:29:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:29:15.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:29:15.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:29:15.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:29:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:15 smithi088 ceph-mon[96111]: pgmap v14781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:29:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:29:15.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:29:15.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:29:15.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:29:15.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:15.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:29:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:29:16.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:16.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:17 smithi187 ceph-mon[111815]: pgmap v14782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:17 smithi088 ceph-mon[96111]: pgmap v14782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:17.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:17.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:18.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:18.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:19 smithi187 ceph-mon[111815]: pgmap v14783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:19 smithi088 ceph-mon[96111]: pgmap v14783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:19.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:19.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:20.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:20.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:21 smithi187 ceph-mon[111815]: pgmap v14784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:21 smithi088 ceph-mon[96111]: pgmap v14784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:21.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:21.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:22.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:22.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:23 smithi187 ceph-mon[111815]: pgmap v14785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:23 smithi088 ceph-mon[96111]: pgmap v14785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:23.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:23.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:24.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:24.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:25 smithi187 ceph-mon[111815]: pgmap v14786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:25 smithi088 ceph-mon[96111]: pgmap v14786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:25.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:25.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:26.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:26.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:27 smithi187 ceph-mon[111815]: pgmap v14787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:27 smithi088 ceph-mon[96111]: pgmap v14787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:27.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:27.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:28.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:28.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:29 smithi187 ceph-mon[111815]: pgmap v14788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:29 smithi088 ceph-mon[96111]: pgmap v14788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:29.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:29.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:30.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:30.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:31 smithi187 ceph-mon[111815]: pgmap v14789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:29:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:31 smithi088 ceph-mon[96111]: pgmap v14789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:29:31.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:31.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:32.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:32.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:33 smithi187 ceph-mon[111815]: pgmap v14790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:33 smithi088 ceph-mon[96111]: pgmap v14790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:33.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:33.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:34.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:34.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:35 smithi187 ceph-mon[111815]: pgmap v14791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:35 smithi088 ceph-mon[96111]: pgmap v14791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:35.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:35.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:36.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:36.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:37.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:37 smithi187 ceph-mon[111815]: pgmap v14792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:37 smithi088 ceph-mon[96111]: pgmap v14792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:37.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:37.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:38.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:38.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:39 smithi187 ceph-mon[111815]: pgmap v14793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:39 smithi088 ceph-mon[96111]: pgmap v14793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:39.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:39.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:40.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:40.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:41 smithi187 ceph-mon[111815]: pgmap v14794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:41 smithi088 ceph-mon[96111]: pgmap v14794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:41.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:41.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:42.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:42.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:43 smithi187 ceph-mon[111815]: pgmap v14795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:43 smithi088 ceph-mon[96111]: pgmap v14795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:43.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:43.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:44.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:44.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:45.446 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:45 smithi088 ceph-mon[96111]: pgmap v14796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:45 smithi187 ceph-mon[111815]: pgmap v14796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:45.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:45.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:29:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:29:46.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:46.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:47 smithi187 ceph-mon[111815]: pgmap v14797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:47 smithi088 ceph-mon[96111]: pgmap v14797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:47.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:47.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:48.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:48.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:49 smithi187 ceph-mon[111815]: pgmap v14798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:49 smithi088 ceph-mon[96111]: pgmap v14798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:49.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:49.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:50.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:50.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:51 smithi187 ceph-mon[111815]: pgmap v14799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:51 smithi088 ceph-mon[96111]: pgmap v14799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:51.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:51.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:52.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:52.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:53 smithi187 ceph-mon[111815]: pgmap v14800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:53 smithi088 ceph-mon[96111]: pgmap v14800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:53.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:53.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:54.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:54.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:55 smithi187 ceph-mon[111815]: pgmap v14801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:55.541 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:55 smithi088 ceph-mon[96111]: pgmap v14801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:55.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:55.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:56.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:56.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:57.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:57 smithi187 ceph-mon[111815]: pgmap v14802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:57 smithi088 ceph-mon[96111]: pgmap v14802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:29:57.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:57.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:58.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:58.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:29:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:29:59 smithi187 ceph-mon[111815]: pgmap v14803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:29:59 smithi088 ceph-mon[96111]: pgmap v14803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:29:59.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:29:59.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T07:30:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T07:30:00.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:00.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:01 smithi187 ceph-mon[111815]: pgmap v14804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:30:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:01 smithi088 ceph-mon[96111]: pgmap v14804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:30:01.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:01.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:02.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:02.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:02 smithi187 ceph-mon[111815]: pgmap v14805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:02 smithi088 ceph-mon[96111]: pgmap v14805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:03.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:03.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:04.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:04.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:04 smithi088 ceph-mon[96111]: pgmap v14806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:04 smithi187 ceph-mon[111815]: pgmap v14806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:05.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:05.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:06.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:06.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:06 smithi088 ceph-mon[96111]: pgmap v14807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:06 smithi187 ceph-mon[111815]: pgmap v14807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:07.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:07.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:08.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:08.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:08 smithi088 ceph-mon[96111]: pgmap v14808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:08 smithi187 ceph-mon[111815]: pgmap v14808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:09.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:09.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:10.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:10.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:10 smithi088 ceph-mon[96111]: pgmap v14809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:10 smithi187 ceph-mon[111815]: pgmap v14809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:11.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:11.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:12.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:12.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:12 smithi088 ceph-mon[96111]: pgmap v14810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:12 smithi187 ceph-mon[111815]: pgmap v14810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:13.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:13.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:14.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:14.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:14 smithi088 ceph-mon[96111]: pgmap v14811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:30:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:30:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:30:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:14 smithi187 ceph-mon[111815]: pgmap v14811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:30:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:30:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:30:15.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:15.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:30:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:30:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:30:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:30:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:30:16.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:30:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:30:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:30:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:30:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:30:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:30:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:30:16.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:16.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:16 smithi088 ceph-mon[96111]: pgmap v14812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:16 smithi187 ceph-mon[111815]: pgmap v14812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:17.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:17.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:18.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:18.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:18 smithi088 ceph-mon[96111]: pgmap v14813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:18 smithi187 ceph-mon[111815]: pgmap v14813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:19.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:19.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:20.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:20.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:21.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:20 smithi088 ceph-mon[96111]: pgmap v14814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:20 smithi187 ceph-mon[111815]: pgmap v14814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:21.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:21.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:22.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:22.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:22 smithi088 ceph-mon[96111]: pgmap v14815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:22 smithi187 ceph-mon[111815]: pgmap v14815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:23.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:23.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:24.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:24.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:24 smithi088 ceph-mon[96111]: pgmap v14816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:24 smithi187 ceph-mon[111815]: pgmap v14816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:25.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:25.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:26.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:26.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:27.310 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:26 smithi187 ceph-mon[111815]: pgmap v14817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:26 smithi088 ceph-mon[96111]: pgmap v14817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:27.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:27.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:28.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:28.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:29 smithi088 ceph-mon[96111]: pgmap v14818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:29 smithi187 ceph-mon[111815]: pgmap v14818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:29.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:29.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:31.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:31.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:31 smithi088 ceph-mon[96111]: pgmap v14819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:30:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:31 smithi187 ceph-mon[111815]: pgmap v14819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:30:32.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:32.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:33.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:33.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:33 smithi088 ceph-mon[96111]: pgmap v14820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:33 smithi187 ceph-mon[111815]: pgmap v14820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:34.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:34.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:35.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:35.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:35 smithi088 ceph-mon[96111]: pgmap v14821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:35.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:35 smithi187 ceph-mon[111815]: pgmap v14821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:36.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:36.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:37.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:37.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:37 smithi088 ceph-mon[96111]: pgmap v14822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:37.417 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:37 smithi187 ceph-mon[111815]: pgmap v14822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:38.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:38.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:39.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:39.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:39 smithi088 ceph-mon[96111]: pgmap v14823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:39.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:39 smithi187 ceph-mon[111815]: pgmap v14823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:40.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:40.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:41.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:41.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:41 smithi088 ceph-mon[96111]: pgmap v14824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:41 smithi187 ceph-mon[111815]: pgmap v14824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:42.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:42.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:43.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:43.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:43 smithi088 ceph-mon[96111]: pgmap v14825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:43 smithi187 ceph-mon[111815]: pgmap v14825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:44.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:44.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:45.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:45.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:45 smithi088 ceph-mon[96111]: pgmap v14826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:45 smithi187 ceph-mon[111815]: pgmap v14826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:46.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:46.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:30:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:30:47.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:47.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:47 smithi088 ceph-mon[96111]: pgmap v14827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:47 smithi187 ceph-mon[111815]: pgmap v14827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:48.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:48.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:49.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:49.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:49 smithi088 ceph-mon[96111]: pgmap v14828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:49 smithi187 ceph-mon[111815]: pgmap v14828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:50.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:50.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:51.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:51.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:51.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:51 smithi088 ceph-mon[96111]: pgmap v14829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:51 smithi187 ceph-mon[111815]: pgmap v14829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:52.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:52.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:53.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:53.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:53 smithi088 ceph-mon[96111]: pgmap v14830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:53 smithi187 ceph-mon[111815]: pgmap v14830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:54.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:54.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:55.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:55.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:55.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:55 smithi088 ceph-mon[96111]: pgmap v14831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:55 smithi187 ceph-mon[111815]: pgmap v14831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:56.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:56.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:57.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:57.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:57 smithi088 ceph-mon[96111]: pgmap v14832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:57 smithi187 ceph-mon[111815]: pgmap v14832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:30:58.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:58.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:59.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:30:59.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:30:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:30:59 smithi088 ceph-mon[96111]: pgmap v14833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:30:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:30:59 smithi187 ceph-mon[111815]: pgmap v14833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:00.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:00.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:01.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:01.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:01 smithi088 ceph-mon[96111]: pgmap v14834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:31:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:01 smithi187 ceph-mon[111815]: pgmap v14834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:31:02.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:02.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:03.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:03.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:03 smithi088 ceph-mon[96111]: pgmap v14835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:03 smithi187 ceph-mon[111815]: pgmap v14835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:04.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:04.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:05.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:05.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:05 smithi088 ceph-mon[96111]: pgmap v14836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:05 smithi187 ceph-mon[111815]: pgmap v14836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:06.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:06.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:07.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:07.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:07 smithi088 ceph-mon[96111]: pgmap v14837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:07 smithi187 ceph-mon[111815]: pgmap v14837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:08.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:08.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:09.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:09.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:09 smithi187 ceph-mon[111815]: pgmap v14838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:09 smithi088 ceph-mon[96111]: pgmap v14838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:10.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:10.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:11.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:11.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:11 smithi187 ceph-mon[111815]: pgmap v14839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:11 smithi088 ceph-mon[96111]: pgmap v14839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:12.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:12.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:13.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:13.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:13 smithi187 ceph-mon[111815]: pgmap v14840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:13 smithi088 ceph-mon[96111]: pgmap v14840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:14.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:14.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:15.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:15.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:15 smithi187 ceph-mon[111815]: pgmap v14841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:15 smithi088 ceph-mon[96111]: pgmap v14841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:16.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:16.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:31:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:31:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:31:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:31:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:31:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:31:16.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:31:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:31:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:31:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:31:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:31:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:31:16.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:31:16.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:31:17.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:17.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:17 smithi187 ceph-mon[111815]: pgmap v14842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:17 smithi088 ceph-mon[96111]: pgmap v14842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:18.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:18.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:19.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:19.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:19 smithi187 ceph-mon[111815]: pgmap v14843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:19 smithi088 ceph-mon[96111]: pgmap v14843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:20.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:20.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:21.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:21.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:21.375 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:21 smithi088 ceph-mon[96111]: pgmap v14844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:21 smithi187 ceph-mon[111815]: pgmap v14844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:22.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:22.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:23.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:23.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:23.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:23 smithi187 ceph-mon[111815]: pgmap v14845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:23 smithi088 ceph-mon[96111]: pgmap v14845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:24.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:24.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:25.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:25.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:25 smithi187 ceph-mon[111815]: pgmap v14846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:25 smithi088 ceph-mon[96111]: pgmap v14846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:26.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:26.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:27.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:27.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:27 smithi187 ceph-mon[111815]: pgmap v14847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:27 smithi088 ceph-mon[96111]: pgmap v14847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:28.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:28.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:29.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:29.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:29 smithi187 ceph-mon[111815]: pgmap v14848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:29 smithi088 ceph-mon[96111]: pgmap v14848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:30.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:30.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:31.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:31.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:31 smithi187 ceph-mon[111815]: pgmap v14849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:31:31.473 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:31 smithi088 ceph-mon[96111]: pgmap v14849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:31.473 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:31:32.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:32.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:33.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:33.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:33 smithi187 ceph-mon[111815]: pgmap v14850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:33 smithi088 ceph-mon[96111]: pgmap v14850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:34.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:34.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:35.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:35.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:35 smithi187 ceph-mon[111815]: pgmap v14851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:35 smithi088 ceph-mon[96111]: pgmap v14851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:36.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:36.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:37.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:37.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:37 smithi187 ceph-mon[111815]: pgmap v14852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:37 smithi088 ceph-mon[96111]: pgmap v14852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:38.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:38.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:39.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:39.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:39.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:39 smithi187 ceph-mon[111815]: pgmap v14853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:39 smithi088 ceph-mon[96111]: pgmap v14853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:40.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:40.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:41.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:41.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:41.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:41 smithi187 ceph-mon[111815]: pgmap v14854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:41.571 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:41 smithi088 ceph-mon[96111]: pgmap v14854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:42.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:42.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:43.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:43.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:43 smithi187 ceph-mon[111815]: pgmap v14855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:43 smithi088 ceph-mon[96111]: pgmap v14855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:44.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:44.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:45.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:45.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:45 smithi187 ceph-mon[111815]: pgmap v14856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:45 smithi088 ceph-mon[96111]: pgmap v14856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:46.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:46.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:31:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:31:47.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:47.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:47 smithi187 ceph-mon[111815]: pgmap v14857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:47 smithi088 ceph-mon[96111]: pgmap v14857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:48.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:48.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:49.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:49.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:49 smithi187 ceph-mon[111815]: pgmap v14858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:49 smithi088 ceph-mon[96111]: pgmap v14858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:50.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:50.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:51.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:51.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:51 smithi187 ceph-mon[111815]: pgmap v14859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:51 smithi088 ceph-mon[96111]: pgmap v14859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:52.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:52.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:53.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:53.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:53 smithi187 ceph-mon[111815]: pgmap v14860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:53 smithi088 ceph-mon[96111]: pgmap v14860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:54.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:54.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:55.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:55.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:55.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:55 smithi187 ceph-mon[111815]: pgmap v14861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:55 smithi088 ceph-mon[96111]: pgmap v14861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:56.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:56.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:57.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:57.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:57.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:57 smithi187 ceph-mon[111815]: pgmap v14862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:57 smithi088 ceph-mon[96111]: pgmap v14862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:31:58.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:58.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:59.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:31:59.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:31:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:31:59 smithi187 ceph-mon[111815]: pgmap v14863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:31:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:31:59 smithi088 ceph-mon[96111]: pgmap v14863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:00.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:00.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:01.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:01.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:01 smithi187 ceph-mon[111815]: pgmap v14864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:32:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:01 smithi088 ceph-mon[96111]: pgmap v14864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:32:02.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:02.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:03.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:03.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:03 smithi187 ceph-mon[111815]: pgmap v14865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:03 smithi088 ceph-mon[96111]: pgmap v14865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:04.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:04.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:05.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:05.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:05 smithi187 ceph-mon[111815]: pgmap v14866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:05 smithi088 ceph-mon[96111]: pgmap v14866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:06.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:06.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:07.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:07.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:07 smithi187 ceph-mon[111815]: pgmap v14867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:07 smithi088 ceph-mon[96111]: pgmap v14867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:08.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:08.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:09.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:09.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:09 smithi187 ceph-mon[111815]: pgmap v14868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:09 smithi088 ceph-mon[96111]: pgmap v14868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:10.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:10.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:11.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:11.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:11 smithi187 ceph-mon[111815]: pgmap v14869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:11 smithi088 ceph-mon[96111]: pgmap v14869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:12.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:12.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:13.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:13.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:13 smithi187 ceph-mon[111815]: pgmap v14870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:13 smithi088 ceph-mon[96111]: pgmap v14870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:14.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:14.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:15.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:15.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:15 smithi187 ceph-mon[111815]: pgmap v14871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:15 smithi088 ceph-mon[96111]: pgmap v14871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:16.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:16.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:32:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:32:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:32:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:32:17.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:17.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: pgmap v14872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:32:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:32:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:32:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:32:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:32:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:32:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:32:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:32:17.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:32:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:32:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:32:17.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:32:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: pgmap v14872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:32:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:32:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:32:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:32:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:32:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:32:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:32:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:32:17.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:32:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:32:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:32:17.576 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:32:18.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:18.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:18.478 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:18 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1492M 2023-10-13T07:32:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:18 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1492M 2023-10-13T07:32:19.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:19.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:19 smithi088 ceph-mon[96111]: pgmap v14873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:19 smithi187 ceph-mon[111815]: pgmap v14873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:20.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:20.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:21.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:21.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:21 smithi088 ceph-mon[96111]: pgmap v14874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:21 smithi187 ceph-mon[111815]: pgmap v14874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:22.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:22.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:23.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:23.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:23.531 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:23 smithi187 ceph-mon[111815]: pgmap v14875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:23 smithi088 ceph-mon[96111]: pgmap v14875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:24.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:24.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:25.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:25.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:25 smithi088 ceph-mon[96111]: pgmap v14876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:25 smithi187 ceph-mon[111815]: pgmap v14876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:26.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:26.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:27.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:27.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:27 smithi088 ceph-mon[96111]: pgmap v14877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:27 smithi187 ceph-mon[111815]: pgmap v14877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:28.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:28.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:28 smithi088 ceph-mon[96111]: pgmap v14878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:28.582 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:28 smithi187 ceph-mon[111815]: pgmap v14878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:29.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:29.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:30.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:30.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:31.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:31.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:30 smithi187 ceph-mon[111815]: pgmap v14879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:32:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:30 smithi088 ceph-mon[96111]: pgmap v14879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:32:32.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:32.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:33.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:33.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:32 smithi088 ceph-mon[96111]: pgmap v14880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:32 smithi187 ceph-mon[111815]: pgmap v14880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:34.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:34.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:35.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:35.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:34 smithi088 ceph-mon[96111]: pgmap v14881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:35 smithi187 ceph-mon[111815]: pgmap v14881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:36.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:36.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:37.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:37.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:37 smithi088 ceph-mon[96111]: pgmap v14882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:37 smithi187 ceph-mon[111815]: pgmap v14882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:38.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:38.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:39.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:39.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:39 smithi088 ceph-mon[96111]: pgmap v14883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:39 smithi187 ceph-mon[111815]: pgmap v14883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:40.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:40.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:41.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:41.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:41 smithi088 ceph-mon[96111]: pgmap v14884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:41 smithi187 ceph-mon[111815]: pgmap v14884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:42.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:42.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:43.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:43.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:43 smithi088 ceph-mon[96111]: pgmap v14885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:43 smithi187 ceph-mon[111815]: pgmap v14885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:44.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:44.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:45.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:45.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:45 smithi088 ceph-mon[96111]: pgmap v14886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:45 smithi187 ceph-mon[111815]: pgmap v14886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:46.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:46.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:32:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:32:47.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:47.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:47 smithi088 ceph-mon[96111]: pgmap v14887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:47 smithi187 ceph-mon[111815]: pgmap v14887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:48.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:48.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:49 smithi187 ceph-mon[111815]: pgmap v14888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:49.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:49.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:49 smithi088 ceph-mon[96111]: pgmap v14888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:50.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:50.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:51.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:51.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:51 smithi088 ceph-mon[96111]: pgmap v14889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:51 smithi187 ceph-mon[111815]: pgmap v14889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:52.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:52.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:53.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:53.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:53 smithi088 ceph-mon[96111]: pgmap v14890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:53 smithi187 ceph-mon[111815]: pgmap v14890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:54.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:54.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:55.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:55.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:55 smithi088 ceph-mon[96111]: pgmap v14891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:55 smithi187 ceph-mon[111815]: pgmap v14891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:56.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:56.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:57.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:57.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:57.297 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:57 smithi088 ceph-mon[96111]: pgmap v14892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:57 smithi187 ceph-mon[111815]: pgmap v14892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:32:58.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:58.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:59.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:32:59 smithi187 ceph-mon[111815]: pgmap v14893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:32:59.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:32:59.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:32:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:32:59 smithi088 ceph-mon[96111]: pgmap v14893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:00.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:00.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:01.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:01.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:01 smithi088 ceph-mon[96111]: pgmap v14894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:33:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:01 smithi187 ceph-mon[111815]: pgmap v14894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:33:02.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:02.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:03.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:03.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:03 smithi088 ceph-mon[96111]: pgmap v14895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:03 smithi187 ceph-mon[111815]: pgmap v14895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:04.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:04.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:05.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:05.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:05 smithi088 ceph-mon[96111]: pgmap v14896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:05 smithi187 ceph-mon[111815]: pgmap v14896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:06.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:06.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:07.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:07.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:07 smithi088 ceph-mon[96111]: pgmap v14897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:07 smithi187 ceph-mon[111815]: pgmap v14897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:08.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:08.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:09.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:09.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:09 smithi088 ceph-mon[96111]: pgmap v14898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:09 smithi187 ceph-mon[111815]: pgmap v14898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:10.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:10.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:11.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:11.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:11 smithi088 ceph-mon[96111]: pgmap v14899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:11 smithi187 ceph-mon[111815]: pgmap v14899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:12.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:12.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:13.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:13.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:13 smithi088 ceph-mon[96111]: pgmap v14900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:13 smithi187 ceph-mon[111815]: pgmap v14900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:14.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:14.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:15.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:15.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:15 smithi088 ceph-mon[96111]: pgmap v14901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:15 smithi187 ceph-mon[111815]: pgmap v14901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:16.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:16.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:33:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:33:17.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:17.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:17 smithi088 ceph-mon[96111]: pgmap v14902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:17.343 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:33:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:17 smithi187 ceph-mon[111815]: pgmap v14902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:33:18.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:18.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:18 smithi088 ceph-mon[96111]: pgmap v14903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:18.853 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:18.854 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:18.854 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:18 smithi187 ceph-mon[111815]: pgmap v14903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:19.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:19.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:20.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:20.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:20 smithi187 ceph-mon[111815]: pgmap v14904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:21.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:21.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:21.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:20 smithi088 ceph-mon[96111]: pgmap v14904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:22.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:22.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:33:22.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:33:22.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:33:22.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.547 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.547 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.547 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.547 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.548 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:33:22.548 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:33:22.548 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:22.548 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:33:22.549 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:33:23.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:23.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:23 smithi187 ceph-mon[111815]: pgmap v14905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:23 smithi088 ceph-mon[96111]: pgmap v14905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:24.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:24.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:25.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:25.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:25 smithi187 ceph-mon[111815]: pgmap v14906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:25 smithi088 ceph-mon[96111]: pgmap v14906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:26.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:26.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:27.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:27.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:27 smithi187 ceph-mon[111815]: pgmap v14907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:27 smithi088 ceph-mon[96111]: pgmap v14907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:28.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:28.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:29.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:29.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:29 smithi187 ceph-mon[111815]: pgmap v14908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:29 smithi088 ceph-mon[96111]: pgmap v14908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:30.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:30.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:31.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:31.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:31 smithi187 ceph-mon[111815]: pgmap v14909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:33:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:31 smithi088 ceph-mon[96111]: pgmap v14909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:33:32.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:32.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:33.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:33.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:33 smithi187 ceph-mon[111815]: pgmap v14910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:33 smithi088 ceph-mon[96111]: pgmap v14910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:34.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:34.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:35.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:35.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:35.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:35 smithi187 ceph-mon[111815]: pgmap v14911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:35 smithi088 ceph-mon[96111]: pgmap v14911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:36.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:36.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:37.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:37.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:37 smithi187 ceph-mon[111815]: pgmap v14912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:37 smithi088 ceph-mon[96111]: pgmap v14912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:38.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:38.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:39.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:39.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:39.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:39 smithi187 ceph-mon[111815]: pgmap v14913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:39 smithi088 ceph-mon[96111]: pgmap v14913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:40.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:40.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:41.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:41.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:41 smithi187 ceph-mon[111815]: pgmap v14914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:41 smithi088 ceph-mon[96111]: pgmap v14914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:42.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:42.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:43.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:43.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:43 smithi187 ceph-mon[111815]: pgmap v14915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:43 smithi088 ceph-mon[96111]: pgmap v14915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:44.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:44.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:45.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:45.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:45 smithi187 ceph-mon[111815]: pgmap v14916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:45 smithi088 ceph-mon[96111]: pgmap v14916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:46.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:46.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:33:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:33:47.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:47.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:47 smithi187 ceph-mon[111815]: pgmap v14917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:47 smithi088 ceph-mon[96111]: pgmap v14917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:48.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:48.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:49.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:49.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:49 smithi187 ceph-mon[111815]: pgmap v14918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:49 smithi088 ceph-mon[96111]: pgmap v14918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:50.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:50.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:51.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:51.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:51 smithi187 ceph-mon[111815]: pgmap v14919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:51 smithi088 ceph-mon[96111]: pgmap v14919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:52.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:52.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:53.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:53.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:53 smithi187 ceph-mon[111815]: pgmap v14920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:53 smithi088 ceph-mon[96111]: pgmap v14920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:54.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:54.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:55.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:55.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:55 smithi187 ceph-mon[111815]: pgmap v14921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:55 smithi088 ceph-mon[96111]: pgmap v14921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:56.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:56.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:57.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:57.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:57.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:57 smithi187 ceph-mon[111815]: pgmap v14922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:57 smithi088 ceph-mon[96111]: pgmap v14922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:33:58.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:58.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:59.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:33:59.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:33:59.534 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:33:59 smithi187 ceph-mon[111815]: pgmap v14923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:33:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:33:59 smithi088 ceph-mon[96111]: pgmap v14923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:00.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:00.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:01.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:01.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:01 smithi088 ceph-mon[96111]: pgmap v14924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:34:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:01 smithi187 ceph-mon[111815]: pgmap v14924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:34:02.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:02.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:03.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:03.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:03 smithi088 ceph-mon[96111]: pgmap v14925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:03 smithi187 ceph-mon[111815]: pgmap v14925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:04.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:04.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:05.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:05.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:05 smithi088 ceph-mon[96111]: pgmap v14926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:05 smithi187 ceph-mon[111815]: pgmap v14926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:06.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:06.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:07.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:07.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:07 smithi088 ceph-mon[96111]: pgmap v14927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:07 smithi187 ceph-mon[111815]: pgmap v14927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:08.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:08.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:09.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:09.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:09 smithi088 ceph-mon[96111]: pgmap v14928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:09.640 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:09 smithi187 ceph-mon[111815]: pgmap v14928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:10.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:10.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:11.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:11.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:11 smithi088 ceph-mon[96111]: pgmap v14929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:11 smithi187 ceph-mon[111815]: pgmap v14929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:12.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:12.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:13 smithi088 ceph-mon[96111]: pgmap v14930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:13.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:13.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:13 smithi187 ceph-mon[111815]: pgmap v14930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:14.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:14.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:15.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:15.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:15 smithi088 ceph-mon[96111]: pgmap v14931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:15 smithi187 ceph-mon[111815]: pgmap v14931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:16.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:16.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:34:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:34:17.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:17.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:17 smithi088 ceph-mon[96111]: pgmap v14932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:17 smithi187 ceph-mon[111815]: pgmap v14932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:18.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:18.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:18 smithi088 ceph-mon[96111]: pgmap v14933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:18 smithi187 ceph-mon[111815]: pgmap v14933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:19.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:19.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:20.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:20.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:21.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:20 smithi187 ceph-mon[111815]: pgmap v14934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:21.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:20 smithi088 ceph-mon[96111]: pgmap v14934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:21.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:21.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:34:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:34:22.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:22.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:23 smithi088 ceph-mon[96111]: pgmap v14935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:34:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:34:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:34:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:34:23.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:34:23.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:23.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:23 smithi187 ceph-mon[111815]: pgmap v14935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:34:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:34:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:34:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:34:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:34:24.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:24.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:25 smithi187 ceph-mon[111815]: pgmap v14936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:25.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:25 smithi088 ceph-mon[96111]: pgmap v14936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:25.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:25.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:26.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:26.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:27 smithi088 ceph-mon[96111]: pgmap v14937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:27.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:27.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:27 smithi187 ceph-mon[111815]: pgmap v14937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:28.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:28.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:29 smithi088 ceph-mon[96111]: pgmap v14938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:29.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:29.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:29 smithi187 ceph-mon[111815]: pgmap v14938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:30.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:30.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:31 smithi088 ceph-mon[96111]: pgmap v14939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:34:31.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:31.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:31 smithi187 ceph-mon[111815]: pgmap v14939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:34:32.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:32.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:33.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:33 smithi088 ceph-mon[96111]: pgmap v14940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:33.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:33.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:33 smithi187 ceph-mon[111815]: pgmap v14940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:34.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:34.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:35 smithi187 ceph-mon[111815]: pgmap v14941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:35.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:35 smithi088 ceph-mon[96111]: pgmap v14941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:35.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:35.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:36.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:36.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:37.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:37 smithi088 ceph-mon[96111]: pgmap v14942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:37.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:37.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:37 smithi187 ceph-mon[111815]: pgmap v14942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:38.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:38.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:39 smithi088 ceph-mon[96111]: pgmap v14943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:39.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:39.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:39 smithi187 ceph-mon[111815]: pgmap v14943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:40.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:40.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:41.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:41 smithi088 ceph-mon[96111]: pgmap v14944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:41.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:41.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:41.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:41 smithi187 ceph-mon[111815]: pgmap v14944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:42.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:42.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:43.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:43 smithi088 ceph-mon[96111]: pgmap v14945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:43.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:43.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:43 smithi187 ceph-mon[111815]: pgmap v14945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:44.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:44.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:45 smithi088 ceph-mon[96111]: pgmap v14946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:45.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:45.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:45 smithi187 ceph-mon[111815]: pgmap v14946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:34:46.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:46.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:34:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:47 smithi088 ceph-mon[96111]: pgmap v14947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:47.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:47.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:47 smithi187 ceph-mon[111815]: pgmap v14947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:48.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:48.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:49 smithi088 ceph-mon[96111]: pgmap v14948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:49.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:49.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:49 smithi187 ceph-mon[111815]: pgmap v14948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:50.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:50.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:51.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:51.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:51 smithi187 ceph-mon[111815]: pgmap v14949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:51 smithi088 ceph-mon[96111]: pgmap v14949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:52.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:52.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:53.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:53.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:53.429 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:53 smithi088 ceph-mon[96111]: pgmap v14950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:53 smithi187 ceph-mon[111815]: pgmap v14950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:54.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:54.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:55.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:55.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:55 smithi187 ceph-mon[111815]: pgmap v14951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:55 smithi088 ceph-mon[96111]: pgmap v14951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:56.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:56.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:57.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:57.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:57 smithi187 ceph-mon[111815]: pgmap v14952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:57 smithi088 ceph-mon[96111]: pgmap v14952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:34:58.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:58.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:59.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:34:59.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:34:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:34:59 smithi187 ceph-mon[111815]: pgmap v14953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:34:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:34:59 smithi088 ceph-mon[96111]: pgmap v14953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:00.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:00.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:01.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:01.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:01 smithi187 ceph-mon[111815]: pgmap v14954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:35:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:01 smithi088 ceph-mon[96111]: pgmap v14954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:35:02.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:02.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:03.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:03.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:03 smithi187 ceph-mon[111815]: pgmap v14955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:03.528 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:03 smithi088 ceph-mon[96111]: pgmap v14955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:04.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:04.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:05.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:05.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:05 smithi187 ceph-mon[111815]: pgmap v14956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:05 smithi088 ceph-mon[96111]: pgmap v14956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:06.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:06.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:07.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:07.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:07 smithi187 ceph-mon[111815]: pgmap v14957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:07 smithi088 ceph-mon[96111]: pgmap v14957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:08.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:08.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:09.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:09.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:09 smithi187 ceph-mon[111815]: pgmap v14958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:09 smithi088 ceph-mon[96111]: pgmap v14958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:10.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:10.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:11.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:11.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:11 smithi187 ceph-mon[111815]: pgmap v14959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:11 smithi088 ceph-mon[96111]: pgmap v14959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:12.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:12.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:13 smithi187 ceph-mon[111815]: pgmap v14960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:13.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:13.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:13 smithi088 ceph-mon[96111]: pgmap v14960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:14.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:14.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:15 smithi187 ceph-mon[111815]: pgmap v14961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:15.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:15.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:15 smithi088 ceph-mon[96111]: pgmap v14961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:35:16.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:16.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:35:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:17 smithi187 ceph-mon[111815]: pgmap v14962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:17.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:17.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:17 smithi088 ceph-mon[96111]: pgmap v14962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:18.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:18.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:19 smithi187 ceph-mon[111815]: pgmap v14963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:19.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:19.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:19 smithi088 ceph-mon[96111]: pgmap v14963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:20.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:20.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:21 smithi187 ceph-mon[111815]: pgmap v14964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:21.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:21.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:21 smithi088 ceph-mon[96111]: pgmap v14964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:22.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:22.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:23 smithi187 ceph-mon[111815]: pgmap v14965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:35:23.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:23.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:23 smithi088 ceph-mon[96111]: pgmap v14965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:35:24.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:24.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:25.432 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:25 smithi187 ceph-mon[111815]: pgmap v14966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:25.432 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:35:25.432 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:35:25.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:25.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:25 smithi088 ceph-mon[96111]: pgmap v14966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:35:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:35:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:35:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:35:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:35:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:35:26.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:35:26.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:26.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:35:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:35:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:35:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:35:26.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:35:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:27 smithi187 ceph-mon[111815]: pgmap v14967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:27.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:27.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:27 smithi088 ceph-mon[96111]: pgmap v14967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:28.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:28.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:29 smithi187 ceph-mon[111815]: pgmap v14968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:29.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:29.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:29 smithi088 ceph-mon[96111]: pgmap v14968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:30.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:30.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:31 smithi187 ceph-mon[111815]: pgmap v14969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:35:31.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:31.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:31 smithi088 ceph-mon[96111]: pgmap v14969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:35:32.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:32.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:33 smithi187 ceph-mon[111815]: pgmap v14970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:33.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:33.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:33 smithi088 ceph-mon[96111]: pgmap v14970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:34.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:34.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:35 smithi187 ceph-mon[111815]: pgmap v14971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:35.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:35.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:35 smithi088 ceph-mon[96111]: pgmap v14971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:37.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:37 smithi187 ceph-mon[111815]: pgmap v14972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:37.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:37.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:37 smithi088 ceph-mon[96111]: pgmap v14972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:38.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:38.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:39 smithi187 ceph-mon[111815]: pgmap v14973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:39.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:39.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:39 smithi088 ceph-mon[96111]: pgmap v14973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:40.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:40.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:41 smithi187 ceph-mon[111815]: pgmap v14974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:41.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:41.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:41 smithi088 ceph-mon[96111]: pgmap v14974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:42.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:42.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:43 smithi187 ceph-mon[111815]: pgmap v14975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:43.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:43.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:43 smithi088 ceph-mon[96111]: pgmap v14975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:44.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:44.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:45 smithi187 ceph-mon[111815]: pgmap v14976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:45.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:45.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:45 smithi088 ceph-mon[96111]: pgmap v14976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:35:46.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:46.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:35:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:47 smithi187 ceph-mon[111815]: pgmap v14977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:47.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:47.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:47 smithi088 ceph-mon[96111]: pgmap v14977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:48.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:48.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:49 smithi088 ceph-mon[96111]: pgmap v14978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:49 smithi187 ceph-mon[111815]: pgmap v14978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:49.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:49.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:50.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:50.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:51 smithi187 ceph-mon[111815]: pgmap v14979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:51.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:51.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:51 smithi088 ceph-mon[96111]: pgmap v14979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:52.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:52.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:53 smithi187 ceph-mon[111815]: pgmap v14980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:53.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:53.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:53 smithi088 ceph-mon[96111]: pgmap v14980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:54.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:54.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:55.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:55 smithi187 ceph-mon[111815]: pgmap v14981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:55.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:55.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:55 smithi088 ceph-mon[96111]: pgmap v14981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:56.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:56.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:57 smithi187 ceph-mon[111815]: pgmap v14982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:57.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:57.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:57 smithi088 ceph-mon[96111]: pgmap v14982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:35:58.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:58.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:35:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:35:59 smithi088 ceph-mon[96111]: pgmap v14983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:35:59 smithi187 ceph-mon[111815]: pgmap v14983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:35:59.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:35:59.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:00.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:00.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:01 smithi187 ceph-mon[111815]: pgmap v14984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:36:01.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:01.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:01 smithi088 ceph-mon[96111]: pgmap v14984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:36:02.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:02.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:03 smithi187 ceph-mon[111815]: pgmap v14985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:03.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:03.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:03 smithi088 ceph-mon[96111]: pgmap v14985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:04.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:04.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:05 smithi187 ceph-mon[111815]: pgmap v14986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:05.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:05.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:05 smithi088 ceph-mon[96111]: pgmap v14986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:06.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:06.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:07 smithi187 ceph-mon[111815]: pgmap v14987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:07.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:07.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:07 smithi088 ceph-mon[96111]: pgmap v14987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:08.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:08.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:09.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:09.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:09 smithi088 ceph-mon[96111]: pgmap v14988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:09 smithi187 ceph-mon[111815]: pgmap v14988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:10.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:10.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:11.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:11.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:11 smithi088 ceph-mon[96111]: pgmap v14989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:11 smithi187 ceph-mon[111815]: pgmap v14989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:12.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:12.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:13.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:13.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:13 smithi088 ceph-mon[96111]: pgmap v14990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:13 smithi187 ceph-mon[111815]: pgmap v14990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:14.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:14.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:15.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:15.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:15 smithi088 ceph-mon[96111]: pgmap v14991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:15 smithi187 ceph-mon[111815]: pgmap v14991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:16.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:16.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:36:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:36:17.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:17.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:17 smithi088 ceph-mon[96111]: pgmap v14992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:17 smithi187 ceph-mon[111815]: pgmap v14992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:18.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:18.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:19.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:19.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:19 smithi088 ceph-mon[96111]: pgmap v14993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:19 smithi187 ceph-mon[111815]: pgmap v14993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:20.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:20.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:21 smithi187 ceph-mon[111815]: pgmap v14994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:21.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:21.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:21 smithi088 ceph-mon[96111]: pgmap v14994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:22.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:22.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:23 smithi088 ceph-mon[96111]: pgmap v14995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:23.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:23.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:23 smithi187 ceph-mon[111815]: pgmap v14995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:24.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:24.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:25 smithi088 ceph-mon[96111]: pgmap v14996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:25.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:25.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:25 smithi187 ceph-mon[111815]: pgmap v14996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:36:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:36:26.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:26.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:27 smithi088 ceph-mon[96111]: pgmap v14997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:27.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:27.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:27.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:27 smithi187 ceph-mon[111815]: pgmap v14997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:28.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:28.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:29 smithi088 ceph-mon[96111]: pgmap v14998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:29.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:29.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:29 smithi187 ceph-mon[111815]: pgmap v14998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:30.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:30.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:31 smithi187 ceph-mon[111815]: pgmap v14999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:36:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:36:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:36:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:36:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:36:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:36:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:36:31.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:36:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:31 smithi088 ceph-mon[96111]: pgmap v14999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:36:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:36:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:36:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:36:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:36:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:36:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:36:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:36:31.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:31.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:32.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:32.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:33 smithi088 ceph-mon[96111]: pgmap v15000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:33.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:33.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:33 smithi187 ceph-mon[111815]: pgmap v15000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:34.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:34.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:35 smithi088 ceph-mon[96111]: pgmap v15001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:35.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:35.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:35 smithi187 ceph-mon[111815]: pgmap v15001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:36.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:36.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:37 smithi088 ceph-mon[96111]: pgmap v15002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:37.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:37.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:37 smithi187 ceph-mon[111815]: pgmap v15002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:38.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:38.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:39 smithi088 ceph-mon[96111]: pgmap v15003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:39.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:39.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:39 smithi187 ceph-mon[111815]: pgmap v15003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:40.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:40.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:41 smithi187 ceph-mon[111815]: pgmap v15004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:41 smithi088 ceph-mon[96111]: pgmap v15004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:41.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:41.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:42.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:42.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:43 smithi088 ceph-mon[96111]: pgmap v15005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:43.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:43.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:43 smithi187 ceph-mon[111815]: pgmap v15005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:44.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:44.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:45 smithi088 ceph-mon[96111]: pgmap v15006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:45.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:45.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:45 smithi187 ceph-mon[111815]: pgmap v15006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:36:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:46 smithi088 ceph-mon[96111]: pgmap v15007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:46.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:46.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:36:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:46 smithi187 ceph-mon[111815]: pgmap v15007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:47.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:47.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:48.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:48.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:49 smithi088 ceph-mon[96111]: pgmap v15008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:49.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:49 smithi187 ceph-mon[111815]: pgmap v15008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:49.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:49.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:50.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:50.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:51.316 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:51 smithi187 ceph-mon[111815]: pgmap v15009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:51 smithi088 ceph-mon[96111]: pgmap v15009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:51.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:51.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:52.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:52.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:53 smithi088 ceph-mon[96111]: pgmap v15010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:53 smithi187 ceph-mon[111815]: pgmap v15010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:53.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:53.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:54.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:54.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:55.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:55 smithi088 ceph-mon[96111]: pgmap v15011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:55 smithi187 ceph-mon[111815]: pgmap v15011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:55.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:55.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:56.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:56.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:57 smithi088 ceph-mon[96111]: pgmap v15012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:57 smithi187 ceph-mon[111815]: pgmap v15012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:36:57.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:57.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:58.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:58.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:36:59.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:36:59 smithi088 ceph-mon[96111]: pgmap v15013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:36:59 smithi187 ceph-mon[111815]: pgmap v15013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:36:59.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:36:59.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:00.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:00.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:01 smithi088 ceph-mon[96111]: pgmap v15014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:37:01.421 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:01 smithi187 ceph-mon[111815]: pgmap v15014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:01.421 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:37:01.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:01.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:02.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:02.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:03 smithi187 ceph-mon[111815]: pgmap v15015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:03 smithi088 ceph-mon[96111]: pgmap v15015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:03.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:03.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:04.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:04.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:05 smithi187 ceph-mon[111815]: pgmap v15016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:05 smithi088 ceph-mon[96111]: pgmap v15016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:05.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:05.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:06.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:06.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:07 smithi187 ceph-mon[111815]: pgmap v15017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:07 smithi088 ceph-mon[96111]: pgmap v15017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:07.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:07.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:08.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:08.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:09 smithi187 ceph-mon[111815]: pgmap v15018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:09 smithi088 ceph-mon[96111]: pgmap v15018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:09.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:09.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:10.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:10.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:11 smithi187 ceph-mon[111815]: pgmap v15019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:11 smithi088 ceph-mon[96111]: pgmap v15019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:11.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:11.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:12.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:12.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:13 smithi187 ceph-mon[111815]: pgmap v15020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:13 smithi088 ceph-mon[96111]: pgmap v15020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:13.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:13.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:14.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:14.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:15 smithi187 ceph-mon[111815]: pgmap v15021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:15 smithi088 ceph-mon[96111]: pgmap v15021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:15.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:15.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:37:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:37:16.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:16.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:17 smithi187 ceph-mon[111815]: pgmap v15022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:17 smithi088 ceph-mon[96111]: pgmap v15022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:17.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:17.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:18.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:18.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:19 smithi187 ceph-mon[111815]: pgmap v15023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:19 smithi088 ceph-mon[96111]: pgmap v15023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:19.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:19.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:20.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:20.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:21 smithi187 ceph-mon[111815]: pgmap v15024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:21 smithi088 ceph-mon[96111]: pgmap v15024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:21.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:21.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:22.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:22.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:23 smithi187 ceph-mon[111815]: pgmap v15025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:23 smithi088 ceph-mon[96111]: pgmap v15025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:23.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:23.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:24.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:24.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:25.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:25 smithi187 ceph-mon[111815]: pgmap v15026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:25 smithi088 ceph-mon[96111]: pgmap v15026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:25.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:25.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:26.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:26.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:27 smithi187 ceph-mon[111815]: pgmap v15027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:27 smithi088 ceph-mon[96111]: pgmap v15027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:27.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:27.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:28.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:28.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:29 smithi187 ceph-mon[111815]: pgmap v15028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:29 smithi088 ceph-mon[96111]: pgmap v15028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:29.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:29.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:30.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:30.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:31 smithi187 ceph-mon[111815]: pgmap v15029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:37:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:37:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:31 smithi088 ceph-mon[96111]: pgmap v15029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:37:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:37:31.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:31.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:37:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:37:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:37:32.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:37:32.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:37:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:37:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:37:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:37:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:37:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:37:32.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:32.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:33 smithi187 ceph-mon[111815]: pgmap v15030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:33 smithi088 ceph-mon[96111]: pgmap v15030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:33.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:33.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:34.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:34.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:35.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:35 smithi088 ceph-mon[96111]: pgmap v15031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:35 smithi187 ceph-mon[111815]: pgmap v15031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:35.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:35.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:36.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:36.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:37 smithi187 ceph-mon[111815]: pgmap v15032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:37 smithi088 ceph-mon[96111]: pgmap v15032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:37.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:37.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:38.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:38.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:39 smithi187 ceph-mon[111815]: pgmap v15033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:39 smithi088 ceph-mon[96111]: pgmap v15033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:39.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:39.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:40.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:40.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:41 smithi187 ceph-mon[111815]: pgmap v15034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:41 smithi088 ceph-mon[96111]: pgmap v15034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:41.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:41.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:42.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:42.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:43 smithi187 ceph-mon[111815]: pgmap v15035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:43 smithi088 ceph-mon[96111]: pgmap v15035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:43.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:43.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:44.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:44.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:45 smithi187 ceph-mon[111815]: pgmap v15036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:45 smithi088 ceph-mon[96111]: pgmap v15036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:45.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:45.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:37:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:37:46.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:46.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:47 smithi187 ceph-mon[111815]: pgmap v15037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:47 smithi088 ceph-mon[96111]: pgmap v15037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:47.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:47.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:48.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:48.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:49.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:49 smithi187 ceph-mon[111815]: pgmap v15038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:49 smithi088 ceph-mon[96111]: pgmap v15038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:49.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:49.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:50.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:50.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:51 smithi187 ceph-mon[111815]: pgmap v15039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:51 smithi088 ceph-mon[96111]: pgmap v15039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:51.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:51.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:52.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:52.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:53 smithi187 ceph-mon[111815]: pgmap v15040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:53 smithi088 ceph-mon[96111]: pgmap v15040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:53.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:53.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:54.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:54.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:55 smithi187 ceph-mon[111815]: pgmap v15041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:55 smithi088 ceph-mon[96111]: pgmap v15041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:55.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:55.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:56.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:56.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:57.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:57 smithi187 ceph-mon[111815]: pgmap v15042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:57 smithi088 ceph-mon[96111]: pgmap v15042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:37:57.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:57.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:58.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:58.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:37:59.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:37:59 smithi187 ceph-mon[111815]: pgmap v15043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:37:59 smithi088 ceph-mon[96111]: pgmap v15043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:37:59.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:37:59.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:00.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:00.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:01 smithi187 ceph-mon[111815]: pgmap v15044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:38:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:01 smithi088 ceph-mon[96111]: pgmap v15044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:38:01.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:01.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:02.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:02.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:03 smithi187 ceph-mon[111815]: pgmap v15045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:03 smithi088 ceph-mon[96111]: pgmap v15045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:03.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:03.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:04.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:04.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:05 smithi187 ceph-mon[111815]: pgmap v15046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:05 smithi088 ceph-mon[96111]: pgmap v15046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:05.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:05.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:06.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:06.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:07 smithi187 ceph-mon[111815]: pgmap v15047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:07 smithi088 ceph-mon[96111]: pgmap v15047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:07.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:07.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:08.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:08.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:09 smithi187 ceph-mon[111815]: pgmap v15048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:09 smithi088 ceph-mon[96111]: pgmap v15048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:09.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:09.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:10.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:10.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:11 smithi187 ceph-mon[111815]: pgmap v15049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:11 smithi088 ceph-mon[96111]: pgmap v15049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:11.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:11.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:12.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:12.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:13 smithi187 ceph-mon[111815]: pgmap v15050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:13 smithi088 ceph-mon[96111]: pgmap v15050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:13.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:13.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:14.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:14.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:15 smithi187 ceph-mon[111815]: pgmap v15051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:15 smithi088 ceph-mon[96111]: pgmap v15051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:15.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:15.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:38:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:38:16.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:16.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:17 smithi187 ceph-mon[111815]: pgmap v15052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:17 smithi088 ceph-mon[96111]: pgmap v15052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:17.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:17.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:18.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:18.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:19 smithi088 ceph-mon[96111]: pgmap v15053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:19 smithi187 ceph-mon[111815]: pgmap v15053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:19.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:19.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:20.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:20.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:21 smithi088 ceph-mon[96111]: pgmap v15054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:21 smithi187 ceph-mon[111815]: pgmap v15054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:21.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:21.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:22.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:22.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:23 smithi088 ceph-mon[96111]: pgmap v15055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:23 smithi187 ceph-mon[111815]: pgmap v15055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:23.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:23.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:24.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:24.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:25.493 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:25 smithi088 ceph-mon[96111]: pgmap v15056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:25 smithi187 ceph-mon[111815]: pgmap v15056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:25.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:25.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:26.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:26.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:27 smithi088 ceph-mon[96111]: pgmap v15057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:27 smithi187 ceph-mon[111815]: pgmap v15057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:27.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:27.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:28.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:28.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:29 smithi088 ceph-mon[96111]: pgmap v15058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:29 smithi187 ceph-mon[111815]: pgmap v15058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:29.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:29.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:30.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:30.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:31 smithi088 ceph-mon[96111]: pgmap v15059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:38:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:31 smithi187 ceph-mon[111815]: pgmap v15059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:38:31.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:31.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:38:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:38:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:38:32.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:38:32.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:38:32.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:38:32.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:38:32.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:38:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:38:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:38:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:38:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:38:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:38:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:38:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:38:32.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:38:32.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:32.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:33 smithi088 ceph-mon[96111]: pgmap v15060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:33 smithi187 ceph-mon[111815]: pgmap v15060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:33.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:33.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:34.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:34.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:35 smithi088 ceph-mon[96111]: pgmap v15061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:35 smithi187 ceph-mon[111815]: pgmap v15061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:35.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:35.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:36.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:36.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:37 smithi088 ceph-mon[96111]: pgmap v15062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:37 smithi187 ceph-mon[111815]: pgmap v15062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:37.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:37.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:38.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:38.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:39 smithi088 ceph-mon[96111]: pgmap v15063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:39 smithi187 ceph-mon[111815]: pgmap v15063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:39.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:39.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:40.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:40.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:41 smithi088 ceph-mon[96111]: pgmap v15064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:41.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:41 smithi187 ceph-mon[111815]: pgmap v15064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:41.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:41.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:42.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:42.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:43 smithi088 ceph-mon[96111]: pgmap v15065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:43 smithi187 ceph-mon[111815]: pgmap v15065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:43.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:43.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:44.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:44.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:45 smithi088 ceph-mon[96111]: pgmap v15066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:45 smithi187 ceph-mon[111815]: pgmap v15066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:45.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:45.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:38:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:38:46.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:46.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:47 smithi088 ceph-mon[96111]: pgmap v15067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:47 smithi187 ceph-mon[111815]: pgmap v15067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:47.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:47.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:48.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:48.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:49 smithi088 ceph-mon[96111]: pgmap v15068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:49 smithi187 ceph-mon[111815]: pgmap v15068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:49.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:49.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:50.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:50.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:51 smithi088 ceph-mon[96111]: pgmap v15069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:51 smithi187 ceph-mon[111815]: pgmap v15069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:51.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:51.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:52.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:52.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:53 smithi088 ceph-mon[96111]: pgmap v15070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:53 smithi187 ceph-mon[111815]: pgmap v15070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:53.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:53.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:54.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:54.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:55 smithi088 ceph-mon[96111]: pgmap v15071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:55 smithi187 ceph-mon[111815]: pgmap v15071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:55.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:55.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:56.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:56.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:57 smithi088 ceph-mon[96111]: pgmap v15072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:57.623 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:57 smithi187 ceph-mon[111815]: pgmap v15072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:38:57.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:57.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:58.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:58.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:38:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:38:59 smithi088 ceph-mon[96111]: pgmap v15073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:38:59 smithi187 ceph-mon[111815]: pgmap v15073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:38:59.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:38:59.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:00.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:00.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:01 smithi088 ceph-mon[96111]: pgmap v15074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:39:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:01 smithi187 ceph-mon[111815]: pgmap v15074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:39:01.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:01.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:02.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:02.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:03 smithi187 ceph-mon[111815]: pgmap v15075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:03 smithi088 ceph-mon[96111]: pgmap v15075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:03.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:03.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:04.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:04.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:05 smithi187 ceph-mon[111815]: pgmap v15076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:05 smithi088 ceph-mon[96111]: pgmap v15076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:05.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:05.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:06.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:06.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:07.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:07 smithi187 ceph-mon[111815]: pgmap v15077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:07 smithi088 ceph-mon[96111]: pgmap v15077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:07.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:07.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:08.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:08.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:09.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:09 smithi187 ceph-mon[111815]: pgmap v15078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:09 smithi088 ceph-mon[96111]: pgmap v15078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:09.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:09.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:10.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:10.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:11 smithi088 ceph-mon[96111]: pgmap v15079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:11 smithi187 ceph-mon[111815]: pgmap v15079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:11.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:11.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:12.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:12.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:13 smithi187 ceph-mon[111815]: pgmap v15080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:13 smithi088 ceph-mon[96111]: pgmap v15080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:13.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:13.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:14.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:14.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:15 smithi187 ceph-mon[111815]: pgmap v15081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:15 smithi088 ceph-mon[96111]: pgmap v15081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:15.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:15.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:39:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:39:16.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:16.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:17 smithi187 ceph-mon[111815]: pgmap v15082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:17 smithi088 ceph-mon[96111]: pgmap v15082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:17.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:17.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:18.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:18.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:19 smithi187 ceph-mon[111815]: pgmap v15083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:19 smithi088 ceph-mon[96111]: pgmap v15083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:19.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:19.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:20.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:20.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:21.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:21 smithi088 ceph-mon[96111]: pgmap v15084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:21 smithi187 ceph-mon[111815]: pgmap v15084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:21.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:21.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:22.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:22.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:23 smithi187 ceph-mon[111815]: pgmap v15085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:23 smithi088 ceph-mon[96111]: pgmap v15085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:23.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:23.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:24.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:24.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:25 smithi187 ceph-mon[111815]: pgmap v15086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:25 smithi088 ceph-mon[96111]: pgmap v15086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:25.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:25.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:26.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:26.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:27 smithi187 ceph-mon[111815]: pgmap v15087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:27 smithi088 ceph-mon[96111]: pgmap v15087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:27.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:27.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:28.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:28.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:29 smithi187 ceph-mon[111815]: pgmap v15088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:29 smithi088 ceph-mon[96111]: pgmap v15088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:29.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:29.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:30.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:30.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:31 smithi187 ceph-mon[111815]: pgmap v15089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:39:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:31 smithi088 ceph-mon[96111]: pgmap v15089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:39:31.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:31.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:32.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:32.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:33 smithi187 ceph-mon[111815]: pgmap v15090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:39:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:39:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:39:33.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:39:33.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:39:33.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:39:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:33 smithi088 ceph-mon[96111]: pgmap v15090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:39:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:39:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:39:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:39:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:39:33.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:39:33.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:33.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:34.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:34.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:35 smithi187 ceph-mon[111815]: pgmap v15091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:35 smithi088 ceph-mon[96111]: pgmap v15091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:35.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:35.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:36.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:36.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:37 smithi187 ceph-mon[111815]: pgmap v15092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:37 smithi088 ceph-mon[96111]: pgmap v15092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:37.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:37.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:38.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:38.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:39.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:39 smithi187 ceph-mon[111815]: pgmap v15093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:39 smithi088 ceph-mon[96111]: pgmap v15093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:39.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:39.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:40.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:40.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:41.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:41 smithi187 ceph-mon[111815]: pgmap v15094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:41 smithi088 ceph-mon[96111]: pgmap v15094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:41.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:41.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:42.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:42.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:43 smithi187 ceph-mon[111815]: pgmap v15095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:43 smithi088 ceph-mon[96111]: pgmap v15095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:43.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:43.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:44.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:44.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:45 smithi187 ceph-mon[111815]: pgmap v15096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:45 smithi088 ceph-mon[96111]: pgmap v15096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:45.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:45.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:39:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:39:46.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:46.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:47 smithi187 ceph-mon[111815]: pgmap v15097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:47 smithi088 ceph-mon[96111]: pgmap v15097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:47.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:47.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:48.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:48.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:49.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:49 smithi187 ceph-mon[111815]: pgmap v15098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:49 smithi088 ceph-mon[96111]: pgmap v15098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:49.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:49.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:50.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:50.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:51 smithi187 ceph-mon[111815]: pgmap v15099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:51 smithi088 ceph-mon[96111]: pgmap v15099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:51.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:51.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:52.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:52.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:53 smithi187 ceph-mon[111815]: pgmap v15100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:53 smithi088 ceph-mon[96111]: pgmap v15100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:53.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:53.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:54.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:54.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:55 smithi187 ceph-mon[111815]: pgmap v15101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:55 smithi088 ceph-mon[96111]: pgmap v15101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:55.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:55.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:56.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:56.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:57 smithi187 ceph-mon[111815]: pgmap v15102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:57 smithi088 ceph-mon[96111]: pgmap v15102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:39:57.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:57.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:58.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:58.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:39:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:39:59 smithi187 ceph-mon[111815]: pgmap v15103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:39:59 smithi088 ceph-mon[96111]: pgmap v15103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:39:59.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:39:59.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T07:40:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T07:40:00.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:00.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:01 smithi187 ceph-mon[111815]: pgmap v15104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:40:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:01 smithi088 ceph-mon[96111]: pgmap v15104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:40:01.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:01.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:02.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:02.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:03 smithi187 ceph-mon[111815]: pgmap v15105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:03 smithi088 ceph-mon[96111]: pgmap v15105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:03.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:03.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:04.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:04.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:05 smithi187 ceph-mon[111815]: pgmap v15106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:05 smithi088 ceph-mon[96111]: pgmap v15106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:05.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:05.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:06.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:06.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:07 smithi187 ceph-mon[111815]: pgmap v15107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:07 smithi088 ceph-mon[96111]: pgmap v15107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:07.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:07.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:08.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:08.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:09 smithi187 ceph-mon[111815]: pgmap v15108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:09 smithi088 ceph-mon[96111]: pgmap v15108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:09.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:09.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:10.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:10.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:11 smithi187 ceph-mon[111815]: pgmap v15109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:11.527 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:11 smithi088 ceph-mon[96111]: pgmap v15109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:11.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:11.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:12.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:12.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:13 smithi187 ceph-mon[111815]: pgmap v15110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:13 smithi088 ceph-mon[96111]: pgmap v15110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:13.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:13.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:14.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:14.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:15 smithi088 ceph-mon[96111]: pgmap v15111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:15 smithi187 ceph-mon[111815]: pgmap v15111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:15.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:15.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:40:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:40:16.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:16.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:17 smithi088 ceph-mon[96111]: pgmap v15112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:17 smithi187 ceph-mon[111815]: pgmap v15112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:17.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:17.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:18.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:18.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:19 smithi088 ceph-mon[96111]: pgmap v15113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:19 smithi187 ceph-mon[111815]: pgmap v15113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:19.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:19.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:20.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:20.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:21 smithi088 ceph-mon[96111]: pgmap v15114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:21 smithi187 ceph-mon[111815]: pgmap v15114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:21.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:21.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:22.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:22.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:23.521 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:23 smithi187 ceph-mon[111815]: pgmap v15115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:23 smithi088 ceph-mon[96111]: pgmap v15115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:23.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:23.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:24.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:24.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:25 smithi088 ceph-mon[96111]: pgmap v15116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:25 smithi187 ceph-mon[111815]: pgmap v15116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:25.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:25.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:26.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:26.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:27 smithi088 ceph-mon[96111]: pgmap v15117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:27 smithi187 ceph-mon[111815]: pgmap v15117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:27.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:27.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:28.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:28.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:29 smithi088 ceph-mon[96111]: pgmap v15118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:29 smithi187 ceph-mon[111815]: pgmap v15118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:29.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:29.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:30.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:30.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:31 smithi088 ceph-mon[96111]: pgmap v15119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:40:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:31 smithi187 ceph-mon[111815]: pgmap v15119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:40:31.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:31.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:32.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:32.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:33 smithi088 ceph-mon[96111]: pgmap v15120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:40:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:40:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:40:33.627 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:33 smithi187 ceph-mon[111815]: pgmap v15120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:33.627 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:40:33.627 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:40:33.627 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:40:33.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:33.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:40:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:40:34.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:40:34.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:40:34.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:40:34.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:40:34.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:40:34.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:40:34.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:40:34.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:40:34.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:34.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:35 smithi088 ceph-mon[96111]: pgmap v15121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:35 smithi187 ceph-mon[111815]: pgmap v15121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:35.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:35.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:36.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:36.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:37 smithi088 ceph-mon[96111]: pgmap v15122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:37 smithi187 ceph-mon[111815]: pgmap v15122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:37.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:37.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:38.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:38.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:39 smithi088 ceph-mon[96111]: pgmap v15123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:39 smithi187 ceph-mon[111815]: pgmap v15123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:39.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:39.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:40.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:40.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:41 smithi088 ceph-mon[96111]: pgmap v15124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:41.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:41 smithi187 ceph-mon[111815]: pgmap v15124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:41.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:41.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:42.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:42.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:43 smithi088 ceph-mon[96111]: pgmap v15125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:43 smithi187 ceph-mon[111815]: pgmap v15125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:43.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:43.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:44.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:44.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:45 smithi088 ceph-mon[96111]: pgmap v15126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:45 smithi187 ceph-mon[111815]: pgmap v15126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:45.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:45.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:40:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:40:47.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:47.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:47 smithi088 ceph-mon[96111]: pgmap v15127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:47 smithi187 ceph-mon[111815]: pgmap v15127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:48.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:48.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:49.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:49.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:49 smithi088 ceph-mon[96111]: pgmap v15128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:49 smithi187 ceph-mon[111815]: pgmap v15128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:50.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:50.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:51.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:51.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:51 smithi088 ceph-mon[96111]: pgmap v15129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:51 smithi187 ceph-mon[111815]: pgmap v15129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:52.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:52.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:53.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:53.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:53 smithi088 ceph-mon[96111]: pgmap v15130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:53 smithi187 ceph-mon[111815]: pgmap v15130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:54.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:54.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:55.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:55.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:55 smithi088 ceph-mon[96111]: pgmap v15131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:55 smithi187 ceph-mon[111815]: pgmap v15131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:56.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:56.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:57.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:57.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:57 smithi088 ceph-mon[96111]: pgmap v15132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:57 smithi187 ceph-mon[111815]: pgmap v15132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:40:58.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:58.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:59.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:40:59.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:40:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:40:59 smithi088 ceph-mon[96111]: pgmap v15133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:40:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:40:59 smithi187 ceph-mon[111815]: pgmap v15133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:00.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:00.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:01.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:01.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:01 smithi088 ceph-mon[96111]: pgmap v15134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:41:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:01 smithi187 ceph-mon[111815]: pgmap v15134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:41:02.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:02.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:03.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:03.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:03 smithi088 ceph-mon[96111]: pgmap v15135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:03 smithi187 ceph-mon[111815]: pgmap v15135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:04.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:04.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:05.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:05.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:05 smithi088 ceph-mon[96111]: pgmap v15136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:05.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:05 smithi187 ceph-mon[111815]: pgmap v15136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:06.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:06.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:07.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:07.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:07.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:07 smithi088 ceph-mon[96111]: pgmap v15137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:07 smithi187 ceph-mon[111815]: pgmap v15137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:08.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:08.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:09.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:09.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:09 smithi088 ceph-mon[96111]: pgmap v15138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:09 smithi187 ceph-mon[111815]: pgmap v15138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:10.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:10.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:11.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:11.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:11 smithi088 ceph-mon[96111]: pgmap v15139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:11.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:11 smithi187 ceph-mon[111815]: pgmap v15139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:12.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:12.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:13.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:13.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:13 smithi187 ceph-mon[111815]: pgmap v15140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:13 smithi088 ceph-mon[96111]: pgmap v15140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:14.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:14.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:15.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:15.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:15 smithi187 ceph-mon[111815]: pgmap v15141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:15 smithi088 ceph-mon[96111]: pgmap v15141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:16.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:16.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:41:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:41:17.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:17.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:17 smithi187 ceph-mon[111815]: pgmap v15142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:17 smithi088 ceph-mon[96111]: pgmap v15142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:18.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:18.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:19.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:19.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:19 smithi187 ceph-mon[111815]: pgmap v15143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:19 smithi088 ceph-mon[96111]: pgmap v15143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:20.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:20.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:21.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:21.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:21.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:21 smithi187 ceph-mon[111815]: pgmap v15144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:21 smithi088 ceph-mon[96111]: pgmap v15144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:22.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:22.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:23.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:23.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:23 smithi187 ceph-mon[111815]: pgmap v15145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:23 smithi088 ceph-mon[96111]: pgmap v15145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:24.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:24.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:25.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:25.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:25 smithi187 ceph-mon[111815]: pgmap v15146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:25 smithi088 ceph-mon[96111]: pgmap v15146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:26.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:26.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:27.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:27.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:27 smithi187 ceph-mon[111815]: pgmap v15147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:27 smithi088 ceph-mon[96111]: pgmap v15147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:28.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:28.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:29.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:29.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:29 smithi187 ceph-mon[111815]: pgmap v15148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:29 smithi088 ceph-mon[96111]: pgmap v15148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:30.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:30.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:31.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:31.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:31 smithi187 ceph-mon[111815]: pgmap v15149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:41:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:31 smithi088 ceph-mon[96111]: pgmap v15149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:41:32.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:32.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:33.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:33.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:33 smithi187 ceph-mon[111815]: pgmap v15150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:33 smithi088 ceph-mon[96111]: pgmap v15150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:34.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:34.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:41:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:41:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:41:34.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:41:34.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:41:34.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:41:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:41:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:41:34.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:41:34.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:41:34.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:41:34.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:41:35.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:35.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:35.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:35 smithi187 ceph-mon[111815]: pgmap v15151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:35 smithi088 ceph-mon[96111]: pgmap v15151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:36.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:36.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:37.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:37.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:37.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:37 smithi187 ceph-mon[111815]: pgmap v15152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:37.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:37 smithi088 ceph-mon[96111]: pgmap v15152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:38.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:38.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:39.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:39.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:39.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:39 smithi187 ceph-mon[111815]: pgmap v15153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:39 smithi088 ceph-mon[96111]: pgmap v15153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:40.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:40.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:41.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:41.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:41 smithi187 ceph-mon[111815]: pgmap v15154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:41 smithi088 ceph-mon[96111]: pgmap v15154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:42.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:42.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:43.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:43.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:43 smithi187 ceph-mon[111815]: pgmap v15155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:43 smithi088 ceph-mon[96111]: pgmap v15155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:44.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:44.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:45.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:45.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:45 smithi187 ceph-mon[111815]: pgmap v15156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:45 smithi088 ceph-mon[96111]: pgmap v15156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:46.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:46.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:41:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:41:47.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:47.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:47 smithi187 ceph-mon[111815]: pgmap v15157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:47.463 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:47 smithi088 ceph-mon[96111]: pgmap v15157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:48.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:48.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:49.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:49.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:49 smithi187 ceph-mon[111815]: pgmap v15158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:49 smithi088 ceph-mon[96111]: pgmap v15158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:50.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:50.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:51.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:51.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:51 smithi187 ceph-mon[111815]: pgmap v15159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:51 smithi088 ceph-mon[96111]: pgmap v15159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:52.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:52.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:53.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:53.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:53 smithi187 ceph-mon[111815]: pgmap v15160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:53 smithi088 ceph-mon[96111]: pgmap v15160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:54.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:54.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:55.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:55.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:55 smithi187 ceph-mon[111815]: pgmap v15161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:55 smithi088 ceph-mon[96111]: pgmap v15161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:56.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:56.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:57.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:57.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:57.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:57 smithi187 ceph-mon[111815]: pgmap v15162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:57.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:57 smithi088 ceph-mon[96111]: pgmap v15162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:41:58.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:58.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:59.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:41:59.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:41:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:41:59 smithi187 ceph-mon[111815]: pgmap v15163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:41:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:41:59 smithi088 ceph-mon[96111]: pgmap v15163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:00.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:00.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:01.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:01.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:01 smithi187 ceph-mon[111815]: pgmap v15164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:42:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:01 smithi088 ceph-mon[96111]: pgmap v15164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:42:02.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:02.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:03.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:03.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:03 smithi187 ceph-mon[111815]: pgmap v15165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:03 smithi088 ceph-mon[96111]: pgmap v15165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:04.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:04.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:05.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:05.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:05 smithi088 ceph-mon[96111]: pgmap v15166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:05 smithi187 ceph-mon[111815]: pgmap v15166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:06.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:06.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:07.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:07.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:07 smithi088 ceph-mon[96111]: pgmap v15167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:07 smithi187 ceph-mon[111815]: pgmap v15167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:08.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:08.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:09.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:09.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:09 smithi088 ceph-mon[96111]: pgmap v15168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:09.621 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:09 smithi187 ceph-mon[111815]: pgmap v15168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:10.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:10.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:11.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:11.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:11 smithi088 ceph-mon[96111]: pgmap v15169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:11 smithi187 ceph-mon[111815]: pgmap v15169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:12.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:12.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:13.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:13.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:13 smithi088 ceph-mon[96111]: pgmap v15170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:13 smithi187 ceph-mon[111815]: pgmap v15170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:14.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:14.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:15.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:15.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:15 smithi088 ceph-mon[96111]: pgmap v15171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:15.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:15 smithi187 ceph-mon[111815]: pgmap v15171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:16.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:16.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:42:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:42:17.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:17.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:17 smithi088 ceph-mon[96111]: pgmap v15172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:17 smithi187 ceph-mon[111815]: pgmap v15172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:18.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:18.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:19.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:19.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:19 smithi088 ceph-mon[96111]: pgmap v15173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:19 smithi187 ceph-mon[111815]: pgmap v15173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:20.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:20.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:21.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:21.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:21 smithi088 ceph-mon[96111]: pgmap v15174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:21.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:21 smithi187 ceph-mon[111815]: pgmap v15174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:22.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:22.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:23.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:23.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:23.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:23 smithi088 ceph-mon[96111]: pgmap v15175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:23.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:23 smithi187 ceph-mon[111815]: pgmap v15175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:24.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:24.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:25.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:25.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:25 smithi088 ceph-mon[96111]: pgmap v15176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:25.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:25 smithi187 ceph-mon[111815]: pgmap v15176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:26.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:26.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:27.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:27.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:27 smithi088 ceph-mon[96111]: pgmap v15177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:27.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:27 smithi187 ceph-mon[111815]: pgmap v15177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:28.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:28.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:29.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:29.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:29 smithi088 ceph-mon[96111]: pgmap v15178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:29 smithi187 ceph-mon[111815]: pgmap v15178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:30.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:30.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:31.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:31.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:31 smithi088 ceph-mon[96111]: pgmap v15179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:42:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:31 smithi187 ceph-mon[111815]: pgmap v15179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:42:32.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:32.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:33.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:33.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:33 smithi088 ceph-mon[96111]: pgmap v15180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:33 smithi187 ceph-mon[111815]: pgmap v15180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:34.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:34.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:42:34.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:42:35.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:35.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: pgmap v15181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:42:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:42:35.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:42:35.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:42:35.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:42:35.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:42:35.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:42:35.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:42:35.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:42:35.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:42:35.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: pgmap v15181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:35.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:42:35.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:42:35.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:42:35.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:42:35.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:42:35.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:42:35.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:42:35.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:42:35.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:42:35.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:42:36.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:36.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:36 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1484M 2023-10-13T07:42:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:36 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1484M 2023-10-13T07:42:37.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:37.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:37 smithi088 ceph-mon[96111]: pgmap v15182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:37 smithi187 ceph-mon[111815]: pgmap v15182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:38.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:38.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:39.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:39.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:39 smithi088 ceph-mon[96111]: pgmap v15183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:39.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:39 smithi187 ceph-mon[111815]: pgmap v15183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:40.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:40.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:41.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:41.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:41 smithi088 ceph-mon[96111]: pgmap v15184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:41.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:41 smithi187 ceph-mon[111815]: pgmap v15184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:42.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:42.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:43.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:43.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:43 smithi088 ceph-mon[96111]: pgmap v15185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:43 smithi187 ceph-mon[111815]: pgmap v15185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:44.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:44.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:45.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:45.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:45 smithi088 ceph-mon[96111]: pgmap v15186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:45 smithi187 ceph-mon[111815]: pgmap v15186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:46.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:46.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:42:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:42:47.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:47.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:47 smithi088 ceph-mon[96111]: pgmap v15187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:47 smithi187 ceph-mon[111815]: pgmap v15187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:48.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:48.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:49.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:49.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:49 smithi088 ceph-mon[96111]: pgmap v15188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:49 smithi187 ceph-mon[111815]: pgmap v15188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:50.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:50.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:51.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:51.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:51 smithi088 ceph-mon[96111]: pgmap v15189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:51 smithi187 ceph-mon[111815]: pgmap v15189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:52.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:52.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:53.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:53.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:53 smithi088 ceph-mon[96111]: pgmap v15190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:53 smithi187 ceph-mon[111815]: pgmap v15190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:54.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:54.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:55.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:55.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:55 smithi187 ceph-mon[111815]: pgmap v15191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:55 smithi088 ceph-mon[96111]: pgmap v15191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:56.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:56.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:57.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:57.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:57 smithi088 ceph-mon[96111]: pgmap v15192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:57 smithi187 ceph-mon[111815]: pgmap v15192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:42:58.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:58.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:59.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:42:59.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:42:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:42:59 smithi088 ceph-mon[96111]: pgmap v15193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:42:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:42:59 smithi187 ceph-mon[111815]: pgmap v15193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:00.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:00.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:01.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:01.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:01 smithi088 ceph-mon[96111]: pgmap v15194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:43:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:01 smithi187 ceph-mon[111815]: pgmap v15194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:43:02.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:02.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:03.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:03.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:03 smithi088 ceph-mon[96111]: pgmap v15195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:03 smithi187 ceph-mon[111815]: pgmap v15195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:04.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:04.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:05.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:05.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:05 smithi187 ceph-mon[111815]: pgmap v15196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:05 smithi088 ceph-mon[96111]: pgmap v15196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:06.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:06.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:07.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:07.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:07 smithi187 ceph-mon[111815]: pgmap v15197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:07 smithi088 ceph-mon[96111]: pgmap v15197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:08.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:08.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:09.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:09.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:09.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:09 smithi187 ceph-mon[111815]: pgmap v15198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:09.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:09 smithi088 ceph-mon[96111]: pgmap v15198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:10.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:10.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:11.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:11.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:11.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:11 smithi187 ceph-mon[111815]: pgmap v15199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:11 smithi088 ceph-mon[96111]: pgmap v15199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:12.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:12.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:13.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:13.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:13 smithi187 ceph-mon[111815]: pgmap v15200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:13 smithi088 ceph-mon[96111]: pgmap v15200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:14.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:14.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:15.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:15.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:15 smithi187 ceph-mon[111815]: pgmap v15201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:15 smithi088 ceph-mon[96111]: pgmap v15201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:16.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:16.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:43:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:43:17.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:17.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:17 smithi187 ceph-mon[111815]: pgmap v15202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:17 smithi088 ceph-mon[96111]: pgmap v15202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:18.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:18.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:19.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:19.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:19 smithi187 ceph-mon[111815]: pgmap v15203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:19 smithi088 ceph-mon[96111]: pgmap v15203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:20.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:20.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:21.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:21.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:21.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:21 smithi187 ceph-mon[111815]: pgmap v15204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:21 smithi088 ceph-mon[96111]: pgmap v15204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:22.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:22.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:23.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:23.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:23 smithi187 ceph-mon[111815]: pgmap v15205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:23 smithi088 ceph-mon[96111]: pgmap v15205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:24.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:24.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:25.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:25.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:25.413 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:25 smithi187 ceph-mon[111815]: pgmap v15206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:25 smithi088 ceph-mon[96111]: pgmap v15206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:26.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:26.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:27.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:27.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:27 smithi187 ceph-mon[111815]: pgmap v15207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:27 smithi088 ceph-mon[96111]: pgmap v15207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:28.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:28.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:29.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:29.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:29 smithi187 ceph-mon[111815]: pgmap v15208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:29 smithi088 ceph-mon[96111]: pgmap v15208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:30.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:30.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:31.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:31.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:31 smithi187 ceph-mon[111815]: pgmap v15209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:43:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:31 smithi088 ceph-mon[96111]: pgmap v15209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:43:32.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:32.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:33.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:33.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:33 smithi187 ceph-mon[111815]: pgmap v15210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:33.492 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:33 smithi088 ceph-mon[96111]: pgmap v15210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:34.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:34.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:35.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:35.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:35.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:35 smithi187 ceph-mon[111815]: pgmap v15211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:35.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:43:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:35 smithi088 ceph-mon[96111]: pgmap v15211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:43:36.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:36.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:43:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:43:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:43:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:43:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:43:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:43:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:43:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:43:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:43:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:43:37.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:37.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:37.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:37 smithi187 ceph-mon[111815]: pgmap v15212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:37 smithi088 ceph-mon[96111]: pgmap v15212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:38.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:38.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:39.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:39.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:39.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:39 smithi187 ceph-mon[111815]: pgmap v15213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:39 smithi088 ceph-mon[96111]: pgmap v15213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:40.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:40.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:41.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:41.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:41 smithi088 ceph-mon[96111]: pgmap v15214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:41 smithi187 ceph-mon[111815]: pgmap v15214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:42.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:42.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:43.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:43.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:43 smithi088 ceph-mon[96111]: pgmap v15215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:43 smithi187 ceph-mon[111815]: pgmap v15215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:44.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:44.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:45.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:45.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:45 smithi088 ceph-mon[96111]: pgmap v15216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:45.622 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:45 smithi187 ceph-mon[111815]: pgmap v15216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:46.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:46.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:43:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:43:47.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:47.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:47 smithi088 ceph-mon[96111]: pgmap v15217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:47 smithi187 ceph-mon[111815]: pgmap v15217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:48.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:48.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:49.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:49.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:49 smithi088 ceph-mon[96111]: pgmap v15218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:49 smithi187 ceph-mon[111815]: pgmap v15218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:50.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:50.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:51.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:51.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:51 smithi088 ceph-mon[96111]: pgmap v15219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:51 smithi187 ceph-mon[111815]: pgmap v15219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:52.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:52.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:53.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:53.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:53 smithi088 ceph-mon[96111]: pgmap v15220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:53 smithi187 ceph-mon[111815]: pgmap v15220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:54.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:54.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:55.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:55.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:55 smithi088 ceph-mon[96111]: pgmap v15221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:55 smithi187 ceph-mon[111815]: pgmap v15221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:56.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:56.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:57.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:57.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:57 smithi088 ceph-mon[96111]: pgmap v15222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:57 smithi187 ceph-mon[111815]: pgmap v15222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:43:58.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:58.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:59.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:43:59.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:43:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:43:59 smithi088 ceph-mon[96111]: pgmap v15223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:43:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:43:59 smithi187 ceph-mon[111815]: pgmap v15223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:00.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:00.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:01.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:01.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:01 smithi088 ceph-mon[96111]: pgmap v15224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:44:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:01 smithi187 ceph-mon[111815]: pgmap v15224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:44:02.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:02.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:03.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:03.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:03 smithi088 ceph-mon[96111]: pgmap v15225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:03 smithi187 ceph-mon[111815]: pgmap v15225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:04.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:04.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:05.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:05.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:05 smithi088 ceph-mon[96111]: pgmap v15226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:05 smithi187 ceph-mon[111815]: pgmap v15226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:06.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:06.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:07.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:07.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:07 smithi088 ceph-mon[96111]: pgmap v15227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:07 smithi187 ceph-mon[111815]: pgmap v15227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:08.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:08.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:09.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:09.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:09 smithi088 ceph-mon[96111]: pgmap v15228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:09 smithi187 ceph-mon[111815]: pgmap v15228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:10.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:10.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:11.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:11.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:11.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:11 smithi088 ceph-mon[96111]: pgmap v15229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:11.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:11 smithi187 ceph-mon[111815]: pgmap v15229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:12.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:12.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:13.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:13.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:13.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:13 smithi088 ceph-mon[96111]: pgmap v15230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:13.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:13 smithi187 ceph-mon[111815]: pgmap v15230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:14.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:14.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:15.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:15.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:15 smithi088 ceph-mon[96111]: pgmap v15231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:15 smithi187 ceph-mon[111815]: pgmap v15231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:16.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:16.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:44:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:44:17.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:17.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:17 smithi088 ceph-mon[96111]: pgmap v15232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:17 smithi187 ceph-mon[111815]: pgmap v15232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:18.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:18.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:19.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:19.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:19 smithi088 ceph-mon[96111]: pgmap v15233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:19 smithi187 ceph-mon[111815]: pgmap v15233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:20.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:20.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:21.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:21.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:21 smithi088 ceph-mon[96111]: pgmap v15234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:21.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:21 smithi187 ceph-mon[111815]: pgmap v15234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:22.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:22.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:23.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:23.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:23 smithi088 ceph-mon[96111]: pgmap v15235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:23 smithi187 ceph-mon[111815]: pgmap v15235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:24.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:24.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:25.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:25.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:25 smithi088 ceph-mon[96111]: pgmap v15236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:25.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:25 smithi187 ceph-mon[111815]: pgmap v15236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:26.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:26.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:27.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:27.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:27 smithi088 ceph-mon[96111]: pgmap v15237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:27.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:27 smithi187 ceph-mon[111815]: pgmap v15237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:28.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:28.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:29.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:29.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:29 smithi088 ceph-mon[96111]: pgmap v15238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:29 smithi187 ceph-mon[111815]: pgmap v15238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:30.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:30.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:31.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:31.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:31 smithi187 ceph-mon[111815]: pgmap v15239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:44:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:31 smithi088 ceph-mon[96111]: pgmap v15239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:44:32.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:32.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:33.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:33.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:33 smithi088 ceph-mon[96111]: pgmap v15240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:33 smithi187 ceph-mon[111815]: pgmap v15240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:34.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:34.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:35.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:35.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:35 smithi088 ceph-mon[96111]: pgmap v15241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:44:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:35 smithi187 ceph-mon[111815]: pgmap v15241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:44:36.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:36.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:44:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:44:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:44:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:44:36.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:44:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:44:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:44:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:44:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:44:36.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:44:37.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:37.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:37 smithi088 ceph-mon[96111]: pgmap v15242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:37 smithi187 ceph-mon[111815]: pgmap v15242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:38.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:38.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:39.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:39.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:39 smithi088 ceph-mon[96111]: pgmap v15243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:39.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:39 smithi187 ceph-mon[111815]: pgmap v15243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:40.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:40.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:41.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:41.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:41 smithi187 ceph-mon[111815]: pgmap v15244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:41 smithi088 ceph-mon[96111]: pgmap v15244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:42.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:42.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:43.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:43.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:43 smithi187 ceph-mon[111815]: pgmap v15245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:43 smithi088 ceph-mon[96111]: pgmap v15245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:44.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:44.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:45.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:45.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:45 smithi187 ceph-mon[111815]: pgmap v15246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:45 smithi088 ceph-mon[96111]: pgmap v15246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:46.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:46.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:44:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:44:47.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:47.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:47 smithi187 ceph-mon[111815]: pgmap v15247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:47 smithi088 ceph-mon[96111]: pgmap v15247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:48.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:48.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:49.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:49.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:49 smithi088 ceph-mon[96111]: pgmap v15248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:49 smithi187 ceph-mon[111815]: pgmap v15248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:50.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:50.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:51.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:51.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:51.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:51 smithi187 ceph-mon[111815]: pgmap v15249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:51 smithi088 ceph-mon[96111]: pgmap v15249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:52.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:52.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:53.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:53.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:53 smithi187 ceph-mon[111815]: pgmap v15250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:53.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:53 smithi088 ceph-mon[96111]: pgmap v15250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:54.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:54.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:55.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:55.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:55 smithi187 ceph-mon[111815]: pgmap v15251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:55 smithi088 ceph-mon[96111]: pgmap v15251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:56.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:56.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:57.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:57.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:57 smithi187 ceph-mon[111815]: pgmap v15252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:57 smithi088 ceph-mon[96111]: pgmap v15252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:44:58.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:58.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:59.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:44:59.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:44:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:44:59 smithi187 ceph-mon[111815]: pgmap v15253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:44:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:44:59 smithi088 ceph-mon[96111]: pgmap v15253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:00.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:00.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:01.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:01.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:01 smithi187 ceph-mon[111815]: pgmap v15254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:45:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:01 smithi088 ceph-mon[96111]: pgmap v15254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:45:02.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:02.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:03.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:03.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:03 smithi187 ceph-mon[111815]: pgmap v15255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:03 smithi088 ceph-mon[96111]: pgmap v15255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:04.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:04.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:05.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:05.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:05 smithi187 ceph-mon[111815]: pgmap v15256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:05 smithi088 ceph-mon[96111]: pgmap v15256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:06.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:06.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:07.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:07.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:07 smithi187 ceph-mon[111815]: pgmap v15257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:07 smithi088 ceph-mon[96111]: pgmap v15257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:08.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:08.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:09.427 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:09 smithi088 ceph-mon[96111]: pgmap v15258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:09.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:09.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:09 smithi187 ceph-mon[111815]: pgmap v15258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:10.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:10.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:11.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:11.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:11 smithi187 ceph-mon[111815]: pgmap v15259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:11 smithi088 ceph-mon[96111]: pgmap v15259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:12.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:12.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:13.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:13.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:13 smithi187 ceph-mon[111815]: pgmap v15260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:13 smithi088 ceph-mon[96111]: pgmap v15260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:14.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:14.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:15.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:15.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:15 smithi187 ceph-mon[111815]: pgmap v15261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:15 smithi088 ceph-mon[96111]: pgmap v15261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:16.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:16.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:45:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:45:17.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:17.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:17 smithi187 ceph-mon[111815]: pgmap v15262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:17 smithi088 ceph-mon[96111]: pgmap v15262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:18.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:18.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:19.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:19.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:19 smithi187 ceph-mon[111815]: pgmap v15263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:19.526 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:19 smithi088 ceph-mon[96111]: pgmap v15263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:20.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:20.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:21.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:21.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:21 smithi187 ceph-mon[111815]: pgmap v15264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:21 smithi088 ceph-mon[96111]: pgmap v15264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:22.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:22.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:23.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:23.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:23 smithi187 ceph-mon[111815]: pgmap v15265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:23 smithi088 ceph-mon[96111]: pgmap v15265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:24.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:24.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:25.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:25.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:25 smithi187 ceph-mon[111815]: pgmap v15266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:25 smithi088 ceph-mon[96111]: pgmap v15266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:26.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:26.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:27.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:27.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:27 smithi187 ceph-mon[111815]: pgmap v15267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:27 smithi088 ceph-mon[96111]: pgmap v15267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:28.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:28.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:29 smithi187 ceph-mon[111815]: pgmap v15268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:29.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:29.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:29 smithi088 ceph-mon[96111]: pgmap v15268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:30.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:30.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:31.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:31.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:31 smithi088 ceph-mon[96111]: pgmap v15269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:45:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:31 smithi187 ceph-mon[111815]: pgmap v15269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:45:32.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:32.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:33.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:33.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:33 smithi088 ceph-mon[96111]: pgmap v15270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:33 smithi187 ceph-mon[111815]: pgmap v15270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:34.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:34.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:35.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:35.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:35 smithi088 ceph-mon[96111]: pgmap v15271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:35 smithi187 ceph-mon[111815]: pgmap v15271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:36.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:36.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:45:36.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:45:37.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:37.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:37 smithi088 ceph-mon[96111]: pgmap v15272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:37 smithi187 ceph-mon[111815]: pgmap v15272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:38.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:38.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:39.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:39.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:39 smithi088 ceph-mon[96111]: pgmap v15273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:45:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:45:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:45:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:45:39.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:45:39.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:45:39.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:45:39.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:39 smithi187 ceph-mon[111815]: pgmap v15273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:39.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:45:39.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:45:39.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:45:39.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:45:39.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:45:39.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:45:39.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:45:40.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:40.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:41.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:41.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:41 smithi088 ceph-mon[96111]: pgmap v15274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:41 smithi187 ceph-mon[111815]: pgmap v15274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:42.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:42.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:43.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:43.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:43 smithi088 ceph-mon[96111]: pgmap v15275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:43.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:43 smithi187 ceph-mon[111815]: pgmap v15275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:44.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:44.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:45.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:45.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:45 smithi088 ceph-mon[96111]: pgmap v15276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:45 smithi187 ceph-mon[111815]: pgmap v15276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:46.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:46.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:45:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:45:47.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:47.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:47 smithi088 ceph-mon[96111]: pgmap v15277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:47 smithi187 ceph-mon[111815]: pgmap v15277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:48.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:48.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:49.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:49.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:49 smithi088 ceph-mon[96111]: pgmap v15278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:49 smithi187 ceph-mon[111815]: pgmap v15278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:50.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:50.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:51.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:51.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:51 smithi088 ceph-mon[96111]: pgmap v15279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:51 smithi187 ceph-mon[111815]: pgmap v15279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:52.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:52.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:53.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:53.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:53 smithi088 ceph-mon[96111]: pgmap v15280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:53 smithi187 ceph-mon[111815]: pgmap v15280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:54.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:54.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:55.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:55.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:55 smithi088 ceph-mon[96111]: pgmap v15281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:55.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:55 smithi187 ceph-mon[111815]: pgmap v15281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:56.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:56.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:57.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:57.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:57 smithi088 ceph-mon[96111]: pgmap v15282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:57 smithi187 ceph-mon[111815]: pgmap v15282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:45:58.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:58.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:59.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:45:59.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:45:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:45:59 smithi088 ceph-mon[96111]: pgmap v15283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:45:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:45:59 smithi187 ceph-mon[111815]: pgmap v15283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:00.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:00.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:01.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:01.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:01 smithi088 ceph-mon[96111]: pgmap v15284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:46:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:01 smithi187 ceph-mon[111815]: pgmap v15284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:46:02.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:02.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:03.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:03.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:03 smithi088 ceph-mon[96111]: pgmap v15285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:03 smithi187 ceph-mon[111815]: pgmap v15285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:04.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:04.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:05.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:05.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:05 smithi088 ceph-mon[96111]: pgmap v15286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:05.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:05 smithi187 ceph-mon[111815]: pgmap v15286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:06.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:06.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:07 smithi187 ceph-mon[111815]: pgmap v15287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:07.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:07.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:07 smithi088 ceph-mon[96111]: pgmap v15287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:08.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:08.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:09.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:09.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:09 smithi088 ceph-mon[96111]: pgmap v15288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:09 smithi187 ceph-mon[111815]: pgmap v15288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:10.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:10.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:11.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:11.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:11 smithi088 ceph-mon[96111]: pgmap v15289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:11 smithi187 ceph-mon[111815]: pgmap v15289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:12.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:12.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:13.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:13.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:13 smithi088 ceph-mon[96111]: pgmap v15290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:13 smithi187 ceph-mon[111815]: pgmap v15290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:14.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:14.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:15 smithi088 ceph-mon[96111]: pgmap v15291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:15.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:15.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:15 smithi187 ceph-mon[111815]: pgmap v15291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:16.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:16.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:46:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:46:17.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:17.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:17 smithi088 ceph-mon[96111]: pgmap v15292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:17 smithi187 ceph-mon[111815]: pgmap v15292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:18.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:18.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:19.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:19.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:19 smithi088 ceph-mon[96111]: pgmap v15293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:19 smithi187 ceph-mon[111815]: pgmap v15293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:20.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:20.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:21.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:21.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:21 smithi088 ceph-mon[96111]: pgmap v15294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:21.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:21 smithi187 ceph-mon[111815]: pgmap v15294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:22.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:22.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:23.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:23.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:23 smithi088 ceph-mon[96111]: pgmap v15295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:23 smithi187 ceph-mon[111815]: pgmap v15295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:24.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:24.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:25.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:25.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:25.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:25 smithi088 ceph-mon[96111]: pgmap v15296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:25.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:25 smithi187 ceph-mon[111815]: pgmap v15296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:26.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:26.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:27.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:27.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:27 smithi088 ceph-mon[96111]: pgmap v15297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:27 smithi187 ceph-mon[111815]: pgmap v15297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:28.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:28.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:29.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:29.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:29 smithi088 ceph-mon[96111]: pgmap v15298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:29 smithi187 ceph-mon[111815]: pgmap v15298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:30.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:30.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:31.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:31.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:31 smithi088 ceph-mon[96111]: pgmap v15299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:46:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:31 smithi187 ceph-mon[111815]: pgmap v15299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:46:32.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:32.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:33.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:33.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:33 smithi187 ceph-mon[111815]: pgmap v15300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:33 smithi088 ceph-mon[96111]: pgmap v15300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:34.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:34.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:35.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:35.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:35 smithi088 ceph-mon[96111]: pgmap v15301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:35.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:35 smithi187 ceph-mon[111815]: pgmap v15301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:36.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:36.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:37.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:37.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:37 smithi187 ceph-mon[111815]: pgmap v15302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:37.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:37 smithi088 ceph-mon[96111]: pgmap v15302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:38.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:38.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:39.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:39.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:39 smithi187 ceph-mon[111815]: pgmap v15303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:39.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:46:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:39 smithi088 ceph-mon[96111]: pgmap v15303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:46:40.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:40.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:41.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:41.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:41 smithi187 ceph-mon[111815]: pgmap v15304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:41 smithi088 ceph-mon[96111]: pgmap v15304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:42.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:42.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:43.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:43.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:43 smithi187 ceph-mon[111815]: pgmap v15305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:43 smithi088 ceph-mon[96111]: pgmap v15305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:44.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:44.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:46:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:46:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:44 smithi088 ceph-mon[96111]: pgmap v15306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:45.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:46:45.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:46:45.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:46:45.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:46:45.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:46:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:46:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:46:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:44 smithi187 ceph-mon[111815]: pgmap v15306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:45.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:46:45.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:46:45.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:46:45.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:46:45.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:46:45.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:45.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:46:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:46:46.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:46.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:46 smithi088 ceph-mon[96111]: pgmap v15307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:46 smithi187 ceph-mon[111815]: pgmap v15307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:47.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:47.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:48.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:48.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:49 smithi187 ceph-mon[111815]: pgmap v15308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:49 smithi088 ceph-mon[96111]: pgmap v15308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:49.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:49.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:50.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:50.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:51.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:51 smithi187 ceph-mon[111815]: pgmap v15309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:51 smithi088 ceph-mon[96111]: pgmap v15309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:51.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:51.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:52.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:52.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:53 smithi187 ceph-mon[111815]: pgmap v15310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:53 smithi088 ceph-mon[96111]: pgmap v15310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:53.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:53.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:54.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:54.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:55 smithi187 ceph-mon[111815]: pgmap v15311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:55.473 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:55 smithi088 ceph-mon[96111]: pgmap v15311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:55.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:55.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:56.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:56.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:57 smithi088 ceph-mon[96111]: pgmap v15312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:57.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:57.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:57.627 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:57 smithi187 ceph-mon[111815]: pgmap v15312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:46:58.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:58.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:46:59 smithi088 ceph-mon[96111]: pgmap v15313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:46:59.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:46:59.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:46:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:46:59 smithi187 ceph-mon[111815]: pgmap v15313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:00.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:00.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:01 smithi088 ceph-mon[96111]: pgmap v15314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:47:01.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:01.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:01 smithi187 ceph-mon[111815]: pgmap v15314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:47:02.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:02.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:03 smithi088 ceph-mon[96111]: pgmap v15315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:03.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:03.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:03 smithi187 ceph-mon[111815]: pgmap v15315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:04.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:04.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:05 smithi088 ceph-mon[96111]: pgmap v15316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:05.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:05.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:05 smithi187 ceph-mon[111815]: pgmap v15316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:06.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:06.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:07 smithi088 ceph-mon[96111]: pgmap v15317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:07.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:07.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:07 smithi187 ceph-mon[111815]: pgmap v15317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:08.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:08.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:09 smithi088 ceph-mon[96111]: pgmap v15318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:09.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:09.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:09 smithi187 ceph-mon[111815]: pgmap v15318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:10.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:10.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:11 smithi088 ceph-mon[96111]: pgmap v15319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:11.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:11.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:11 smithi187 ceph-mon[111815]: pgmap v15319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:12.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:12.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:13 smithi088 ceph-mon[96111]: pgmap v15320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:13.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:13.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:13.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:13 smithi187 ceph-mon[111815]: pgmap v15320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:14.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:14.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:15 smithi088 ceph-mon[96111]: pgmap v15321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:15.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:15.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:15 smithi187 ceph-mon[111815]: pgmap v15321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:47:16.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:16.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:47:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:17 smithi088 ceph-mon[96111]: pgmap v15322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:17.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:17.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:17 smithi187 ceph-mon[111815]: pgmap v15322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:18.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:18.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:19 smithi088 ceph-mon[96111]: pgmap v15323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:19.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:19.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:19 smithi187 ceph-mon[111815]: pgmap v15323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:20.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:20.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:21 smithi088 ceph-mon[96111]: pgmap v15324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:21.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:21.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:21 smithi187 ceph-mon[111815]: pgmap v15324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:22.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:22.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:23 smithi088 ceph-mon[96111]: pgmap v15325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:23.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:23.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:23 smithi187 ceph-mon[111815]: pgmap v15325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:24.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:24.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:25 smithi088 ceph-mon[96111]: pgmap v15326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:25.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:25.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:25.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:25 smithi187 ceph-mon[111815]: pgmap v15326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:26.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:26.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:27 smithi088 ceph-mon[96111]: pgmap v15327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:27.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:27.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:27 smithi187 ceph-mon[111815]: pgmap v15327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:28.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:28.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:29 smithi088 ceph-mon[96111]: pgmap v15328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:29.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:29.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:29 smithi187 ceph-mon[111815]: pgmap v15328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:30.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:30.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:31 smithi088 ceph-mon[96111]: pgmap v15329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:47:31.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:31.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:31 smithi187 ceph-mon[111815]: pgmap v15329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:47:32.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:32.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:33 smithi088 ceph-mon[96111]: pgmap v15330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:33.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:33.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:33 smithi187 ceph-mon[111815]: pgmap v15330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:34.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:34.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:35.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:35 smithi088 ceph-mon[96111]: pgmap v15331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:35.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:35.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:35 smithi187 ceph-mon[111815]: pgmap v15331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:36.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:36.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:37 smithi088 ceph-mon[96111]: pgmap v15332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:37.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:37.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:37 smithi187 ceph-mon[111815]: pgmap v15332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:38.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:38.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:39 smithi088 ceph-mon[96111]: pgmap v15333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:39.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:39.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:39.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:39 smithi187 ceph-mon[111815]: pgmap v15333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:40.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:40.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:41 smithi088 ceph-mon[96111]: pgmap v15334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:41.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:41.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:41.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:41 smithi187 ceph-mon[111815]: pgmap v15334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:42.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:42.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:43 smithi187 ceph-mon[111815]: pgmap v15335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:43 smithi088 ceph-mon[96111]: pgmap v15335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:43.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:43.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:47:44.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:44.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:47:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:45 smithi088 ceph-mon[96111]: pgmap v15336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:47:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:47:45.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:47:45.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:47:45.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:47:45.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:45.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:45 smithi187 ceph-mon[111815]: pgmap v15336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:47:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:47:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:47:45.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:47:45.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:47:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:47:46.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:46.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:47:47.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:47 smithi088 ceph-mon[96111]: pgmap v15337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:47.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:47.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:47 smithi187 ceph-mon[111815]: pgmap v15337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:48.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:48.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:49 smithi088 ceph-mon[96111]: pgmap v15338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:49.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:49.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:49 smithi187 ceph-mon[111815]: pgmap v15338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:50.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:50.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:51 smithi088 ceph-mon[96111]: pgmap v15339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:51.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:51.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:51 smithi187 ceph-mon[111815]: pgmap v15339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:52.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:52.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:53 smithi187 ceph-mon[111815]: pgmap v15340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:53 smithi088 ceph-mon[96111]: pgmap v15340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:53.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:53.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:54.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:54.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:55.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:55.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:55 smithi187 ceph-mon[111815]: pgmap v15341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:55 smithi088 ceph-mon[96111]: pgmap v15341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:56.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:56.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:57.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:57.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:57 smithi187 ceph-mon[111815]: pgmap v15342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:57 smithi088 ceph-mon[96111]: pgmap v15342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:47:58.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:58.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:59.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:47:59.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:47:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:47:59 smithi187 ceph-mon[111815]: pgmap v15343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:47:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:47:59 smithi088 ceph-mon[96111]: pgmap v15343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:00.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:00.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:01 smithi088 ceph-mon[96111]: pgmap v15344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:48:01.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:01.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:01 smithi187 ceph-mon[111815]: pgmap v15344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:48:02.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:02.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:03 smithi187 ceph-mon[111815]: pgmap v15345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:03.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:03.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:03 smithi088 ceph-mon[96111]: pgmap v15345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:04.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:04.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:05 smithi187 ceph-mon[111815]: pgmap v15346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:05.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:05.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:05 smithi088 ceph-mon[96111]: pgmap v15346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:06.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:06.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:07 smithi187 ceph-mon[111815]: pgmap v15347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:07.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:07.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:07 smithi088 ceph-mon[96111]: pgmap v15347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:08.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:08.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:09.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:09 smithi187 ceph-mon[111815]: pgmap v15348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:09.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:09.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:09 smithi088 ceph-mon[96111]: pgmap v15348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:10.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:10.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:11 smithi088 ceph-mon[96111]: pgmap v15349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:11 smithi187 ceph-mon[111815]: pgmap v15349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:11.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:11.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:12.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:12.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:13 smithi187 ceph-mon[111815]: pgmap v15350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:13.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:13.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:13 smithi088 ceph-mon[96111]: pgmap v15350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:14.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:14.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:15 smithi187 ceph-mon[111815]: pgmap v15351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:15.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:15.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:15 smithi088 ceph-mon[96111]: pgmap v15351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:48:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:48:16.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:16.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:17 smithi187 ceph-mon[111815]: pgmap v15352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:17.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:17.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:17 smithi088 ceph-mon[96111]: pgmap v15352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:18.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:18.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:19 smithi187 ceph-mon[111815]: pgmap v15353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:19.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:19.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:19 smithi088 ceph-mon[96111]: pgmap v15353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:20.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:20.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:21 smithi088 ceph-mon[96111]: pgmap v15354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:21 smithi187 ceph-mon[111815]: pgmap v15354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:21.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:21.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:22.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:22.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:23 smithi187 ceph-mon[111815]: pgmap v15355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:23.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:23.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:23 smithi088 ceph-mon[96111]: pgmap v15355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:24.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:24.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:25.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:25 smithi187 ceph-mon[111815]: pgmap v15356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:25.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:25.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:25 smithi088 ceph-mon[96111]: pgmap v15356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:26.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:26.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:27 smithi187 ceph-mon[111815]: pgmap v15357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:27.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:27.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:27 smithi088 ceph-mon[96111]: pgmap v15357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:28.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:28.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:29 smithi187 ceph-mon[111815]: pgmap v15358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:29.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:29.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:29 smithi088 ceph-mon[96111]: pgmap v15358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:30.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:30.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:31 smithi187 ceph-mon[111815]: pgmap v15359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:48:31.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:31.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:31 smithi088 ceph-mon[96111]: pgmap v15359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:48:32.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:32.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:33 smithi187 ceph-mon[111815]: pgmap v15360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:33.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:33.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:33.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:33 smithi088 ceph-mon[96111]: pgmap v15360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:34.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:34.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:35 smithi187 ceph-mon[111815]: pgmap v15361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:35.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:35.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:35 smithi088 ceph-mon[96111]: pgmap v15361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:36.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:36.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:37 smithi187 ceph-mon[111815]: pgmap v15362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:37.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:37.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:37 smithi088 ceph-mon[96111]: pgmap v15362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:38.676 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:38 smithi187 ceph-mon[111815]: pgmap v15363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:38.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:38.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:38 smithi088 ceph-mon[96111]: pgmap v15363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:39.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:39.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:40.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:40.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:41 smithi187 ceph-mon[111815]: pgmap v15364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:41.512 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:41 smithi088 ceph-mon[96111]: pgmap v15364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:41.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:41.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:42.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:42.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:43 smithi088 ceph-mon[96111]: pgmap v15365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:43.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:43 smithi187 ceph-mon[111815]: pgmap v15365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:43.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:43.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:44.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:44.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:45 smithi088 ceph-mon[96111]: pgmap v15366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:48:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:48:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:48:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:45 smithi187 ceph-mon[111815]: pgmap v15366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:48:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:48:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:48:45.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:45.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:46.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:48:46.562 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:48:46.562 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:48:46.562 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:48:46.562 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:48:46.563 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:48:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:48:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:48:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:48:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:48:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:48:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:48:46.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:46.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:47 smithi088 ceph-mon[96111]: pgmap v15367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:47 smithi187 ceph-mon[111815]: pgmap v15367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:47.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:47.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:48.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:48.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:49 smithi088 ceph-mon[96111]: pgmap v15368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:49 smithi187 ceph-mon[111815]: pgmap v15368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:49.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:49.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:50.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:50.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:51 smithi088 ceph-mon[96111]: pgmap v15369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:51 smithi187 ceph-mon[111815]: pgmap v15369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:51.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:51.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:52.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:52.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:53 smithi088 ceph-mon[96111]: pgmap v15370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:53 smithi187 ceph-mon[111815]: pgmap v15370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:53.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:53.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:54.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:54.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:55 smithi088 ceph-mon[96111]: pgmap v15371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:55.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:55 smithi187 ceph-mon[111815]: pgmap v15371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:55.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:55.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:56.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:56.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:57 smithi088 ceph-mon[96111]: pgmap v15372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:57 smithi187 ceph-mon[111815]: pgmap v15372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:48:57.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:57.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:58.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:58.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:48:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:48:59 smithi088 ceph-mon[96111]: pgmap v15373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:48:59 smithi187 ceph-mon[111815]: pgmap v15373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:48:59.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:48:59.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:00.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:00.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:01 smithi088 ceph-mon[96111]: pgmap v15374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:49:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:01 smithi187 ceph-mon[111815]: pgmap v15374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:49:01.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:01.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:02.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:02.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:03 smithi088 ceph-mon[96111]: pgmap v15375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:03 smithi187 ceph-mon[111815]: pgmap v15375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:03.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:03.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:04.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:04.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:05 smithi088 ceph-mon[96111]: pgmap v15376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:05 smithi187 ceph-mon[111815]: pgmap v15376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:05.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:05.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:06.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:06.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:07 smithi088 ceph-mon[96111]: pgmap v15377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:07 smithi187 ceph-mon[111815]: pgmap v15377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:07.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:07.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:08.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:08.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:09 smithi088 ceph-mon[96111]: pgmap v15378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:09.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:09 smithi187 ceph-mon[111815]: pgmap v15378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:09.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:09.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:10.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:10.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:11 smithi088 ceph-mon[96111]: pgmap v15379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:11 smithi187 ceph-mon[111815]: pgmap v15379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:11.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:11.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:12.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:12.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:13 smithi088 ceph-mon[96111]: pgmap v15380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:13 smithi187 ceph-mon[111815]: pgmap v15380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:13.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:13.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:14.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:14.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:15 smithi088 ceph-mon[96111]: pgmap v15381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:15 smithi187 ceph-mon[111815]: pgmap v15381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:15.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:15.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:49:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:49:16.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:16.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:17 smithi088 ceph-mon[96111]: pgmap v15382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:17 smithi187 ceph-mon[111815]: pgmap v15382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:17.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:17.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:18.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:18.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:19 smithi187 ceph-mon[111815]: pgmap v15383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:19 smithi088 ceph-mon[96111]: pgmap v15383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:19.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:19.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:20.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:20.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:21 smithi088 ceph-mon[96111]: pgmap v15384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:21 smithi187 ceph-mon[111815]: pgmap v15384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:21.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:21.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:22.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:22.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:23 smithi088 ceph-mon[96111]: pgmap v15385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:23 smithi187 ceph-mon[111815]: pgmap v15385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:23.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:23.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:24.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:24.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:25 smithi088 ceph-mon[96111]: pgmap v15386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:25.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:25 smithi187 ceph-mon[111815]: pgmap v15386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:25.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:25.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:26.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:26.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:27 smithi088 ceph-mon[96111]: pgmap v15387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:27 smithi187 ceph-mon[111815]: pgmap v15387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:27.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:27.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:28.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:28.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:29 smithi187 ceph-mon[111815]: pgmap v15388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:29 smithi088 ceph-mon[96111]: pgmap v15388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:29.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:29.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:30.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:30.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:31 smithi088 ceph-mon[96111]: pgmap v15389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:49:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:31 smithi187 ceph-mon[111815]: pgmap v15389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:49:31.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:31.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:32.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:32.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:33 smithi088 ceph-mon[96111]: pgmap v15390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:33 smithi187 ceph-mon[111815]: pgmap v15390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:33.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:33.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:34.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:34.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:35 smithi088 ceph-mon[96111]: pgmap v15391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:35.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:35 smithi187 ceph-mon[111815]: pgmap v15391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:35.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:35.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:36.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:36.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:37 smithi088 ceph-mon[96111]: pgmap v15392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:37 smithi187 ceph-mon[111815]: pgmap v15392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:37.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:37.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:38.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:38.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:39 smithi088 ceph-mon[96111]: pgmap v15393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:39 smithi187 ceph-mon[111815]: pgmap v15393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:39.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:39.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:40.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:40.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:41 smithi187 ceph-mon[111815]: pgmap v15394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:41.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:41 smithi088 ceph-mon[96111]: pgmap v15394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:41.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:41.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:42.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:42.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:43 smithi187 ceph-mon[111815]: pgmap v15395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:43 smithi088 ceph-mon[96111]: pgmap v15395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:43.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:43.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:44.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:44.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:45.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:45 smithi187 ceph-mon[111815]: pgmap v15396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:45 smithi088 ceph-mon[96111]: pgmap v15396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:45.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:45.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:49:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:49:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:49:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:49:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:49:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:49:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:49:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:49:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:49:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:49:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:49:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:49:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:49:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:49:46.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:46.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:47 smithi088 ceph-mon[96111]: pgmap v15397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:47 smithi187 ceph-mon[111815]: pgmap v15397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:47.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:47.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:48.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:48.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:49 smithi187 ceph-mon[111815]: pgmap v15398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:49 smithi088 ceph-mon[96111]: pgmap v15398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:49.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:49.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:50.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:50.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:51 smithi187 ceph-mon[111815]: pgmap v15399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:51 smithi088 ceph-mon[96111]: pgmap v15399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:51.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:51.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:52.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:52.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:53 smithi187 ceph-mon[111815]: pgmap v15400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:53 smithi088 ceph-mon[96111]: pgmap v15400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:53.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:53.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:54.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:54.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:55 smithi187 ceph-mon[111815]: pgmap v15401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:55 smithi088 ceph-mon[96111]: pgmap v15401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:55.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:55.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:56.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:56.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:57 smithi088 ceph-mon[96111]: pgmap v15402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:57 smithi187 ceph-mon[111815]: pgmap v15402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:49:57.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:57.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:58.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:58.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:49:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:49:59 smithi187 ceph-mon[111815]: pgmap v15403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:49:59 smithi088 ceph-mon[96111]: pgmap v15403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:49:59.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:49:59.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T07:50:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T07:50:00.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:00.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:01 smithi187 ceph-mon[111815]: pgmap v15404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:50:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:01 smithi088 ceph-mon[96111]: pgmap v15404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:50:01.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:01.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:02.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:02.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:03 smithi187 ceph-mon[111815]: pgmap v15405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:03 smithi088 ceph-mon[96111]: pgmap v15405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:03.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:03.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:04.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:04.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:05 smithi187 ceph-mon[111815]: pgmap v15406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:05 smithi088 ceph-mon[96111]: pgmap v15406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:05.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:05.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:06.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:06.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:07 smithi187 ceph-mon[111815]: pgmap v15407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:07 smithi088 ceph-mon[96111]: pgmap v15407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:07.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:07.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:08.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:08.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:09 smithi187 ceph-mon[111815]: pgmap v15408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:09.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:09 smithi088 ceph-mon[96111]: pgmap v15408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:09.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:09.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:10.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:10.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:11.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:11 smithi187 ceph-mon[111815]: pgmap v15409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:11 smithi088 ceph-mon[96111]: pgmap v15409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:11.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:11.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:12.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:12.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:13 smithi187 ceph-mon[111815]: pgmap v15410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:13 smithi088 ceph-mon[96111]: pgmap v15410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:13.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:13.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:14.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:14.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:15 smithi187 ceph-mon[111815]: pgmap v15411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:15 smithi088 ceph-mon[96111]: pgmap v15411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:15.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:15.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:50:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:50:16.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:16.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:17 smithi187 ceph-mon[111815]: pgmap v15412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:17 smithi088 ceph-mon[96111]: pgmap v15412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:17.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:17.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:18.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:18.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:19 smithi187 ceph-mon[111815]: pgmap v15413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:19 smithi088 ceph-mon[96111]: pgmap v15413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:19.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:19.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:20.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:20.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:21 smithi187 ceph-mon[111815]: pgmap v15414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:21.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:21 smithi088 ceph-mon[96111]: pgmap v15414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:21.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:21.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:22.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:22.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:23 smithi187 ceph-mon[111815]: pgmap v15415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:23 smithi088 ceph-mon[96111]: pgmap v15415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:23.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:23.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:24.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:24.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:25.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:25 smithi187 ceph-mon[111815]: pgmap v15416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:25 smithi088 ceph-mon[96111]: pgmap v15416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:25.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:25.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:26 smithi187 ceph-mon[111815]: pgmap v15417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:26 smithi088 ceph-mon[96111]: pgmap v15417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:26.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:26.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:27.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:27.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:28.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:28.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:29 smithi088 ceph-mon[96111]: pgmap v15418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:29 smithi187 ceph-mon[111815]: pgmap v15418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:29.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:29.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:30.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:30.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:31 smithi088 ceph-mon[96111]: pgmap v15419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:50:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:31 smithi187 ceph-mon[111815]: pgmap v15419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:50:31.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:31.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:32.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:32.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:33 smithi088 ceph-mon[96111]: pgmap v15420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:33 smithi187 ceph-mon[111815]: pgmap v15420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:33.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:33.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:34.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:34.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:35.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:35 smithi088 ceph-mon[96111]: pgmap v15421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:35 smithi187 ceph-mon[111815]: pgmap v15421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:35.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:35.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:36.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:36.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:37 smithi088 ceph-mon[96111]: pgmap v15422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:37 smithi187 ceph-mon[111815]: pgmap v15422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:37.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:37.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:38.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:38.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:39 smithi088 ceph-mon[96111]: pgmap v15423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:39 smithi187 ceph-mon[111815]: pgmap v15423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:39.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:39.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:40.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:40.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:41.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:41 smithi088 ceph-mon[96111]: pgmap v15424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:41 smithi187 ceph-mon[111815]: pgmap v15424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:41.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:41.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:42.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:42.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:43 smithi088 ceph-mon[96111]: pgmap v15425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:43 smithi187 ceph-mon[111815]: pgmap v15425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:43.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:43.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:44.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:44.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:45 smithi088 ceph-mon[96111]: pgmap v15426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:45 smithi187 ceph-mon[111815]: pgmap v15426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:45.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:45.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:50:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:50:46.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:46.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:47 smithi088 ceph-mon[96111]: pgmap v15427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:50:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:50:47.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:50:47.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:50:47.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:50:47.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:50:47.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:50:47.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:50:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:47 smithi187 ceph-mon[111815]: pgmap v15427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:50:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:50:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:50:47.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:50:47.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:50:47.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:50:47.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:50:47.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:50:47.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:47.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:48.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:48.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:49 smithi088 ceph-mon[96111]: pgmap v15428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:49 smithi187 ceph-mon[111815]: pgmap v15428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:49.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:49.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:50.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:50.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:51 smithi088 ceph-mon[96111]: pgmap v15429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:51 smithi187 ceph-mon[111815]: pgmap v15429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:51.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:51.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:52.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:52.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:53 smithi088 ceph-mon[96111]: pgmap v15430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:53 smithi187 ceph-mon[111815]: pgmap v15430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:53.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:53.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:54.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:54.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:55 smithi187 ceph-mon[111815]: pgmap v15431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:55 smithi088 ceph-mon[96111]: pgmap v15431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:55.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:55.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:56.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:56.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:57.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:57 smithi088 ceph-mon[96111]: pgmap v15432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:57 smithi187 ceph-mon[111815]: pgmap v15432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:50:57.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:57.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:58.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:50:59.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:50:59.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:50:59 smithi088 ceph-mon[96111]: pgmap v15433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:50:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:50:59 smithi187 ceph-mon[111815]: pgmap v15433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:00.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:00.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:01.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:01.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:01 smithi088 ceph-mon[96111]: pgmap v15434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:51:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:01 smithi187 ceph-mon[111815]: pgmap v15434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:51:02.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:02.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:03.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:03.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:03 smithi088 ceph-mon[96111]: pgmap v15435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:03 smithi187 ceph-mon[111815]: pgmap v15435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:04.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:04.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:05.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:05.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:05.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:05 smithi187 ceph-mon[111815]: pgmap v15436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:05 smithi088 ceph-mon[96111]: pgmap v15436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:06.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:06.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:07.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:07.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:07 smithi088 ceph-mon[96111]: pgmap v15437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:07 smithi187 ceph-mon[111815]: pgmap v15437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:08.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:08.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:09.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:09.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:09.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:09 smithi088 ceph-mon[96111]: pgmap v15438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:09 smithi187 ceph-mon[111815]: pgmap v15438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:10.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:10.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:11.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:11.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:11 smithi088 ceph-mon[96111]: pgmap v15439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:11.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:11 smithi187 ceph-mon[111815]: pgmap v15439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:12.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:12.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:13.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:13.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:13 smithi088 ceph-mon[96111]: pgmap v15440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:13.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:13 smithi187 ceph-mon[111815]: pgmap v15440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:14.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:14.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:15.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:15.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:15 smithi088 ceph-mon[96111]: pgmap v15441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:15 smithi187 ceph-mon[111815]: pgmap v15441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:16.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:16.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:51:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:51:17.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:17.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:17 smithi187 ceph-mon[111815]: pgmap v15442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:17 smithi088 ceph-mon[96111]: pgmap v15442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:18.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:18.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:19.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:19.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:19 smithi187 ceph-mon[111815]: pgmap v15443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:19 smithi088 ceph-mon[96111]: pgmap v15443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:20.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:20.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:21.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:21.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:21 smithi187 ceph-mon[111815]: pgmap v15444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:21.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:21 smithi088 ceph-mon[96111]: pgmap v15444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:22.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:22.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:23.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:23.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:23 smithi187 ceph-mon[111815]: pgmap v15445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:23 smithi088 ceph-mon[96111]: pgmap v15445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:24.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:24.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:25.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:25.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:25.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:25 smithi187 ceph-mon[111815]: pgmap v15446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:25 smithi088 ceph-mon[96111]: pgmap v15446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:26.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:26.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:27.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:27.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:27 smithi187 ceph-mon[111815]: pgmap v15447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:27 smithi088 ceph-mon[96111]: pgmap v15447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:28.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:28.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:29.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:29.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:29 smithi187 ceph-mon[111815]: pgmap v15448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:29 smithi088 ceph-mon[96111]: pgmap v15448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:30.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:30.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:31.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:31.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:31 smithi187 ceph-mon[111815]: pgmap v15449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:51:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:31 smithi088 ceph-mon[96111]: pgmap v15449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:51:32.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:32.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:33.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:33.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:33 smithi088 ceph-mon[96111]: pgmap v15450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:33 smithi187 ceph-mon[111815]: pgmap v15450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:34.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:34.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:35.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:35.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:35 smithi187 ceph-mon[111815]: pgmap v15451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:35 smithi088 ceph-mon[96111]: pgmap v15451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:36.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:36.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:37.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:37.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:37 smithi187 ceph-mon[111815]: pgmap v15452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:37.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:37 smithi088 ceph-mon[96111]: pgmap v15452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:38.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:38.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:39.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:39.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:39 smithi187 ceph-mon[111815]: pgmap v15453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:39 smithi088 ceph-mon[96111]: pgmap v15453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:40.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:40.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:41.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:41.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:41 smithi187 ceph-mon[111815]: pgmap v15454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:41.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:41 smithi088 ceph-mon[96111]: pgmap v15454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:42.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:42.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:43.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:43.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:43 smithi088 ceph-mon[96111]: pgmap v15455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:43 smithi187 ceph-mon[111815]: pgmap v15455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:44.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:44.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:45.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:45.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:45 smithi187 ceph-mon[111815]: pgmap v15456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:45 smithi088 ceph-mon[96111]: pgmap v15456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:46.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:46.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:51:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:51:47.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:47.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:47 smithi187 ceph-mon[111815]: pgmap v15457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:51:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:47 smithi088 ceph-mon[96111]: pgmap v15457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:51:48.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:48.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:51:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:51:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:51:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:51:48.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:51:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:51:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:51:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:51:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:51:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:51:49.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:49.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:49 smithi187 ceph-mon[111815]: pgmap v15458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:49 smithi088 ceph-mon[96111]: pgmap v15458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:50.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:50.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:51.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:51.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:51 smithi187 ceph-mon[111815]: pgmap v15459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:51 smithi088 ceph-mon[96111]: pgmap v15459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:52.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:52.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:53.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:53.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:53 smithi187 ceph-mon[111815]: pgmap v15460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:53 smithi088 ceph-mon[96111]: pgmap v15460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:54.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:54.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:55.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:55.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:55 smithi187 ceph-mon[111815]: pgmap v15461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:55 smithi088 ceph-mon[96111]: pgmap v15461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:56.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:56.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:57.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:57.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:57 smithi187 ceph-mon[111815]: pgmap v15462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:57 smithi088 ceph-mon[96111]: pgmap v15462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:51:58.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:58.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:59.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:51:59.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:51:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:51:59 smithi187 ceph-mon[111815]: pgmap v15463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:51:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:51:59 smithi088 ceph-mon[96111]: pgmap v15463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:00.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:00.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:01.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:01.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:01 smithi187 ceph-mon[111815]: pgmap v15464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:52:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:01 smithi088 ceph-mon[96111]: pgmap v15464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:52:02.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:02.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:03.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:03.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:03 smithi187 ceph-mon[111815]: pgmap v15465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:03 smithi088 ceph-mon[96111]: pgmap v15465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:04.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:04.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:05.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:05.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:05 smithi187 ceph-mon[111815]: pgmap v15466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:05 smithi088 ceph-mon[96111]: pgmap v15466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:06.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:06.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:07.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:07.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:07 smithi187 ceph-mon[111815]: pgmap v15467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:07 smithi088 ceph-mon[96111]: pgmap v15467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:08.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:08.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:09.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:09.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:09.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:09 smithi187 ceph-mon[111815]: pgmap v15468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:09.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:09 smithi088 ceph-mon[96111]: pgmap v15468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:10.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:10.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:11.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:11.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:11 smithi187 ceph-mon[111815]: pgmap v15469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:11 smithi088 ceph-mon[96111]: pgmap v15469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:12.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:12.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:13.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:13.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:13 smithi187 ceph-mon[111815]: pgmap v15470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:13 smithi088 ceph-mon[96111]: pgmap v15470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:14.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:14.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:15.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:15.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:15 smithi187 ceph-mon[111815]: pgmap v15471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:15 smithi088 ceph-mon[96111]: pgmap v15471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:16.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:16.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:52:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:52:17.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:17.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:17 smithi187 ceph-mon[111815]: pgmap v15472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:17 smithi088 ceph-mon[96111]: pgmap v15472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:18.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:18.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:18 smithi187 ceph-mon[111815]: pgmap v15473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:18 smithi088 ceph-mon[96111]: pgmap v15473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:19.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:19.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:20.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:20.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:21.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:21.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:21 smithi088 ceph-mon[96111]: pgmap v15474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:21 smithi187 ceph-mon[111815]: pgmap v15474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:22.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:22.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:23.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:23.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:23 smithi088 ceph-mon[96111]: pgmap v15475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:23 smithi187 ceph-mon[111815]: pgmap v15475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:24.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:24.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:25.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:25.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:25.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:25 smithi088 ceph-mon[96111]: pgmap v15476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:25 smithi187 ceph-mon[111815]: pgmap v15476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:26.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:26.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:27.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:27.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:27 smithi088 ceph-mon[96111]: pgmap v15477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:27.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:27 smithi187 ceph-mon[111815]: pgmap v15477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:28.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:28.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:29.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:29.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:29 smithi088 ceph-mon[96111]: pgmap v15478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:29 smithi187 ceph-mon[111815]: pgmap v15478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:30.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:30.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:31.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:31.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:31 smithi187 ceph-mon[111815]: pgmap v15479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:31.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:52:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:31 smithi088 ceph-mon[96111]: pgmap v15479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:52:32.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:32.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:33.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:33.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:33.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:33 smithi088 ceph-mon[96111]: pgmap v15480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:33 smithi187 ceph-mon[111815]: pgmap v15480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:34.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:34.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:35.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:35.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:35.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:35 smithi088 ceph-mon[96111]: pgmap v15481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:35 smithi187 ceph-mon[111815]: pgmap v15481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:36.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:36.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:37.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:37.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:37 smithi088 ceph-mon[96111]: pgmap v15482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:37 smithi187 ceph-mon[111815]: pgmap v15482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:38.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:38.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:39.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:39.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:39 smithi088 ceph-mon[96111]: pgmap v15483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:39 smithi187 ceph-mon[111815]: pgmap v15483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:40.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:40.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:41.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:41.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:41 smithi187 ceph-mon[111815]: pgmap v15484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:41 smithi088 ceph-mon[96111]: pgmap v15484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:42.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:42.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:43.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:43.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:43.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:43 smithi088 ceph-mon[96111]: pgmap v15485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:43 smithi187 ceph-mon[111815]: pgmap v15485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:44.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:44.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:45.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:45.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:45 smithi088 ceph-mon[96111]: pgmap v15486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:45 smithi187 ceph-mon[111815]: pgmap v15486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:46.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:46.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:52:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:52:47.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:47.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:47.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:47 smithi088 ceph-mon[96111]: pgmap v15487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:47 smithi187 ceph-mon[111815]: pgmap v15487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:48.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:48.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:52:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:52:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:52:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:52:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:52:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:52:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:52:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:52:48.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:52:48.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:52:48.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:52:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:52:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:52:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:52:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:52:48.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T07:52:48.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:52:48.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:52:48.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:52:48.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:52:48.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:52:48.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:52:49.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:49.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:49 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1477M 2023-10-13T07:52:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:49 smithi088 ceph-mon[96111]: pgmap v15488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:49 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1477M 2023-10-13T07:52:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:49 smithi187 ceph-mon[111815]: pgmap v15488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:50.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:50.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:51.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:51.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:51.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:51 smithi088 ceph-mon[96111]: pgmap v15489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:51 smithi187 ceph-mon[111815]: pgmap v15489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:52.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:52.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:53.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:53.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:53 smithi088 ceph-mon[96111]: pgmap v15490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:53 smithi187 ceph-mon[111815]: pgmap v15490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:54.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:54.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:55.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:55.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:55 smithi088 ceph-mon[96111]: pgmap v15491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:55 smithi187 ceph-mon[111815]: pgmap v15491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:56.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:56.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:57.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:57.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:57 smithi187 ceph-mon[111815]: pgmap v15492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:57 smithi088 ceph-mon[96111]: pgmap v15492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:52:58.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:58.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:59.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:52:59.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:52:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:52:59 smithi187 ceph-mon[111815]: pgmap v15493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:52:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:52:59 smithi088 ceph-mon[96111]: pgmap v15493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:00.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:00.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:01.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:01.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:01 smithi187 ceph-mon[111815]: pgmap v15494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:53:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:01 smithi088 ceph-mon[96111]: pgmap v15494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:53:02.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:02.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:03.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:03.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:03 smithi187 ceph-mon[111815]: pgmap v15495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:03 smithi088 ceph-mon[96111]: pgmap v15495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:04.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:04.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:05.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:05.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:05 smithi187 ceph-mon[111815]: pgmap v15496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:05 smithi088 ceph-mon[96111]: pgmap v15496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:06.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:06.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:07.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:07.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:07 smithi187 ceph-mon[111815]: pgmap v15497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:07 smithi088 ceph-mon[96111]: pgmap v15497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:08.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:08.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:09.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:09.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:09 smithi088 ceph-mon[96111]: pgmap v15498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:09 smithi187 ceph-mon[111815]: pgmap v15498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:10.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:10.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:11.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:11.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:11 smithi187 ceph-mon[111815]: pgmap v15499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:11 smithi088 ceph-mon[96111]: pgmap v15499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:12.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:12.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:13.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:13.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:13.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:13 smithi187 ceph-mon[111815]: pgmap v15500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:13 smithi088 ceph-mon[96111]: pgmap v15500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:14.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:14.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:15.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:15.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:15.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:15 smithi187 ceph-mon[111815]: pgmap v15501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:15 smithi088 ceph-mon[96111]: pgmap v15501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:16.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:16.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:53:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:53:17.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:17.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:17 smithi187 ceph-mon[111815]: pgmap v15502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:17 smithi088 ceph-mon[96111]: pgmap v15502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:18.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:18.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:19.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:19.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:19 smithi088 ceph-mon[96111]: pgmap v15503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:19 smithi187 ceph-mon[111815]: pgmap v15503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:20.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:20.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:21.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:21.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:21.623 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:21 smithi187 ceph-mon[111815]: pgmap v15504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:21.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:21 smithi088 ceph-mon[96111]: pgmap v15504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:22.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:22.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:23.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:23.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:23 smithi187 ceph-mon[111815]: pgmap v15505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:23 smithi088 ceph-mon[96111]: pgmap v15505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:24.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:24.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:25.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:25.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:25 smithi187 ceph-mon[111815]: pgmap v15506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:25 smithi088 ceph-mon[96111]: pgmap v15506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:26.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:26.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:27.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:27.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:27 smithi187 ceph-mon[111815]: pgmap v15507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:27 smithi088 ceph-mon[96111]: pgmap v15507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:28.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:28.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:29.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:29.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:29.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:29 smithi088 ceph-mon[96111]: pgmap v15508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:29 smithi187 ceph-mon[111815]: pgmap v15508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:30.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:30.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:31.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:31.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:31 smithi187 ceph-mon[111815]: pgmap v15509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:53:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:31 smithi088 ceph-mon[96111]: pgmap v15509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:53:32.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:32.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:33.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:33.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:33 smithi187 ceph-mon[111815]: pgmap v15510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:33 smithi088 ceph-mon[96111]: pgmap v15510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:34.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:34.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:35.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:35.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:35 smithi187 ceph-mon[111815]: pgmap v15511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:35 smithi088 ceph-mon[96111]: pgmap v15511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:36.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:36.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:37.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:37.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:37 smithi187 ceph-mon[111815]: pgmap v15512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:37 smithi088 ceph-mon[96111]: pgmap v15512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:38.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:38.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:39.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:39.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:39 smithi187 ceph-mon[111815]: pgmap v15513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:39 smithi088 ceph-mon[96111]: pgmap v15513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:40.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:40.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:41.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:41.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:41 smithi187 ceph-mon[111815]: pgmap v15514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:41.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:41 smithi088 ceph-mon[96111]: pgmap v15514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:42.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:42.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:43.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:43.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:43 smithi187 ceph-mon[111815]: pgmap v15515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:43 smithi088 ceph-mon[96111]: pgmap v15515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:44.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:44.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:45.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:45.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:45 smithi187 ceph-mon[111815]: pgmap v15516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:45 smithi088 ceph-mon[96111]: pgmap v15516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:46.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:46.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:53:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:53:47.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:47.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:47.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:47 smithi187 ceph-mon[111815]: pgmap v15517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:47 smithi088 ceph-mon[96111]: pgmap v15517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:48.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:48.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:53:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:53:49.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:49.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:49 smithi187 ceph-mon[111815]: pgmap v15518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:53:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:53:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:53:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:53:49.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:53:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:49 smithi088 ceph-mon[96111]: pgmap v15518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:53:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:53:49.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:53:49.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:53:49.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:53:50.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:50.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:51.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:51.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:51 smithi187 ceph-mon[111815]: pgmap v15519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:51 smithi088 ceph-mon[96111]: pgmap v15519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:52.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:52.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:53.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:53.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:53 smithi187 ceph-mon[111815]: pgmap v15520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:53 smithi088 ceph-mon[96111]: pgmap v15520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:54.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:54.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:55.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:55.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:55 smithi187 ceph-mon[111815]: pgmap v15521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:55 smithi088 ceph-mon[96111]: pgmap v15521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:53:56.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:56.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:57.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:57.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:57 smithi187 ceph-mon[111815]: pgmap v15522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:57 smithi088 ceph-mon[96111]: pgmap v15522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:58.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:58.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:59.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:53:59.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:53:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:53:59 smithi187 ceph-mon[111815]: pgmap v15523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:53:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:53:59 smithi088 ceph-mon[96111]: pgmap v15523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:00.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:00.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:01.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:01.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:01 smithi187 ceph-mon[111815]: pgmap v15524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:54:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:01 smithi088 ceph-mon[96111]: pgmap v15524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:54:02.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:02.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:03.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:03.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:03 smithi187 ceph-mon[111815]: pgmap v15525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:03 smithi088 ceph-mon[96111]: pgmap v15525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:04.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:04.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:05.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:05.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:05 smithi187 ceph-mon[111815]: pgmap v15526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:05 smithi088 ceph-mon[96111]: pgmap v15526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:06.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:06.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:06 smithi088 ceph-mon[96111]: pgmap v15527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:06 smithi187 ceph-mon[111815]: pgmap v15527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:07.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:07.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:08.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:08.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:09.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:09.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:09.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:09 smithi088 ceph-mon[96111]: pgmap v15528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:09 smithi187 ceph-mon[111815]: pgmap v15528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:10.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:10.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:11.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:11.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:11.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:11 smithi088 ceph-mon[96111]: pgmap v15529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:11 smithi187 ceph-mon[111815]: pgmap v15529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:12.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:12.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:13.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:13.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:13 smithi088 ceph-mon[96111]: pgmap v15530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:13 smithi187 ceph-mon[111815]: pgmap v15530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:14.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:14.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:15.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:15.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:15.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:15 smithi088 ceph-mon[96111]: pgmap v15531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:15 smithi187 ceph-mon[111815]: pgmap v15531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:16.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:16.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:54:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:54:17.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:17.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:17 smithi187 ceph-mon[111815]: pgmap v15532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:17.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:17 smithi088 ceph-mon[96111]: pgmap v15532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:18.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:18.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:19.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:19.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:19.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:19 smithi088 ceph-mon[96111]: pgmap v15533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:19 smithi187 ceph-mon[111815]: pgmap v15533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:20.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:20.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:21.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:21.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:21 smithi088 ceph-mon[96111]: pgmap v15534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:21 smithi187 ceph-mon[111815]: pgmap v15534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:22.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:22.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:23.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:23.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:23 smithi088 ceph-mon[96111]: pgmap v15535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:23 smithi187 ceph-mon[111815]: pgmap v15535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:24.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:24.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:25.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:25.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:25 smithi187 ceph-mon[111815]: pgmap v15536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:25 smithi088 ceph-mon[96111]: pgmap v15536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:26.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:26.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:27.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:27.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:27 smithi187 ceph-mon[111815]: pgmap v15537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:27 smithi088 ceph-mon[96111]: pgmap v15537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:28.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:28.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:29.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:29.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:29 smithi187 ceph-mon[111815]: pgmap v15538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:29 smithi088 ceph-mon[96111]: pgmap v15538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:30.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:30.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:31.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:31.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:31 smithi187 ceph-mon[111815]: pgmap v15539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:54:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:31 smithi088 ceph-mon[96111]: pgmap v15539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:54:32.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:32.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:33.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:33.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:33 smithi187 ceph-mon[111815]: pgmap v15540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:33 smithi088 ceph-mon[96111]: pgmap v15540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:34.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:34.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:35.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:35.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:35 smithi187 ceph-mon[111815]: pgmap v15541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:35 smithi088 ceph-mon[96111]: pgmap v15541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:36.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:36.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:37.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:37.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:37 smithi187 ceph-mon[111815]: pgmap v15542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:37.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:37 smithi088 ceph-mon[96111]: pgmap v15542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:38.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:38.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:39.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:39.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:39 smithi187 ceph-mon[111815]: pgmap v15543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:39 smithi088 ceph-mon[96111]: pgmap v15543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:40.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:40.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:41.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:41.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:41 smithi187 ceph-mon[111815]: pgmap v15544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:41 smithi088 ceph-mon[96111]: pgmap v15544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:42.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:42.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:43.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:43.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:43 smithi187 ceph-mon[111815]: pgmap v15545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:43 smithi088 ceph-mon[96111]: pgmap v15545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:44.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:44.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:45.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:45.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:45 smithi187 ceph-mon[111815]: pgmap v15546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:45 smithi088 ceph-mon[96111]: pgmap v15546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:46.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:46.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:54:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:54:47.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:47.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:47 smithi187 ceph-mon[111815]: pgmap v15547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:47 smithi088 ceph-mon[96111]: pgmap v15547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:48.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:48.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:49.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:49.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:49 smithi187 ceph-mon[111815]: pgmap v15548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:54:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:54:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:54:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:54:49.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:54:49.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:54:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:49 smithi088 ceph-mon[96111]: pgmap v15548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:54:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:54:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:54:49.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:54:49.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:54:49.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:54:50.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:50.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:51.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:51.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:51 smithi187 ceph-mon[111815]: pgmap v15549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:51 smithi088 ceph-mon[96111]: pgmap v15549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:52.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:52.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:53.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:53.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:53 smithi187 ceph-mon[111815]: pgmap v15550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:53 smithi088 ceph-mon[96111]: pgmap v15550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:54.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:54.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:55.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:55.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:55 smithi088 ceph-mon[96111]: pgmap v15551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:55 smithi187 ceph-mon[111815]: pgmap v15551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:54:56.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:56.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:57.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:57.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:57 smithi187 ceph-mon[111815]: pgmap v15552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:57 smithi088 ceph-mon[96111]: pgmap v15552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:58.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:58.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:59.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:54:59.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:54:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:54:59 smithi187 ceph-mon[111815]: pgmap v15553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:54:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:54:59 smithi088 ceph-mon[96111]: pgmap v15553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:00.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:00.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:01.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:01.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:01 smithi187 ceph-mon[111815]: pgmap v15554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:55:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:01 smithi088 ceph-mon[96111]: pgmap v15554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:55:02.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:02.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:03.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:03.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:03 smithi187 ceph-mon[111815]: pgmap v15555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:03 smithi088 ceph-mon[96111]: pgmap v15555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:04.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:04.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:05.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:05.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:05.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:05 smithi088 ceph-mon[96111]: pgmap v15556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:05 smithi187 ceph-mon[111815]: pgmap v15556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:06.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:06.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:07.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:07.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:07 smithi187 ceph-mon[111815]: pgmap v15557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:07 smithi088 ceph-mon[96111]: pgmap v15557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:08.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:08.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:09.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:09.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:09 smithi187 ceph-mon[111815]: pgmap v15558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:09 smithi088 ceph-mon[96111]: pgmap v15558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:10.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:10.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:11.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:11.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:11 smithi187 ceph-mon[111815]: pgmap v15559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:11 smithi088 ceph-mon[96111]: pgmap v15559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:12.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:12.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:13.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:13.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:13 smithi187 ceph-mon[111815]: pgmap v15560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:13 smithi088 ceph-mon[96111]: pgmap v15560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:14.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:14.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:15.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:15.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:15 smithi187 ceph-mon[111815]: pgmap v15561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:15 smithi088 ceph-mon[96111]: pgmap v15561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:16.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:16.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:55:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:55:17.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:17.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:17 smithi187 ceph-mon[111815]: pgmap v15562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:17 smithi088 ceph-mon[96111]: pgmap v15562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:18.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:18.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:19.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:19.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:19 smithi187 ceph-mon[111815]: pgmap v15563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:19 smithi088 ceph-mon[96111]: pgmap v15563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:20.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:20.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:21.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:21.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:21 smithi187 ceph-mon[111815]: pgmap v15564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:21 smithi088 ceph-mon[96111]: pgmap v15564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:22.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:22.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:23.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:23.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:23 smithi187 ceph-mon[111815]: pgmap v15565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:23 smithi088 ceph-mon[96111]: pgmap v15565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:24.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:24.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:25.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:25.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:25 smithi187 ceph-mon[111815]: pgmap v15566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:25 smithi088 ceph-mon[96111]: pgmap v15566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:26.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:26.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:27.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:27.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:27 smithi187 ceph-mon[111815]: pgmap v15567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:27 smithi088 ceph-mon[96111]: pgmap v15567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:28.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:28.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:29.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:29.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:29 smithi187 ceph-mon[111815]: pgmap v15568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:29 smithi088 ceph-mon[96111]: pgmap v15568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:30.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:30.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:31.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:31.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:31 smithi187 ceph-mon[111815]: pgmap v15569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:55:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:31 smithi088 ceph-mon[96111]: pgmap v15569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:55:32.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:32.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:33.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:33.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:33 smithi187 ceph-mon[111815]: pgmap v15570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:33 smithi088 ceph-mon[96111]: pgmap v15570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:34.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:34.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:35.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:35.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:35 smithi187 ceph-mon[111815]: pgmap v15571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:35 smithi088 ceph-mon[96111]: pgmap v15571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:36.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:36.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:37.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:37.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:37 smithi187 ceph-mon[111815]: pgmap v15572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:37 smithi088 ceph-mon[96111]: pgmap v15572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:38.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:38.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:39.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:39.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:39 smithi187 ceph-mon[111815]: pgmap v15573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:39 smithi088 ceph-mon[96111]: pgmap v15573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:40.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:40.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:41.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:41.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:41 smithi187 ceph-mon[111815]: pgmap v15574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:41 smithi088 ceph-mon[96111]: pgmap v15574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:42.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:42.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:43.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:43.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:43 smithi187 ceph-mon[111815]: pgmap v15575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:43 smithi088 ceph-mon[96111]: pgmap v15575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:44.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:44.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:45.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:45.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:45 smithi088 ceph-mon[96111]: pgmap v15576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:45 smithi187 ceph-mon[111815]: pgmap v15576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:46.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:46.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:55:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:55:47.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:47.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:47 smithi187 ceph-mon[111815]: pgmap v15577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:47 smithi088 ceph-mon[96111]: pgmap v15577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:48.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:48.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:49.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:49.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:49 smithi187 ceph-mon[111815]: pgmap v15578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:55:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:49 smithi088 ceph-mon[96111]: pgmap v15578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:55:50.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:50.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:51.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:51.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:51 smithi187 ceph-mon[111815]: pgmap v15579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:51 smithi088 ceph-mon[96111]: pgmap v15579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:52.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:52.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:55:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:55:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:53 smithi187 ceph-mon[111815]: pgmap v15580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:55:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:55:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:55:53.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:55:53.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:55:53.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:53.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:55:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:55:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:53 smithi088 ceph-mon[96111]: pgmap v15580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:55:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:55:53.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:55:53.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:55:53.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:55:54.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:54.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:55.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:55.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:55.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:55 smithi088 ceph-mon[96111]: pgmap v15581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:55 smithi187 ceph-mon[111815]: pgmap v15581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:55:56.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:56.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:57.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:57.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:57 smithi088 ceph-mon[96111]: pgmap v15582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:57 smithi187 ceph-mon[111815]: pgmap v15582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:58.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:58.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:59.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:55:59.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:55:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:55:59 smithi187 ceph-mon[111815]: pgmap v15583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:55:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:55:59 smithi088 ceph-mon[96111]: pgmap v15583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:00.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:00.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:01.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:01.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:01 smithi187 ceph-mon[111815]: pgmap v15584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:56:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:01 smithi088 ceph-mon[96111]: pgmap v15584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:56:02.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:02.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:03.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:03.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:03 smithi187 ceph-mon[111815]: pgmap v15585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:03 smithi088 ceph-mon[96111]: pgmap v15585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:04.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:04.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:05.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:05.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:05 smithi187 ceph-mon[111815]: pgmap v15586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:05 smithi088 ceph-mon[96111]: pgmap v15586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:06.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:06.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:07.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:07.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:07 smithi187 ceph-mon[111815]: pgmap v15587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:07 smithi088 ceph-mon[96111]: pgmap v15587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:08.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:08.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:09.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:09.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:09 smithi187 ceph-mon[111815]: pgmap v15588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:09 smithi088 ceph-mon[96111]: pgmap v15588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:10.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:10.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:11.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:11.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:11 smithi187 ceph-mon[111815]: pgmap v15589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:11 smithi088 ceph-mon[96111]: pgmap v15589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:12.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:12.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:13.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:13.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:13 smithi187 ceph-mon[111815]: pgmap v15590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:13 smithi088 ceph-mon[96111]: pgmap v15590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:14.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:14.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:15.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:15.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:15 smithi187 ceph-mon[111815]: pgmap v15591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:15 smithi088 ceph-mon[96111]: pgmap v15591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:16.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:16.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:56:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:56:17.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:17.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:17 smithi187 ceph-mon[111815]: pgmap v15592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:17 smithi088 ceph-mon[96111]: pgmap v15592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:18.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:18.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:19.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:19.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:19 smithi187 ceph-mon[111815]: pgmap v15593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:19 smithi088 ceph-mon[96111]: pgmap v15593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:20.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:20.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:21.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:21.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:21 smithi187 ceph-mon[111815]: pgmap v15594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:21.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:21 smithi088 ceph-mon[96111]: pgmap v15594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:22.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:22.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:23.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:23.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:23 smithi187 ceph-mon[111815]: pgmap v15595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:23 smithi088 ceph-mon[96111]: pgmap v15595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:24.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:24.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:25.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:25.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:25 smithi187 ceph-mon[111815]: pgmap v15596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:25 smithi088 ceph-mon[96111]: pgmap v15596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:26.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:26.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:27.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:27.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:27 smithi187 ceph-mon[111815]: pgmap v15597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:27 smithi088 ceph-mon[96111]: pgmap v15597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:28.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:28.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:29.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:29.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:29 smithi187 ceph-mon[111815]: pgmap v15598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:29 smithi088 ceph-mon[96111]: pgmap v15598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:30.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:30.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:31.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:31.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:31 smithi187 ceph-mon[111815]: pgmap v15599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:56:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:31 smithi088 ceph-mon[96111]: pgmap v15599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:56:32.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:32.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:33.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:33.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:33 smithi187 ceph-mon[111815]: pgmap v15600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:33 smithi088 ceph-mon[96111]: pgmap v15600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:34.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:34.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:35.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:35.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:35 smithi187 ceph-mon[111815]: pgmap v15601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:35 smithi088 ceph-mon[96111]: pgmap v15601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:36.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:36.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:37.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:37.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:37 smithi187 ceph-mon[111815]: pgmap v15602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:37 smithi088 ceph-mon[96111]: pgmap v15602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:38.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:38.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:39.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:39.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:39 smithi187 ceph-mon[111815]: pgmap v15603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:39 smithi088 ceph-mon[96111]: pgmap v15603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:40.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:40.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:41.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:41.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:41 smithi088 ceph-mon[96111]: pgmap v15604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:41 smithi187 ceph-mon[111815]: pgmap v15604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:42.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:42.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:43.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:43.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:43 smithi187 ceph-mon[111815]: pgmap v15605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:43 smithi088 ceph-mon[96111]: pgmap v15605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:44.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:44.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:45.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:45.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:45 smithi187 ceph-mon[111815]: pgmap v15606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:45 smithi088 ceph-mon[96111]: pgmap v15606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:46.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:46.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:56:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:56:47.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:47.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:47 smithi187 ceph-mon[111815]: pgmap v15607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:47 smithi088 ceph-mon[96111]: pgmap v15607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:48.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:48.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:49.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:49.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:49 smithi187 ceph-mon[111815]: pgmap v15608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:49 smithi088 ceph-mon[96111]: pgmap v15608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:50.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:50.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:51.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:51.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:51 smithi088 ceph-mon[96111]: pgmap v15609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:51 smithi187 ceph-mon[111815]: pgmap v15609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:52.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:52.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:53.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:53.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:53 smithi187 ceph-mon[111815]: pgmap v15610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:53.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:56:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:53 smithi088 ceph-mon[96111]: pgmap v15610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:53.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:56:54.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:54.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:55 smithi088 ceph-mon[96111]: pgmap v15611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:55.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:55.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:55 smithi187 ceph-mon[111815]: pgmap v15611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:56:56.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:56.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:57.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:57.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:57 smithi187 ceph-mon[111815]: pgmap v15612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:56:57.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:57 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:56:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:57 smithi088 ceph-mon[96111]: pgmap v15612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:56:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:57 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:56:58.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:58.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:56:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:56:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:56:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:56:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:56:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:56:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:56:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:56:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:56:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:56:59.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:56:59.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:56:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:56:59 smithi187 ceph-mon[111815]: pgmap v15613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:56:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:56:59 smithi088 ceph-mon[96111]: pgmap v15613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:00.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:00.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:01.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:01.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:01 smithi187 ceph-mon[111815]: pgmap v15614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:57:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:01 smithi088 ceph-mon[96111]: pgmap v15614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:57:02.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:02.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:03.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:03.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:03 smithi187 ceph-mon[111815]: pgmap v15615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:03 smithi088 ceph-mon[96111]: pgmap v15615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:04.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:04.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:05.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:05.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:05 smithi187 ceph-mon[111815]: pgmap v15616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:05 smithi088 ceph-mon[96111]: pgmap v15616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:06.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:06.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:07.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:07.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:07 smithi187 ceph-mon[111815]: pgmap v15617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:07 smithi088 ceph-mon[96111]: pgmap v15617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:08.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:08.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:09.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:09.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:09 smithi187 ceph-mon[111815]: pgmap v15618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:09 smithi088 ceph-mon[96111]: pgmap v15618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:10.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:10.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:11.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:11.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:11 smithi187 ceph-mon[111815]: pgmap v15619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:11 smithi088 ceph-mon[96111]: pgmap v15619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:12.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:12.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:13.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:13.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:13 smithi187 ceph-mon[111815]: pgmap v15620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:13 smithi088 ceph-mon[96111]: pgmap v15620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:14.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:14.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:15.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:15.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:15 smithi187 ceph-mon[111815]: pgmap v15621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:15 smithi088 ceph-mon[96111]: pgmap v15621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:16.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:16.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:57:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:57:17.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:17.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:17 smithi088 ceph-mon[96111]: pgmap v15622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:17 smithi187 ceph-mon[111815]: pgmap v15622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:18.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:18.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:19.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:19.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:19 smithi088 ceph-mon[96111]: pgmap v15623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:19 smithi187 ceph-mon[111815]: pgmap v15623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:20.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:20.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:21.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:21.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:21 smithi088 ceph-mon[96111]: pgmap v15624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:21 smithi187 ceph-mon[111815]: pgmap v15624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:22.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:22.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:23.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:23.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:23 smithi088 ceph-mon[96111]: pgmap v15625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:23 smithi187 ceph-mon[111815]: pgmap v15625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:24.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:24.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:25.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:25.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:25 smithi088 ceph-mon[96111]: pgmap v15626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:25 smithi187 ceph-mon[111815]: pgmap v15626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:26.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:26.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:26 smithi088 ceph-mon[96111]: pgmap v15627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:26 smithi187 ceph-mon[111815]: pgmap v15627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:27.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:27.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:28.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:28.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:29 smithi187 ceph-mon[111815]: pgmap v15628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:29.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:29.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:29 smithi088 ceph-mon[96111]: pgmap v15628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:30.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:30.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:31.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:31.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:31.657 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:31 smithi088 ceph-mon[96111]: pgmap v15629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:31.657 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:57:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:31 smithi187 ceph-mon[111815]: pgmap v15629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:57:32.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:32.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:33.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:33.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:33 smithi187 ceph-mon[111815]: pgmap v15630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:33 smithi088 ceph-mon[96111]: pgmap v15630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:34.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:34.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:35.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:35.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:35.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:35 smithi187 ceph-mon[111815]: pgmap v15631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:35 smithi088 ceph-mon[96111]: pgmap v15631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:36.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:36.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:37.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:37.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:37 smithi187 ceph-mon[111815]: pgmap v15632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:37 smithi088 ceph-mon[96111]: pgmap v15632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:38.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:38.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:39.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:39.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:39 smithi187 ceph-mon[111815]: pgmap v15633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:39 smithi088 ceph-mon[96111]: pgmap v15633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:40.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:40.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:41.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:41.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:41 smithi187 ceph-mon[111815]: pgmap v15634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:41.754 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:41 smithi088 ceph-mon[96111]: pgmap v15634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:42.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:42.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:43.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:43.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:43 smithi187 ceph-mon[111815]: pgmap v15635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:43 smithi088 ceph-mon[96111]: pgmap v15635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:44.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:44.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:45.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:45.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:45 smithi187 ceph-mon[111815]: pgmap v15636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:45 smithi088 ceph-mon[96111]: pgmap v15636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:46.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:46.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:57:46.802 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:57:47.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:47.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:47 smithi187 ceph-mon[111815]: pgmap v15637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:47 smithi088 ceph-mon[96111]: pgmap v15637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:48.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:48.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:49.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:49.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:49 smithi187 ceph-mon[111815]: pgmap v15638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:49 smithi088 ceph-mon[96111]: pgmap v15638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:50.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:50.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:51.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:51.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:51 smithi187 ceph-mon[111815]: pgmap v15639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:51 smithi088 ceph-mon[96111]: pgmap v15639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:52.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:52.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:53.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:53.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:53 smithi187 ceph-mon[111815]: pgmap v15640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:53 smithi088 ceph-mon[96111]: pgmap v15640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:54.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:54.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:55.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:55.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:55 smithi187 ceph-mon[111815]: pgmap v15641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:55 smithi088 ceph-mon[96111]: pgmap v15641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:57:56.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:56.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:57.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:57.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:57 smithi187 ceph-mon[111815]: pgmap v15642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:57 smithi088 ceph-mon[96111]: pgmap v15642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:58.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:58.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:57:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:57:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:57:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:57:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:57:58.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:57:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:57:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:57:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:57:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:57:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:57:58.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:57:59.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:57:59.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:57:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:57:59 smithi187 ceph-mon[111815]: pgmap v15643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:57:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:57:59 smithi088 ceph-mon[96111]: pgmap v15643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:00.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:00.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:01.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:01.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:01 smithi187 ceph-mon[111815]: pgmap v15644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:58:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:01 smithi088 ceph-mon[96111]: pgmap v15644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:58:02.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:02.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:03.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:03.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:03 smithi187 ceph-mon[111815]: pgmap v15645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:03 smithi088 ceph-mon[96111]: pgmap v15645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:04.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:04.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:05.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:05.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:05 smithi187 ceph-mon[111815]: pgmap v15646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:05 smithi088 ceph-mon[96111]: pgmap v15646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:06.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:06.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:07.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:07.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:07 smithi187 ceph-mon[111815]: pgmap v15647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:07 smithi088 ceph-mon[96111]: pgmap v15647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:08.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:08.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:09.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:09.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:09 smithi187 ceph-mon[111815]: pgmap v15648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:09 smithi088 ceph-mon[96111]: pgmap v15648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:10.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:10.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:11.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:11.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:11 smithi187 ceph-mon[111815]: pgmap v15649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:11 smithi088 ceph-mon[96111]: pgmap v15649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:12.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:12.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:13.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:13.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:13 smithi187 ceph-mon[111815]: pgmap v15650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:13 smithi088 ceph-mon[96111]: pgmap v15650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:14.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:14.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:15.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:15.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:15 smithi187 ceph-mon[111815]: pgmap v15651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:15 smithi088 ceph-mon[96111]: pgmap v15651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:16.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:16.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:58:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:58:17.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:17.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:17 smithi187 ceph-mon[111815]: pgmap v15652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:17 smithi088 ceph-mon[96111]: pgmap v15652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:18.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:18.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:19 smithi187 ceph-mon[111815]: pgmap v15653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:19.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:19.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:19 smithi088 ceph-mon[96111]: pgmap v15653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:20.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:20.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:21 smithi187 ceph-mon[111815]: pgmap v15654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:21.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:21.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:21 smithi088 ceph-mon[96111]: pgmap v15654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:22.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:22.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:23 smithi187 ceph-mon[111815]: pgmap v15655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:23.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:23.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:23 smithi088 ceph-mon[96111]: pgmap v15655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:24.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:24.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:25 smithi187 ceph-mon[111815]: pgmap v15656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:25.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:25.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:25 smithi088 ceph-mon[96111]: pgmap v15656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:26.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:26.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:27.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:27 smithi088 ceph-mon[96111]: pgmap v15657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:27 smithi187 ceph-mon[111815]: pgmap v15657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:27.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:27.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:28.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:28.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:29.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:29 smithi187 ceph-mon[111815]: pgmap v15658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:29.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:29.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:29 smithi088 ceph-mon[96111]: pgmap v15658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:30.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:30.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:31 smithi187 ceph-mon[111815]: pgmap v15659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:58:31.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:31.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:31 smithi088 ceph-mon[96111]: pgmap v15659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:58:32.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:32.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:33 smithi187 ceph-mon[111815]: pgmap v15660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:33.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:33.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:33 smithi088 ceph-mon[96111]: pgmap v15660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:34.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:34.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:35.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:35.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:35 smithi088 ceph-mon[96111]: pgmap v15661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:35 smithi187 ceph-mon[111815]: pgmap v15661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:36.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:36.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:37.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:37 smithi088 ceph-mon[96111]: pgmap v15662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:37.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:37.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:37 smithi187 ceph-mon[111815]: pgmap v15662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:38.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:38.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:39.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:39.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:39 smithi088 ceph-mon[96111]: pgmap v15663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:39.926 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:39 smithi187 ceph-mon[111815]: pgmap v15663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:40.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:40.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:41.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:41.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:41 smithi088 ceph-mon[96111]: pgmap v15664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:41 smithi187 ceph-mon[111815]: pgmap v15664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:42.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:42.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:43.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:43.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:43 smithi088 ceph-mon[96111]: pgmap v15665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:43 smithi187 ceph-mon[111815]: pgmap v15665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:44.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:44.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:45.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:45.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:45 smithi088 ceph-mon[96111]: pgmap v15666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:45 smithi187 ceph-mon[111815]: pgmap v15666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:46.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:46.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:58:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:58:47.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:47.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:47 smithi088 ceph-mon[96111]: pgmap v15667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:47 smithi187 ceph-mon[111815]: pgmap v15667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:48.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:48.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:48 smithi088 ceph-mon[96111]: pgmap v15668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:48 smithi187 ceph-mon[111815]: pgmap v15668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:49.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:49.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:50.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:50.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:51 smithi187 ceph-mon[111815]: pgmap v15669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:51.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:51.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:51 smithi088 ceph-mon[96111]: pgmap v15669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:52.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:52.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:53 smithi187 ceph-mon[111815]: pgmap v15670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:53.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:53.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:53 smithi088 ceph-mon[96111]: pgmap v15670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:54.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:54.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:55 smithi187 ceph-mon[111815]: pgmap v15671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:55.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:55.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:55 smithi088 ceph-mon[96111]: pgmap v15671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:58:56.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:56.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:57 smithi187 ceph-mon[111815]: pgmap v15672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:57.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:57.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:57 smithi088 ceph-mon[96111]: pgmap v15672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:58:58.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:58.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:58:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:59 smithi187 ceph-mon[111815]: pgmap v15673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:58:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:58:59.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:58:59.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:58:59.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:58:59.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:58:59.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:58:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:58:59.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:58:59.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:58:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:59 smithi088 ceph-mon[96111]: pgmap v15673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:58:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:58:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:58:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T07:58:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T07:58:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:58:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T07:58:59.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:58:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T07:59:00.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:00.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:01 smithi187 ceph-mon[111815]: pgmap v15674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:01.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:59:01.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:01.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:01 smithi088 ceph-mon[96111]: pgmap v15674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:59:02.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:02.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:03 smithi187 ceph-mon[111815]: pgmap v15675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:03.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:03.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:03 smithi088 ceph-mon[96111]: pgmap v15675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:04.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:04.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:05 smithi187 ceph-mon[111815]: pgmap v15676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:05.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:05.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:05 smithi088 ceph-mon[96111]: pgmap v15676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:06.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:06.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:07 smithi187 ceph-mon[111815]: pgmap v15677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:07.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:07.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:07 smithi088 ceph-mon[96111]: pgmap v15677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:08.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:08.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:09 smithi187 ceph-mon[111815]: pgmap v15678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:09.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:09.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:09 smithi088 ceph-mon[96111]: pgmap v15678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:10.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:10.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:11 smithi187 ceph-mon[111815]: pgmap v15679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:11.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:11.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:11 smithi088 ceph-mon[96111]: pgmap v15679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:12.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:12.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:13.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:13 smithi187 ceph-mon[111815]: pgmap v15680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:13.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:13.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:13.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:13 smithi088 ceph-mon[96111]: pgmap v15680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:14.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:14.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:15 smithi187 ceph-mon[111815]: pgmap v15681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:15.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:15.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:15 smithi088 ceph-mon[96111]: pgmap v15681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:59:16.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:16.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:59:17.692 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:17 smithi088 ceph-mon[96111]: pgmap v15682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:17 smithi187 ceph-mon[111815]: pgmap v15682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:17.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:17.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:18.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:18.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:19.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:19 smithi187 ceph-mon[111815]: pgmap v15683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:19.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:19.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:19 smithi088 ceph-mon[96111]: pgmap v15683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:20.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:20.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:21 smithi187 ceph-mon[111815]: pgmap v15684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:21.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:21.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:21 smithi088 ceph-mon[96111]: pgmap v15684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:22.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:22.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:23 smithi187 ceph-mon[111815]: pgmap v15685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:23.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:23.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:23 smithi088 ceph-mon[96111]: pgmap v15685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:24.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:24.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:25 smithi187 ceph-mon[111815]: pgmap v15686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:25.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:25.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:25 smithi088 ceph-mon[96111]: pgmap v15686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:26.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:26.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:27 smithi187 ceph-mon[111815]: pgmap v15687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:27.792 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:27 smithi088 ceph-mon[96111]: pgmap v15687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:27.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:27.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:28.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:28.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:29 smithi187 ceph-mon[111815]: pgmap v15688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:29 smithi088 ceph-mon[96111]: pgmap v15688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:29.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:29.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:30.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:30.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:31 smithi187 ceph-mon[111815]: pgmap v15689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:59:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:31 smithi088 ceph-mon[96111]: pgmap v15689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:59:31.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:31.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:32.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:32.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:33 smithi187 ceph-mon[111815]: pgmap v15690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:33 smithi088 ceph-mon[96111]: pgmap v15690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:33.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:33.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:34.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:34.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:35 smithi187 ceph-mon[111815]: pgmap v15691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:35 smithi088 ceph-mon[96111]: pgmap v15691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:35.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:35.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:36.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:36.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:37 smithi187 ceph-mon[111815]: pgmap v15692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:37.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:37 smithi088 ceph-mon[96111]: pgmap v15692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:37.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:37.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:38.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:38.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:39.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:39 smithi187 ceph-mon[111815]: pgmap v15693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:39 smithi088 ceph-mon[96111]: pgmap v15693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:39.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:39.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:40.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:40.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:41 smithi187 ceph-mon[111815]: pgmap v15694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:41.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:41 smithi088 ceph-mon[96111]: pgmap v15694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:41.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:41.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:42.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:42.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:43 smithi187 ceph-mon[111815]: pgmap v15695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:43 smithi088 ceph-mon[96111]: pgmap v15695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:43.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:43.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:44.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:44.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:45 smithi187 ceph-mon[111815]: pgmap v15696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:45 smithi088 ceph-mon[96111]: pgmap v15696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:45.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:45.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:59:46.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:46.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T07:59:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:47 smithi088 ceph-mon[96111]: pgmap v15697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:47.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:47.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:47 smithi187 ceph-mon[111815]: pgmap v15697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:48.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:48.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:49 smithi088 ceph-mon[96111]: pgmap v15698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:49.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:49.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:49 smithi187 ceph-mon[111815]: pgmap v15698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:50.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:50.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:51 smithi088 ceph-mon[96111]: pgmap v15699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:51.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:51.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:51 smithi187 ceph-mon[111815]: pgmap v15699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:52.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:52.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:53 smithi088 ceph-mon[96111]: pgmap v15700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:53.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:53.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:53 smithi187 ceph-mon[111815]: pgmap v15700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:54.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:54.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:55 smithi088 ceph-mon[96111]: pgmap v15701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:55.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:55.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:55 smithi187 ceph-mon[111815]: pgmap v15701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T07:59:56.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:56.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:57 smithi088 ceph-mon[96111]: pgmap v15702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:57.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:57.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:57 smithi187 ceph-mon[111815]: pgmap v15702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:58.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:58.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:59 smithi088 ceph-mon[96111]: pgmap v15703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 07:59:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T07:59:59.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T07:59:59.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T07:59:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:59 smithi187 ceph-mon[111815]: pgmap v15703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T07:59:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 07:59:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:00:00.771 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:00:00.771 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:00:00.772 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:00:00.772 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:00:00.772 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:00:00.772 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T08:00:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:00:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:00:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:00:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:00:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:00:00.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T08:00:00.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:00.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:01 smithi088 ceph-mon[96111]: pgmap v15704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:00:01.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:01.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:01 smithi187 ceph-mon[111815]: pgmap v15704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:00:02.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:02.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:03 smithi088 ceph-mon[96111]: pgmap v15705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:03.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:03.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:03 smithi187 ceph-mon[111815]: pgmap v15705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:04.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:04.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:05.824 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:05 smithi187 ceph-mon[111815]: pgmap v15706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:05.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:05 smithi088 ceph-mon[96111]: pgmap v15706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:05.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:05.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:06 smithi088 ceph-mon[96111]: pgmap v15707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:06.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:06.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:06 smithi187 ceph-mon[111815]: pgmap v15707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:07.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:07.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:08.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:08.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:09 smithi187 ceph-mon[111815]: pgmap v15708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:09.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:09 smithi088 ceph-mon[96111]: pgmap v15708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:09.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:09.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:10.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:10.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:11 smithi187 ceph-mon[111815]: pgmap v15709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:11 smithi088 ceph-mon[96111]: pgmap v15709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:11.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:11.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:12.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:12.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:13 smithi088 ceph-mon[96111]: pgmap v15710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:13 smithi187 ceph-mon[111815]: pgmap v15710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:13.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:13.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:14.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:14.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:15 smithi187 ceph-mon[111815]: pgmap v15711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:15 smithi088 ceph-mon[96111]: pgmap v15711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:15.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:15.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:00:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:00:16.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:16.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:17 smithi187 ceph-mon[111815]: pgmap v15712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:17 smithi088 ceph-mon[96111]: pgmap v15712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:17.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:17.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:18.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:18.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:19 smithi187 ceph-mon[111815]: pgmap v15713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:19 smithi088 ceph-mon[96111]: pgmap v15713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:19.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:19.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:20.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:20.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:21 smithi187 ceph-mon[111815]: pgmap v15714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:21 smithi088 ceph-mon[96111]: pgmap v15714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:21.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:21.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:22.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:22.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:23 smithi187 ceph-mon[111815]: pgmap v15715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:23 smithi088 ceph-mon[96111]: pgmap v15715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:23.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:23.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:24.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:24.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:25 smithi187 ceph-mon[111815]: pgmap v15716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:25 smithi088 ceph-mon[96111]: pgmap v15716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:25.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:25.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:26.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:26.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:27 smithi187 ceph-mon[111815]: pgmap v15717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:27 smithi088 ceph-mon[96111]: pgmap v15717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:27.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:27.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:28.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:28.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:29 smithi187 ceph-mon[111815]: pgmap v15718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:29 smithi088 ceph-mon[96111]: pgmap v15718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:29.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:29.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:30.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:30.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:31 smithi187 ceph-mon[111815]: pgmap v15719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:00:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:31 smithi088 ceph-mon[96111]: pgmap v15719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:00:31.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:31.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:32.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:32.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:33 smithi187 ceph-mon[111815]: pgmap v15720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:33 smithi088 ceph-mon[96111]: pgmap v15720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:33.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:33.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:34.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:34.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:35 smithi187 ceph-mon[111815]: pgmap v15721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:35.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:35 smithi088 ceph-mon[96111]: pgmap v15721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:35.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:35.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:36.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:36.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:37 smithi187 ceph-mon[111815]: pgmap v15722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:37.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:37 smithi088 ceph-mon[96111]: pgmap v15722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:37.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:37.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:38.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:38.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:39 smithi187 ceph-mon[111815]: pgmap v15723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:39 smithi088 ceph-mon[96111]: pgmap v15723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:39.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:39.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:40.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:40.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:41 smithi187 ceph-mon[111815]: pgmap v15724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:41.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:41 smithi088 ceph-mon[96111]: pgmap v15724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:41.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:41.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:42.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:42.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:43 smithi187 ceph-mon[111815]: pgmap v15725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:43 smithi088 ceph-mon[96111]: pgmap v15725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:43.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:43.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:44.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:44.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:45 smithi187 ceph-mon[111815]: pgmap v15726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:45 smithi088 ceph-mon[96111]: pgmap v15726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:45.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:45.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:00:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:00:46.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:46.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:47 smithi187 ceph-mon[111815]: pgmap v15727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:47 smithi088 ceph-mon[96111]: pgmap v15727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:47.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:47.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:48.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:48.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:49 smithi187 ceph-mon[111815]: pgmap v15728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:49 smithi088 ceph-mon[96111]: pgmap v15728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:49.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:49.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:50.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:50.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:51 smithi187 ceph-mon[111815]: pgmap v15729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:51 smithi088 ceph-mon[96111]: pgmap v15729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:51.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:51.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:52.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:52.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:53.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:53 smithi088 ceph-mon[96111]: pgmap v15730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:53 smithi187 ceph-mon[111815]: pgmap v15730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:53.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:53.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:54.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:54.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:55.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:55 smithi088 ceph-mon[96111]: pgmap v15731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:55 smithi187 ceph-mon[111815]: pgmap v15731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:00:55.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:55.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:56.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:56.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:57 smithi088 ceph-mon[96111]: pgmap v15732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:57 smithi187 ceph-mon[111815]: pgmap v15732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:57.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:57.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:58.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:58.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:00:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:00:59 smithi088 ceph-mon[96111]: pgmap v15733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:00:59 smithi187 ceph-mon[111815]: pgmap v15733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:00:59.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:00:59.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:01:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:01:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:01:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:01:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:01:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:01:00.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:00.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:01 smithi187 ceph-mon[111815]: pgmap v15734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:01:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:01:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:01:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:01:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:01:01.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:01:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:01 smithi088 ceph-mon[96111]: pgmap v15734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:01:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:01:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:01:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:01:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:01:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:01:01.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:01.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:02.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:02.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:03.735 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:03 smithi088 ceph-mon[96111]: pgmap v15735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:03 smithi187 ceph-mon[111815]: pgmap v15735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:03.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:03.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:04.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:04.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:05 smithi088 ceph-mon[96111]: pgmap v15736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:05 smithi187 ceph-mon[111815]: pgmap v15736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:05.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:05.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:06.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:06.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:07 smithi088 ceph-mon[96111]: pgmap v15737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:07.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:07 smithi187 ceph-mon[111815]: pgmap v15737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:07.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:07.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:08.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:08.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:09.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:09 smithi088 ceph-mon[96111]: pgmap v15738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:09 smithi187 ceph-mon[111815]: pgmap v15738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:09.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:09.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:10.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:10.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:11 smithi088 ceph-mon[96111]: pgmap v15739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:11 smithi187 ceph-mon[111815]: pgmap v15739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:11.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:11.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:12.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:12.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:13 smithi088 ceph-mon[96111]: pgmap v15740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:13 smithi187 ceph-mon[111815]: pgmap v15740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:13.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:13.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:14.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:14.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:15 smithi088 ceph-mon[96111]: pgmap v15741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:15 smithi187 ceph-mon[111815]: pgmap v15741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:15.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:15.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:01:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:01:17.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:17.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:17 smithi088 ceph-mon[96111]: pgmap v15742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:17 smithi187 ceph-mon[111815]: pgmap v15742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:18.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:18.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:19.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:19.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:19 smithi088 ceph-mon[96111]: pgmap v15743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:19 smithi187 ceph-mon[111815]: pgmap v15743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:20.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:20.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:21.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:21.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:21 smithi088 ceph-mon[96111]: pgmap v15744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:21 smithi187 ceph-mon[111815]: pgmap v15744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:22.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:22.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:23.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:23.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:23 smithi187 ceph-mon[111815]: pgmap v15745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:23 smithi088 ceph-mon[96111]: pgmap v15745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:24.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:24.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:25.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:25.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:25 smithi187 ceph-mon[111815]: pgmap v15746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:25 smithi088 ceph-mon[96111]: pgmap v15746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:26.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:26.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:27.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:27.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:27 smithi187 ceph-mon[111815]: pgmap v15747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:27 smithi088 ceph-mon[96111]: pgmap v15747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:28.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:28.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:29.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:29.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:29 smithi187 ceph-mon[111815]: pgmap v15748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:29.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:29 smithi088 ceph-mon[96111]: pgmap v15748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:30.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:30.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:31.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:31.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:31 smithi187 ceph-mon[111815]: pgmap v15749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:01:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:31 smithi088 ceph-mon[96111]: pgmap v15749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:01:32.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:32.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:33.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:33.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:33 smithi187 ceph-mon[111815]: pgmap v15750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:33 smithi088 ceph-mon[96111]: pgmap v15750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:34.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:34.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:35.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:35.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:35.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:35 smithi187 ceph-mon[111815]: pgmap v15751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:35 smithi088 ceph-mon[96111]: pgmap v15751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:36.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:36.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:37.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:37.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:37 smithi187 ceph-mon[111815]: pgmap v15752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:37.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:37 smithi088 ceph-mon[96111]: pgmap v15752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:38.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:38.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:39.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:39.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:39 smithi187 ceph-mon[111815]: pgmap v15753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:39 smithi088 ceph-mon[96111]: pgmap v15753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:40.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:40.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:41.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:41.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:41 smithi187 ceph-mon[111815]: pgmap v15754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:41 smithi088 ceph-mon[96111]: pgmap v15754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:42.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:42.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:43.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:43.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:43 smithi187 ceph-mon[111815]: pgmap v15755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:43 smithi088 ceph-mon[96111]: pgmap v15755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:44.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:44.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:45.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:45.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:45 smithi187 ceph-mon[111815]: pgmap v15756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:45 smithi088 ceph-mon[96111]: pgmap v15756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:46.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:46.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:01:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:01:47.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:47.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:47 smithi187 ceph-mon[111815]: pgmap v15757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:47 smithi088 ceph-mon[96111]: pgmap v15757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:48.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:48.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:49.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:49.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:49 smithi187 ceph-mon[111815]: pgmap v15758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:49 smithi088 ceph-mon[96111]: pgmap v15758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:50.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:50.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:51.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:51.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:51 smithi187 ceph-mon[111815]: pgmap v15759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:51 smithi088 ceph-mon[96111]: pgmap v15759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:52.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:52.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:53.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:53.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:53 smithi187 ceph-mon[111815]: pgmap v15760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:53.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:53 smithi088 ceph-mon[96111]: pgmap v15760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:54.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:54.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:55.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:55.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:55 smithi187 ceph-mon[111815]: pgmap v15761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:55 smithi088 ceph-mon[96111]: pgmap v15761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:01:56.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:56.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:57.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:57.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:57 smithi187 ceph-mon[111815]: pgmap v15762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:57 smithi088 ceph-mon[96111]: pgmap v15762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:58.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:58.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:59.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:01:59.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:01:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:01:59 smithi088 ceph-mon[96111]: pgmap v15763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:01:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:01:59 smithi187 ceph-mon[111815]: pgmap v15763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:00.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:00.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:01.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:01.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:01 smithi187 ceph-mon[111815]: pgmap v15764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:02:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:02:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:02:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:02:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:02:01.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:02:01.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:02:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:01 smithi088 ceph-mon[96111]: pgmap v15764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:02:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:02:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:02:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:02:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:02:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:02:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:02:02.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:02.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:03.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:03.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:03 smithi187 ceph-mon[111815]: pgmap v15765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:03 smithi088 ceph-mon[96111]: pgmap v15765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:04.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:04.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:05.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:05.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:05 smithi187 ceph-mon[111815]: pgmap v15766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:05 smithi088 ceph-mon[96111]: pgmap v15766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:06.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:06.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:07.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:07.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:07 smithi088 ceph-mon[96111]: pgmap v15767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:07 smithi187 ceph-mon[111815]: pgmap v15767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:08.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:08.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:09.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:09.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:09.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:09 smithi088 ceph-mon[96111]: pgmap v15768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:09 smithi187 ceph-mon[111815]: pgmap v15768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:10.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:10.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:11.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:11.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:11 smithi088 ceph-mon[96111]: pgmap v15769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:11 smithi187 ceph-mon[111815]: pgmap v15769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:12.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:12.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:13.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:13.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:13 smithi088 ceph-mon[96111]: pgmap v15770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:13 smithi187 ceph-mon[111815]: pgmap v15770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:14.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:14.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:15.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:15.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:15 smithi088 ceph-mon[96111]: pgmap v15771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:15 smithi187 ceph-mon[111815]: pgmap v15771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:16.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:16.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:02:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:02:17.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:17.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:17 smithi088 ceph-mon[96111]: pgmap v15772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:17 smithi187 ceph-mon[111815]: pgmap v15772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:18.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:18.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:19.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:19.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:19 smithi088 ceph-mon[96111]: pgmap v15773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:19 smithi187 ceph-mon[111815]: pgmap v15773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:20.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:20.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:21.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:21.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:21 smithi088 ceph-mon[96111]: pgmap v15774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:21 smithi187 ceph-mon[111815]: pgmap v15774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:22.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:22.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:23.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:23.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:23 smithi088 ceph-mon[96111]: pgmap v15775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:23 smithi187 ceph-mon[111815]: pgmap v15775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:24.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:24.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:25.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:25.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:25 smithi088 ceph-mon[96111]: pgmap v15776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:25 smithi187 ceph-mon[111815]: pgmap v15776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:26.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:26.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:27.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:27.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:27 smithi187 ceph-mon[111815]: pgmap v15777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:27 smithi088 ceph-mon[96111]: pgmap v15777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:28.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:28.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:29.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:29.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:29 smithi088 ceph-mon[96111]: pgmap v15778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:29 smithi187 ceph-mon[111815]: pgmap v15778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:30.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:30.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:31.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:31.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:31 smithi088 ceph-mon[96111]: pgmap v15779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:02:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:31 smithi187 ceph-mon[111815]: pgmap v15779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:02:32.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:32.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:33.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:33.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:33 smithi088 ceph-mon[96111]: pgmap v15780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:33 smithi187 ceph-mon[111815]: pgmap v15780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:34.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:34.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:35.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:35.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:35 smithi088 ceph-mon[96111]: pgmap v15781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:35 smithi187 ceph-mon[111815]: pgmap v15781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:36.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:36.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:37.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:37.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:37 smithi187 ceph-mon[111815]: pgmap v15782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:37 smithi088 ceph-mon[96111]: pgmap v15782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:38.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:38.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:39.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:39.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:39 smithi088 ceph-mon[96111]: pgmap v15783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:39 smithi187 ceph-mon[111815]: pgmap v15783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:40.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:40.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:41.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:41.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:41.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:41 smithi088 ceph-mon[96111]: pgmap v15784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:41 smithi187 ceph-mon[111815]: pgmap v15784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:42.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:42.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:43.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:43.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:43 smithi187 ceph-mon[111815]: pgmap v15785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:43 smithi088 ceph-mon[96111]: pgmap v15785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:44.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:44.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:45.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:45.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:45 smithi187 ceph-mon[111815]: pgmap v15786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:45 smithi088 ceph-mon[96111]: pgmap v15786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:46.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:46.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:02:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:02:47.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:47.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:47.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:47 smithi187 ceph-mon[111815]: pgmap v15787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:47 smithi088 ceph-mon[96111]: pgmap v15787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:48.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:48.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:49.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:49.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:49 smithi187 ceph-mon[111815]: pgmap v15788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:49.769 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:49 smithi088 ceph-mon[96111]: pgmap v15788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:50.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:50.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:51.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:51.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:51 smithi187 ceph-mon[111815]: pgmap v15789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:51 smithi088 ceph-mon[96111]: pgmap v15789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:52.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:52.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:53.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:53.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:53 smithi187 ceph-mon[111815]: pgmap v15790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:53.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:53 smithi088 ceph-mon[96111]: pgmap v15790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:54.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:54.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:55.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:55.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:55 smithi187 ceph-mon[111815]: pgmap v15791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:55 smithi088 ceph-mon[96111]: pgmap v15791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:02:56.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:56.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:57.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:57.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:57 smithi187 ceph-mon[111815]: pgmap v15792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:57 smithi088 ceph-mon[96111]: pgmap v15792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:58.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:58.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:59.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:02:59.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:02:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:02:59 smithi187 ceph-mon[111815]: pgmap v15793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:02:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:02:59 smithi088 ceph-mon[96111]: pgmap v15793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:00.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:00.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:01.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:01.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:01 smithi187 ceph-mon[111815]: pgmap v15794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:03:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:03:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:01 smithi088 ceph-mon[96111]: pgmap v15794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:03:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:03:02.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:02.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:03:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:03:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:03:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:03:02.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:03:02.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:03:02.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:03:02.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:03:02.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:03:02.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:03:02.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:03:02.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:03:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:03:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:03:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:03:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:03:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:03:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:03:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:03:02.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:03:02.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:03:02.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:03:02.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:03:02.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:03:03.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:03.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:03 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1469M 2023-10-13T08:03:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:03 smithi187 ceph-mon[111815]: pgmap v15795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:03 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1469M 2023-10-13T08:03:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:03 smithi088 ceph-mon[96111]: pgmap v15795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:04.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:04.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:05.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:05.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:05.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:05 smithi187 ceph-mon[111815]: pgmap v15796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:05 smithi088 ceph-mon[96111]: pgmap v15796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:06.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:06.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:07.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:07.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:07 smithi187 ceph-mon[111815]: pgmap v15797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:07 smithi088 ceph-mon[96111]: pgmap v15797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:08.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:08.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:09.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:09.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:09.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:09 smithi088 ceph-mon[96111]: pgmap v15798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:09 smithi187 ceph-mon[111815]: pgmap v15798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:10.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:10.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:11.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:11.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:11 smithi088 ceph-mon[96111]: pgmap v15799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:11 smithi187 ceph-mon[111815]: pgmap v15799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:12.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:12.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:13.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:13.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:13 smithi088 ceph-mon[96111]: pgmap v15800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:13 smithi187 ceph-mon[111815]: pgmap v15800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:14.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:14.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:15.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:15.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:15 smithi088 ceph-mon[96111]: pgmap v15801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:15 smithi187 ceph-mon[111815]: pgmap v15801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:16.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:16.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:03:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:03:17.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:17.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:17.820 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:17 smithi187 ceph-mon[111815]: pgmap v15802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:17 smithi088 ceph-mon[96111]: pgmap v15802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:18.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:18.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:19.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:19.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:19 smithi088 ceph-mon[96111]: pgmap v15803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:19 smithi187 ceph-mon[111815]: pgmap v15803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:20.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:20.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:21.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:21.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:21.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:21 smithi088 ceph-mon[96111]: pgmap v15804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:21 smithi187 ceph-mon[111815]: pgmap v15804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:22.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:22.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:23.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:23.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:23 smithi088 ceph-mon[96111]: pgmap v15805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:23 smithi187 ceph-mon[111815]: pgmap v15805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:24.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:24.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:25.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:25.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:25 smithi088 ceph-mon[96111]: pgmap v15806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:25 smithi187 ceph-mon[111815]: pgmap v15806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:26.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:26.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:27.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:27.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:27.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:27 smithi088 ceph-mon[96111]: pgmap v15807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:27.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:27 smithi187 ceph-mon[111815]: pgmap v15807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:28.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:28.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:29 smithi088 ceph-mon[96111]: pgmap v15808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:29 smithi187 ceph-mon[111815]: pgmap v15808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:30.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:30.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:31.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:31.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:31 smithi088 ceph-mon[96111]: pgmap v15809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:03:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:31 smithi187 ceph-mon[111815]: pgmap v15809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:03:32.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:32.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:33.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:33.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:33 smithi088 ceph-mon[96111]: pgmap v15810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:33 smithi187 ceph-mon[111815]: pgmap v15810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:34.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:34.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:35.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:35.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:35 smithi088 ceph-mon[96111]: pgmap v15811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:35 smithi187 ceph-mon[111815]: pgmap v15811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:36.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:36.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:37.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:37.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:37 smithi088 ceph-mon[96111]: pgmap v15812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:37 smithi187 ceph-mon[111815]: pgmap v15812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:38.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:38.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:39.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:39.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:39 smithi088 ceph-mon[96111]: pgmap v15813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:39 smithi187 ceph-mon[111815]: pgmap v15813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:40.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:40.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:41.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:41.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:41 smithi088 ceph-mon[96111]: pgmap v15814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:41 smithi187 ceph-mon[111815]: pgmap v15814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:42.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:42.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:43.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:43.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:43 smithi088 ceph-mon[96111]: pgmap v15815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:43 smithi187 ceph-mon[111815]: pgmap v15815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:44.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:44.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:45.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:45.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:45 smithi088 ceph-mon[96111]: pgmap v15816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:45 smithi187 ceph-mon[111815]: pgmap v15816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:46.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:46.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:03:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:03:47.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:47.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:47 smithi088 ceph-mon[96111]: pgmap v15817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:47 smithi187 ceph-mon[111815]: pgmap v15817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:48.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:48.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:48 smithi088 ceph-mon[96111]: pgmap v15818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:48 smithi187 ceph-mon[111815]: pgmap v15818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:49.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:49.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:50.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:50.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:51.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:51.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:51 smithi187 ceph-mon[111815]: pgmap v15819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:51 smithi088 ceph-mon[96111]: pgmap v15819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:52.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:52.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:53.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:53.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:53 smithi187 ceph-mon[111815]: pgmap v15820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:53 smithi088 ceph-mon[96111]: pgmap v15820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:54.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:54.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:55.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:55.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:55.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:55 smithi187 ceph-mon[111815]: pgmap v15821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:55 smithi088 ceph-mon[96111]: pgmap v15821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:03:56.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:56.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:57.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:57.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:57 smithi088 ceph-mon[96111]: pgmap v15822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:57 smithi187 ceph-mon[111815]: pgmap v15822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:58.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:58.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:59.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:03:59.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:03:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:03:59 smithi088 ceph-mon[96111]: pgmap v15823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:03:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:03:59 smithi187 ceph-mon[111815]: pgmap v15823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:00.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:00.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:01.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:01.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:01 smithi088 ceph-mon[96111]: pgmap v15824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:04:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:01 smithi187 ceph-mon[111815]: pgmap v15824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:04:02.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:02.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:04:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:04:03.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:03.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:03 smithi088 ceph-mon[96111]: pgmap v15825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:03 smithi187 ceph-mon[111815]: pgmap v15825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:03.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:04.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:04.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:05.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:05.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:05.812 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:05 smithi187 ceph-mon[111815]: pgmap v15826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:05 smithi088 ceph-mon[96111]: pgmap v15826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:06.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:06.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:07.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:07.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:07 smithi187 ceph-mon[111815]: pgmap v15827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:04:07.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:04:07.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:04:07.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:07 smithi088 ceph-mon[96111]: pgmap v15827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:04:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:04:07.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:07.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:04:07.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:04:08.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:08.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:09.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:09.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:09 smithi187 ceph-mon[111815]: pgmap v15828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:09.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:09 smithi088 ceph-mon[96111]: pgmap v15828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:10.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:10.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:11.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:11.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:11 smithi187 ceph-mon[111815]: pgmap v15829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:11 smithi088 ceph-mon[96111]: pgmap v15829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:12.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:12.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:13.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:13.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:13 smithi187 ceph-mon[111815]: pgmap v15830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:13 smithi088 ceph-mon[96111]: pgmap v15830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:14.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:14.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:15.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:15.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:15 smithi187 ceph-mon[111815]: pgmap v15831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:15 smithi088 ceph-mon[96111]: pgmap v15831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:16.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:16.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:04:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:04:17.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:17.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:17 smithi187 ceph-mon[111815]: pgmap v15832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:17 smithi088 ceph-mon[96111]: pgmap v15832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:18.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:18.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:19.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:19.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:19 smithi187 ceph-mon[111815]: pgmap v15833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:19 smithi088 ceph-mon[96111]: pgmap v15833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:20.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:20.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:21.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:21.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:21 smithi187 ceph-mon[111815]: pgmap v15834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:21 smithi088 ceph-mon[96111]: pgmap v15834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:22.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:22.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:23.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:23.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:23 smithi088 ceph-mon[96111]: pgmap v15835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:23 smithi187 ceph-mon[111815]: pgmap v15835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:24.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:24.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:25.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:25.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:25 smithi088 ceph-mon[96111]: pgmap v15836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:25 smithi187 ceph-mon[111815]: pgmap v15836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:26.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:26.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:27.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:27.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:27 smithi088 ceph-mon[96111]: pgmap v15837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:27 smithi187 ceph-mon[111815]: pgmap v15837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:28.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:28.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:29.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:29.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:29 smithi088 ceph-mon[96111]: pgmap v15838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:29 smithi187 ceph-mon[111815]: pgmap v15838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:30.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:30.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:31.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:31.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:31 smithi088 ceph-mon[96111]: pgmap v15839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:04:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:31 smithi187 ceph-mon[111815]: pgmap v15839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:04:32.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:32.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:33.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:33.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:33 smithi088 ceph-mon[96111]: pgmap v15840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:33 smithi187 ceph-mon[111815]: pgmap v15840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:34.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:34.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:35.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:35.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:35.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:35 smithi088 ceph-mon[96111]: pgmap v15841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:35 smithi187 ceph-mon[111815]: pgmap v15841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:36.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:36.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:37.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:37.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:37.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:37 smithi088 ceph-mon[96111]: pgmap v15842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:37 smithi187 ceph-mon[111815]: pgmap v15842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:38.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:38.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:39.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:39.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:39 smithi088 ceph-mon[96111]: pgmap v15843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:39 smithi187 ceph-mon[111815]: pgmap v15843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:40.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:40.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:41.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:41.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:41 smithi088 ceph-mon[96111]: pgmap v15844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:41 smithi187 ceph-mon[111815]: pgmap v15844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:42.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:42.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:43.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:43.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:43 smithi088 ceph-mon[96111]: pgmap v15845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:43 smithi187 ceph-mon[111815]: pgmap v15845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:44.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:44.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:45.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:45.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:45 smithi088 ceph-mon[96111]: pgmap v15846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:45 smithi187 ceph-mon[111815]: pgmap v15846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:46.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:46.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:04:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:04:47.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:47.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:47 smithi088 ceph-mon[96111]: pgmap v15847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:47 smithi187 ceph-mon[111815]: pgmap v15847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:48.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:48.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:49.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:49.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:49 smithi088 ceph-mon[96111]: pgmap v15848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:49 smithi187 ceph-mon[111815]: pgmap v15848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:50.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:50.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:51.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:51.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:51.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:51 smithi088 ceph-mon[96111]: pgmap v15849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:51 smithi187 ceph-mon[111815]: pgmap v15849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:52.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:52.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:53.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:53.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:53.820 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:53 smithi187 ceph-mon[111815]: pgmap v15850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:53 smithi088 ceph-mon[96111]: pgmap v15850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:54.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:54.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:55.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:55.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:55 smithi088 ceph-mon[96111]: pgmap v15851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:55 smithi187 ceph-mon[111815]: pgmap v15851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:04:56.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:56.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:57.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:57.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:57 smithi088 ceph-mon[96111]: pgmap v15852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:57 smithi187 ceph-mon[111815]: pgmap v15852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:58.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:58.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:59.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:04:59.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:04:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:04:59 smithi088 ceph-mon[96111]: pgmap v15853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:04:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:04:59 smithi187 ceph-mon[111815]: pgmap v15853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:00.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:00.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:01.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:01.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:01 smithi088 ceph-mon[96111]: pgmap v15854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:05:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:01 smithi187 ceph-mon[111815]: pgmap v15854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:05:02.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:02.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:03.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:03.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:03 smithi088 ceph-mon[96111]: pgmap v15855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:03.926 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:03 smithi187 ceph-mon[111815]: pgmap v15855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:04.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:04.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:05.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:05.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:05 smithi088 ceph-mon[96111]: pgmap v15856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:05 smithi187 ceph-mon[111815]: pgmap v15856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:06.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:06.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:07.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:07.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:07 smithi088 ceph-mon[96111]: pgmap v15857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:05:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:05:07.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:05:07.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:05:07.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:05:07.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:05:07.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:07 smithi187 ceph-mon[111815]: pgmap v15857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:07.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:05:07.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:05:07.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:05:07.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:05:07.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:05:07.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:05:08.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:08.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:08 smithi187 ceph-mon[111815]: pgmap v15858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:08 smithi088 ceph-mon[96111]: pgmap v15858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:09.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:09.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:10.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:10.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:11.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:11.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:11 smithi088 ceph-mon[96111]: pgmap v15859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:11 smithi187 ceph-mon[111815]: pgmap v15859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:12.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:12.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:13.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:13.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:13.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:13 smithi088 ceph-mon[96111]: pgmap v15860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:13 smithi187 ceph-mon[111815]: pgmap v15860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:14.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:14.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:15.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:15.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:15 smithi088 ceph-mon[96111]: pgmap v15861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:15 smithi187 ceph-mon[111815]: pgmap v15861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:16.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:16.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:05:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:05:17.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:17.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:17 smithi088 ceph-mon[96111]: pgmap v15862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:17 smithi187 ceph-mon[111815]: pgmap v15862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:18.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:18.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:19.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:19.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:19 smithi088 ceph-mon[96111]: pgmap v15863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:19 smithi187 ceph-mon[111815]: pgmap v15863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:20.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:20.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:21.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:21.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:21 smithi088 ceph-mon[96111]: pgmap v15864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:21 smithi187 ceph-mon[111815]: pgmap v15864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:22.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:22.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:23.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:23.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:23 smithi088 ceph-mon[96111]: pgmap v15865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:23 smithi187 ceph-mon[111815]: pgmap v15865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:24.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:24.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:25.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:25.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:25 smithi088 ceph-mon[96111]: pgmap v15866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:25 smithi187 ceph-mon[111815]: pgmap v15866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:26.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:26.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:27.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:27.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:27 smithi088 ceph-mon[96111]: pgmap v15867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:27 smithi187 ceph-mon[111815]: pgmap v15867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:28.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:28.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:29.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:29.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:29 smithi088 ceph-mon[96111]: pgmap v15868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:29 smithi187 ceph-mon[111815]: pgmap v15868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:30.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:30.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:31.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:31.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:31 smithi088 ceph-mon[96111]: pgmap v15869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:05:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:31 smithi187 ceph-mon[111815]: pgmap v15869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:05:32.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:32.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:33.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:33.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:33 smithi088 ceph-mon[96111]: pgmap v15870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:33 smithi187 ceph-mon[111815]: pgmap v15870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:34.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:34.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:35.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:35.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:35 smithi088 ceph-mon[96111]: pgmap v15871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:35 smithi187 ceph-mon[111815]: pgmap v15871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:36.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:36.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:37.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:37.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:37 smithi088 ceph-mon[96111]: pgmap v15872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:37 smithi187 ceph-mon[111815]: pgmap v15872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:38.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:38.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:39.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:39.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:39 smithi187 ceph-mon[111815]: pgmap v15873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:39 smithi088 ceph-mon[96111]: pgmap v15873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:40.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:40.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:41.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:41.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:41 smithi088 ceph-mon[96111]: pgmap v15874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:41 smithi187 ceph-mon[111815]: pgmap v15874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:42.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:42.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:43.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:43.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:43 smithi088 ceph-mon[96111]: pgmap v15875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:43 smithi187 ceph-mon[111815]: pgmap v15875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:44.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:44.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:45.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:45.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:45 smithi088 ceph-mon[96111]: pgmap v15876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:45 smithi187 ceph-mon[111815]: pgmap v15876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:46.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:46.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:05:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:05:47.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:47.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:47 smithi088 ceph-mon[96111]: pgmap v15877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:47 smithi187 ceph-mon[111815]: pgmap v15877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:48.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:48.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:48 smithi187 ceph-mon[111815]: pgmap v15878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:48 smithi088 ceph-mon[96111]: pgmap v15878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:49.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:49.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:50.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:50.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:51.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:51.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:51 smithi088 ceph-mon[96111]: pgmap v15879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:51 smithi187 ceph-mon[111815]: pgmap v15879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:52.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:52.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:53.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:53.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:53 smithi088 ceph-mon[96111]: pgmap v15880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:53 smithi187 ceph-mon[111815]: pgmap v15880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:54.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:54.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:55.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:55.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:55 smithi088 ceph-mon[96111]: pgmap v15881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:55 smithi187 ceph-mon[111815]: pgmap v15881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:05:56.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:56.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:57.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:57.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:57.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:57 smithi088 ceph-mon[96111]: pgmap v15882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:57 smithi187 ceph-mon[111815]: pgmap v15882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:58.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:58.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:59.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:05:59.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:05:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:05:59 smithi088 ceph-mon[96111]: pgmap v15883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:05:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:05:59 smithi187 ceph-mon[111815]: pgmap v15883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:00.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:00.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:01.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:01.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:01 smithi088 ceph-mon[96111]: pgmap v15884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:06:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:01 smithi187 ceph-mon[111815]: pgmap v15884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:06:02.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:02.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:03.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:03.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:03 smithi088 ceph-mon[96111]: pgmap v15885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:03 smithi187 ceph-mon[111815]: pgmap v15885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:04.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:04.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:05.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:05.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:05 smithi088 ceph-mon[96111]: pgmap v15886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:05 smithi187 ceph-mon[111815]: pgmap v15886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:06.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:06.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:07.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:07.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:07 smithi088 ceph-mon[96111]: pgmap v15887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:07.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:06:07.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:07 smithi187 ceph-mon[111815]: pgmap v15887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:07.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:06:08.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:08.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:09.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:09.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:09 smithi088 ceph-mon[96111]: pgmap v15888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:09 smithi187 ceph-mon[111815]: pgmap v15888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:10.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:10.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:06:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:06:11.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:06:11.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:06:11.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:06:11.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:06:11.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:06:11.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:11 smithi088 ceph-mon[96111]: pgmap v15889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:06:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:06:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:06:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:06:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:06:11.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:06:11.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:06:11.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:11 smithi187 ceph-mon[111815]: pgmap v15889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:11.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:11.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:12.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:12.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:13.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:13.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:13 smithi088 ceph-mon[96111]: pgmap v15890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:13 smithi187 ceph-mon[111815]: pgmap v15890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:14.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:14.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:15.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:15.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:15 smithi088 ceph-mon[96111]: pgmap v15891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:15 smithi187 ceph-mon[111815]: pgmap v15891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:16.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:16.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:16.793 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:06:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:06:17.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:17.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:17 smithi088 ceph-mon[96111]: pgmap v15892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:17 smithi187 ceph-mon[111815]: pgmap v15892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:18.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:18.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:19.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:19.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:19 smithi088 ceph-mon[96111]: pgmap v15893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:19 smithi187 ceph-mon[111815]: pgmap v15893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:20.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:20.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:21.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:21.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:21 smithi088 ceph-mon[96111]: pgmap v15894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:21 smithi187 ceph-mon[111815]: pgmap v15894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:22.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:22.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:23.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:23.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:23 smithi088 ceph-mon[96111]: pgmap v15895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:23 smithi187 ceph-mon[111815]: pgmap v15895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:24.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:24.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:25.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:25.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:25 smithi088 ceph-mon[96111]: pgmap v15896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:25 smithi187 ceph-mon[111815]: pgmap v15896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:26.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:26.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:27.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:27.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:27 smithi088 ceph-mon[96111]: pgmap v15897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:27 smithi187 ceph-mon[111815]: pgmap v15897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:28.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:28.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:29.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:29.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:29 smithi088 ceph-mon[96111]: pgmap v15898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:29.828 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:29 smithi187 ceph-mon[111815]: pgmap v15898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:30.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:30.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:31.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:31.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:31 smithi088 ceph-mon[96111]: pgmap v15899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:06:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:31 smithi187 ceph-mon[111815]: pgmap v15899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:06:32.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:32.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:33.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:33.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:33 smithi088 ceph-mon[96111]: pgmap v15900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:33 smithi187 ceph-mon[111815]: pgmap v15900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:34.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:34.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:35.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:35.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:35 smithi088 ceph-mon[96111]: pgmap v15901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:35 smithi187 ceph-mon[111815]: pgmap v15901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:36.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:36.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:37.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:37.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:37.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:37 smithi088 ceph-mon[96111]: pgmap v15902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:37 smithi187 ceph-mon[111815]: pgmap v15902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:38.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:38.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:39.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:39.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:39.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:39 smithi088 ceph-mon[96111]: pgmap v15903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:39.933 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:39 smithi187 ceph-mon[111815]: pgmap v15903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:40.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:40.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:41.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:41.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:41.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:41 smithi088 ceph-mon[96111]: pgmap v15904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:41 smithi187 ceph-mon[111815]: pgmap v15904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:42.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:42.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:43.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:43.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:43 smithi088 ceph-mon[96111]: pgmap v15905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:43 smithi187 ceph-mon[111815]: pgmap v15905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:44.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:44.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:44 smithi187 ceph-mon[111815]: pgmap v15906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:44 smithi088 ceph-mon[96111]: pgmap v15906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:45.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:45.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:06:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:06:46.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:46.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:46 smithi187 ceph-mon[111815]: pgmap v15907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:46 smithi088 ceph-mon[96111]: pgmap v15907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:47.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:47.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:48.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:48.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:49.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:49.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:49 smithi088 ceph-mon[96111]: pgmap v15908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:49 smithi187 ceph-mon[111815]: pgmap v15908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:50.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:50.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:51.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:51.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:51 smithi088 ceph-mon[96111]: pgmap v15909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:51 smithi187 ceph-mon[111815]: pgmap v15909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:52.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:52.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:53.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:53.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:53 smithi088 ceph-mon[96111]: pgmap v15910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:53 smithi187 ceph-mon[111815]: pgmap v15910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:54.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:54.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:55.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:55.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:55.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:55 smithi088 ceph-mon[96111]: pgmap v15911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:55 smithi187 ceph-mon[111815]: pgmap v15911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:06:56.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:56.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:57.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:57.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:57 smithi088 ceph-mon[96111]: pgmap v15912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:57 smithi187 ceph-mon[111815]: pgmap v15912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:58.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:58.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:59.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:06:59.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:06:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:06:59 smithi088 ceph-mon[96111]: pgmap v15913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:06:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:06:59 smithi187 ceph-mon[111815]: pgmap v15913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:00.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:00.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:01.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:01.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:01 smithi088 ceph-mon[96111]: pgmap v15914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:07:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:01 smithi187 ceph-mon[111815]: pgmap v15914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:07:02.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:02.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:03.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:03.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:03 smithi088 ceph-mon[96111]: pgmap v15915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:03.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:03 smithi187 ceph-mon[111815]: pgmap v15915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:04.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:04.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:05.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:05.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:05 smithi088 ceph-mon[96111]: pgmap v15916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:05 smithi187 ceph-mon[111815]: pgmap v15916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:06.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:06.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:07.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:07.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:07 smithi088 ceph-mon[96111]: pgmap v15917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:07 smithi187 ceph-mon[111815]: pgmap v15917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:08.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:08.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:09.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:09.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:09.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:09 smithi088 ceph-mon[96111]: pgmap v15918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:09 smithi187 ceph-mon[111815]: pgmap v15918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:10.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:11.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:11.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:11 smithi088 ceph-mon[96111]: pgmap v15919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:07:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:11 smithi187 ceph-mon[111815]: pgmap v15919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:11.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:07:12.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:12.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:13.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:13.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:13 smithi088 ceph-mon[96111]: pgmap v15920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:13 smithi187 ceph-mon[111815]: pgmap v15920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:14.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:14.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:15.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:15.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:15 smithi187 ceph-mon[111815]: pgmap v15921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:07:15.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:07:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:15 smithi088 ceph-mon[96111]: pgmap v15921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:07:15.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:07:16.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:16.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:07:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:07:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:07:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:07:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:07:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:07:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:07:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:07:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:07:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:07:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:07:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:07:17.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:17.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:17 smithi088 ceph-mon[96111]: pgmap v15922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:17 smithi187 ceph-mon[111815]: pgmap v15922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:18.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:18.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:19.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:19.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:19 smithi088 ceph-mon[96111]: pgmap v15923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:19 smithi187 ceph-mon[111815]: pgmap v15923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:20.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:20.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:21.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:21.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:21 smithi088 ceph-mon[96111]: pgmap v15924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:21 smithi187 ceph-mon[111815]: pgmap v15924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:22.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:22.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:23.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:23.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:23 smithi088 ceph-mon[96111]: pgmap v15925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:23 smithi187 ceph-mon[111815]: pgmap v15925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:24.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:24.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:25.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:25.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:25.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:25 smithi187 ceph-mon[111815]: pgmap v15926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:25 smithi088 ceph-mon[96111]: pgmap v15926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:26.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:26.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:27.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:27.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:27 smithi088 ceph-mon[96111]: pgmap v15927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:27 smithi187 ceph-mon[111815]: pgmap v15927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:28.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:28.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:29.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:29.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:29 smithi088 ceph-mon[96111]: pgmap v15928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:29 smithi187 ceph-mon[111815]: pgmap v15928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:30.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:30.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:31.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:31.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:31 smithi088 ceph-mon[96111]: pgmap v15929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:07:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:31 smithi187 ceph-mon[111815]: pgmap v15929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:07:32.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:32.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:33.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:33.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:33 smithi088 ceph-mon[96111]: pgmap v15930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:33 smithi187 ceph-mon[111815]: pgmap v15930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:34.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:34.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:35.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:35.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:35 smithi088 ceph-mon[96111]: pgmap v15931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:35 smithi187 ceph-mon[111815]: pgmap v15931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:36.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:36.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:37.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:37.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:37 smithi088 ceph-mon[96111]: pgmap v15932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:37 smithi187 ceph-mon[111815]: pgmap v15932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:38.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:38.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:39.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:39.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:39 smithi088 ceph-mon[96111]: pgmap v15933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:39 smithi187 ceph-mon[111815]: pgmap v15933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:40.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:40.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:41.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:41.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:41 smithi088 ceph-mon[96111]: pgmap v15934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:41 smithi187 ceph-mon[111815]: pgmap v15934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:42.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:42.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:43.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:43.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:43 smithi088 ceph-mon[96111]: pgmap v15935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:43 smithi187 ceph-mon[111815]: pgmap v15935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:44.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:44.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:45.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:45.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:45 smithi088 ceph-mon[96111]: pgmap v15936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:45 smithi187 ceph-mon[111815]: pgmap v15936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:46.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:46.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:07:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:46 smithi088 ceph-mon[96111]: pgmap v15937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:07:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:46 smithi187 ceph-mon[111815]: pgmap v15937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:47.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:47.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:48.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:48.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:49.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:49.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:49 smithi088 ceph-mon[96111]: pgmap v15938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:49 smithi187 ceph-mon[111815]: pgmap v15938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:50.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:50.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:51.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:51.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:51 smithi088 ceph-mon[96111]: pgmap v15939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:51 smithi187 ceph-mon[111815]: pgmap v15939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:52.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:52.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:53.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:53.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:53 smithi088 ceph-mon[96111]: pgmap v15940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:53 smithi187 ceph-mon[111815]: pgmap v15940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:54.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:54.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:55.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:55.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:55 smithi088 ceph-mon[96111]: pgmap v15941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:55 smithi187 ceph-mon[111815]: pgmap v15941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:07:56.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:56.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:57.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:57.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:57.775 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:57 smithi088 ceph-mon[96111]: pgmap v15942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:57 smithi187 ceph-mon[111815]: pgmap v15942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:58.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:58.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:59.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:07:59.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:07:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:07:59 smithi088 ceph-mon[96111]: pgmap v15943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:07:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:07:59 smithi187 ceph-mon[111815]: pgmap v15943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:00.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:00.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:01.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:01.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:01 smithi088 ceph-mon[96111]: pgmap v15944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:08:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:01 smithi187 ceph-mon[111815]: pgmap v15944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:08:02.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:02.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:03.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:03.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:03 smithi088 ceph-mon[96111]: pgmap v15945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:03 smithi187 ceph-mon[111815]: pgmap v15945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:04.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:04.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:05.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:05.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:05 smithi088 ceph-mon[96111]: pgmap v15946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:05.827 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:05 smithi187 ceph-mon[111815]: pgmap v15946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:06.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:06.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:07.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:07.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:07 smithi088 ceph-mon[96111]: pgmap v15947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:07 smithi187 ceph-mon[111815]: pgmap v15947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:08.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:08.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:09.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:09.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:09 smithi088 ceph-mon[96111]: pgmap v15948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:09 smithi187 ceph-mon[111815]: pgmap v15948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:10.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:10.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:11.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:11.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:11 smithi088 ceph-mon[96111]: pgmap v15949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:11 smithi187 ceph-mon[111815]: pgmap v15949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:12.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:12.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:13.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:13.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:13 smithi088 ceph-mon[96111]: pgmap v15950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:13 smithi187 ceph-mon[111815]: pgmap v15950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:14.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:14.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:15.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:15.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:15 smithi088 ceph-mon[96111]: pgmap v15951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:15.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:15 smithi187 ceph-mon[111815]: pgmap v15951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:16.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:16.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:08:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:08:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:08:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:08:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:08:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:08:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:08:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:08:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:08:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:08:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:08:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:08:16.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:08:16.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:08:17.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:17.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:17 smithi088 ceph-mon[96111]: pgmap v15952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:17 smithi187 ceph-mon[111815]: pgmap v15952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:18.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:18.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:19.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:19.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:19 smithi088 ceph-mon[96111]: pgmap v15953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:19 smithi187 ceph-mon[111815]: pgmap v15953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:20.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:20.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:21.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:21.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:21 smithi088 ceph-mon[96111]: pgmap v15954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:21 smithi187 ceph-mon[111815]: pgmap v15954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:22.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:22.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:23.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:23.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:23 smithi088 ceph-mon[96111]: pgmap v15955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:23 smithi187 ceph-mon[111815]: pgmap v15955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:24.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:24.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:25.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:25.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:25 smithi088 ceph-mon[96111]: pgmap v15956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:25 smithi187 ceph-mon[111815]: pgmap v15956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:26.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:26.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:27.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:27.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:27 smithi088 ceph-mon[96111]: pgmap v15957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:27 smithi187 ceph-mon[111815]: pgmap v15957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:28.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:28.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:29.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:29.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:29 smithi088 ceph-mon[96111]: pgmap v15958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:29 smithi187 ceph-mon[111815]: pgmap v15958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:30.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:30.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:31.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:31.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:31 smithi088 ceph-mon[96111]: pgmap v15959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:08:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:31 smithi187 ceph-mon[111815]: pgmap v15959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:08:32.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:32.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:33.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:33.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:33 smithi088 ceph-mon[96111]: pgmap v15960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:33 smithi187 ceph-mon[111815]: pgmap v15960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:34.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:34.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:35.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:35.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:35 smithi088 ceph-mon[96111]: pgmap v15961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:35 smithi187 ceph-mon[111815]: pgmap v15961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:36.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:36.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:37.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:37.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:37 smithi088 ceph-mon[96111]: pgmap v15962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:37 smithi187 ceph-mon[111815]: pgmap v15962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:38.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:38.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:39.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:39.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:39 smithi088 ceph-mon[96111]: pgmap v15963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:39 smithi187 ceph-mon[111815]: pgmap v15963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:40.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:40.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:41.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:41.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:41 smithi088 ceph-mon[96111]: pgmap v15964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:41 smithi187 ceph-mon[111815]: pgmap v15964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:42.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:42.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:43.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:43.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:43 smithi088 ceph-mon[96111]: pgmap v15965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:43 smithi187 ceph-mon[111815]: pgmap v15965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:44.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:44.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:45.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:45.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:45 smithi088 ceph-mon[96111]: pgmap v15966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:45 smithi187 ceph-mon[111815]: pgmap v15966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:46.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:46.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:08:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:08:47.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:47.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:47 smithi088 ceph-mon[96111]: pgmap v15967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:47 smithi187 ceph-mon[111815]: pgmap v15967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:48.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:48.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:49.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:49.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:49 smithi088 ceph-mon[96111]: pgmap v15968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:49 smithi187 ceph-mon[111815]: pgmap v15968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:50.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:50.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:51 smithi187 ceph-mon[111815]: pgmap v15969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:51.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:51.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:51 smithi088 ceph-mon[96111]: pgmap v15969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:52.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:52.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:53.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:53 smithi088 ceph-mon[96111]: pgmap v15970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:53.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:53.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:53 smithi187 ceph-mon[111815]: pgmap v15970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:54.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:54.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:55.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:55.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:55 smithi088 ceph-mon[96111]: pgmap v15971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:55 smithi187 ceph-mon[111815]: pgmap v15971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:08:56.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:56.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:57.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:57.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:57 smithi088 ceph-mon[96111]: pgmap v15972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:57 smithi187 ceph-mon[111815]: pgmap v15972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:58.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:58.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:59.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:08:59.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:08:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:08:59 smithi088 ceph-mon[96111]: pgmap v15973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:08:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:08:59 smithi187 ceph-mon[111815]: pgmap v15973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:00.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:00.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:01 smithi187 ceph-mon[111815]: pgmap v15974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:09:01.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:01.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:01 smithi088 ceph-mon[96111]: pgmap v15974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:09:02.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:02.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:03.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:03.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:03 smithi088 ceph-mon[96111]: pgmap v15975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:03 smithi187 ceph-mon[111815]: pgmap v15975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:04.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:04.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:05.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:05.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:05 smithi088 ceph-mon[96111]: pgmap v15976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:05.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:05 smithi187 ceph-mon[111815]: pgmap v15976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:06.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:06.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:07.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:07.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:07 smithi088 ceph-mon[96111]: pgmap v15977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:07 smithi187 ceph-mon[111815]: pgmap v15977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:08.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:08.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:09.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:09.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:09 smithi088 ceph-mon[96111]: pgmap v15978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:09 smithi187 ceph-mon[111815]: pgmap v15978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:10.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:10.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:11.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:11.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:11 smithi088 ceph-mon[96111]: pgmap v15979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:11 smithi187 ceph-mon[111815]: pgmap v15979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:12.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:12.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:13.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:13.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:13 smithi088 ceph-mon[96111]: pgmap v15980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:13 smithi187 ceph-mon[111815]: pgmap v15980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:14.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:14.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:15.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:15.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:15 smithi088 ceph-mon[96111]: pgmap v15981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:15 smithi187 ceph-mon[111815]: pgmap v15981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:16.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:16.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:09:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:09:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:09:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:09:17.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:17.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:17 smithi088 ceph-mon[96111]: pgmap v15982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:09:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:09:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:09:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:09:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:09:17.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:09:17.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:09:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:17 smithi187 ceph-mon[111815]: pgmap v15982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:09:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:09:17.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:09:17.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:09:17.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:09:17.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:09:17.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:09:18.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:18.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:19.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:19.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:19 smithi088 ceph-mon[96111]: pgmap v15983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:19 smithi187 ceph-mon[111815]: pgmap v15983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:20.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:20.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:21.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:21.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:21 smithi088 ceph-mon[96111]: pgmap v15984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:21 smithi187 ceph-mon[111815]: pgmap v15984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:22.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:22.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:23.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:23.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:23 smithi088 ceph-mon[96111]: pgmap v15985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:23 smithi187 ceph-mon[111815]: pgmap v15985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:24.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:24.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:24 smithi187 ceph-mon[111815]: pgmap v15986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:24 smithi088 ceph-mon[96111]: pgmap v15986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:25.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:25.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:26.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:26.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:27.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:27.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:27 smithi088 ceph-mon[96111]: pgmap v15987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:27.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:27 smithi187 ceph-mon[111815]: pgmap v15987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:28.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:28.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:29.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:29.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:29 smithi088 ceph-mon[96111]: pgmap v15988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:29 smithi187 ceph-mon[111815]: pgmap v15988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:30.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:30.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:31.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:31.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:31 smithi088 ceph-mon[96111]: pgmap v15989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:09:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:31 smithi187 ceph-mon[111815]: pgmap v15989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:09:32.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:32.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:33.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:33.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:33 smithi088 ceph-mon[96111]: pgmap v15990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:33 smithi187 ceph-mon[111815]: pgmap v15990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:34.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:34.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:35.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:35.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:35 smithi088 ceph-mon[96111]: pgmap v15991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:35 smithi187 ceph-mon[111815]: pgmap v15991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:36.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:36.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:37.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:37.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:37 smithi088 ceph-mon[96111]: pgmap v15992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:37.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:37 smithi187 ceph-mon[111815]: pgmap v15992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:38.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:38.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:39.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:39.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:39 smithi187 ceph-mon[111815]: pgmap v15993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:39 smithi088 ceph-mon[96111]: pgmap v15993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:40.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:40.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:40 smithi187 ceph-mon[111815]: pgmap v15994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:40 smithi088 ceph-mon[96111]: pgmap v15994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:41.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:41.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:42.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:42.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:43 smithi088 ceph-mon[96111]: pgmap v15995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:43.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:43.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:43 smithi187 ceph-mon[111815]: pgmap v15995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:44.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:44.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:45 smithi088 ceph-mon[96111]: pgmap v15996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:45.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:45.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:45 smithi187 ceph-mon[111815]: pgmap v15996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:09:46.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:46.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:46.890 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:09:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:47 smithi088 ceph-mon[96111]: pgmap v15997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:47.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:47.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:47 smithi187 ceph-mon[111815]: pgmap v15997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:48.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:48.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:49.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:49.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:49 smithi187 ceph-mon[111815]: pgmap v15998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:49 smithi088 ceph-mon[96111]: pgmap v15998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:50.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:50.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:51.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:51.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:51.943 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:51 smithi187 ceph-mon[111815]: pgmap v15999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:51 smithi088 ceph-mon[96111]: pgmap v15999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:52.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:52.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:53.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:53 smithi088 ceph-mon[96111]: pgmap v16000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:53.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:53.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:53 smithi187 ceph-mon[111815]: pgmap v16000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:54.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:54.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:55 smithi088 ceph-mon[96111]: pgmap v16001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:55.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:55.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:55 smithi187 ceph-mon[111815]: pgmap v16001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:09:56.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:56.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:57 smithi088 ceph-mon[96111]: pgmap v16002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:57.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:57.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:57 smithi187 ceph-mon[111815]: pgmap v16002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:58.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:58.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:09:59 smithi088 ceph-mon[96111]: pgmap v16003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:09:59.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:09:59.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:09:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:09:59 smithi187 ceph-mon[111815]: pgmap v16003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T08:10:00.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:00.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T08:10:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:01 smithi088 ceph-mon[96111]: pgmap v16004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:10:01.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:01.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:01 smithi187 ceph-mon[111815]: pgmap v16004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:10:02.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:02.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:03 smithi088 ceph-mon[96111]: pgmap v16005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:03.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:03.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:03 smithi187 ceph-mon[111815]: pgmap v16005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:04.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:04.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:05 smithi088 ceph-mon[96111]: pgmap v16006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:05.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:05.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:05 smithi187 ceph-mon[111815]: pgmap v16006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:06.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:06.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:07 smithi088 ceph-mon[96111]: pgmap v16007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:07.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:07.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:07 smithi187 ceph-mon[111815]: pgmap v16007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:08.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:08.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:09 smithi088 ceph-mon[96111]: pgmap v16008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:09.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:09.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:09 smithi187 ceph-mon[111815]: pgmap v16008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:10.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:10.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:11 smithi088 ceph-mon[96111]: pgmap v16009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:11.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:11.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:11 smithi187 ceph-mon[111815]: pgmap v16009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:12.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:12.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:13 smithi088 ceph-mon[96111]: pgmap v16010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:13.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:13.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:13 smithi187 ceph-mon[111815]: pgmap v16010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:14.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:14.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:15 smithi088 ceph-mon[96111]: pgmap v16011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:15.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:15.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:15 smithi187 ceph-mon[111815]: pgmap v16011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:10:16.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:16.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:10:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:17 smithi088 ceph-mon[96111]: pgmap v16012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:10:17.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:17.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:17 smithi187 ceph-mon[111815]: pgmap v16012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:10:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:10:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:10:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:10:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:10:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:10:18.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:18.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:10:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:10:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:10:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:10:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:10:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:19 smithi088 ceph-mon[96111]: pgmap v16013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:19.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:19.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:19 smithi187 ceph-mon[111815]: pgmap v16013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:20.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:20.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:21 smithi088 ceph-mon[96111]: pgmap v16014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:21.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:21.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:21 smithi187 ceph-mon[111815]: pgmap v16014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:22.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:22.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:23 smithi088 ceph-mon[96111]: pgmap v16015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:23.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:23.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:23 smithi187 ceph-mon[111815]: pgmap v16015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:24.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:24.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:25.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:25.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:25 smithi187 ceph-mon[111815]: pgmap v16016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:25 smithi088 ceph-mon[96111]: pgmap v16016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:26.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:26.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:27 smithi187 ceph-mon[111815]: pgmap v16017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:27.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:27.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:27 smithi088 ceph-mon[96111]: pgmap v16017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:28.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:28.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:29.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:29.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:29 smithi187 ceph-mon[111815]: pgmap v16018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:29 smithi088 ceph-mon[96111]: pgmap v16018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:30.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:30.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:31.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:31.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:31 smithi187 ceph-mon[111815]: pgmap v16019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:10:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:31 smithi088 ceph-mon[96111]: pgmap v16019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:10:32.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:32.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:33.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:33.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:33 smithi187 ceph-mon[111815]: pgmap v16020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:33 smithi088 ceph-mon[96111]: pgmap v16020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:34.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:34.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:34 smithi187 ceph-mon[111815]: pgmap v16021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:34 smithi088 ceph-mon[96111]: pgmap v16021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:35.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:35.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:36.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:36.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:37 smithi187 ceph-mon[111815]: pgmap v16022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:37.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:37.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:37 smithi088 ceph-mon[96111]: pgmap v16022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:38.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:38.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:39 smithi088 ceph-mon[96111]: pgmap v16023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:39.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:39.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:39 smithi187 ceph-mon[111815]: pgmap v16023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:40.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:40.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:41.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:41.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:41 smithi187 ceph-mon[111815]: pgmap v16024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:41 smithi088 ceph-mon[96111]: pgmap v16024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:42.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:42.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:43 smithi088 ceph-mon[96111]: pgmap v16025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:43.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:43.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:43 smithi187 ceph-mon[111815]: pgmap v16025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:44.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:44.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:45.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:45 smithi088 ceph-mon[96111]: pgmap v16026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:45.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:45.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:45 smithi187 ceph-mon[111815]: pgmap v16026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:10:46.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:46.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:10:47.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:47 smithi088 ceph-mon[96111]: pgmap v16027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:47.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:47.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:47 smithi187 ceph-mon[111815]: pgmap v16027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:48.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:48.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:49.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:49 smithi088 ceph-mon[96111]: pgmap v16028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:49.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:49.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:49 smithi187 ceph-mon[111815]: pgmap v16028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:50.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:50.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:51 smithi088 ceph-mon[96111]: pgmap v16029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:51.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:51.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:51 smithi187 ceph-mon[111815]: pgmap v16029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:52.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:52.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:53.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:53 smithi088 ceph-mon[96111]: pgmap v16030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:53.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:53.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:53.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:53 smithi187 ceph-mon[111815]: pgmap v16030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:54.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:54.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:55.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:55 smithi088 ceph-mon[96111]: pgmap v16031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:55.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:55.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:55.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:55 smithi187 ceph-mon[111815]: pgmap v16031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:10:56.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:56.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:57 smithi088 ceph-mon[96111]: pgmap v16032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:57.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:57.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:57 smithi187 ceph-mon[111815]: pgmap v16032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:58.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:58.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:10:59 smithi088 ceph-mon[96111]: pgmap v16033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:10:59.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:10:59.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:10:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:10:59 smithi187 ceph-mon[111815]: pgmap v16033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:00.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:00.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:01 smithi088 ceph-mon[96111]: pgmap v16034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:01.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:11:01.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:01.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:01 smithi187 ceph-mon[111815]: pgmap v16034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:11:02.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:02.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:03.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:03 smithi088 ceph-mon[96111]: pgmap v16035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:03.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:03.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:03.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:03 smithi187 ceph-mon[111815]: pgmap v16035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:04.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:04.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:05.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:05 smithi088 ceph-mon[96111]: pgmap v16036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:05.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:05.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:05 smithi187 ceph-mon[111815]: pgmap v16036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:06.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:06.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:07 smithi088 ceph-mon[96111]: pgmap v16037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:07 smithi187 ceph-mon[111815]: pgmap v16037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:07.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:07.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:08.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:08.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:09.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:09 smithi088 ceph-mon[96111]: pgmap v16038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:09 smithi187 ceph-mon[111815]: pgmap v16038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:09.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:09.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:10.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:10.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:11 smithi088 ceph-mon[96111]: pgmap v16039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:11 smithi187 ceph-mon[111815]: pgmap v16039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:11.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:11.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:12.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:12.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:13 smithi088 ceph-mon[96111]: pgmap v16040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:13 smithi187 ceph-mon[111815]: pgmap v16040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:13.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:13.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:14.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:14.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:15 smithi088 ceph-mon[96111]: pgmap v16041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:15 smithi187 ceph-mon[111815]: pgmap v16041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:15.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:15.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:11:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:11:16.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:16.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:17 smithi088 ceph-mon[96111]: pgmap v16042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:17.860 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:17 smithi187 ceph-mon[111815]: pgmap v16042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:17.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:17.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:11:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:11:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:11:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:11:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:11:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:11:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:11:18.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:11:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:11:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:11:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:11:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:11:18.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:11:18.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:11:18.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:11:18.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:11:18.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:18.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:19 smithi088 ceph-mon[96111]: pgmap v16043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:19 smithi187 ceph-mon[111815]: pgmap v16043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:19.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:19.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:20.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:20.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:21.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:21 smithi088 ceph-mon[96111]: pgmap v16044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:21 smithi187 ceph-mon[111815]: pgmap v16044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:21.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:21.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:22.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:22.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:23 smithi088 ceph-mon[96111]: pgmap v16045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:23 smithi187 ceph-mon[111815]: pgmap v16045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:23.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:23.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:24.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:24.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:25.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:25 smithi088 ceph-mon[96111]: pgmap v16046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:25 smithi187 ceph-mon[111815]: pgmap v16046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:25.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:25.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:26.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:26.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:27 smithi088 ceph-mon[96111]: pgmap v16047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:27 smithi187 ceph-mon[111815]: pgmap v16047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:27.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:27.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:28.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:28.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:29 smithi088 ceph-mon[96111]: pgmap v16048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:29 smithi187 ceph-mon[111815]: pgmap v16048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:29.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:29.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:30.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:30.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:31 smithi088 ceph-mon[96111]: pgmap v16049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:11:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:31 smithi187 ceph-mon[111815]: pgmap v16049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:11:31.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:31.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:32.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:33.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:33 smithi088 ceph-mon[96111]: pgmap v16050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:33 smithi187 ceph-mon[111815]: pgmap v16050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:34.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:34.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:35.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:35.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:35 smithi088 ceph-mon[96111]: pgmap v16051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:35 smithi187 ceph-mon[111815]: pgmap v16051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:36.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:36.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:37.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:37.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:37 smithi088 ceph-mon[96111]: pgmap v16052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:37 smithi187 ceph-mon[111815]: pgmap v16052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:38.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:38.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:39.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:39.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:39 smithi088 ceph-mon[96111]: pgmap v16053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:39 smithi187 ceph-mon[111815]: pgmap v16053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:40.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:40.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:41.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:41.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:41 smithi088 ceph-mon[96111]: pgmap v16054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:41 smithi187 ceph-mon[111815]: pgmap v16054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:42.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:42.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:43.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:43.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:43 smithi088 ceph-mon[96111]: pgmap v16055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:43 smithi187 ceph-mon[111815]: pgmap v16055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:44.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:44.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:45.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:45.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:45 smithi088 ceph-mon[96111]: pgmap v16056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:45 smithi187 ceph-mon[111815]: pgmap v16056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:46.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:46.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:11:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:11:47.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:47.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:47.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:47 smithi088 ceph-mon[96111]: pgmap v16057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:47 smithi187 ceph-mon[111815]: pgmap v16057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:48.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:48.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:49.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:49.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:49.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:49 smithi088 ceph-mon[96111]: pgmap v16058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:49.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:49 smithi187 ceph-mon[111815]: pgmap v16058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:50.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:50.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:51.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:51.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:51 smithi088 ceph-mon[96111]: pgmap v16059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:51 smithi187 ceph-mon[111815]: pgmap v16059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:52.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:52.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:53.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:53.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:53.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:53 smithi088 ceph-mon[96111]: pgmap v16060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:53 smithi187 ceph-mon[111815]: pgmap v16060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:54.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:54.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:55.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:55.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:55.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:55 smithi088 ceph-mon[96111]: pgmap v16061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:55 smithi187 ceph-mon[111815]: pgmap v16061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:11:56.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:56.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:57.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:57.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:57 smithi088 ceph-mon[96111]: pgmap v16062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:57 smithi187 ceph-mon[111815]: pgmap v16062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:58.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:58.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:59.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:11:59.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:11:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:11:59 smithi088 ceph-mon[96111]: pgmap v16063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:11:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:11:59 smithi187 ceph-mon[111815]: pgmap v16063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:00.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:00.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:01.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:01.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:01 smithi088 ceph-mon[96111]: pgmap v16064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:12:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:01 smithi187 ceph-mon[111815]: pgmap v16064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:12:02.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:02.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:03.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:03.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:03 smithi187 ceph-mon[111815]: pgmap v16065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:03 smithi088 ceph-mon[96111]: pgmap v16065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:04.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:04.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:05.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:05.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:05.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:05 smithi088 ceph-mon[96111]: pgmap v16066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:05 smithi187 ceph-mon[111815]: pgmap v16066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:06.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:06.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:07.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:07.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:07 smithi088 ceph-mon[96111]: pgmap v16067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:07 smithi187 ceph-mon[111815]: pgmap v16067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:08.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:08.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:09.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:09.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:09 smithi088 ceph-mon[96111]: pgmap v16068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:09 smithi187 ceph-mon[111815]: pgmap v16068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:10.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:10.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:11.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:11.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:11 smithi088 ceph-mon[96111]: pgmap v16069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:11 smithi187 ceph-mon[111815]: pgmap v16069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:12.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:12.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:13.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:13.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:13 smithi187 ceph-mon[111815]: pgmap v16070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:13 smithi088 ceph-mon[96111]: pgmap v16070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:14.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:14.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:15.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:15.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:15 smithi088 ceph-mon[96111]: pgmap v16071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:15 smithi187 ceph-mon[111815]: pgmap v16071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:16.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:16.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:12:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:12:17.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:17.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:17 smithi088 ceph-mon[96111]: pgmap v16072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:17 smithi187 ceph-mon[111815]: pgmap v16072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:18.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:18.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:12:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:12:19.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:19.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:19 smithi088 ceph-mon[96111]: pgmap v16073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:12:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:12:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:12:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:12:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:12:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:19 smithi187 ceph-mon[111815]: pgmap v16073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:12:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:12:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:12:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:12:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:12:20.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:20.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:21.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:21.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:21 smithi088 ceph-mon[96111]: pgmap v16074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:21 smithi187 ceph-mon[111815]: pgmap v16074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:22.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:22.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:23.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:23.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:23.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:23 smithi088 ceph-mon[96111]: pgmap v16075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:23.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:23 smithi187 ceph-mon[111815]: pgmap v16075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:24.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:24.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:25.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:25.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:25.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:25 smithi088 ceph-mon[96111]: pgmap v16076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:25.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:25 smithi187 ceph-mon[111815]: pgmap v16076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:26.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:26.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:27.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:27.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:27 smithi088 ceph-mon[96111]: pgmap v16077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:27.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:27 smithi187 ceph-mon[111815]: pgmap v16077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:28.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:28.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:29.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:29.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:29 smithi088 ceph-mon[96111]: pgmap v16078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:29 smithi187 ceph-mon[111815]: pgmap v16078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:30.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:30.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:31.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:31.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:31 smithi088 ceph-mon[96111]: pgmap v16079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:12:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:31 smithi187 ceph-mon[111815]: pgmap v16079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:12:32.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:32.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:33.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:33.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:33 smithi088 ceph-mon[96111]: pgmap v16080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:33 smithi187 ceph-mon[111815]: pgmap v16080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:34.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:34.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:35.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:35.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:35.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:35 smithi088 ceph-mon[96111]: pgmap v16081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:35 smithi187 ceph-mon[111815]: pgmap v16081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:36.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:36.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:37.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:37.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:37 smithi088 ceph-mon[96111]: pgmap v16082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:37 smithi187 ceph-mon[111815]: pgmap v16082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:38.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:38.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:39.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:39.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:39 smithi088 ceph-mon[96111]: pgmap v16083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:39 smithi187 ceph-mon[111815]: pgmap v16083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:40.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:40.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:41.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:41.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:41 smithi187 ceph-mon[111815]: pgmap v16084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:41 smithi088 ceph-mon[96111]: pgmap v16084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:42.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:42.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:43.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:43.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:43 smithi088 ceph-mon[96111]: pgmap v16085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:43 smithi187 ceph-mon[111815]: pgmap v16085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:44.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:44.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:44 smithi187 ceph-mon[111815]: pgmap v16086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:44 smithi088 ceph-mon[96111]: pgmap v16086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:45.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:45.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:12:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:12:46.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:46.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:46 smithi187 ceph-mon[111815]: pgmap v16087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:46 smithi088 ceph-mon[96111]: pgmap v16087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:47.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:47.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:48.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:48.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:48 smithi187 ceph-mon[111815]: pgmap v16088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:48 smithi088 ceph-mon[96111]: pgmap v16088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:49.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:49.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:50.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:50.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:50 smithi187 ceph-mon[111815]: pgmap v16089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:50 smithi088 ceph-mon[96111]: pgmap v16089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:51.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:51.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:52.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:52.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:53.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:53.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:53 smithi088 ceph-mon[96111]: pgmap v16090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:53.872 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:53 smithi187 ceph-mon[111815]: pgmap v16090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:54.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:54.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:54 smithi187 ceph-mon[111815]: pgmap v16091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:54 smithi088 ceph-mon[96111]: pgmap v16091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:12:55.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:55.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:56.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:56.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:56 smithi187 ceph-mon[111815]: pgmap v16092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:56 smithi088 ceph-mon[96111]: pgmap v16092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:58.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:58.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:12:58.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:12:58 smithi187 ceph-mon[111815]: pgmap v16093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:12:58 smithi088 ceph-mon[96111]: pgmap v16093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:12:59.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:12:59.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:00.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:00.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:00 smithi187 ceph-mon[111815]: pgmap v16094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:13:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:00 smithi088 ceph-mon[96111]: pgmap v16094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:13:01.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:01.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:02.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:02.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:03.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:03.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:03.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:03 smithi088 ceph-mon[96111]: pgmap v16095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:03 smithi187 ceph-mon[111815]: pgmap v16095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:04.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:04.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:04 smithi187 ceph-mon[111815]: pgmap v16096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:04 smithi088 ceph-mon[96111]: pgmap v16096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:05.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:05.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:06.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:06.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:06 smithi187 ceph-mon[111815]: pgmap v16097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:06 smithi088 ceph-mon[96111]: pgmap v16097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:07.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:07.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:08.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:08.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:08 smithi187 ceph-mon[111815]: pgmap v16098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:08 smithi088 ceph-mon[96111]: pgmap v16098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:09.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:09.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:10.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:10.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:10 smithi187 ceph-mon[111815]: pgmap v16099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:10 smithi088 ceph-mon[96111]: pgmap v16099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:11.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:11.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:12.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:12.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:13.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:13.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:13 smithi088 ceph-mon[96111]: pgmap v16100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:13 smithi187 ceph-mon[111815]: pgmap v16100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:14.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:14.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:14 smithi187 ceph-mon[111815]: pgmap v16101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:14 smithi088 ceph-mon[96111]: pgmap v16101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:15.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:15.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:13:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:13:16.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:16.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:16 smithi187 ceph-mon[111815]: pgmap v16102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:16 smithi088 ceph-mon[96111]: pgmap v16102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:17.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:17.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:18.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:18.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:18 smithi187 ceph-mon[111815]: pgmap v16103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:18 smithi088 ceph-mon[96111]: pgmap v16103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:19.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:19.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:13:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:13:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:13:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:13:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:13:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1461M 2023-10-13T08:13:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:13:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:13:19.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:13:19.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:13:19.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:13:19.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:13:20.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:13:20.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:13:20.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:13:20.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:13:20.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:13:20.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1461M 2023-10-13T08:13:20.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:13:20.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:13:20.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:13:20.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:13:20.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:13:20.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:13:20.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:20.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:20.930 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:20 smithi088 ceph-mon[96111]: pgmap v16104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:20 smithi187 ceph-mon[111815]: pgmap v16104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:21.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:21.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:22.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:22.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:23.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:23.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:23 smithi088 ceph-mon[96111]: pgmap v16105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:23 smithi187 ceph-mon[111815]: pgmap v16105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:24.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:24.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:24 smithi187 ceph-mon[111815]: pgmap v16106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:24 smithi088 ceph-mon[96111]: pgmap v16106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:25.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:25.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:26.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:26.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:26 smithi187 ceph-mon[111815]: pgmap v16107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:26 smithi088 ceph-mon[96111]: pgmap v16107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:27.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:27.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:28.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:28.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:28 smithi187 ceph-mon[111815]: pgmap v16108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:28 smithi088 ceph-mon[96111]: pgmap v16108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:29.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:29.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:30.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:30.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:30 smithi187 ceph-mon[111815]: pgmap v16109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:13:31.028 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:30 smithi088 ceph-mon[96111]: pgmap v16109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:31.028 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:13:31.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:31.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:32.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:32.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:33.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:33.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:33 smithi088 ceph-mon[96111]: pgmap v16110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:33 smithi187 ceph-mon[111815]: pgmap v16110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:34.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:34.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:34 smithi187 ceph-mon[111815]: pgmap v16111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:34 smithi088 ceph-mon[96111]: pgmap v16111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:35.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:35.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:36.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:36.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:36 smithi187 ceph-mon[111815]: pgmap v16112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:36 smithi088 ceph-mon[96111]: pgmap v16112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:37.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:37.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:38.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:38.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:38 smithi187 ceph-mon[111815]: pgmap v16113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:38 smithi088 ceph-mon[96111]: pgmap v16113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:39.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:39.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:40.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:40.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:40 smithi187 ceph-mon[111815]: pgmap v16114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:40 smithi088 ceph-mon[96111]: pgmap v16114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:41.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:41.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:42.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:42.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:43.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:43.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:43 smithi088 ceph-mon[96111]: pgmap v16115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:43 smithi187 ceph-mon[111815]: pgmap v16115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:44.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:44.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:44 smithi187 ceph-mon[111815]: pgmap v16116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:44 smithi088 ceph-mon[96111]: pgmap v16116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:45.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:45.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:13:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:13:46.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:46.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:46 smithi187 ceph-mon[111815]: pgmap v16117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:46 smithi088 ceph-mon[96111]: pgmap v16117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:47.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:47.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:48.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:48.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:48 smithi187 ceph-mon[111815]: pgmap v16118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:48 smithi088 ceph-mon[96111]: pgmap v16118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:49.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:49.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:50.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:50.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:50 smithi187 ceph-mon[111815]: pgmap v16119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:50 smithi088 ceph-mon[96111]: pgmap v16119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:51.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:51.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:52.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:52.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:53.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:53.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:53 smithi088 ceph-mon[96111]: pgmap v16120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:53 smithi187 ceph-mon[111815]: pgmap v16120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:54.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:54.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:54 smithi187 ceph-mon[111815]: pgmap v16121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:54 smithi088 ceph-mon[96111]: pgmap v16121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:13:55.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:55.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:56.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:56.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:56 smithi187 ceph-mon[111815]: pgmap v16122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:56 smithi088 ceph-mon[96111]: pgmap v16122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:57.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:57.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:58.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:58.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:13:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:13:58 smithi187 ceph-mon[111815]: pgmap v16123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:13:58 smithi088 ceph-mon[96111]: pgmap v16123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:13:59.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:13:59.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:00.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:00.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:00 smithi187 ceph-mon[111815]: pgmap v16124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:14:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:00 smithi088 ceph-mon[96111]: pgmap v16124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:14:01.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:01.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:02.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:02.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:03.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:03.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:03.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:03 smithi187 ceph-mon[111815]: pgmap v16125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:03 smithi088 ceph-mon[96111]: pgmap v16125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:04.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:04.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:04 smithi187 ceph-mon[111815]: pgmap v16126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:04 smithi088 ceph-mon[96111]: pgmap v16126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:05.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:05.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:06.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:06.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:06 smithi187 ceph-mon[111815]: pgmap v16127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:06 smithi088 ceph-mon[96111]: pgmap v16127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:07.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:07.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:08.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:08.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:08 smithi187 ceph-mon[111815]: pgmap v16128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:08 smithi088 ceph-mon[96111]: pgmap v16128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:09.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:09.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:10.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:10.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:10 smithi187 ceph-mon[111815]: pgmap v16129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:10 smithi088 ceph-mon[96111]: pgmap v16129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:11.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:11.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:12.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:12.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:13.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:13.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:13 smithi187 ceph-mon[111815]: pgmap v16130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:13 smithi088 ceph-mon[96111]: pgmap v16130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:14.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:14.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:14 smithi187 ceph-mon[111815]: pgmap v16131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:14 smithi088 ceph-mon[96111]: pgmap v16131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:15.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:15.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:14:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:14:16.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:16.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:16 smithi088 ceph-mon[96111]: pgmap v16132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:16 smithi187 ceph-mon[111815]: pgmap v16132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:17.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:17.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:18.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:18.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:18 smithi187 ceph-mon[111815]: pgmap v16133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:18 smithi088 ceph-mon[96111]: pgmap v16133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:19.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:19.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:14:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:14:20.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:20.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:14:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:14:20.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:14:20.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:14:20.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:14:20.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:20 smithi187 ceph-mon[111815]: pgmap v16134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:14:21.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:14:21.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:14:21.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:14:21.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:14:21.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:20 smithi088 ceph-mon[96111]: pgmap v16134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:21.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:21.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:22.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:22.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:23.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:23.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:23 smithi187 ceph-mon[111815]: pgmap v16135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:23 smithi088 ceph-mon[96111]: pgmap v16135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:24.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:24.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:24 smithi187 ceph-mon[111815]: pgmap v16136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:24 smithi088 ceph-mon[96111]: pgmap v16136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:25.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:25.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:26.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:26.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:26 smithi088 ceph-mon[96111]: pgmap v16137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:26 smithi187 ceph-mon[111815]: pgmap v16137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:27.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:27.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:28.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:28.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:28 smithi187 ceph-mon[111815]: pgmap v16138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:28 smithi088 ceph-mon[96111]: pgmap v16138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:29.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:29.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:30.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:30.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:30 smithi187 ceph-mon[111815]: pgmap v16139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:14:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:30 smithi088 ceph-mon[96111]: pgmap v16139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:14:31.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:31.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:32.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:32.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:33.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:33.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:33 smithi187 ceph-mon[111815]: pgmap v16140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:33 smithi088 ceph-mon[96111]: pgmap v16140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:34.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:34.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:34.931 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:34 smithi187 ceph-mon[111815]: pgmap v16141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:34 smithi088 ceph-mon[96111]: pgmap v16141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:35.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:35.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:36.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:36.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:36 smithi187 ceph-mon[111815]: pgmap v16142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:36 smithi088 ceph-mon[96111]: pgmap v16142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:37.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:37.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:38.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:38.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:38 smithi187 ceph-mon[111815]: pgmap v16143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:38 smithi088 ceph-mon[96111]: pgmap v16143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:39.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:39.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:40.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:40.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:40 smithi187 ceph-mon[111815]: pgmap v16144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:40 smithi088 ceph-mon[96111]: pgmap v16144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:41.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:41.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:42.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:42.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:43.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:43.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:43 smithi187 ceph-mon[111815]: pgmap v16145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:43 smithi088 ceph-mon[96111]: pgmap v16145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:44.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:44.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:44 smithi187 ceph-mon[111815]: pgmap v16146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:44 smithi088 ceph-mon[96111]: pgmap v16146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:45.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:45.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:14:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:14:46.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:46.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:46 smithi187 ceph-mon[111815]: pgmap v16147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:46 smithi088 ceph-mon[96111]: pgmap v16147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:47.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:47.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:48.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:48.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:48.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:48 smithi187 ceph-mon[111815]: pgmap v16148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:48 smithi088 ceph-mon[96111]: pgmap v16148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:49.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:49.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:50.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:50.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:50 smithi187 ceph-mon[111815]: pgmap v16149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:50 smithi088 ceph-mon[96111]: pgmap v16149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:51.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:51.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:52.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:52.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:53.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:53.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:53 smithi187 ceph-mon[111815]: pgmap v16150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:53 smithi088 ceph-mon[96111]: pgmap v16150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:54.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:54.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:54 smithi187 ceph-mon[111815]: pgmap v16151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:54 smithi088 ceph-mon[96111]: pgmap v16151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:14:55.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:55.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:56.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:56.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:56 smithi187 ceph-mon[111815]: pgmap v16152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:56 smithi088 ceph-mon[96111]: pgmap v16152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:57.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:57.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:58.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:58.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:14:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:14:58 smithi187 ceph-mon[111815]: pgmap v16153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:14:58 smithi088 ceph-mon[96111]: pgmap v16153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:14:59.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:14:59.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:00.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:00.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:00 smithi187 ceph-mon[111815]: pgmap v16154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:15:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:00 smithi088 ceph-mon[96111]: pgmap v16154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:15:01.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:01.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:02.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:02.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:03.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:03.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:03 smithi187 ceph-mon[111815]: pgmap v16155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:03 smithi088 ceph-mon[96111]: pgmap v16155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:04.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:04.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:04 smithi187 ceph-mon[111815]: pgmap v16156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:04 smithi088 ceph-mon[96111]: pgmap v16156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:05.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:05.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:06.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:06.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:06 smithi187 ceph-mon[111815]: pgmap v16157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:06.962 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:06 smithi088 ceph-mon[96111]: pgmap v16157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:07.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:07.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:08.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:08.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:08 smithi187 ceph-mon[111815]: pgmap v16158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:08 smithi088 ceph-mon[96111]: pgmap v16158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:09.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:09.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:10.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:10.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:10 smithi187 ceph-mon[111815]: pgmap v16159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:10 smithi088 ceph-mon[96111]: pgmap v16159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:11.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:11.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:12.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:12.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:13.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:13.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:13 smithi187 ceph-mon[111815]: pgmap v16160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:13 smithi088 ceph-mon[96111]: pgmap v16160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:14.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:14.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:14 smithi187 ceph-mon[111815]: pgmap v16161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:14 smithi088 ceph-mon[96111]: pgmap v16161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:15.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:15.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:15:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:15:16.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:16.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:16 smithi187 ceph-mon[111815]: pgmap v16162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:17.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:16 smithi088 ceph-mon[96111]: pgmap v16162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:17.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:17.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:18.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:18.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:18 smithi187 ceph-mon[111815]: pgmap v16163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:18 smithi088 ceph-mon[96111]: pgmap v16163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:19.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:19.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:20.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:20.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:15:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:15:21.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:21.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:21 smithi088 ceph-mon[96111]: pgmap v16164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:15:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:15:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:15:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:15:21.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:15:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:21 smithi187 ceph-mon[111815]: pgmap v16164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:15:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:15:21.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:15:21.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:15:21.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:15:22.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:22.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:23.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:23.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:23 smithi187 ceph-mon[111815]: pgmap v16165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:23 smithi088 ceph-mon[96111]: pgmap v16165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:24.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:24.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:24 smithi187 ceph-mon[111815]: pgmap v16166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:24 smithi088 ceph-mon[96111]: pgmap v16166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:25.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:25.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:26.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:26.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:26 smithi187 ceph-mon[111815]: pgmap v16167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:26 smithi088 ceph-mon[96111]: pgmap v16167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:27.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:27.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:28.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:28.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:28 smithi187 ceph-mon[111815]: pgmap v16168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:28 smithi088 ceph-mon[96111]: pgmap v16168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:29.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:29.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:30.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:30.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:15:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:30 smithi187 ceph-mon[111815]: pgmap v16169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:15:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:30 smithi088 ceph-mon[96111]: pgmap v16169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:31.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:31.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:32.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:32.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:33.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:33.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:33 smithi187 ceph-mon[111815]: pgmap v16170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:33 smithi088 ceph-mon[96111]: pgmap v16170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:34.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:34.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:34 smithi187 ceph-mon[111815]: pgmap v16171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:34 smithi088 ceph-mon[96111]: pgmap v16171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:35.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:35.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:36.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:36.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:36 smithi187 ceph-mon[111815]: pgmap v16172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:36 smithi088 ceph-mon[96111]: pgmap v16172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:37.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:37.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:38.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:38.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:38 smithi187 ceph-mon[111815]: pgmap v16173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:38 smithi088 ceph-mon[96111]: pgmap v16173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:39.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:39.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:40.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:40.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:40 smithi187 ceph-mon[111815]: pgmap v16174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:40 smithi088 ceph-mon[96111]: pgmap v16174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:41.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:41.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:42.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:42.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:43.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:43.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:43 smithi187 ceph-mon[111815]: pgmap v16175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:43 smithi088 ceph-mon[96111]: pgmap v16175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:44.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:44.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:44 smithi187 ceph-mon[111815]: pgmap v16176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:44 smithi088 ceph-mon[96111]: pgmap v16176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:45.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:45.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:15:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:15:46.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:46.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:46 smithi187 ceph-mon[111815]: pgmap v16177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:46 smithi088 ceph-mon[96111]: pgmap v16177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:47.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:47.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:48.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:48.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:48 smithi187 ceph-mon[111815]: pgmap v16178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:48 smithi088 ceph-mon[96111]: pgmap v16178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:49.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:49.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:50.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:50.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:50 smithi187 ceph-mon[111815]: pgmap v16179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:50 smithi088 ceph-mon[96111]: pgmap v16179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:51.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:51.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:52.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:52.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:53.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:53.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:53 smithi187 ceph-mon[111815]: pgmap v16180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:53 smithi088 ceph-mon[96111]: pgmap v16180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:54.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:54.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:54 smithi187 ceph-mon[111815]: pgmap v16181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:55.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:54 smithi088 ceph-mon[96111]: pgmap v16181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:15:55.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:55.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:56.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:56.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:56 smithi187 ceph-mon[111815]: pgmap v16182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:56 smithi088 ceph-mon[96111]: pgmap v16182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:57.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:57.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:58.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:58.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:15:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:15:58 smithi187 ceph-mon[111815]: pgmap v16183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:15:58 smithi088 ceph-mon[96111]: pgmap v16183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:15:59.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:15:59.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:00.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:00.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:16:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:00 smithi187 ceph-mon[111815]: pgmap v16184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:16:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:00 smithi088 ceph-mon[96111]: pgmap v16184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:01.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:01.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:02.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:02.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:03.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:03.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:03 smithi187 ceph-mon[111815]: pgmap v16185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:03 smithi088 ceph-mon[96111]: pgmap v16185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:04.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:04.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:04 smithi187 ceph-mon[111815]: pgmap v16186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:04 smithi088 ceph-mon[96111]: pgmap v16186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:05.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:05.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:06.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:06.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:06 smithi187 ceph-mon[111815]: pgmap v16187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:06 smithi088 ceph-mon[96111]: pgmap v16187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:07.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:07.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:08.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:08.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:08 smithi187 ceph-mon[111815]: pgmap v16188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:08 smithi088 ceph-mon[96111]: pgmap v16188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:09.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:09.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:10.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:10.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:10 smithi187 ceph-mon[111815]: pgmap v16189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:10 smithi088 ceph-mon[96111]: pgmap v16189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:11.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:11.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:12.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:12.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:13.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:13.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:13 smithi187 ceph-mon[111815]: pgmap v16190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:13 smithi088 ceph-mon[96111]: pgmap v16190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:14.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:14.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:14 smithi187 ceph-mon[111815]: pgmap v16191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:14 smithi088 ceph-mon[96111]: pgmap v16191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:15.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:15.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:16:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:16:16.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:16.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:16 smithi187 ceph-mon[111815]: pgmap v16192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:16 smithi088 ceph-mon[96111]: pgmap v16192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:17.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:17.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:18.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:18.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:18 smithi187 ceph-mon[111815]: pgmap v16193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:18 smithi088 ceph-mon[96111]: pgmap v16193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:19.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:19.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:20.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:20.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:20 smithi187 ceph-mon[111815]: pgmap v16194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:20 smithi088 ceph-mon[96111]: pgmap v16194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:21.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:21.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:16:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:16:22.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:22.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:23.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:23.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:23 smithi187 ceph-mon[111815]: pgmap v16195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:16:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:16:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:23 smithi088 ceph-mon[96111]: pgmap v16195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:16:24.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:16:24.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:24.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:16:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:16:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:16:24.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:16:24.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:16:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:16:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:16:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:16:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:16:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:16:25.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:25.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:25.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:25 smithi187 ceph-mon[111815]: pgmap v16196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:25 smithi088 ceph-mon[96111]: pgmap v16196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:26.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:26.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:26 smithi187 ceph-mon[111815]: pgmap v16197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:26 smithi088 ceph-mon[96111]: pgmap v16197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:27.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:27.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:28.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:28.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:28 smithi187 ceph-mon[111815]: pgmap v16198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:28 smithi088 ceph-mon[96111]: pgmap v16198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:29.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:29.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:30.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:30.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:16:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:30 smithi187 ceph-mon[111815]: pgmap v16199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:16:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:30 smithi088 ceph-mon[96111]: pgmap v16199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:31.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:31.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:32.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:32.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:33.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:33.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:33 smithi187 ceph-mon[111815]: pgmap v16200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:33 smithi088 ceph-mon[96111]: pgmap v16200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:34.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:34.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:34 smithi187 ceph-mon[111815]: pgmap v16201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:34 smithi088 ceph-mon[96111]: pgmap v16201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:35.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:35.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:36.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:36.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:36 smithi187 ceph-mon[111815]: pgmap v16202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:36 smithi088 ceph-mon[96111]: pgmap v16202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:37.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:37.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:38.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:38.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:38 smithi187 ceph-mon[111815]: pgmap v16203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:38 smithi088 ceph-mon[96111]: pgmap v16203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:39.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:39.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:40.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:40.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:40 smithi187 ceph-mon[111815]: pgmap v16204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:40 smithi088 ceph-mon[96111]: pgmap v16204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:41.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:41.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:42.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:42.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:43.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:43.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:43 smithi187 ceph-mon[111815]: pgmap v16205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:43 smithi088 ceph-mon[96111]: pgmap v16205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:44.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:44.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:44 smithi187 ceph-mon[111815]: pgmap v16206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:44 smithi088 ceph-mon[96111]: pgmap v16206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:45.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:45.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:16:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:16:46.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:46.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:46 smithi187 ceph-mon[111815]: pgmap v16207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:46 smithi088 ceph-mon[96111]: pgmap v16207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:47.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:47.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:48.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:48.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:48 smithi187 ceph-mon[111815]: pgmap v16208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:48 smithi088 ceph-mon[96111]: pgmap v16208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:49.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:49.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:50.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:50.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:50 smithi187 ceph-mon[111815]: pgmap v16209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:50 smithi088 ceph-mon[96111]: pgmap v16209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:51.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:51.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:52.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:52.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:53.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:53.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:53 smithi187 ceph-mon[111815]: pgmap v16210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:53 smithi088 ceph-mon[96111]: pgmap v16210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:54.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:54.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:54 smithi187 ceph-mon[111815]: pgmap v16211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:54 smithi088 ceph-mon[96111]: pgmap v16211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:16:55.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:55.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:56.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:56.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:56 smithi187 ceph-mon[111815]: pgmap v16212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:56 smithi088 ceph-mon[96111]: pgmap v16212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:57.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:57.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:58.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:58.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:16:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:16:58 smithi187 ceph-mon[111815]: pgmap v16213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:16:58 smithi088 ceph-mon[96111]: pgmap v16213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:16:59.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:16:59.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:00.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:00.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:17:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:00 smithi187 ceph-mon[111815]: pgmap v16214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:17:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:00 smithi088 ceph-mon[96111]: pgmap v16214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:01.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:01.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:02.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:02.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:03.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:03.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:03 smithi187 ceph-mon[111815]: pgmap v16215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:03 smithi088 ceph-mon[96111]: pgmap v16215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:04.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:04.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:04 smithi187 ceph-mon[111815]: pgmap v16216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:04 smithi088 ceph-mon[96111]: pgmap v16216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:05.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:05.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:06.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:06.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:06 smithi187 ceph-mon[111815]: pgmap v16217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:06 smithi088 ceph-mon[96111]: pgmap v16217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:07.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:07.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:08.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:08.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:08 smithi187 ceph-mon[111815]: pgmap v16218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:08 smithi088 ceph-mon[96111]: pgmap v16218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:09.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:09.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:10.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:10.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:10 smithi187 ceph-mon[111815]: pgmap v16219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:10 smithi088 ceph-mon[96111]: pgmap v16219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:11.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:11.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:12.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:12.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:13.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:13.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:13 smithi187 ceph-mon[111815]: pgmap v16220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:13 smithi088 ceph-mon[96111]: pgmap v16220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:14.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:14.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:14 smithi187 ceph-mon[111815]: pgmap v16221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:14 smithi088 ceph-mon[96111]: pgmap v16221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:15.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:15.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:17:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:17:16.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:16.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:16 smithi187 ceph-mon[111815]: pgmap v16222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:16 smithi088 ceph-mon[96111]: pgmap v16222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:17.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:17.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:18.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:18.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:18 smithi187 ceph-mon[111815]: pgmap v16223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:18 smithi088 ceph-mon[96111]: pgmap v16223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:19.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:19.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:20.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:20.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:20 smithi187 ceph-mon[111815]: pgmap v16224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:20 smithi088 ceph-mon[96111]: pgmap v16224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:21.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:21.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:22.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:22.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:23.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:23.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:23 smithi187 ceph-mon[111815]: pgmap v16225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:23 smithi088 ceph-mon[96111]: pgmap v16225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:24.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:24.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:17:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:17:25.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:25.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:26.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:26.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:26 smithi187 ceph-mon[111815]: pgmap v16226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:26 smithi088 ceph-mon[96111]: pgmap v16226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:27.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:27.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:28.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:28.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:28 smithi187 ceph-mon[111815]: pgmap v16227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:28 smithi088 ceph-mon[96111]: pgmap v16227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:29.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:29.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:29 smithi088 ceph-mon[96111]: pgmap v16228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:17:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:17:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:17:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:17:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:17:30.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:17:30.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:17:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:29 smithi187 ceph-mon[111815]: pgmap v16228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:17:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:17:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:17:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:17:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:17:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:17:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:17:30.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:30.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:17:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:17:31.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:31.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:31 smithi088 ceph-mon[96111]: pgmap v16229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:31 smithi187 ceph-mon[111815]: pgmap v16229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:32.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:32.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:33.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:33.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:34.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:34.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:34 smithi187 ceph-mon[111815]: pgmap v16230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:34 smithi088 ceph-mon[96111]: pgmap v16230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:35.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:35.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:36.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:36.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:36 smithi187 ceph-mon[111815]: pgmap v16231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:36 smithi088 ceph-mon[96111]: pgmap v16231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:37.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:37.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:38.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:38.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:38 smithi088 ceph-mon[96111]: pgmap v16232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:38 smithi187 ceph-mon[111815]: pgmap v16232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:39.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:39.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:40.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:40.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:40 smithi187 ceph-mon[111815]: pgmap v16233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:40 smithi088 ceph-mon[96111]: pgmap v16233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:41.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:41.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:42.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:42.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:42 smithi187 ceph-mon[111815]: pgmap v16234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:42 smithi088 ceph-mon[96111]: pgmap v16234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:43.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:43.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:44.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:44.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:44 smithi187 ceph-mon[111815]: pgmap v16235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:44 smithi088 ceph-mon[96111]: pgmap v16235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:45.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:45.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:17:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:17:46.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:46.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:46.946 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:46 smithi187 ceph-mon[111815]: pgmap v16236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:46 smithi088 ceph-mon[96111]: pgmap v16236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:47.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:47.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:48.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:48.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:48 smithi088 ceph-mon[96111]: pgmap v16237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:48 smithi187 ceph-mon[111815]: pgmap v16237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:49.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:49.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:50.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:50.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:50 smithi187 ceph-mon[111815]: pgmap v16238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:50 smithi088 ceph-mon[96111]: pgmap v16238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:51.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:51.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:52.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:52.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:52 smithi187 ceph-mon[111815]: pgmap v16239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:52 smithi088 ceph-mon[96111]: pgmap v16239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:53.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:53.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:54.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:54.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:54 smithi187 ceph-mon[111815]: pgmap v16240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:54 smithi088 ceph-mon[96111]: pgmap v16240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:55.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:55.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:56.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:56.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:56 smithi187 ceph-mon[111815]: pgmap v16241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:56 smithi088 ceph-mon[96111]: pgmap v16241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:17:57.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:57.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:58.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:58.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:17:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:17:58 smithi187 ceph-mon[111815]: pgmap v16242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:17:58 smithi088 ceph-mon[96111]: pgmap v16242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:17:59.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:17:59.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:00.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:00.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:00 smithi187 ceph-mon[111815]: pgmap v16243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:18:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:00 smithi088 ceph-mon[96111]: pgmap v16243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:18:01.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:01.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:02.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:02.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:02 smithi187 ceph-mon[111815]: pgmap v16244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:02 smithi088 ceph-mon[96111]: pgmap v16244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:03.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:03.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:04.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:04.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:04 smithi187 ceph-mon[111815]: pgmap v16245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:04 smithi088 ceph-mon[96111]: pgmap v16245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:05.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:05.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:05 smithi187 ceph-mon[111815]: pgmap v16246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:05 smithi088 ceph-mon[96111]: pgmap v16246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:06.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:06.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:07.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:07.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:08.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:08.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:08 smithi187 ceph-mon[111815]: pgmap v16247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:08 smithi088 ceph-mon[96111]: pgmap v16247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:09.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:09.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:10.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:10.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:10 smithi187 ceph-mon[111815]: pgmap v16248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:10 smithi088 ceph-mon[96111]: pgmap v16248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:11.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:11.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:12.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:12.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:12 smithi187 ceph-mon[111815]: pgmap v16249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:12 smithi088 ceph-mon[96111]: pgmap v16249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:13.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:13.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:14.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:14.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:14 smithi187 ceph-mon[111815]: pgmap v16250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:14 smithi088 ceph-mon[96111]: pgmap v16250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:15.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:15.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:18:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:18:16.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:16.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:16 smithi187 ceph-mon[111815]: pgmap v16251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:16 smithi088 ceph-mon[96111]: pgmap v16251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:17.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:17.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:18.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:18.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:18 smithi187 ceph-mon[111815]: pgmap v16252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:18 smithi088 ceph-mon[96111]: pgmap v16252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:19.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:19.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:19 smithi187 ceph-mon[111815]: pgmap v16253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:19 smithi088 ceph-mon[96111]: pgmap v16253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:20.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:20.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:21.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:21.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:21 smithi187 ceph-mon[111815]: pgmap v16254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:21 smithi088 ceph-mon[96111]: pgmap v16254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:22.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:22.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:23.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:23.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:24.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:24.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:24 smithi187 ceph-mon[111815]: pgmap v16255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:24 smithi088 ceph-mon[96111]: pgmap v16255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:25.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:25.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:26.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:26.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:26 smithi187 ceph-mon[111815]: pgmap v16256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:26 smithi088 ceph-mon[96111]: pgmap v16256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:27.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:27.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:28.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:28.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:28.938 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:28 smithi088 ceph-mon[96111]: pgmap v16257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:28 smithi187 ceph-mon[111815]: pgmap v16257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:29.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:29.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:18:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:18:30.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:30.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:30 smithi187 ceph-mon[111815]: pgmap v16258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:18:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:18:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:18:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:18:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:18:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:18:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:30 smithi088 ceph-mon[96111]: pgmap v16258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:18:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:18:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:18:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:18:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:18:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:18:31.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:31.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:32.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:32.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:32 smithi187 ceph-mon[111815]: pgmap v16259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:32 smithi088 ceph-mon[96111]: pgmap v16259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:33.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:33.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:34.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:34.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:34 smithi187 ceph-mon[111815]: pgmap v16260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:34 smithi088 ceph-mon[96111]: pgmap v16260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:35.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:35.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:35 smithi187 ceph-mon[111815]: pgmap v16261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:35 smithi088 ceph-mon[96111]: pgmap v16261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:36.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:36.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:37.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:37.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:38.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:38.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:38 smithi187 ceph-mon[111815]: pgmap v16262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:39.040 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:38 smithi088 ceph-mon[96111]: pgmap v16262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:39.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:39.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:40.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:40.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:40 smithi187 ceph-mon[111815]: pgmap v16263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:40 smithi088 ceph-mon[96111]: pgmap v16263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:41.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:41.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:42.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:42.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:42 smithi187 ceph-mon[111815]: pgmap v16264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:42 smithi088 ceph-mon[96111]: pgmap v16264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:43.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:43.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:44.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:44.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:44 smithi187 ceph-mon[111815]: pgmap v16265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:44 smithi088 ceph-mon[96111]: pgmap v16265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:45.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:45.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:18:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:18:46.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:46.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:46 smithi187 ceph-mon[111815]: pgmap v16266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:46 smithi088 ceph-mon[96111]: pgmap v16266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:47.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:47.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:48.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:48.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:48 smithi187 ceph-mon[111815]: pgmap v16267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:48 smithi088 ceph-mon[96111]: pgmap v16267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:49.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:49.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:50.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:50.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:50 smithi187 ceph-mon[111815]: pgmap v16268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:50 smithi088 ceph-mon[96111]: pgmap v16268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:51.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:51.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:52.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:52.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:52 smithi187 ceph-mon[111815]: pgmap v16269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:52 smithi088 ceph-mon[96111]: pgmap v16269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:53.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:53.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:54.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:54.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:54 smithi187 ceph-mon[111815]: pgmap v16270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:54 smithi088 ceph-mon[96111]: pgmap v16270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:55.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:55.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:56.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:56.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:56 smithi187 ceph-mon[111815]: pgmap v16271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:56 smithi088 ceph-mon[96111]: pgmap v16271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:18:57.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:57.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:58.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:58.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:58 smithi187 ceph-mon[111815]: pgmap v16272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:58 smithi088 ceph-mon[96111]: pgmap v16272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:18:59.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:18:59.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:18:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:18:59 smithi187 ceph-mon[111815]: pgmap v16273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:18:59 smithi088 ceph-mon[96111]: pgmap v16273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:00.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:00.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:19:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:19:01.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:01.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:01 smithi187 ceph-mon[111815]: pgmap v16274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:01 smithi088 ceph-mon[96111]: pgmap v16274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:02.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:02.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:03.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:03.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:04.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:04.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:04 smithi187 ceph-mon[111815]: pgmap v16275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:04 smithi088 ceph-mon[96111]: pgmap v16275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:05.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:05.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:06.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:06.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:06 smithi187 ceph-mon[111815]: pgmap v16276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:06 smithi088 ceph-mon[96111]: pgmap v16276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:07.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:07.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:08.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:08.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:08 smithi187 ceph-mon[111815]: pgmap v16277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:08 smithi088 ceph-mon[96111]: pgmap v16277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:09.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:09.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:10.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:10.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:10 smithi187 ceph-mon[111815]: pgmap v16278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:10 smithi088 ceph-mon[96111]: pgmap v16278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:11.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:11.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:12.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:12.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:12 smithi187 ceph-mon[111815]: pgmap v16279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:12 smithi088 ceph-mon[96111]: pgmap v16279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:13.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:13.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:13 smithi187 ceph-mon[111815]: pgmap v16280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:13 smithi088 ceph-mon[96111]: pgmap v16280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:14.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:14.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:15.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:15.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:15 smithi088 ceph-mon[96111]: pgmap v16281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:19:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:15 smithi187 ceph-mon[111815]: pgmap v16281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:19:16.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:16.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:17.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:17.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:18.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:18.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:18 smithi187 ceph-mon[111815]: pgmap v16282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:18 smithi088 ceph-mon[96111]: pgmap v16282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:19.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:19.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:20.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:20.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:20 smithi187 ceph-mon[111815]: pgmap v16283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:20 smithi088 ceph-mon[96111]: pgmap v16283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:21.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:21.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:22.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:22.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:22.945 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:22 smithi187 ceph-mon[111815]: pgmap v16284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:22 smithi088 ceph-mon[96111]: pgmap v16284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:23.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:23.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:24.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:24.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:24 smithi088 ceph-mon[96111]: pgmap v16285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:24 smithi187 ceph-mon[111815]: pgmap v16285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:25.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:25.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:26.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:26.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:26 smithi187 ceph-mon[111815]: pgmap v16286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:26 smithi088 ceph-mon[96111]: pgmap v16286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:27.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:27.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:28.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:28.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:28 smithi187 ceph-mon[111815]: pgmap v16287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:28 smithi088 ceph-mon[96111]: pgmap v16287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:29.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:29.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:29 smithi088 ceph-mon[96111]: pgmap v16288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:29 smithi187 ceph-mon[111815]: pgmap v16288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:30.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:30.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:19:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:19:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:19:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:19:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:19:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:19:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:19:31.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:19:31.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:19:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:19:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:19:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:19:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:19:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:19:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:19:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:19:31.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:19:31.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:19:31.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:31.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:32.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:32.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:32 smithi187 ceph-mon[111815]: pgmap v16289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:32 smithi088 ceph-mon[96111]: pgmap v16289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:33.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:33.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:34.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:34.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:34 smithi187 ceph-mon[111815]: pgmap v16290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:34 smithi088 ceph-mon[96111]: pgmap v16290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:35.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:35.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:36.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:36.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:36 smithi187 ceph-mon[111815]: pgmap v16291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:36 smithi088 ceph-mon[96111]: pgmap v16291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:37.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:37.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:38.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:38.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:38 smithi187 ceph-mon[111815]: pgmap v16292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:38 smithi088 ceph-mon[96111]: pgmap v16292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:39.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:39.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:40.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:40.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:40 smithi187 ceph-mon[111815]: pgmap v16293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:40 smithi088 ceph-mon[96111]: pgmap v16293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:41.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:41.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:42.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:42.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:42 smithi187 ceph-mon[111815]: pgmap v16294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:42 smithi088 ceph-mon[96111]: pgmap v16294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:43.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:43.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:44.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:44.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:44 smithi187 ceph-mon[111815]: pgmap v16295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:44 smithi088 ceph-mon[96111]: pgmap v16295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:45.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:45.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:45 smithi187 ceph-mon[111815]: pgmap v16296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:19:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:45 smithi088 ceph-mon[96111]: pgmap v16296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:19:46.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:46.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:47.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:47.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:48.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:48.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:48 smithi187 ceph-mon[111815]: pgmap v16297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:48 smithi088 ceph-mon[96111]: pgmap v16297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:49.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:49.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:50.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:50.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:50 smithi187 ceph-mon[111815]: pgmap v16298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:50 smithi088 ceph-mon[96111]: pgmap v16298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:51.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:51.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:51 smithi187 ceph-mon[111815]: pgmap v16299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:51 smithi088 ceph-mon[96111]: pgmap v16299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:52.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:52.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:53.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:53.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:54.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:54.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:54 smithi187 ceph-mon[111815]: pgmap v16300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:54 smithi088 ceph-mon[96111]: pgmap v16300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:55.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:55.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:56.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:56.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:56 smithi187 ceph-mon[111815]: pgmap v16301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:56 smithi088 ceph-mon[96111]: pgmap v16301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:19:57.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:57.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:58.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:58.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:19:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:19:58 smithi187 ceph-mon[111815]: pgmap v16302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:19:58 smithi088 ceph-mon[96111]: pgmap v16302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:19:59.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:19:59.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:00.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:00.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:00 smithi187 ceph-mon[111815]: pgmap v16303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T08:20:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:20:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:00 smithi088 ceph-mon[96111]: pgmap v16303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T08:20:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:20:01.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:01.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:02.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:02.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:02 smithi187 ceph-mon[111815]: pgmap v16304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:02 smithi088 ceph-mon[96111]: pgmap v16304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:03.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:03.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:03 smithi187 ceph-mon[111815]: pgmap v16305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:03 smithi088 ceph-mon[96111]: pgmap v16305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:04.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:04.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:05.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:05.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:05 smithi088 ceph-mon[96111]: pgmap v16306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:05 smithi187 ceph-mon[111815]: pgmap v16306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:06.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:06.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:07.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:07.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:08 smithi187 ceph-mon[111815]: pgmap v16307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:08.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:08.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:08 smithi088 ceph-mon[96111]: pgmap v16307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:09.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:09.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:10.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:10.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:10 smithi187 ceph-mon[111815]: pgmap v16308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:10 smithi088 ceph-mon[96111]: pgmap v16308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:11.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:11.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:11 smithi088 ceph-mon[96111]: pgmap v16309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:11 smithi187 ceph-mon[111815]: pgmap v16309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:12.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:12.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:13.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:13.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:14.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:14.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:14 smithi187 ceph-mon[111815]: pgmap v16310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:14.979 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:14 smithi088 ceph-mon[96111]: pgmap v16310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:15.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:15.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:20:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:20:16.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:16.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:16 smithi187 ceph-mon[111815]: pgmap v16311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:16 smithi088 ceph-mon[96111]: pgmap v16311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:17.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:17.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:18.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:18.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:18 smithi187 ceph-mon[111815]: pgmap v16312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:18 smithi088 ceph-mon[96111]: pgmap v16312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:19.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:19.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:20.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:20.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:20 smithi187 ceph-mon[111815]: pgmap v16313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:20 smithi088 ceph-mon[96111]: pgmap v16313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:21.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:21.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:21 smithi187 ceph-mon[111815]: pgmap v16314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:21 smithi088 ceph-mon[96111]: pgmap v16314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:22.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:22.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:23.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:23.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:24.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:24.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:24 smithi187 ceph-mon[111815]: pgmap v16315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:24 smithi088 ceph-mon[96111]: pgmap v16315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:25.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:25.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:25 smithi088 ceph-mon[96111]: pgmap v16316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:25 smithi187 ceph-mon[111815]: pgmap v16316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:26.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:26.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:27.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:27.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:28.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:28.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:28 smithi187 ceph-mon[111815]: pgmap v16317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:28 smithi088 ceph-mon[96111]: pgmap v16317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:29.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:29.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:30.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:30.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:30 smithi187 ceph-mon[111815]: pgmap v16318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:20:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:30 smithi088 ceph-mon[96111]: pgmap v16318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:20:31.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:31.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:20:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:31 smithi187 ceph-mon[111815]: pgmap v16319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:20:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:20:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:20:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:20:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:20:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:20:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:31 smithi088 ceph-mon[96111]: pgmap v16319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:20:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:20:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:20:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:20:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:20:32.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:32.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:33.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:33.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:34.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:34.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:34 smithi187 ceph-mon[111815]: pgmap v16320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:34 smithi088 ceph-mon[96111]: pgmap v16320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:35.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:35.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:35 smithi187 ceph-mon[111815]: pgmap v16321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:35 smithi088 ceph-mon[96111]: pgmap v16321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:36.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:36.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:37.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:37.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:38.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:38.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:38 smithi187 ceph-mon[111815]: pgmap v16322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:38 smithi088 ceph-mon[96111]: pgmap v16322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:39.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:39.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:39 smithi088 ceph-mon[96111]: pgmap v16323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:39 smithi187 ceph-mon[111815]: pgmap v16323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:40.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:40.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:41.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:41.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:41 smithi088 ceph-mon[96111]: pgmap v16324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:41 smithi187 ceph-mon[111815]: pgmap v16324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:42.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:42.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:43.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:43.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:43 smithi088 ceph-mon[96111]: pgmap v16325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:43 smithi187 ceph-mon[111815]: pgmap v16325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:44.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:44.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:45.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:45.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:45 smithi088 ceph-mon[96111]: pgmap v16326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:20:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:45 smithi187 ceph-mon[111815]: pgmap v16326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:20:46.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:46.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:47.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:47.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:48.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:48.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:48 smithi187 ceph-mon[111815]: pgmap v16327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:48 smithi088 ceph-mon[96111]: pgmap v16327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:49.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:49.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:49 smithi088 ceph-mon[96111]: pgmap v16328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:49 smithi187 ceph-mon[111815]: pgmap v16328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:50.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:50.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:51.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:51.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:51 smithi088 ceph-mon[96111]: pgmap v16329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:51 smithi187 ceph-mon[111815]: pgmap v16329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:52.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:52.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:53.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:53.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:53 smithi088 ceph-mon[96111]: pgmap v16330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:53 smithi187 ceph-mon[111815]: pgmap v16330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:54.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:54.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:55.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:55.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:55 smithi088 ceph-mon[96111]: pgmap v16331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:55 smithi187 ceph-mon[111815]: pgmap v16331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:20:56.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:56.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:57.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:57.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:57 smithi088 ceph-mon[96111]: pgmap v16332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:57 smithi187 ceph-mon[111815]: pgmap v16332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:20:58.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:58.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:20:59.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:20:59.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:20:59 smithi088 ceph-mon[96111]: pgmap v16333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:20:59 smithi187 ceph-mon[111815]: pgmap v16333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:00.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:00.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:21:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:21:01.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:01.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:01 smithi088 ceph-mon[96111]: pgmap v16334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:01 smithi187 ceph-mon[111815]: pgmap v16334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:02.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:02.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:03.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:03.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:03 smithi187 ceph-mon[111815]: pgmap v16335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:03 smithi088 ceph-mon[96111]: pgmap v16335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:04.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:04.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:05.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:05.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:05 smithi088 ceph-mon[96111]: pgmap v16336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:05 smithi187 ceph-mon[111815]: pgmap v16336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:06.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:06.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:07.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:07.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:07 smithi088 ceph-mon[96111]: pgmap v16337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:07 smithi187 ceph-mon[111815]: pgmap v16337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:08.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:08.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:09.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:09.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:09 smithi088 ceph-mon[96111]: pgmap v16338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:09 smithi187 ceph-mon[111815]: pgmap v16338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:10.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:10.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:11.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:11.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:11 smithi088 ceph-mon[96111]: pgmap v16339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:11 smithi187 ceph-mon[111815]: pgmap v16339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:12.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:12.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:13.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:13.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:13 smithi187 ceph-mon[111815]: pgmap v16340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:13 smithi088 ceph-mon[96111]: pgmap v16340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:14.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:14.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:15 smithi088 ceph-mon[96111]: pgmap v16341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:15.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:21:15.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:15.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:15 smithi187 ceph-mon[111815]: pgmap v16341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:21:16.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:16.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:17.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:17.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:17 smithi088 ceph-mon[96111]: pgmap v16342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:17 smithi187 ceph-mon[111815]: pgmap v16342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:18.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:18.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:19.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:19.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:19 smithi088 ceph-mon[96111]: pgmap v16343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:19 smithi187 ceph-mon[111815]: pgmap v16343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:20.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:20.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:21.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:21.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:21 smithi088 ceph-mon[96111]: pgmap v16344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:21 smithi187 ceph-mon[111815]: pgmap v16344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:22.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:22.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:23 smithi187 ceph-mon[111815]: pgmap v16345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:23.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:23.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:23 smithi088 ceph-mon[96111]: pgmap v16345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:24.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:24.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:25.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:25.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:25 smithi088 ceph-mon[96111]: pgmap v16346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:25 smithi187 ceph-mon[111815]: pgmap v16346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:26.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:26.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:27.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:27.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:27 smithi088 ceph-mon[96111]: pgmap v16347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:27 smithi187 ceph-mon[111815]: pgmap v16347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:28.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:28.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:29.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:29.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:29 smithi088 ceph-mon[96111]: pgmap v16348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:29 smithi187 ceph-mon[111815]: pgmap v16348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:30.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:30.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:21:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:21:31.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:31.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:31 smithi088 ceph-mon[96111]: pgmap v16349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:21:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:21:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:21:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:31 smithi187 ceph-mon[111815]: pgmap v16349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:21:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:21:32.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:21:32.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:32.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:21:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:21:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:21:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:21:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:21:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:21:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:21:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:21:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:21:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:21:33.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:33.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:33 smithi088 ceph-mon[96111]: pgmap v16350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:33 smithi187 ceph-mon[111815]: pgmap v16350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:34.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:34.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:35.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:35.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:35 smithi088 ceph-mon[96111]: pgmap v16351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:35 smithi187 ceph-mon[111815]: pgmap v16351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:36.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:36.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:37.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:37.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:37 smithi088 ceph-mon[96111]: pgmap v16352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:37 smithi187 ceph-mon[111815]: pgmap v16352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:38.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:38.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:39.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:39.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:39 smithi088 ceph-mon[96111]: pgmap v16353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:39 smithi187 ceph-mon[111815]: pgmap v16353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:40.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:40.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:41.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:41.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:41 smithi088 ceph-mon[96111]: pgmap v16354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:41 smithi187 ceph-mon[111815]: pgmap v16354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:42.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:42.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:43 smithi187 ceph-mon[111815]: pgmap v16355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:43.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:43.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:43 smithi088 ceph-mon[96111]: pgmap v16355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:44.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:44.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:45.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:45.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:45 smithi088 ceph-mon[96111]: pgmap v16356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:21:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:45 smithi187 ceph-mon[111815]: pgmap v16356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:21:46.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:46.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:48.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:48.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:47 smithi088 ceph-mon[96111]: pgmap v16357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:47 smithi187 ceph-mon[111815]: pgmap v16357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:49.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:49.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:50.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:50.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:49 smithi088 ceph-mon[96111]: pgmap v16358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:49 smithi187 ceph-mon[111815]: pgmap v16358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:51.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:51.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:52.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:52.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:51 smithi088 ceph-mon[96111]: pgmap v16359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:51 smithi187 ceph-mon[111815]: pgmap v16359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:53.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:53.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:53 smithi187 ceph-mon[111815]: pgmap v16360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:54.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:54.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:53 smithi088 ceph-mon[96111]: pgmap v16360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:55.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:55.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:56.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:56.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:55 smithi088 ceph-mon[96111]: pgmap v16361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:55 smithi187 ceph-mon[111815]: pgmap v16361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:21:57.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:57.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:58.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:58.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:57 smithi088 ceph-mon[96111]: pgmap v16362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:57 smithi187 ceph-mon[111815]: pgmap v16362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:21:59.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:21:59.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:21:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:21:59 smithi187 ceph-mon[111815]: pgmap v16363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:00.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:00.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:00.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:21:59 smithi088 ceph-mon[96111]: pgmap v16363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:01.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:01.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:22:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:22:02.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:02.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:01 smithi088 ceph-mon[96111]: pgmap v16364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:01 smithi187 ceph-mon[111815]: pgmap v16364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:03.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:03.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:03 smithi187 ceph-mon[111815]: pgmap v16365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:04.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:04.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:03 smithi088 ceph-mon[96111]: pgmap v16365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:05.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:05.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:06.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:06.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:06.066 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:05 smithi088 ceph-mon[96111]: pgmap v16366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:05 smithi187 ceph-mon[111815]: pgmap v16366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:07.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:07.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:08.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:08.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:07 smithi088 ceph-mon[96111]: pgmap v16367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:07 smithi187 ceph-mon[111815]: pgmap v16367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:09.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:09.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:09 smithi187 ceph-mon[111815]: pgmap v16368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:10.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:10.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:09 smithi088 ceph-mon[96111]: pgmap v16368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:11.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:11.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:12.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:12.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:11 smithi088 ceph-mon[96111]: pgmap v16369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:11 smithi187 ceph-mon[111815]: pgmap v16369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:13.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:13.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:13 smithi187 ceph-mon[111815]: pgmap v16370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:14.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:14.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:13 smithi088 ceph-mon[96111]: pgmap v16370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:15.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:15.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:16.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:16.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:15 smithi088 ceph-mon[96111]: pgmap v16371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:22:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:15 smithi187 ceph-mon[111815]: pgmap v16371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:22:17.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:17.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:18.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:18.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:17 smithi088 ceph-mon[96111]: pgmap v16372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:17 smithi187 ceph-mon[111815]: pgmap v16372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:19.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:19.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:20.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:20.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:19 smithi088 ceph-mon[96111]: pgmap v16373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:19 smithi187 ceph-mon[111815]: pgmap v16373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:21.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:21.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:22.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:22.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:21 smithi088 ceph-mon[96111]: pgmap v16374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:21 smithi187 ceph-mon[111815]: pgmap v16374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:23.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:23.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:23 smithi187 ceph-mon[111815]: pgmap v16375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:24.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:24.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:23 smithi088 ceph-mon[96111]: pgmap v16375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:25.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:25.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:26.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:26.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:25 smithi088 ceph-mon[96111]: pgmap v16376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:25 smithi187 ceph-mon[111815]: pgmap v16376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:27.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:27.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:28.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:28.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:27 smithi088 ceph-mon[96111]: pgmap v16377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:27 smithi187 ceph-mon[111815]: pgmap v16377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:29.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:29.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:30.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:30.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:29 smithi088 ceph-mon[96111]: pgmap v16378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:29 smithi187 ceph-mon[111815]: pgmap v16378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:31.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:31.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:22:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:22:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:31 smithi088 ceph-mon[96111]: pgmap v16379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:32.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:32.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:31 smithi187 ceph-mon[111815]: pgmap v16379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:22:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:22:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:22:33.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:22:33.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:22:33.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:22:33.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:33.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:22:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:22:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:22:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:22:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:22:33.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:22:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:33 smithi088 ceph-mon[96111]: pgmap v16380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:34.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:34.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:33 smithi187 ceph-mon[111815]: pgmap v16380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:35.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:35.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:36.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:35 smithi088 ceph-mon[96111]: pgmap v16381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:36.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:36.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:35 smithi187 ceph-mon[111815]: pgmap v16381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:37.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:37.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:37 smithi088 ceph-mon[96111]: pgmap v16382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:38.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:38.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:37 smithi187 ceph-mon[111815]: pgmap v16382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:39.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:39.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:39 smithi088 ceph-mon[96111]: pgmap v16383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:40.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:40.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:39 smithi187 ceph-mon[111815]: pgmap v16383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:41.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:41.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:41 smithi088 ceph-mon[96111]: pgmap v16384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:42.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:42.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:41 smithi187 ceph-mon[111815]: pgmap v16384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:43.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:43.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:43 smithi187 ceph-mon[111815]: pgmap v16385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:43 smithi088 ceph-mon[96111]: pgmap v16385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:44.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:44.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:45.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:45.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:45 smithi088 ceph-mon[96111]: pgmap v16386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:22:46.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:46.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:45 smithi187 ceph-mon[111815]: pgmap v16386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:22:47.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:47.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:47 smithi088 ceph-mon[96111]: pgmap v16387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:48.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:48.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:47 smithi187 ceph-mon[111815]: pgmap v16387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:49.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:49.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:49 smithi088 ceph-mon[96111]: pgmap v16388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:50.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:50.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:50.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:49 smithi187 ceph-mon[111815]: pgmap v16388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:51.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:51.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:51 smithi088 ceph-mon[96111]: pgmap v16389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:52.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:52.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:51 smithi187 ceph-mon[111815]: pgmap v16389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:53.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:53.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:53 smithi187 ceph-mon[111815]: pgmap v16390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:53 smithi088 ceph-mon[96111]: pgmap v16390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:54.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:54.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:55.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:55.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:55 smithi088 ceph-mon[96111]: pgmap v16391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:56.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:56.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:55 smithi187 ceph-mon[111815]: pgmap v16391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:22:57.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:57.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:57 smithi088 ceph-mon[96111]: pgmap v16392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:58.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:58.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:22:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:57 smithi187 ceph-mon[111815]: pgmap v16392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:22:59.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:22:59.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:22:59 smithi088 ceph-mon[96111]: pgmap v16393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:00.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:00.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:00.207 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:22:59 smithi187 ceph-mon[111815]: pgmap v16393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:23:01.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:01.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:23:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:01 smithi088 ceph-mon[96111]: pgmap v16394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:02.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:02.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:01 smithi187 ceph-mon[111815]: pgmap v16394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:03.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:03.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:03.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:03 smithi187 ceph-mon[111815]: pgmap v16395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:03 smithi088 ceph-mon[96111]: pgmap v16395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:04.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:04.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:05.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:05.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:05 smithi088 ceph-mon[96111]: pgmap v16396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:06.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:06.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:05 smithi187 ceph-mon[111815]: pgmap v16396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:07.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:07.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:07 smithi088 ceph-mon[96111]: pgmap v16397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:08.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:08.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:07 smithi187 ceph-mon[111815]: pgmap v16397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:09.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:09.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:09 smithi088 ceph-mon[96111]: pgmap v16398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:10.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:10.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:09 smithi187 ceph-mon[111815]: pgmap v16398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:11.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:11.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:11 smithi088 ceph-mon[96111]: pgmap v16399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:12.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:12.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:11 smithi187 ceph-mon[111815]: pgmap v16399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:13.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:13.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:13.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:13 smithi187 ceph-mon[111815]: pgmap v16400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:13 smithi088 ceph-mon[96111]: pgmap v16400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:14.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:14.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:15.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:15.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:15 smithi088 ceph-mon[96111]: pgmap v16401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:23:16.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:16.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:15 smithi187 ceph-mon[111815]: pgmap v16401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:23:17.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:17.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:17 smithi088 ceph-mon[96111]: pgmap v16402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:18.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:18.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:17 smithi187 ceph-mon[111815]: pgmap v16402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:19.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:19.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:19 smithi088 ceph-mon[96111]: pgmap v16403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:20.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:20.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:19 smithi187 ceph-mon[111815]: pgmap v16403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:21.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:21.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:21 smithi088 ceph-mon[96111]: pgmap v16404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:22.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:22.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:21 smithi187 ceph-mon[111815]: pgmap v16404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:23.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:23.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:23 smithi187 ceph-mon[111815]: pgmap v16405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:23 smithi088 ceph-mon[96111]: pgmap v16405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:24.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:24.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:25.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:25.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:25 smithi088 ceph-mon[96111]: pgmap v16406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:26.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:26.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:25 smithi187 ceph-mon[111815]: pgmap v16406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:27.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:27.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:28.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:27 smithi088 ceph-mon[96111]: pgmap v16407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:28.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:28.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:27 smithi187 ceph-mon[111815]: pgmap v16407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:29.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:29.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:29 smithi088 ceph-mon[96111]: pgmap v16408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:30.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:30.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:29 smithi187 ceph-mon[111815]: pgmap v16408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:23:31.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:31.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:23:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:31 smithi088 ceph-mon[96111]: pgmap v16409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:32.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:32.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:31 smithi187 ceph-mon[111815]: pgmap v16409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:23:33.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:33.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:23:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: pgmap v16410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:23:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:23:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:23:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:23:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1453M 2023-10-13T08:23:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:23:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:23:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:23:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:23:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:23:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:23:34.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:34.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: pgmap v16410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:23:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:23:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:23:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:23:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1453M 2023-10-13T08:23:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:23:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:23:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:23:34.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:23:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:23:34.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:23:35.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:35.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:35.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:35 smithi187 ceph-mon[111815]: pgmap v16411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:36.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:36.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:35 smithi088 ceph-mon[96111]: pgmap v16411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:37.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:37.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:38.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:38.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:37 smithi187 ceph-mon[111815]: pgmap v16412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:37 smithi088 ceph-mon[96111]: pgmap v16412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:39.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:39.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:40.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:40.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:39 smithi187 ceph-mon[111815]: pgmap v16413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:39 smithi088 ceph-mon[96111]: pgmap v16413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:41.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:41.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:42.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:42.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:41 smithi187 ceph-mon[111815]: pgmap v16414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:41 smithi088 ceph-mon[96111]: pgmap v16414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:43.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:43.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:43 smithi088 ceph-mon[96111]: pgmap v16415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:44.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:44.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:43 smithi187 ceph-mon[111815]: pgmap v16415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:45.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:45.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:45 smithi187 ceph-mon[111815]: pgmap v16416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:23:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:45 smithi088 ceph-mon[96111]: pgmap v16416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:23:46.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:46.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:47.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:47.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:47 smithi088 ceph-mon[96111]: pgmap v16417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:48.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:48.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:47 smithi187 ceph-mon[111815]: pgmap v16417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:49.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:49.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:49 smithi088 ceph-mon[96111]: pgmap v16418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:50.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:50.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:49 smithi187 ceph-mon[111815]: pgmap v16418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:51.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:51.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:51 smithi088 ceph-mon[96111]: pgmap v16419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:52.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:52.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:52.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:51 smithi187 ceph-mon[111815]: pgmap v16419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:53.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:53.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:53 smithi088 ceph-mon[96111]: pgmap v16420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:54.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:54.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:53 smithi187 ceph-mon[111815]: pgmap v16420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:55.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:55.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:55 smithi088 ceph-mon[96111]: pgmap v16421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:55 smithi187 ceph-mon[111815]: pgmap v16421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:23:56.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:56.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:57.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:57.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:57 smithi088 ceph-mon[96111]: pgmap v16422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:57 smithi187 ceph-mon[111815]: pgmap v16422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:23:58.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:58.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:23:59.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:23:59.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:23:59 smithi088 ceph-mon[96111]: pgmap v16423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:23:59 smithi187 ceph-mon[111815]: pgmap v16423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:00.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:00.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:24:01.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:01.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:24:02.200 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:01 smithi088 ceph-mon[96111]: pgmap v16424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:01 smithi187 ceph-mon[111815]: pgmap v16424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:02.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:02.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:03.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:03.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:03 smithi088 ceph-mon[96111]: pgmap v16425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:03 smithi187 ceph-mon[111815]: pgmap v16425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:04.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:04.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:05.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:05.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:05 smithi088 ceph-mon[96111]: pgmap v16426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:05 smithi187 ceph-mon[111815]: pgmap v16426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:06.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:06.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:07.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:07.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:07 smithi088 ceph-mon[96111]: pgmap v16427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:07 smithi187 ceph-mon[111815]: pgmap v16427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:08.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:08.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:09.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:09.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:10.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:09 smithi088 ceph-mon[96111]: pgmap v16428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:09 smithi187 ceph-mon[111815]: pgmap v16428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:10.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:10.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:11.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:11.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:11 smithi187 ceph-mon[111815]: pgmap v16429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:12.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:12.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:12.298 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:11 smithi088 ceph-mon[96111]: pgmap v16429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:13.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:13.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:13 smithi088 ceph-mon[96111]: pgmap v16430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:13 smithi187 ceph-mon[111815]: pgmap v16430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:14.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:14.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:15.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:15.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:15 smithi088 ceph-mon[96111]: pgmap v16431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:24:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:15 smithi187 ceph-mon[111815]: pgmap v16431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:24:16.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:16.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:17.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:17.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:17 smithi088 ceph-mon[96111]: pgmap v16432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:17 smithi187 ceph-mon[111815]: pgmap v16432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:18.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:18.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:19.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:19.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:19 smithi187 ceph-mon[111815]: pgmap v16433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:20.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:20.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:19 smithi088 ceph-mon[96111]: pgmap v16433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:21.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:21.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:21 smithi187 ceph-mon[111815]: pgmap v16434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:22.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:22.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:21 smithi088 ceph-mon[96111]: pgmap v16434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:23.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:23.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:23 smithi088 ceph-mon[96111]: pgmap v16435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:23 smithi187 ceph-mon[111815]: pgmap v16435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:24.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:24.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:25.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:25.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:26.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:25 smithi088 ceph-mon[96111]: pgmap v16436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:26.102 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:25 smithi187 ceph-mon[111815]: pgmap v16436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:26.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:26.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:27.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:27.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:27 smithi187 ceph-mon[111815]: pgmap v16437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:28.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:28.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:27 smithi088 ceph-mon[96111]: pgmap v16437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:29.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:29.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:29 smithi187 ceph-mon[111815]: pgmap v16438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:30.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:30.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:29 smithi088 ceph-mon[96111]: pgmap v16438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:31.155 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:24:31.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:31.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:24:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:31 smithi187 ceph-mon[111815]: pgmap v16439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:32.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:32.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:31 smithi088 ceph-mon[96111]: pgmap v16439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:33.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:33.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:33 smithi088 ceph-mon[96111]: pgmap v16440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:24:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:24:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:24:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:24:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:24:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:24:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:33 smithi187 ceph-mon[111815]: pgmap v16440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:24:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:24:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:24:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:24:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:24:34.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:24:34.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:34.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:35.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:35.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:36.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:35 smithi187 ceph-mon[111815]: pgmap v16441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:36.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:36.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:35 smithi088 ceph-mon[96111]: pgmap v16441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:37.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:37.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:37 smithi187 ceph-mon[111815]: pgmap v16442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:38.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:38.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:37 smithi088 ceph-mon[96111]: pgmap v16442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:39.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:39.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:39 smithi187 ceph-mon[111815]: pgmap v16443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:40.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:40.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:39 smithi088 ceph-mon[96111]: pgmap v16443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:41.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:41.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:41 smithi187 ceph-mon[111815]: pgmap v16444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:42.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:42.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:41 smithi088 ceph-mon[96111]: pgmap v16444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:43.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:43.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:43 smithi088 ceph-mon[96111]: pgmap v16445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:43 smithi187 ceph-mon[111815]: pgmap v16445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:44.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:44.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:45.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:45.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:45 smithi187 ceph-mon[111815]: pgmap v16446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:24:46.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:46.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:45 smithi088 ceph-mon[96111]: pgmap v16446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:24:47.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:47.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:47 smithi088 ceph-mon[96111]: pgmap v16447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:47 smithi187 ceph-mon[111815]: pgmap v16447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:48.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:48.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:49.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:49.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:49 smithi187 ceph-mon[111815]: pgmap v16448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:50.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:50.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:49 smithi088 ceph-mon[96111]: pgmap v16448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:51.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:51.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:51 smithi187 ceph-mon[111815]: pgmap v16449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:52.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:52.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:51 smithi088 ceph-mon[96111]: pgmap v16449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:53.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:53.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:53 smithi088 ceph-mon[96111]: pgmap v16450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:53 smithi187 ceph-mon[111815]: pgmap v16450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:54.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:54.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:55.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:55.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:55 smithi187 ceph-mon[111815]: pgmap v16451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:56.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:56.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:55 smithi088 ceph-mon[96111]: pgmap v16451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:24:57.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:57.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:58.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:57 smithi088 ceph-mon[96111]: pgmap v16452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:57 smithi187 ceph-mon[111815]: pgmap v16452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:24:58.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:58.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:24:59.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:24:59.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:24:59 smithi187 ceph-mon[111815]: pgmap v16453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:00.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:00.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:24:59 smithi088 ceph-mon[96111]: pgmap v16453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:25:01.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:01.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:25:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:01 smithi187 ceph-mon[111815]: pgmap v16454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:02.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:02.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:01 smithi088 ceph-mon[96111]: pgmap v16454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:03.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:03.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:03 smithi088 ceph-mon[96111]: pgmap v16455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:03 smithi187 ceph-mon[111815]: pgmap v16455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:04.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:04.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:05.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:05.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:05 smithi187 ceph-mon[111815]: pgmap v16456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:05 smithi088 ceph-mon[96111]: pgmap v16456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:06.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:06.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:07.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:07.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:07 smithi187 ceph-mon[111815]: pgmap v16457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:07 smithi088 ceph-mon[96111]: pgmap v16457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:08.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:08.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:09.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:09.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:09 smithi187 ceph-mon[111815]: pgmap v16458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:09 smithi088 ceph-mon[96111]: pgmap v16458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:10.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:10.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:11.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:11.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:11 smithi187 ceph-mon[111815]: pgmap v16459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:11 smithi088 ceph-mon[96111]: pgmap v16459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:12.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:12.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:13.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:13.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:13 smithi088 ceph-mon[96111]: pgmap v16460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:13 smithi187 ceph-mon[111815]: pgmap v16460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:14.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:14.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:15.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:15.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:15 smithi187 ceph-mon[111815]: pgmap v16461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:25:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:15 smithi088 ceph-mon[96111]: pgmap v16461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:25:16.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:16.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:17.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:17.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:17 smithi187 ceph-mon[111815]: pgmap v16462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:17 smithi088 ceph-mon[96111]: pgmap v16462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:18.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:18.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:19.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:19.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:19 smithi187 ceph-mon[111815]: pgmap v16463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:19 smithi088 ceph-mon[96111]: pgmap v16463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:20.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:20.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:21.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:21.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:21 smithi187 ceph-mon[111815]: pgmap v16464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:21 smithi088 ceph-mon[96111]: pgmap v16464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:22.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:22.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:23.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:23.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:23 smithi088 ceph-mon[96111]: pgmap v16465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:23 smithi187 ceph-mon[111815]: pgmap v16465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:24.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:24.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:25.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:25.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:25 smithi187 ceph-mon[111815]: pgmap v16466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:25 smithi088 ceph-mon[96111]: pgmap v16466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:26.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:26.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:27.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:27.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:27 smithi187 ceph-mon[111815]: pgmap v16467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:27 smithi088 ceph-mon[96111]: pgmap v16467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:28.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:28.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:29.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:29.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:29 smithi187 ceph-mon[111815]: pgmap v16468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:29 smithi088 ceph-mon[96111]: pgmap v16468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:30.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:30.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:25:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:25:31.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:31.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:31 smithi187 ceph-mon[111815]: pgmap v16469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:31 smithi088 ceph-mon[96111]: pgmap v16469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:32.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:32.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:33.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:33.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:33 smithi088 ceph-mon[96111]: pgmap v16470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:33 smithi187 ceph-mon[111815]: pgmap v16470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:34.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:34.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:25:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:25:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:25:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:25:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:25:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:25:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:25:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:25:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:25:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:25:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:25:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:25:35.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:35.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:35 smithi088 ceph-mon[96111]: pgmap v16471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:35 smithi187 ceph-mon[111815]: pgmap v16471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:36.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:36.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:37.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:37.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:38.135 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:37 smithi088 ceph-mon[96111]: pgmap v16472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:37 smithi187 ceph-mon[111815]: pgmap v16472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:38.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:38.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:39.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:39.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:39 smithi187 ceph-mon[111815]: pgmap v16473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:39 smithi088 ceph-mon[96111]: pgmap v16473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:40.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:40.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:41.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:41.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:41 smithi187 ceph-mon[111815]: pgmap v16474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:41 smithi088 ceph-mon[96111]: pgmap v16474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:42.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:42.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:43.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:43.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:43 smithi088 ceph-mon[96111]: pgmap v16475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:43 smithi187 ceph-mon[111815]: pgmap v16475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:44.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:44.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:45.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:45.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:45 smithi187 ceph-mon[111815]: pgmap v16476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:25:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:45 smithi088 ceph-mon[96111]: pgmap v16476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:25:46.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:46.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:47.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:47.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:47 smithi187 ceph-mon[111815]: pgmap v16477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:48.233 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:47 smithi088 ceph-mon[96111]: pgmap v16477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:48.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:48.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:49.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:49.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:49 smithi187 ceph-mon[111815]: pgmap v16478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:49 smithi088 ceph-mon[96111]: pgmap v16478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:50.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:50.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:51.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:51.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:51 smithi187 ceph-mon[111815]: pgmap v16479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:51 smithi088 ceph-mon[96111]: pgmap v16479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:52.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:52.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:53.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:53.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:53 smithi088 ceph-mon[96111]: pgmap v16480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:53 smithi187 ceph-mon[111815]: pgmap v16480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:54.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:54.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:55.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:55.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:55 smithi187 ceph-mon[111815]: pgmap v16481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:55 smithi088 ceph-mon[96111]: pgmap v16481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:25:56.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:56.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:57.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:57.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:57 smithi187 ceph-mon[111815]: pgmap v16482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:57 smithi088 ceph-mon[96111]: pgmap v16482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:25:58.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:58.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:25:59.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:25:59.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:25:59 smithi187 ceph-mon[111815]: pgmap v16483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:25:59 smithi088 ceph-mon[96111]: pgmap v16483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:00.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:00.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:26:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:26:01.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:01.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:01 smithi187 ceph-mon[111815]: pgmap v16484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:01 smithi088 ceph-mon[96111]: pgmap v16484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:02.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:02.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:03.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:03.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:03 smithi088 ceph-mon[96111]: pgmap v16485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:03 smithi187 ceph-mon[111815]: pgmap v16485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:04.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:04.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:05.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:05.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:05 smithi187 ceph-mon[111815]: pgmap v16486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:05 smithi088 ceph-mon[96111]: pgmap v16486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:06.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:06.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:07.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:07.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:07 smithi187 ceph-mon[111815]: pgmap v16487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:07 smithi088 ceph-mon[96111]: pgmap v16487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:08.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:08.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:09.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:09.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:09 smithi187 ceph-mon[111815]: pgmap v16488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:09 smithi088 ceph-mon[96111]: pgmap v16488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:10.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:10.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:11.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:11.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:12.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:11 smithi187 ceph-mon[111815]: pgmap v16489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:11 smithi088 ceph-mon[96111]: pgmap v16489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:12.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:12.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:13.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:13.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:13 smithi088 ceph-mon[96111]: pgmap v16490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:13 smithi187 ceph-mon[111815]: pgmap v16490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:14.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:14.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:15.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:15.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:15 smithi187 ceph-mon[111815]: pgmap v16491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:26:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:15 smithi088 ceph-mon[96111]: pgmap v16491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:26:16.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:16.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:17.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:17.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:17 smithi187 ceph-mon[111815]: pgmap v16492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:17 smithi088 ceph-mon[96111]: pgmap v16492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:18.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:18.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:19.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:19.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:19 smithi187 ceph-mon[111815]: pgmap v16493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:19 smithi088 ceph-mon[96111]: pgmap v16493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:20.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:20.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:21.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:21.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:21 smithi187 ceph-mon[111815]: pgmap v16494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:21 smithi088 ceph-mon[96111]: pgmap v16494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:22.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:22.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:23.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:23.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:23 smithi088 ceph-mon[96111]: pgmap v16495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:23 smithi187 ceph-mon[111815]: pgmap v16495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:24.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:24.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:25.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:25.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:25 smithi187 ceph-mon[111815]: pgmap v16496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:25 smithi088 ceph-mon[96111]: pgmap v16496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:26.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:26.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:27.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:27.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:27 smithi187 ceph-mon[111815]: pgmap v16497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:27 smithi088 ceph-mon[96111]: pgmap v16497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:28.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:28.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:29.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:29.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:29 smithi187 ceph-mon[111815]: pgmap v16498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:29 smithi088 ceph-mon[96111]: pgmap v16498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:30.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:30.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:26:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:26:31.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:31.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:31 smithi187 ceph-mon[111815]: pgmap v16499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:31 smithi088 ceph-mon[96111]: pgmap v16499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:32.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:32.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:33.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:33.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:33 smithi088 ceph-mon[96111]: pgmap v16500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:33 smithi187 ceph-mon[111815]: pgmap v16500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:34.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:34.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:26:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:26:35.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:35.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:36.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:35 smithi088 ceph-mon[96111]: pgmap v16501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:35 smithi187 ceph-mon[111815]: pgmap v16501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:36.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:36.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:37.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:37.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:38 smithi187 ceph-mon[111815]: pgmap v16502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:26:38.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:26:38.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:26:38.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:26:38.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:26:38.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:26:38.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:38 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:26:38.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:38.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:38 smithi088 ceph-mon[96111]: pgmap v16502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:26:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:26:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:26:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:26:38.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:26:38.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:26:38.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:38 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:26:39.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:39.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:40 smithi187 ceph-mon[111815]: pgmap v16503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:40.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:40.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:40 smithi088 ceph-mon[96111]: pgmap v16503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:41.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:41.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:42.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:42 smithi187 ceph-mon[111815]: pgmap v16504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:42.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:42.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:42 smithi088 ceph-mon[96111]: pgmap v16504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:43.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:43.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:44.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:43 smithi088 ceph-mon[96111]: pgmap v16505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:43 smithi187 ceph-mon[111815]: pgmap v16505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:44.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:44.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:45.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:45.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:45 smithi187 ceph-mon[111815]: pgmap v16506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:26:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:45 smithi088 ceph-mon[96111]: pgmap v16506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:26:46.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:46.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:47.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:47.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:47 smithi187 ceph-mon[111815]: pgmap v16507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:47 smithi088 ceph-mon[96111]: pgmap v16507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:48.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:48.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:49.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:49.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:49 smithi187 ceph-mon[111815]: pgmap v16508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:49 smithi088 ceph-mon[96111]: pgmap v16508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:50.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:50.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:51.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:51.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:51 smithi187 ceph-mon[111815]: pgmap v16509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:51 smithi088 ceph-mon[96111]: pgmap v16509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:52.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:52.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:53.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:53.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:53 smithi088 ceph-mon[96111]: pgmap v16510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:53 smithi187 ceph-mon[111815]: pgmap v16510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:54.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:54.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:55.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:55.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:55 smithi187 ceph-mon[111815]: pgmap v16511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:55 smithi088 ceph-mon[96111]: pgmap v16511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:26:56.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:56.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:57.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:57.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:57 smithi187 ceph-mon[111815]: pgmap v16512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:57 smithi088 ceph-mon[96111]: pgmap v16512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:26:58.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:58.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:26:59.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:26:59.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:26:59 smithi187 ceph-mon[111815]: pgmap v16513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:26:59 smithi088 ceph-mon[96111]: pgmap v16513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:00.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:00.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:27:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:27:01.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:01.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:01 smithi187 ceph-mon[111815]: pgmap v16514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:01 smithi088 ceph-mon[96111]: pgmap v16514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:02.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:02.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:03.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:03.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:03 smithi088 ceph-mon[96111]: pgmap v16515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:03 smithi187 ceph-mon[111815]: pgmap v16515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:04.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:04.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:05.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:05.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:05 smithi187 ceph-mon[111815]: pgmap v16516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:05 smithi088 ceph-mon[96111]: pgmap v16516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:06.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:06.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:07.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:07.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:07 smithi187 ceph-mon[111815]: pgmap v16517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:07 smithi088 ceph-mon[96111]: pgmap v16517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:08.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:08.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:09.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:09.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:09 smithi187 ceph-mon[111815]: pgmap v16518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:09 smithi088 ceph-mon[96111]: pgmap v16518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:10.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:10.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:11.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:11.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:11 smithi187 ceph-mon[111815]: pgmap v16519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:11 smithi088 ceph-mon[96111]: pgmap v16519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:12.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:12.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:13.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:13.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:14.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:13 smithi088 ceph-mon[96111]: pgmap v16520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:13 smithi187 ceph-mon[111815]: pgmap v16520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:14.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:14.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:15.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:15.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:15 smithi187 ceph-mon[111815]: pgmap v16521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:27:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:15 smithi088 ceph-mon[96111]: pgmap v16521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:27:16.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:16.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:17.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:17.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:17 smithi187 ceph-mon[111815]: pgmap v16522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:17 smithi088 ceph-mon[96111]: pgmap v16522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:18.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:18.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:19.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:19.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:19 smithi187 ceph-mon[111815]: pgmap v16523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:19 smithi088 ceph-mon[96111]: pgmap v16523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:20.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:20.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:21.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:21.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:21 smithi187 ceph-mon[111815]: pgmap v16524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:21 smithi088 ceph-mon[96111]: pgmap v16524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:22.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:22.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:23.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:23.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:23 smithi088 ceph-mon[96111]: pgmap v16525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:23 smithi187 ceph-mon[111815]: pgmap v16525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:24.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:24.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:25.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:25.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:25 smithi187 ceph-mon[111815]: pgmap v16526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:25 smithi088 ceph-mon[96111]: pgmap v16526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:26.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:26.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:27.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:27.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:27 smithi187 ceph-mon[111815]: pgmap v16527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:27 smithi088 ceph-mon[96111]: pgmap v16527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:28.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:28.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:29.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:29.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:29 smithi187 ceph-mon[111815]: pgmap v16528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:29 smithi088 ceph-mon[96111]: pgmap v16528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:30.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:30.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:27:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:27:31.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:31.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:31 smithi187 ceph-mon[111815]: pgmap v16529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:31 smithi088 ceph-mon[96111]: pgmap v16529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:32.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:32.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:33.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:33.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:33 smithi088 ceph-mon[96111]: pgmap v16530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:33 smithi187 ceph-mon[111815]: pgmap v16530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:34.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:34.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:35.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:35.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:35 smithi187 ceph-mon[111815]: pgmap v16531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:35 smithi088 ceph-mon[96111]: pgmap v16531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:36.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:36.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:37.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:37.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:37 smithi187 ceph-mon[111815]: pgmap v16532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:27:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:37 smithi088 ceph-mon[96111]: pgmap v16532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:27:38.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:38.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:39.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:39.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:39 smithi187 ceph-mon[111815]: pgmap v16533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:39 smithi088 ceph-mon[96111]: pgmap v16533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:40.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:40.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:41.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:41.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:41 smithi187 ceph-mon[111815]: pgmap v16534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:41 smithi088 ceph-mon[96111]: pgmap v16534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:42.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:42.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:27:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:27:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:27:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:27:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:27:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:27:43.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:27:43.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:43.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:27:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:27:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:27:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:27:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:27:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:27:43.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:27:44.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:44.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:44 smithi088 ceph-mon[96111]: pgmap v16535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:44 smithi187 ceph-mon[111815]: pgmap v16535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:45.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:45.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:46.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:46.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:46 smithi187 ceph-mon[111815]: pgmap v16536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:27:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:46 smithi088 ceph-mon[96111]: pgmap v16536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:27:47.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:47.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:48 smithi187 ceph-mon[111815]: pgmap v16537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:48.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:48.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:48 smithi088 ceph-mon[96111]: pgmap v16537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:49.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:49.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:50.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:50.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:50 smithi187 ceph-mon[111815]: pgmap v16538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:50 smithi088 ceph-mon[96111]: pgmap v16538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:51.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:51.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:52.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:52.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:52 smithi187 ceph-mon[111815]: pgmap v16539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:52 smithi088 ceph-mon[96111]: pgmap v16539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:53.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:53.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:53 smithi088 ceph-mon[96111]: pgmap v16540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:53 smithi187 ceph-mon[111815]: pgmap v16540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:54.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:54.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:55.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:55.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:55 smithi187 ceph-mon[111815]: pgmap v16541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:55 smithi088 ceph-mon[96111]: pgmap v16541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:27:56.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:56.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:57.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:57.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:57 smithi187 ceph-mon[111815]: pgmap v16542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:57 smithi088 ceph-mon[96111]: pgmap v16542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:27:58.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:58.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:27:59.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:27:59.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:27:59 smithi187 ceph-mon[111815]: pgmap v16543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:27:59 smithi088 ceph-mon[96111]: pgmap v16543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:00.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:00.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:28:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:28:01.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:01.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:01 smithi187 ceph-mon[111815]: pgmap v16544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:01 smithi088 ceph-mon[96111]: pgmap v16544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:02.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:02.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:03.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:03.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:03 smithi088 ceph-mon[96111]: pgmap v16545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:03 smithi187 ceph-mon[111815]: pgmap v16545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:04.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:04.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:05.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:05.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:05 smithi187 ceph-mon[111815]: pgmap v16546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:05 smithi088 ceph-mon[96111]: pgmap v16546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:06.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:06.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:07.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:07.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:07 smithi187 ceph-mon[111815]: pgmap v16547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:07 smithi088 ceph-mon[96111]: pgmap v16547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:08.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:08.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:09.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:09.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:09 smithi187 ceph-mon[111815]: pgmap v16548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:09 smithi088 ceph-mon[96111]: pgmap v16548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:10.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:10.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:11.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:11.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:11 smithi187 ceph-mon[111815]: pgmap v16549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:11 smithi088 ceph-mon[96111]: pgmap v16549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:12.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:12.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:13.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:13.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:13 smithi088 ceph-mon[96111]: pgmap v16550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:13 smithi187 ceph-mon[111815]: pgmap v16550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:14.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:14.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:15.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:15.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:15 smithi187 ceph-mon[111815]: pgmap v16551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:28:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:15 smithi088 ceph-mon[96111]: pgmap v16551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:28:16.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:16.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:17.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:17.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:17 smithi187 ceph-mon[111815]: pgmap v16552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:17 smithi088 ceph-mon[96111]: pgmap v16552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:18.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:18.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:19.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:19.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:19 smithi088 ceph-mon[96111]: pgmap v16553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:19 smithi187 ceph-mon[111815]: pgmap v16553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:20.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:20.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:21.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:21.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:21 smithi187 ceph-mon[111815]: pgmap v16554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:21 smithi088 ceph-mon[96111]: pgmap v16554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:22.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:22.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:23.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:23.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:23.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:23 smithi187 ceph-mon[111815]: pgmap v16555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:23 smithi088 ceph-mon[96111]: pgmap v16555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:24.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:24.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:25.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:25.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:25 smithi187 ceph-mon[111815]: pgmap v16556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:25 smithi088 ceph-mon[96111]: pgmap v16556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:26.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:26.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:27.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:27.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:27 smithi187 ceph-mon[111815]: pgmap v16557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:27 smithi088 ceph-mon[96111]: pgmap v16557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:28.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:28.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:29.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:29.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:29 smithi088 ceph-mon[96111]: pgmap v16558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:29 smithi187 ceph-mon[111815]: pgmap v16558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:30.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:30.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:28:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:28:31.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:31.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:31 smithi187 ceph-mon[111815]: pgmap v16559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:31 smithi088 ceph-mon[96111]: pgmap v16559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:32.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:32.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:33.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:33.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:33 smithi187 ceph-mon[111815]: pgmap v16560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:33 smithi088 ceph-mon[96111]: pgmap v16560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:34.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:34.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:35.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:35.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:35 smithi187 ceph-mon[111815]: pgmap v16561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:35 smithi088 ceph-mon[96111]: pgmap v16561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:36.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:36.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:37.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:37.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:37 smithi187 ceph-mon[111815]: pgmap v16562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:37 smithi088 ceph-mon[96111]: pgmap v16562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:38.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:38.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:39.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:39.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:39 smithi187 ceph-mon[111815]: pgmap v16563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:39 smithi088 ceph-mon[96111]: pgmap v16563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:40.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:40.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:41.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:41.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:41 smithi187 ceph-mon[111815]: pgmap v16564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:41 smithi088 ceph-mon[96111]: pgmap v16564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:42.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:42.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:43.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:43.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:28:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:43 smithi088 ceph-mon[96111]: pgmap v16565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:28:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:28:44.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:28:44.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:28:44.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:28:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:28:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:43 smithi187 ceph-mon[111815]: pgmap v16565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:28:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:28:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:28:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:28:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:28:44.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:44.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:45.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:45.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:45 smithi187 ceph-mon[111815]: pgmap v16566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:28:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:45 smithi088 ceph-mon[96111]: pgmap v16566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:28:46.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:46.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:47.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:47.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:47 smithi187 ceph-mon[111815]: pgmap v16567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:47 smithi088 ceph-mon[96111]: pgmap v16567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:48.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:48.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:49.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:49.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:49 smithi187 ceph-mon[111815]: pgmap v16568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:49 smithi088 ceph-mon[96111]: pgmap v16568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:50.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:50.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:51.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:51.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:51 smithi187 ceph-mon[111815]: pgmap v16569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:51 smithi088 ceph-mon[96111]: pgmap v16569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:52.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:52.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:53.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:53.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:53 smithi088 ceph-mon[96111]: pgmap v16570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:53 smithi187 ceph-mon[111815]: pgmap v16570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:54.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:54.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:55.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:55.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:55 smithi187 ceph-mon[111815]: pgmap v16571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:55 smithi088 ceph-mon[96111]: pgmap v16571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:28:56.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:56.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:57.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:57.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:57 smithi187 ceph-mon[111815]: pgmap v16572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:57 smithi088 ceph-mon[96111]: pgmap v16572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:28:58.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:58.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:28:59.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:28:59.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:28:59 smithi187 ceph-mon[111815]: pgmap v16573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:28:59 smithi088 ceph-mon[96111]: pgmap v16573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:00.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:00.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:29:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:29:01.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:01.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:01 smithi187 ceph-mon[111815]: pgmap v16574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:01 smithi088 ceph-mon[96111]: pgmap v16574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:02.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:02.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:03.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:03.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:03 smithi088 ceph-mon[96111]: pgmap v16575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:03 smithi187 ceph-mon[111815]: pgmap v16575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:04.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:04.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:05.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:05.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:05 smithi187 ceph-mon[111815]: pgmap v16576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:05 smithi088 ceph-mon[96111]: pgmap v16576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:06.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:06.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:07.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:07.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:07 smithi187 ceph-mon[111815]: pgmap v16577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:07 smithi088 ceph-mon[96111]: pgmap v16577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:08.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:08.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:09.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:09.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:10.206 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:09 smithi088 ceph-mon[96111]: pgmap v16578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:09 smithi187 ceph-mon[111815]: pgmap v16578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:10.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:10.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:11.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:11.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:11 smithi187 ceph-mon[111815]: pgmap v16579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:11 smithi088 ceph-mon[96111]: pgmap v16579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:12.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:12.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:13.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:13.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:13 smithi088 ceph-mon[96111]: pgmap v16580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:14.099 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:13 smithi187 ceph-mon[111815]: pgmap v16580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:14.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:14.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:15.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:15.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:15 smithi187 ceph-mon[111815]: pgmap v16581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:29:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:15 smithi088 ceph-mon[96111]: pgmap v16581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:29:16.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:16.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:17.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:17.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:17 smithi187 ceph-mon[111815]: pgmap v16582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:17 smithi088 ceph-mon[96111]: pgmap v16582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:18.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:18.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:19.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:19.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:19 smithi187 ceph-mon[111815]: pgmap v16583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:20.305 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:19 smithi088 ceph-mon[96111]: pgmap v16583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:20.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:20.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:21.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:21.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:21 smithi187 ceph-mon[111815]: pgmap v16584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:21 smithi088 ceph-mon[96111]: pgmap v16584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:22.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:22.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:23.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:23.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:23 smithi088 ceph-mon[96111]: pgmap v16585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:24.205 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:23 smithi187 ceph-mon[111815]: pgmap v16585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:24.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:24.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:25.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:25.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:25 smithi187 ceph-mon[111815]: pgmap v16586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:25 smithi088 ceph-mon[96111]: pgmap v16586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:26.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:26.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:27.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:27.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:27 smithi187 ceph-mon[111815]: pgmap v16587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:27 smithi088 ceph-mon[96111]: pgmap v16587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:28.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:28.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:29.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:29.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:29 smithi187 ceph-mon[111815]: pgmap v16588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:29 smithi088 ceph-mon[96111]: pgmap v16588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:30.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:30.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:29:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:29:31.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:31.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:31 smithi187 ceph-mon[111815]: pgmap v16589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:31 smithi088 ceph-mon[96111]: pgmap v16589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:32.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:32.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:33.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:33.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:33 smithi088 ceph-mon[96111]: pgmap v16590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:33 smithi187 ceph-mon[111815]: pgmap v16590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:34.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:34.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:35.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:35.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:35 smithi187 ceph-mon[111815]: pgmap v16591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:35 smithi088 ceph-mon[96111]: pgmap v16591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:36.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:36.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:37.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:37.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:37 smithi187 ceph-mon[111815]: pgmap v16592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:37 smithi088 ceph-mon[96111]: pgmap v16592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:38.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:38.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:39.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:39.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:39 smithi187 ceph-mon[111815]: pgmap v16593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:39 smithi088 ceph-mon[96111]: pgmap v16593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:40.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:40.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:41.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:41.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:41 smithi187 ceph-mon[111815]: pgmap v16594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:41 smithi088 ceph-mon[96111]: pgmap v16594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:42.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:42.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:43.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:43.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:43 smithi088 ceph-mon[96111]: pgmap v16595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:29:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:29:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:29:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:43 smithi187 ceph-mon[111815]: pgmap v16595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:29:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:29:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:29:44.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:44.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:29:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:29:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:29:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:29:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:29:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:29:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:29:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:29:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:29:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:29:45.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:45.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:45 smithi088 ceph-mon[96111]: pgmap v16596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:29:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:45 smithi187 ceph-mon[111815]: pgmap v16596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:29:46.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:46.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:47.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:47.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:47 smithi187 ceph-mon[111815]: pgmap v16597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:47 smithi088 ceph-mon[96111]: pgmap v16597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:48.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:48.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:49.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:49.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:49 smithi187 ceph-mon[111815]: pgmap v16598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:49 smithi088 ceph-mon[96111]: pgmap v16598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:50.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:50.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:51.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:51.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:51 smithi187 ceph-mon[111815]: pgmap v16599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:51 smithi088 ceph-mon[96111]: pgmap v16599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:52.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:52.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:53.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:53.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:53 smithi088 ceph-mon[96111]: pgmap v16600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:53 smithi187 ceph-mon[111815]: pgmap v16600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:54.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:54.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:55.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:55.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:55 smithi187 ceph-mon[111815]: pgmap v16601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:55 smithi088 ceph-mon[96111]: pgmap v16601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:29:56.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:56.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:57.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:57.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:57 smithi187 ceph-mon[111815]: pgmap v16602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:57 smithi088 ceph-mon[96111]: pgmap v16602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:29:58.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:58.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:29:59.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:29:59.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:29:59 smithi187 ceph-mon[111815]: pgmap v16603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:29:59 smithi088 ceph-mon[96111]: pgmap v16603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:00.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:00.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T08:30:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:30:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T08:30:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:30:01.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:01.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:01 smithi187 ceph-mon[111815]: pgmap v16604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:01 smithi088 ceph-mon[96111]: pgmap v16604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:02.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:02.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:03.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:03.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:03 smithi088 ceph-mon[96111]: pgmap v16605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:03 smithi187 ceph-mon[111815]: pgmap v16605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:04.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:04.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:05.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:05.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:05 smithi088 ceph-mon[96111]: pgmap v16606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:05 smithi187 ceph-mon[111815]: pgmap v16606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:06.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:06.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:07.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:07.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:08.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:07 smithi187 ceph-mon[111815]: pgmap v16607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:07 smithi088 ceph-mon[96111]: pgmap v16607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:08.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:08.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:09.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:09.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:09.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:09 smithi187 ceph-mon[111815]: pgmap v16608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:09 smithi088 ceph-mon[96111]: pgmap v16608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:10.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:10.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:11.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:11.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:11 smithi187 ceph-mon[111815]: pgmap v16609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:11 smithi088 ceph-mon[96111]: pgmap v16609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:12.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:12.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:13.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:13.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:13 smithi088 ceph-mon[96111]: pgmap v16610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:13 smithi187 ceph-mon[111815]: pgmap v16610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:14.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:14.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:15.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:15.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:15 smithi187 ceph-mon[111815]: pgmap v16611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:30:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:15 smithi088 ceph-mon[96111]: pgmap v16611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:30:16.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:16.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:17.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:17.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:17 smithi187 ceph-mon[111815]: pgmap v16612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:17 smithi088 ceph-mon[96111]: pgmap v16612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:18.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:18.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:19.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:19.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:19 smithi187 ceph-mon[111815]: pgmap v16613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:19 smithi088 ceph-mon[96111]: pgmap v16613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:20.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:20.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:21.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:21.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:21 smithi187 ceph-mon[111815]: pgmap v16614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:21 smithi088 ceph-mon[96111]: pgmap v16614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:22.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:22.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:23.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:23.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:23 smithi088 ceph-mon[96111]: pgmap v16615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:23 smithi187 ceph-mon[111815]: pgmap v16615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:24.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:24.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:25.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:25.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:25 smithi187 ceph-mon[111815]: pgmap v16616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:25 smithi088 ceph-mon[96111]: pgmap v16616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:26.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:26.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:27.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:27.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:27 smithi187 ceph-mon[111815]: pgmap v16617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:27 smithi088 ceph-mon[96111]: pgmap v16617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:28.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:28.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:29.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:29.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:29 smithi187 ceph-mon[111815]: pgmap v16618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:29 smithi088 ceph-mon[96111]: pgmap v16618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:30.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:30.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:30:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:30:31.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:31.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:31 smithi187 ceph-mon[111815]: pgmap v16619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:31 smithi088 ceph-mon[96111]: pgmap v16619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:32.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:32.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:33.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:33.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:33 smithi088 ceph-mon[96111]: pgmap v16620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:33 smithi187 ceph-mon[111815]: pgmap v16620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:34.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:34.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:35.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:35.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:35 smithi187 ceph-mon[111815]: pgmap v16621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:35 smithi088 ceph-mon[96111]: pgmap v16621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:36.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:36.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:37.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:37.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:37 smithi187 ceph-mon[111815]: pgmap v16622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:37 smithi088 ceph-mon[96111]: pgmap v16622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:38.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:38.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:39.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:39.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:39 smithi187 ceph-mon[111815]: pgmap v16623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:39 smithi088 ceph-mon[96111]: pgmap v16623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:40.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:40.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:41.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:41.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:41 smithi187 ceph-mon[111815]: pgmap v16624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:41 smithi088 ceph-mon[96111]: pgmap v16624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:42.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:42.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:43.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:43.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:43 smithi088 ceph-mon[96111]: pgmap v16625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:43 smithi187 ceph-mon[111815]: pgmap v16625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:44.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:44.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:30:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:30:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:30:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:30:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:30:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:30:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:30:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:30:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:30:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:30:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:30:45.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:30:45.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:45.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:45 smithi088 ceph-mon[96111]: pgmap v16626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:30:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:45 smithi187 ceph-mon[111815]: pgmap v16626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:30:46.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:46.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:47.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:47.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:47 smithi187 ceph-mon[111815]: pgmap v16627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:47 smithi088 ceph-mon[96111]: pgmap v16627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:48.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:48.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:49.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:49.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:49 smithi187 ceph-mon[111815]: pgmap v16628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:49 smithi088 ceph-mon[96111]: pgmap v16628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:50.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:50.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:51.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:51.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:51 smithi187 ceph-mon[111815]: pgmap v16629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:51 smithi088 ceph-mon[96111]: pgmap v16629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:52.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:52.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:53.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:53.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:53 smithi088 ceph-mon[96111]: pgmap v16630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:53 smithi187 ceph-mon[111815]: pgmap v16630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:54.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:54.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:55.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:55.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:55 smithi187 ceph-mon[111815]: pgmap v16631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:56.245 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:55 smithi088 ceph-mon[96111]: pgmap v16631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:30:56.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:56.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:57.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:57.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:57 smithi187 ceph-mon[111815]: pgmap v16632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:57 smithi088 ceph-mon[96111]: pgmap v16632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:30:58.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:58.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:30:59.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:30:59.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:00.205 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:30:59 smithi187 ceph-mon[111815]: pgmap v16633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:30:59 smithi088 ceph-mon[96111]: pgmap v16633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:00.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:00.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:31:01.294 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:31:01.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:01.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:01 smithi187 ceph-mon[111815]: pgmap v16634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:01 smithi088 ceph-mon[96111]: pgmap v16634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:02.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:02.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:03.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:03.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:03 smithi088 ceph-mon[96111]: pgmap v16635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:03 smithi187 ceph-mon[111815]: pgmap v16635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:04.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:04.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:05.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:05.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:05 smithi187 ceph-mon[111815]: pgmap v16636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:05 smithi088 ceph-mon[96111]: pgmap v16636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:06.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:06.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:07.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:07.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:07 smithi187 ceph-mon[111815]: pgmap v16637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:07 smithi088 ceph-mon[96111]: pgmap v16637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:08.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:08.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:09.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:09.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:09 smithi187 ceph-mon[111815]: pgmap v16638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:09 smithi088 ceph-mon[96111]: pgmap v16638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:10.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:10.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:11.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:11.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:11 smithi187 ceph-mon[111815]: pgmap v16639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:11 smithi088 ceph-mon[96111]: pgmap v16639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:12.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:12.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:13.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:13.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:14.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:13 smithi088 ceph-mon[96111]: pgmap v16640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:13 smithi187 ceph-mon[111815]: pgmap v16640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:14.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:14.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:15.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:15.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:15 smithi187 ceph-mon[111815]: pgmap v16641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:31:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:15 smithi088 ceph-mon[96111]: pgmap v16641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:31:16.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:16.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:17.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:17.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:17 smithi187 ceph-mon[111815]: pgmap v16642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:17 smithi088 ceph-mon[96111]: pgmap v16642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:18.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:18.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:19.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:19.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:19 smithi187 ceph-mon[111815]: pgmap v16643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:19 smithi088 ceph-mon[96111]: pgmap v16643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:20.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:20.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:21.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:21.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:21 smithi187 ceph-mon[111815]: pgmap v16644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:21 smithi088 ceph-mon[96111]: pgmap v16644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:22.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:22.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:23.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:23.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:23 smithi088 ceph-mon[96111]: pgmap v16645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:23 smithi187 ceph-mon[111815]: pgmap v16645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:24.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:24.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:25.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:25.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:25 smithi187 ceph-mon[111815]: pgmap v16646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:25 smithi088 ceph-mon[96111]: pgmap v16646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:26.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:26.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:27.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:27.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:27 smithi187 ceph-mon[111815]: pgmap v16647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:27 smithi088 ceph-mon[96111]: pgmap v16647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:28.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:28.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:29.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:29.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:29 smithi187 ceph-mon[111815]: pgmap v16648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:29 smithi088 ceph-mon[96111]: pgmap v16648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:30.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:30.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:31:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:31:31.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:31.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:31 smithi187 ceph-mon[111815]: pgmap v16649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:31 smithi088 ceph-mon[96111]: pgmap v16649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:32.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:32.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:33.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:33.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:33 smithi088 ceph-mon[96111]: pgmap v16650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:33 smithi187 ceph-mon[111815]: pgmap v16650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:34.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:34.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:35.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:35.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:35 smithi187 ceph-mon[111815]: pgmap v16651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:35 smithi088 ceph-mon[96111]: pgmap v16651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:36.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:36.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:37.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:37.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:38.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:37 smithi187 ceph-mon[111815]: pgmap v16652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:37 smithi088 ceph-mon[96111]: pgmap v16652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:38.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:38.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:39.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:39.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:39 smithi187 ceph-mon[111815]: pgmap v16653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:39 smithi088 ceph-mon[96111]: pgmap v16653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:40.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:40.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:41.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:41.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:41 smithi187 ceph-mon[111815]: pgmap v16654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:41 smithi088 ceph-mon[96111]: pgmap v16654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:42.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:42.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:43.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:43.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:43 smithi088 ceph-mon[96111]: pgmap v16655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:43 smithi187 ceph-mon[111815]: pgmap v16655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:44.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:44.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:31:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:31:45.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:45.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:46 smithi187 ceph-mon[111815]: pgmap v16656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:31:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:31:46.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:31:46.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:31:46.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:31:46.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:31:46.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:31:46.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:31:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:46 smithi088 ceph-mon[96111]: pgmap v16656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:31:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:31:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:31:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:31:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:31:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:31:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:31:46.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:31:46.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:46.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:47.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:47.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:48 smithi187 ceph-mon[111815]: pgmap v16657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:48 smithi088 ceph-mon[96111]: pgmap v16657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:48.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:48.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:49.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:49.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:50 smithi187 ceph-mon[111815]: pgmap v16658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:50 smithi088 ceph-mon[96111]: pgmap v16658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:50.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:50.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:51.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:51.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:52 smithi187 ceph-mon[111815]: pgmap v16659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:52 smithi088 ceph-mon[96111]: pgmap v16659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:52.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:52.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:53.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:53.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:53 smithi088 ceph-mon[96111]: pgmap v16660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:53 smithi187 ceph-mon[111815]: pgmap v16660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:54.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:54.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:55.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:55.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:55 smithi187 ceph-mon[111815]: pgmap v16661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:55 smithi088 ceph-mon[96111]: pgmap v16661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:31:57.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:57.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:57.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:57.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:31:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:57 smithi088 ceph-mon[96111]: pgmap v16662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:57 smithi187 ceph-mon[111815]: pgmap v16662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:31:58.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:31:58.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:00.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:00.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:31:59 smithi088 ceph-mon[96111]: pgmap v16663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:31:59 smithi187 ceph-mon[111815]: pgmap v16663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:01.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:01.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:32:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:32:02.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:02.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:01 smithi088 ceph-mon[96111]: pgmap v16664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:01 smithi187 ceph-mon[111815]: pgmap v16664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:03.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:03.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:04.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:04.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:03 smithi088 ceph-mon[96111]: pgmap v16665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:03 smithi187 ceph-mon[111815]: pgmap v16665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:05.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:05.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:06.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:06.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:05 smithi187 ceph-mon[111815]: pgmap v16666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:05 smithi088 ceph-mon[96111]: pgmap v16666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:07.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:07.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:08.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:08.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:08.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:07 smithi088 ceph-mon[96111]: pgmap v16667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:07 smithi187 ceph-mon[111815]: pgmap v16667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:09.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:09.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:10.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:10.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:09 smithi088 ceph-mon[96111]: pgmap v16668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:09 smithi187 ceph-mon[111815]: pgmap v16668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:11.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:11.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:12.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:12.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:11 smithi088 ceph-mon[96111]: pgmap v16669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:11 smithi187 ceph-mon[111815]: pgmap v16669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:13.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:13.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:14.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:14.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:13 smithi187 ceph-mon[111815]: pgmap v16670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:13 smithi088 ceph-mon[96111]: pgmap v16670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:15.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:15.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:16.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:16.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:15 smithi088 ceph-mon[96111]: pgmap v16671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:32:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:15 smithi187 ceph-mon[111815]: pgmap v16671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:32:17.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:17.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:18.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:18.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:18.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:17 smithi088 ceph-mon[96111]: pgmap v16672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:17 smithi187 ceph-mon[111815]: pgmap v16672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:19.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:19.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:20.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:20.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:19 smithi088 ceph-mon[96111]: pgmap v16673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:19 smithi187 ceph-mon[111815]: pgmap v16673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:21.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:21.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:22.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:22.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:21 smithi088 ceph-mon[96111]: pgmap v16674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:21 smithi187 ceph-mon[111815]: pgmap v16674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:23.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:23.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:24.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:24.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:23 smithi187 ceph-mon[111815]: pgmap v16675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:23 smithi088 ceph-mon[96111]: pgmap v16675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:25.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:25.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:26.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:26.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:25 smithi088 ceph-mon[96111]: pgmap v16676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:25 smithi187 ceph-mon[111815]: pgmap v16676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:27.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:27.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:28.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:28.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:27 smithi088 ceph-mon[96111]: pgmap v16677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:27 smithi187 ceph-mon[111815]: pgmap v16677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:29.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:29.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:30.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:30.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:29 smithi088 ceph-mon[96111]: pgmap v16678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:29 smithi187 ceph-mon[111815]: pgmap v16678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:31.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:31.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:32:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:32:32.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:32.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:31 smithi088 ceph-mon[96111]: pgmap v16679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:31 smithi187 ceph-mon[111815]: pgmap v16679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:33.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:33.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:34.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:34.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:33 smithi187 ceph-mon[111815]: pgmap v16680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:33 smithi088 ceph-mon[96111]: pgmap v16680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:35.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:35.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:36.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:36.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:35 smithi088 ceph-mon[96111]: pgmap v16681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:35 smithi187 ceph-mon[111815]: pgmap v16681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:37.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:37.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:38.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:38.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:37 smithi088 ceph-mon[96111]: pgmap v16682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:38.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:37 smithi187 ceph-mon[111815]: pgmap v16682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:39.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:39.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:40.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:40.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:39 smithi088 ceph-mon[96111]: pgmap v16683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:39 smithi187 ceph-mon[111815]: pgmap v16683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:41.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:41.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:42.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:42.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:42.277 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:41 smithi088 ceph-mon[96111]: pgmap v16684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:41 smithi187 ceph-mon[111815]: pgmap v16684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:43.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:43.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:44.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:44.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:43 smithi187 ceph-mon[111815]: pgmap v16685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:43 smithi088 ceph-mon[96111]: pgmap v16685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:45.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:45.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:46.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:46.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:46.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:45 smithi187 ceph-mon[111815]: pgmap v16686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:46.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:32:46.305 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:32:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:45 smithi088 ceph-mon[96111]: pgmap v16686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:32:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:32:47.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:47.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:32:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:32:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:32:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:32:47.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:32:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:32:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:32:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:32:47.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:32:47.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:32:48.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:48.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:48 smithi187 ceph-mon[111815]: pgmap v16687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:48 smithi088 ceph-mon[96111]: pgmap v16687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:49.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:49.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:50.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:50.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:50 smithi187 ceph-mon[111815]: pgmap v16688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:50 smithi088 ceph-mon[96111]: pgmap v16688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:51.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:51.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:52.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:52.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:52 smithi187 ceph-mon[111815]: pgmap v16689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:52.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:52 smithi088 ceph-mon[96111]: pgmap v16689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:53.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:53.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:54.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:54.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:53 smithi187 ceph-mon[111815]: pgmap v16690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:53 smithi088 ceph-mon[96111]: pgmap v16690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:55.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:55.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:56.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:56.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:55 smithi088 ceph-mon[96111]: pgmap v16691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:56.407 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:55 smithi187 ceph-mon[111815]: pgmap v16691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:32:57.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:57.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:58.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:58.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:32:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:57 smithi088 ceph-mon[96111]: pgmap v16692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:57 smithi187 ceph-mon[111815]: pgmap v16692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:32:59.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:32:59.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:00.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:00.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:32:59 smithi088 ceph-mon[96111]: pgmap v16693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:32:59 smithi187 ceph-mon[111815]: pgmap v16693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:01.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:01.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:33:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:33:02.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:02.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:01 smithi088 ceph-mon[96111]: pgmap v16694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:01 smithi187 ceph-mon[111815]: pgmap v16694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:03.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:03.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:04.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:04.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:03 smithi187 ceph-mon[111815]: pgmap v16695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:03 smithi088 ceph-mon[96111]: pgmap v16695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:05.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:05.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:06.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:06.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:05 smithi088 ceph-mon[96111]: pgmap v16696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:05 smithi187 ceph-mon[111815]: pgmap v16696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:07.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:07.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:08.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:08.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:07 smithi088 ceph-mon[96111]: pgmap v16697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:07 smithi187 ceph-mon[111815]: pgmap v16697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:09.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:09.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:10.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:10.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:09 smithi088 ceph-mon[96111]: pgmap v16698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:09 smithi187 ceph-mon[111815]: pgmap v16698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:11.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:11.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:12.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:12.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:11 smithi088 ceph-mon[96111]: pgmap v16699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:11 smithi187 ceph-mon[111815]: pgmap v16699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:13.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:13.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:14.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:14.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:13 smithi187 ceph-mon[111815]: pgmap v16700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:13 smithi088 ceph-mon[96111]: pgmap v16700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:15.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:15.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:16.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:16.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:15 smithi088 ceph-mon[96111]: pgmap v16701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:33:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:15 smithi187 ceph-mon[111815]: pgmap v16701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:33:17.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:17.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:18.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:18.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:17 smithi088 ceph-mon[96111]: pgmap v16702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:17 smithi187 ceph-mon[111815]: pgmap v16702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:19.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:19.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:20.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:20.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:19 smithi088 ceph-mon[96111]: pgmap v16703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:19 smithi187 ceph-mon[111815]: pgmap v16703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:21.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:21.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:22.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:22.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:21 smithi088 ceph-mon[96111]: pgmap v16704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:21 smithi187 ceph-mon[111815]: pgmap v16704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:23.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:23.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:24.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:24.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:23 smithi187 ceph-mon[111815]: pgmap v16705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:23 smithi088 ceph-mon[96111]: pgmap v16705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:25.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:25.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:26.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:26.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:25 smithi088 ceph-mon[96111]: pgmap v16706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:25 smithi187 ceph-mon[111815]: pgmap v16706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:27.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:27.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:28.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:28.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:27 smithi088 ceph-mon[96111]: pgmap v16707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:27 smithi187 ceph-mon[111815]: pgmap v16707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:29.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:29.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:30.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:30.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:29 smithi088 ceph-mon[96111]: pgmap v16708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:29 smithi187 ceph-mon[111815]: pgmap v16708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:31.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:31.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:33:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:33:32.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:32.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:31 smithi187 ceph-mon[111815]: pgmap v16709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:31 smithi088 ceph-mon[96111]: pgmap v16709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:33.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:33.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:34.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:34.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:33 smithi187 ceph-mon[111815]: pgmap v16710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:33 smithi088 ceph-mon[96111]: pgmap v16710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:35.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:35.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:36.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:36.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:35 smithi088 ceph-mon[96111]: pgmap v16711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:35 smithi187 ceph-mon[111815]: pgmap v16711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:37.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:37.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:37 smithi088 ceph-mon[96111]: pgmap v16712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:38.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:38.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:37 smithi187 ceph-mon[111815]: pgmap v16712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:39.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:39.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:40.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:40.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:39 smithi088 ceph-mon[96111]: pgmap v16713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:39 smithi187 ceph-mon[111815]: pgmap v16713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:41.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:41.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:42.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:42.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:41 smithi187 ceph-mon[111815]: pgmap v16714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:41 smithi088 ceph-mon[96111]: pgmap v16714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:43.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:43.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:44.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:44.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:43 smithi187 ceph-mon[111815]: pgmap v16715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:43 smithi088 ceph-mon[96111]: pgmap v16715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:45.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:45.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:46.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:46.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:45 smithi088 ceph-mon[96111]: pgmap v16716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:33:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:45 smithi187 ceph-mon[111815]: pgmap v16716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:33:47.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:47.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:33:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:33:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:33:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:33:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:33:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1445M 2023-10-13T08:33:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:33:47.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:33:47.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:33:47.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:33:47.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:33:47.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:33:47.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:33:47.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:33:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:33:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:33:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:33:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:33:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:33:47.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1445M 2023-10-13T08:33:47.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:33:47.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:33:47.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:33:47.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:33:47.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:33:47.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:33:47.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:33:47.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:33:48.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:48.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:48 smithi187 ceph-mon[111815]: pgmap v16717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:48 smithi088 ceph-mon[96111]: pgmap v16717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:49.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:49.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:50.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:50.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:50 smithi187 ceph-mon[111815]: pgmap v16718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:50 smithi088 ceph-mon[96111]: pgmap v16718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:51.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:51.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:52.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:52.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:52 smithi187 ceph-mon[111815]: pgmap v16719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:52.965 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:52 smithi088 ceph-mon[96111]: pgmap v16719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:53.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:53.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:54.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:54.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:53 smithi187 ceph-mon[111815]: pgmap v16720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:53 smithi088 ceph-mon[96111]: pgmap v16720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:55.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:55.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:56.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:56.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:55 smithi088 ceph-mon[96111]: pgmap v16721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:55 smithi187 ceph-mon[111815]: pgmap v16721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:33:57.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:57.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:58.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:58.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:33:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:57 smithi088 ceph-mon[96111]: pgmap v16722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:57 smithi187 ceph-mon[111815]: pgmap v16722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:33:59.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:33:59.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:00.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:00.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:33:59 smithi088 ceph-mon[96111]: pgmap v16723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:33:59 smithi187 ceph-mon[111815]: pgmap v16723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:01.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:01.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:34:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:34:02.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:02.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:02 smithi088 ceph-mon[96111]: pgmap v16724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:02 smithi187 ceph-mon[111815]: pgmap v16724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:03.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:03.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:04.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:04.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:03 smithi187 ceph-mon[111815]: pgmap v16725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:03 smithi088 ceph-mon[96111]: pgmap v16725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:05.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:05.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:06.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:06.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:05 smithi088 ceph-mon[96111]: pgmap v16726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:05 smithi187 ceph-mon[111815]: pgmap v16726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:07.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:07.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:08.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:08.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:07 smithi088 ceph-mon[96111]: pgmap v16727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:07 smithi187 ceph-mon[111815]: pgmap v16727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:09.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:09.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:10.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:10.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:10 smithi088 ceph-mon[96111]: pgmap v16728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:10 smithi187 ceph-mon[111815]: pgmap v16728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:11.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:11.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:12.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:12.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:12 smithi088 ceph-mon[96111]: pgmap v16729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:12 smithi187 ceph-mon[111815]: pgmap v16729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:13.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:13.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:13 smithi187 ceph-mon[111815]: pgmap v16730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:14.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:14.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:13 smithi088 ceph-mon[96111]: pgmap v16730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:15.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:15.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:16.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:16.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:15 smithi088 ceph-mon[96111]: pgmap v16731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:34:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:15 smithi187 ceph-mon[111815]: pgmap v16731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:34:17.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:17.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:18.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:18.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:17 smithi088 ceph-mon[96111]: pgmap v16732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:17 smithi187 ceph-mon[111815]: pgmap v16732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:19.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:19.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:20.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:20.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:20 smithi088 ceph-mon[96111]: pgmap v16733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:20 smithi187 ceph-mon[111815]: pgmap v16733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:21.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:21.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:22.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:22.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:22.302 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:22 smithi187 ceph-mon[111815]: pgmap v16734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:22 smithi088 ceph-mon[96111]: pgmap v16734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:23.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:23.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:23 smithi187 ceph-mon[111815]: pgmap v16735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:24.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:24.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:23 smithi088 ceph-mon[96111]: pgmap v16735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:25.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:25.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:26.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:26.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:25 smithi088 ceph-mon[96111]: pgmap v16736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:25 smithi187 ceph-mon[111815]: pgmap v16736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:27.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:27.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:28.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:28.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:28.312 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:28 smithi088 ceph-mon[96111]: pgmap v16737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:28 smithi187 ceph-mon[111815]: pgmap v16737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:29.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:29.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:30.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:30.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:30 smithi088 ceph-mon[96111]: pgmap v16738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:30 smithi187 ceph-mon[111815]: pgmap v16738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:31.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:31.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:34:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:34:32.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:32.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:32 smithi088 ceph-mon[96111]: pgmap v16739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:32.407 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:32 smithi187 ceph-mon[111815]: pgmap v16739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:33.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:33.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:33 smithi187 ceph-mon[111815]: pgmap v16740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:34.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:34.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:33 smithi088 ceph-mon[96111]: pgmap v16740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:35.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:35.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:36.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:36.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:36 smithi088 ceph-mon[96111]: pgmap v16741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:36 smithi187 ceph-mon[111815]: pgmap v16741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:37.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:37.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:38.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:38.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:38 smithi088 ceph-mon[96111]: pgmap v16742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:38 smithi187 ceph-mon[111815]: pgmap v16742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:39.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:39.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:40.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:40.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:40 smithi088 ceph-mon[96111]: pgmap v16743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:40 smithi187 ceph-mon[111815]: pgmap v16743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:41.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:41.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:42.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:42.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:42 smithi088 ceph-mon[96111]: pgmap v16744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:42 smithi187 ceph-mon[111815]: pgmap v16744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:43.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:43.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:43 smithi187 ceph-mon[111815]: pgmap v16745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:44.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:44.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:43 smithi088 ceph-mon[96111]: pgmap v16745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:45.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:45.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:46.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:46.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:46 smithi088 ceph-mon[96111]: pgmap v16746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:34:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:46 smithi187 ceph-mon[111815]: pgmap v16746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:34:47.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:47.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:48.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:48.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:48 smithi088 ceph-mon[96111]: pgmap v16747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:34:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:48.373 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:48 smithi187 ceph-mon[111815]: pgmap v16747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:48.373 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:34:48.374 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:48.374 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:49.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:49.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:50.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:50.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:50 smithi088 ceph-mon[96111]: pgmap v16748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:50 smithi187 ceph-mon[111815]: pgmap v16748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:51.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:51.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:52.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:52.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:52 smithi187 ceph-mon[111815]: pgmap v16749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:52.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:34:52.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:34:52.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:34:52.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:52 smithi088 ceph-mon[96111]: pgmap v16749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:34:52.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:34:52.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:52.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:34:52.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:34:53.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:53.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:53 smithi187 ceph-mon[111815]: pgmap v16750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:54.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:54.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:53 smithi088 ceph-mon[96111]: pgmap v16750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:55.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:55.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:56.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:56.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:56 smithi088 ceph-mon[96111]: pgmap v16751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:56.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:56 smithi187 ceph-mon[111815]: pgmap v16751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:34:57.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:57.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:58.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:58.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:34:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:34:58 smithi088 ceph-mon[96111]: pgmap v16752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:34:58 smithi187 ceph-mon[111815]: pgmap v16752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:34:59.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:34:59.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:00.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:00.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:00 smithi088 ceph-mon[96111]: pgmap v16753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:00 smithi187 ceph-mon[111815]: pgmap v16753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:01.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:01.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:35:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:35:02.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:02.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:02 smithi088 ceph-mon[96111]: pgmap v16754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:02 smithi187 ceph-mon[111815]: pgmap v16754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:03.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:03.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:03 smithi088 ceph-mon[96111]: pgmap v16755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:03 smithi187 ceph-mon[111815]: pgmap v16755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:04.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:04.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:05.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:05.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:06.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:06.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:06 smithi088 ceph-mon[96111]: pgmap v16756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:06 smithi187 ceph-mon[111815]: pgmap v16756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:07.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:07.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:08 smithi187 ceph-mon[111815]: pgmap v16757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:08.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:08.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:08 smithi088 ceph-mon[96111]: pgmap v16757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:09.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:09.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:10.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:10.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:10 smithi088 ceph-mon[96111]: pgmap v16758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:10 smithi187 ceph-mon[111815]: pgmap v16758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:11.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:11.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:12.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:12.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:12.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:12 smithi088 ceph-mon[96111]: pgmap v16759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:12 smithi187 ceph-mon[111815]: pgmap v16759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:13.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:13.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:14.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:13 smithi088 ceph-mon[96111]: pgmap v16760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:13 smithi187 ceph-mon[111815]: pgmap v16760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:14.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:14.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:15.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:15.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:16.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:16.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:16 smithi088 ceph-mon[96111]: pgmap v16761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:35:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:16 smithi187 ceph-mon[111815]: pgmap v16761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:35:17.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:17.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:18 smithi187 ceph-mon[111815]: pgmap v16762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:18.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:18.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:18 smithi088 ceph-mon[96111]: pgmap v16762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:19.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:19.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:20 smithi088 ceph-mon[96111]: pgmap v16763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:20.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:20.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:20 smithi187 ceph-mon[111815]: pgmap v16763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:21.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:21.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:22 smithi088 ceph-mon[96111]: pgmap v16764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:22.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:22.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:22 smithi187 ceph-mon[111815]: pgmap v16764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:23.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:23.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:23 smithi187 ceph-mon[111815]: pgmap v16765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:23 smithi088 ceph-mon[96111]: pgmap v16765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:24.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:24.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:25.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:25.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:26 smithi088 ceph-mon[96111]: pgmap v16766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:26.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:26.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:26 smithi187 ceph-mon[111815]: pgmap v16766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:27.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:27.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:28 smithi088 ceph-mon[96111]: pgmap v16767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:28.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:28.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:28 smithi187 ceph-mon[111815]: pgmap v16767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:29.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:29.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:30 smithi088 ceph-mon[96111]: pgmap v16768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:30.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:30.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:30 smithi187 ceph-mon[111815]: pgmap v16768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:35:31.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:31.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:35:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:32 smithi088 ceph-mon[96111]: pgmap v16769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:32.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:32.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:32 smithi187 ceph-mon[111815]: pgmap v16769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:33.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:33.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:33 smithi187 ceph-mon[111815]: pgmap v16770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:33 smithi088 ceph-mon[96111]: pgmap v16770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:34.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:34.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:35.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:35.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:36 smithi088 ceph-mon[96111]: pgmap v16771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:36.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:36.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:36 smithi187 ceph-mon[111815]: pgmap v16771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:37.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:37.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:38 smithi088 ceph-mon[96111]: pgmap v16772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:38.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:38.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:38 smithi187 ceph-mon[111815]: pgmap v16772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:39.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:39.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:40 smithi088 ceph-mon[96111]: pgmap v16773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:40.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:40.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:40 smithi187 ceph-mon[111815]: pgmap v16773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:41.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:41.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:42 smithi088 ceph-mon[96111]: pgmap v16774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:42.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:42.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:42 smithi187 ceph-mon[111815]: pgmap v16774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:43.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:43.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:43 smithi187 ceph-mon[111815]: pgmap v16775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:43 smithi088 ceph-mon[96111]: pgmap v16775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:44.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:44.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:45.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:45.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:46 smithi088 ceph-mon[96111]: pgmap v16776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:35:46.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:46.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:46 smithi187 ceph-mon[111815]: pgmap v16776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:35:47.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:47.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:48 smithi088 ceph-mon[96111]: pgmap v16777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:48.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:48.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:48 smithi187 ceph-mon[111815]: pgmap v16777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:49.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:49.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:50.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:50 smithi088 ceph-mon[96111]: pgmap v16778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:50.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:50.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:50 smithi187 ceph-mon[111815]: pgmap v16778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:51.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:51.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:52 smithi088 ceph-mon[96111]: pgmap v16779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:52.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:52.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:52 smithi187 ceph-mon[111815]: pgmap v16779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:35:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:35:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:35:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:35:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:35:53.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:35:53.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:53.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:35:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:35:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:35:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:35:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:35:53.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:35:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:54 smithi088 ceph-mon[96111]: pgmap v16780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:54.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:54.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:54 smithi187 ceph-mon[111815]: pgmap v16780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:55.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:55.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:56 smithi088 ceph-mon[96111]: pgmap v16781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:56.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:56.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:56 smithi187 ceph-mon[111815]: pgmap v16781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:35:57.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:57.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:35:58 smithi088 ceph-mon[96111]: pgmap v16782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:58.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:58.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:35:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:35:58 smithi187 ceph-mon[111815]: pgmap v16782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:35:59.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:35:59.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:00 smithi088 ceph-mon[96111]: pgmap v16783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:00.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:00.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:00 smithi187 ceph-mon[111815]: pgmap v16783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:36:01.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:01.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:36:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:02 smithi088 ceph-mon[96111]: pgmap v16784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:02.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:02.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:02 smithi187 ceph-mon[111815]: pgmap v16784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:03.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:03.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:03 smithi187 ceph-mon[111815]: pgmap v16785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:04.254 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:03 smithi088 ceph-mon[96111]: pgmap v16785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:04.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:04.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:05.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:05.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:06 smithi088 ceph-mon[96111]: pgmap v16786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:06.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:06.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:06 smithi187 ceph-mon[111815]: pgmap v16786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:07.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:07.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:08 smithi088 ceph-mon[96111]: pgmap v16787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:08.395 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:08 smithi187 ceph-mon[111815]: pgmap v16787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:08.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:08.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:09.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:09.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:10 smithi088 ceph-mon[96111]: pgmap v16788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:10.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:10.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:10 smithi187 ceph-mon[111815]: pgmap v16788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:11.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:11.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:12 smithi088 ceph-mon[96111]: pgmap v16789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:12.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:12.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:12 smithi187 ceph-mon[111815]: pgmap v16789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:13.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:13.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:13 smithi187 ceph-mon[111815]: pgmap v16790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:13 smithi088 ceph-mon[96111]: pgmap v16790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:14.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:14.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:15.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:15.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:16 smithi088 ceph-mon[96111]: pgmap v16791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:36:16.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:16.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:16 smithi187 ceph-mon[111815]: pgmap v16791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:36:17.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:17.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:18 smithi088 ceph-mon[96111]: pgmap v16792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:18.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:18.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:18 smithi187 ceph-mon[111815]: pgmap v16792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:19.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:19.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:20 smithi088 ceph-mon[96111]: pgmap v16793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:20.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:20.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:20 smithi187 ceph-mon[111815]: pgmap v16793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:21.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:21.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:22 smithi088 ceph-mon[96111]: pgmap v16794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:22.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:22.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:22 smithi187 ceph-mon[111815]: pgmap v16794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:23.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:23.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:23 smithi187 ceph-mon[111815]: pgmap v16795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:23 smithi088 ceph-mon[96111]: pgmap v16795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:24.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:24.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:25.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:25.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:26 smithi088 ceph-mon[96111]: pgmap v16796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:26.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:26.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:26 smithi187 ceph-mon[111815]: pgmap v16796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:27.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:27.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:28 smithi088 ceph-mon[96111]: pgmap v16797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:28.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:28.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:28 smithi187 ceph-mon[111815]: pgmap v16797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:29.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:29.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:30 smithi088 ceph-mon[96111]: pgmap v16798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:30.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:30.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:30 smithi187 ceph-mon[111815]: pgmap v16798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:36:31.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:31.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:36:32.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:32 smithi088 ceph-mon[96111]: pgmap v16799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:32.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:32.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:32 smithi187 ceph-mon[111815]: pgmap v16799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:33.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:33.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:33.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:33 smithi187 ceph-mon[111815]: pgmap v16800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:33 smithi088 ceph-mon[96111]: pgmap v16800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:34.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:34.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:35.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:35.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:36 smithi088 ceph-mon[96111]: pgmap v16801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:36.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:36.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:36 smithi187 ceph-mon[111815]: pgmap v16801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:37.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:37.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:38 smithi088 ceph-mon[96111]: pgmap v16802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:38.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:38.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:38 smithi187 ceph-mon[111815]: pgmap v16802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:39.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:39.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:40.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:40 smithi088 ceph-mon[96111]: pgmap v16803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:40.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:40.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:40 smithi187 ceph-mon[111815]: pgmap v16803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:41.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:41.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:42 smithi088 ceph-mon[96111]: pgmap v16804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:42.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:42.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:42 smithi187 ceph-mon[111815]: pgmap v16804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:43.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:43.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:43 smithi187 ceph-mon[111815]: pgmap v16805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:43 smithi088 ceph-mon[96111]: pgmap v16805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:44.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:44.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:45.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:45.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:46 smithi088 ceph-mon[96111]: pgmap v16806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:36:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:46 smithi187 ceph-mon[111815]: pgmap v16806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:36:46.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:46.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:47.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:47.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:48 smithi088 ceph-mon[96111]: pgmap v16807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:48 smithi187 ceph-mon[111815]: pgmap v16807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:48.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:48.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:49.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:49.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:50.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:50 smithi088 ceph-mon[96111]: pgmap v16808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:50 smithi187 ceph-mon[111815]: pgmap v16808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:50.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:50.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:51.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:51.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:52 smithi088 ceph-mon[96111]: pgmap v16809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:52 smithi187 ceph-mon[111815]: pgmap v16809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:52.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:52.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:36:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:36:53.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:53.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:54 smithi187 ceph-mon[111815]: pgmap v16810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:54 smithi088 ceph-mon[96111]: pgmap v16810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:54.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:54.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:55.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:55.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:56.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:56.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:56 smithi187 ceph-mon[111815]: pgmap v16811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:36:56.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:36:56.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:36:56.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:36:56.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:36:56.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:36:56.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:36:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:56 smithi088 ceph-mon[96111]: pgmap v16811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:36:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:36:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:36:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:36:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:36:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:36:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:36:56.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:36:57.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:57.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:58.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:58.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:36:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:36:58 smithi187 ceph-mon[111815]: pgmap v16812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:36:58 smithi088 ceph-mon[96111]: pgmap v16812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:36:59.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:36:59.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:00.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:00.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:00 smithi187 ceph-mon[111815]: pgmap v16813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:00 smithi088 ceph-mon[96111]: pgmap v16813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:01.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:01.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:37:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:37:02.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:02.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:02 smithi187 ceph-mon[111815]: pgmap v16814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:02 smithi088 ceph-mon[96111]: pgmap v16814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:03.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:03.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:03 smithi187 ceph-mon[111815]: pgmap v16815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:03 smithi088 ceph-mon[96111]: pgmap v16815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:04.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:04.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:05.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:05.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:06 smithi088 ceph-mon[96111]: pgmap v16816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:06 smithi187 ceph-mon[111815]: pgmap v16816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:06.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:06.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:07.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:07.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:08 smithi088 ceph-mon[96111]: pgmap v16817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:08 smithi187 ceph-mon[111815]: pgmap v16817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:08.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:08.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:09.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:09.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:10 smithi088 ceph-mon[96111]: pgmap v16818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:10 smithi187 ceph-mon[111815]: pgmap v16818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:10.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:10.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:11.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:11.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:12 smithi088 ceph-mon[96111]: pgmap v16819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:12 smithi187 ceph-mon[111815]: pgmap v16819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:12.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:12.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:13.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:13.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:13 smithi187 ceph-mon[111815]: pgmap v16820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:13 smithi088 ceph-mon[96111]: pgmap v16820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:14.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:14.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:15.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:15.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:16 smithi088 ceph-mon[96111]: pgmap v16821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:37:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:16 smithi187 ceph-mon[111815]: pgmap v16821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:37:16.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:16.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:17.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:17.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:18 smithi088 ceph-mon[96111]: pgmap v16822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:18 smithi187 ceph-mon[111815]: pgmap v16822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:18.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:18.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:19.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:19.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:20 smithi088 ceph-mon[96111]: pgmap v16823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:20 smithi187 ceph-mon[111815]: pgmap v16823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:20.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:20.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:21.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:21.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:22 smithi088 ceph-mon[96111]: pgmap v16824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:22 smithi187 ceph-mon[111815]: pgmap v16824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:22.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:22.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:23.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:23.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:24.180 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:23 smithi187 ceph-mon[111815]: pgmap v16825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:23 smithi088 ceph-mon[96111]: pgmap v16825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:24.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:24.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:25.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:25.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:26 smithi088 ceph-mon[96111]: pgmap v16826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:26 smithi187 ceph-mon[111815]: pgmap v16826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:26.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:26.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:27.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:27.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:28 smithi088 ceph-mon[96111]: pgmap v16827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:28 smithi187 ceph-mon[111815]: pgmap v16827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:28.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:28.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:29.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:29.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:30 smithi088 ceph-mon[96111]: pgmap v16828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:30 smithi187 ceph-mon[111815]: pgmap v16828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:30.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:30.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:37:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:37:31.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:31.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:32 smithi088 ceph-mon[96111]: pgmap v16829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:32 smithi187 ceph-mon[111815]: pgmap v16829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:32.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:32.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:33.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:33.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:33 smithi187 ceph-mon[111815]: pgmap v16830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:33 smithi088 ceph-mon[96111]: pgmap v16830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:34.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:34.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:35.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:35.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:36 smithi088 ceph-mon[96111]: pgmap v16831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:36 smithi187 ceph-mon[111815]: pgmap v16831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:36.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:36.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:37.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:37.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:38 smithi088 ceph-mon[96111]: pgmap v16832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:38 smithi187 ceph-mon[111815]: pgmap v16832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:38.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:38.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:39.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:39.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:40 smithi088 ceph-mon[96111]: pgmap v16833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:40 smithi187 ceph-mon[111815]: pgmap v16833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:40.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:40.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:41.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:41.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:42 smithi088 ceph-mon[96111]: pgmap v16834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:42 smithi187 ceph-mon[111815]: pgmap v16834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:42.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:42.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:43.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:43.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:43 smithi187 ceph-mon[111815]: pgmap v16835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:43 smithi088 ceph-mon[96111]: pgmap v16835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:44.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:44.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:45.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:45.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:46 smithi088 ceph-mon[96111]: pgmap v16836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:37:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:46 smithi187 ceph-mon[111815]: pgmap v16836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:37:46.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:46.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:47.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:47.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:48 smithi088 ceph-mon[96111]: pgmap v16837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:48 smithi187 ceph-mon[111815]: pgmap v16837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:48.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:48.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:49.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:49.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:50 smithi088 ceph-mon[96111]: pgmap v16838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:50 smithi187 ceph-mon[111815]: pgmap v16838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:50.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:50.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:51.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:51.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:52 smithi088 ceph-mon[96111]: pgmap v16839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:52 smithi187 ceph-mon[111815]: pgmap v16839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:52.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:52.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:53.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:53.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:53 smithi187 ceph-mon[111815]: pgmap v16840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:53 smithi088 ceph-mon[96111]: pgmap v16840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:54.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:54.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:55.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:55.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:56 smithi088 ceph-mon[96111]: pgmap v16841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:56 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:37:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:56 smithi187 ceph-mon[111815]: pgmap v16841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:37:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:56 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:37:56.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:56.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:57.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:57.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:37:58 smithi088 ceph-mon[96111]: pgmap v16842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:37:58 smithi187 ceph-mon[111815]: pgmap v16842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:37:58.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:58.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:37:59.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:37:59.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:00 smithi088 ceph-mon[96111]: pgmap v16843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:00 smithi187 ceph-mon[111815]: pgmap v16843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:00.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:00.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:01.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:01.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:38:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:38:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:38:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:38:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:38:01.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:38:01.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:38:01.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:38:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:38:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:38:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:38:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:38:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:38:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:38:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:38:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:38:02.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:02.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:02 smithi088 ceph-mon[96111]: pgmap v16844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:02 smithi187 ceph-mon[111815]: pgmap v16844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:03.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:03.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:03 smithi187 ceph-mon[111815]: pgmap v16845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:03 smithi088 ceph-mon[96111]: pgmap v16845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:04.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:04.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:05.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:05.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:06 smithi088 ceph-mon[96111]: pgmap v16846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:06 smithi187 ceph-mon[111815]: pgmap v16846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:06.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:06.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:07.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:07.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:08 smithi088 ceph-mon[96111]: pgmap v16847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:08 smithi187 ceph-mon[111815]: pgmap v16847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:08.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:08.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:09.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:09.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:10 smithi088 ceph-mon[96111]: pgmap v16848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:10 smithi187 ceph-mon[111815]: pgmap v16848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:10.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:10.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:11.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:11.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:12 smithi187 ceph-mon[111815]: pgmap v16849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:12 smithi088 ceph-mon[96111]: pgmap v16849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:12.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:12.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:13.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:13.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:13 smithi187 ceph-mon[111815]: pgmap v16850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:13 smithi088 ceph-mon[96111]: pgmap v16850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:14.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:14.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:15.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:15.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:16 smithi088 ceph-mon[96111]: pgmap v16851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:38:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:16 smithi187 ceph-mon[111815]: pgmap v16851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:38:16.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:16.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:17.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:17.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:18 smithi088 ceph-mon[96111]: pgmap v16852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:18 smithi187 ceph-mon[111815]: pgmap v16852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:18.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:18.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:19.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:19.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:20 smithi187 ceph-mon[111815]: pgmap v16853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:20 smithi088 ceph-mon[96111]: pgmap v16853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:20.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:20.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:21.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:21.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:22 smithi187 ceph-mon[111815]: pgmap v16854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:22 smithi088 ceph-mon[96111]: pgmap v16854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:22.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:22.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:23.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:23.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:23 smithi187 ceph-mon[111815]: pgmap v16855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:23 smithi088 ceph-mon[96111]: pgmap v16855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:24.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:24.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:25.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:25.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:26 smithi088 ceph-mon[96111]: pgmap v16856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:26 smithi187 ceph-mon[111815]: pgmap v16856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:26.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:26.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:27.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:27.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:28 smithi187 ceph-mon[111815]: pgmap v16857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:28 smithi088 ceph-mon[96111]: pgmap v16857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:28.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:28.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:29.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:29.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:30 smithi187 ceph-mon[111815]: pgmap v16858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:30 smithi088 ceph-mon[96111]: pgmap v16858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:30.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:30.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:38:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:38:31.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:31.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:32 smithi187 ceph-mon[111815]: pgmap v16859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:32 smithi088 ceph-mon[96111]: pgmap v16859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:32.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:32.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:33.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:33.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:33 smithi088 ceph-mon[96111]: pgmap v16860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:33 smithi187 ceph-mon[111815]: pgmap v16860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:34.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:34.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:35.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:35.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:36 smithi187 ceph-mon[111815]: pgmap v16861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:36 smithi088 ceph-mon[96111]: pgmap v16861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:36.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:36.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:37.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:37.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:38 smithi187 ceph-mon[111815]: pgmap v16862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:38 smithi088 ceph-mon[96111]: pgmap v16862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:38.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:38.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:39.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:39.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:40 smithi187 ceph-mon[111815]: pgmap v16863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:40 smithi088 ceph-mon[96111]: pgmap v16863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:40.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:40.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:41.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:41.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:42 smithi187 ceph-mon[111815]: pgmap v16864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:42 smithi088 ceph-mon[96111]: pgmap v16864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:42.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:42.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:43.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:43.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:43 smithi187 ceph-mon[111815]: pgmap v16865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:43 smithi088 ceph-mon[96111]: pgmap v16865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:44.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:44.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:45.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:45.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:46.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:46 smithi187 ceph-mon[111815]: pgmap v16866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:46.465 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:38:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:46 smithi088 ceph-mon[96111]: pgmap v16866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:38:46.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:46.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:47.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:47.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:48 smithi187 ceph-mon[111815]: pgmap v16867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:48 smithi088 ceph-mon[96111]: pgmap v16867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:48.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:48.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:49.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:49.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:50 smithi187 ceph-mon[111815]: pgmap v16868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:50 smithi088 ceph-mon[96111]: pgmap v16868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:50.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:50.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:51.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:51.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:52 smithi187 ceph-mon[111815]: pgmap v16869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:52 smithi088 ceph-mon[96111]: pgmap v16869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:52.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:52.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:53.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:53.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:53 smithi187 ceph-mon[111815]: pgmap v16870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:53 smithi088 ceph-mon[96111]: pgmap v16870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:54.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:54.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:55.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:55.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:56 smithi088 ceph-mon[96111]: pgmap v16871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:56 smithi187 ceph-mon[111815]: pgmap v16871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:38:56.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:56.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:57.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:57.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:38:58 smithi187 ceph-mon[111815]: pgmap v16872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:38:58 smithi088 ceph-mon[96111]: pgmap v16872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:38:58.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:58.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:38:59.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:38:59.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:00 smithi187 ceph-mon[111815]: pgmap v16873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:00 smithi088 ceph-mon[96111]: pgmap v16873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:00.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:00.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:39:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:39:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:39:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:39:01.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:01.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:02 smithi187 ceph-mon[111815]: pgmap v16874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:39:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:39:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:39:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:39:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:39:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:02 smithi088 ceph-mon[96111]: pgmap v16874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:39:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:39:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:39:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:39:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:39:02.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:02.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:03.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:03.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:03 smithi187 ceph-mon[111815]: pgmap v16875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:03 smithi088 ceph-mon[96111]: pgmap v16875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:04.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:04.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:05.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:05.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:06 smithi088 ceph-mon[96111]: pgmap v16876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:06 smithi187 ceph-mon[111815]: pgmap v16876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:06.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:06.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:07.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:07.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:08 smithi187 ceph-mon[111815]: pgmap v16877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:08 smithi088 ceph-mon[96111]: pgmap v16877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:08.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:08.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:09.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:09.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:10 smithi187 ceph-mon[111815]: pgmap v16878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:10 smithi088 ceph-mon[96111]: pgmap v16878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:10.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:10.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:11.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:11.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:12 smithi187 ceph-mon[111815]: pgmap v16879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:12 smithi088 ceph-mon[96111]: pgmap v16879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:12.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:12.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:13.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:13.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:13 smithi187 ceph-mon[111815]: pgmap v16880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:13 smithi088 ceph-mon[96111]: pgmap v16880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:14.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:14.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:15.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:15.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:16 smithi187 ceph-mon[111815]: pgmap v16881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:39:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:16 smithi088 ceph-mon[96111]: pgmap v16881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:39:16.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:16.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:17.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:17.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:18 smithi187 ceph-mon[111815]: pgmap v16882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:18 smithi088 ceph-mon[96111]: pgmap v16882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:18.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:18.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:19.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:19.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:20.392 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:20 smithi187 ceph-mon[111815]: pgmap v16883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:20 smithi088 ceph-mon[96111]: pgmap v16883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:20.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:20.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:21.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:21.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:22 smithi187 ceph-mon[111815]: pgmap v16884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:22 smithi088 ceph-mon[96111]: pgmap v16884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:22.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:22.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:23.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:23.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:23 smithi187 ceph-mon[111815]: pgmap v16885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:23 smithi088 ceph-mon[96111]: pgmap v16885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:24.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:24.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:25.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:25.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:26 smithi187 ceph-mon[111815]: pgmap v16886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:26 smithi088 ceph-mon[96111]: pgmap v16886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:26.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:26.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:27.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:27.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:28 smithi187 ceph-mon[111815]: pgmap v16887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:28 smithi088 ceph-mon[96111]: pgmap v16887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:28.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:28.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:29.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:29.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:30 smithi187 ceph-mon[111815]: pgmap v16888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:30 smithi088 ceph-mon[96111]: pgmap v16888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:30.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:30.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:39:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:39:31.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:31.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:32 smithi187 ceph-mon[111815]: pgmap v16889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:32 smithi088 ceph-mon[96111]: pgmap v16889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:32.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:32.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:33.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:33.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:33 smithi187 ceph-mon[111815]: pgmap v16890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:33 smithi088 ceph-mon[96111]: pgmap v16890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:34.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:34.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:35.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:35.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:36 smithi187 ceph-mon[111815]: pgmap v16891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:36 smithi088 ceph-mon[96111]: pgmap v16891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:36.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:36.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:37.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:37.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:38 smithi187 ceph-mon[111815]: pgmap v16892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:38 smithi088 ceph-mon[96111]: pgmap v16892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:38.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:38.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:39.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:39.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:40 smithi187 ceph-mon[111815]: pgmap v16893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:40 smithi088 ceph-mon[96111]: pgmap v16893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:40.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:40.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:41.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:41.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:42 smithi187 ceph-mon[111815]: pgmap v16894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:42 smithi088 ceph-mon[96111]: pgmap v16894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:42.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:42.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:43.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:43.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:43 smithi187 ceph-mon[111815]: pgmap v16895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:43 smithi088 ceph-mon[96111]: pgmap v16895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:44.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:44.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:45.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:45.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:46.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:46 smithi088 ceph-mon[96111]: pgmap v16896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:46.412 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:39:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:46 smithi187 ceph-mon[111815]: pgmap v16896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:39:46.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:46.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:47.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:47.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:48 smithi187 ceph-mon[111815]: pgmap v16897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:48 smithi088 ceph-mon[96111]: pgmap v16897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:48.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:48.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:49.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:49.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:50 smithi187 ceph-mon[111815]: pgmap v16898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:50 smithi088 ceph-mon[96111]: pgmap v16898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:50.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:50.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:51.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:51.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:52 smithi187 ceph-mon[111815]: pgmap v16899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:52 smithi088 ceph-mon[96111]: pgmap v16899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:52.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:52.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:53.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:53.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:53 smithi187 ceph-mon[111815]: pgmap v16900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:53 smithi088 ceph-mon[96111]: pgmap v16900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:54.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:54.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:55.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:55.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:56 smithi187 ceph-mon[111815]: pgmap v16901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:56.512 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:56 smithi088 ceph-mon[96111]: pgmap v16901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:39:56.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:56.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:57.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:57.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:39:58 smithi187 ceph-mon[111815]: pgmap v16902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:39:58 smithi088 ceph-mon[96111]: pgmap v16902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:39:58.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:58.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:39:59.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:39:59.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:00 smithi187 ceph-mon[111815]: pgmap v16903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:00.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T08:40:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:00 smithi088 ceph-mon[96111]: pgmap v16903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T08:40:00.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:00.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:40:01.561 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:40:01.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:01.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:02 smithi187 ceph-mon[111815]: pgmap v16904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:40:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:40:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:40:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:02 smithi088 ceph-mon[96111]: pgmap v16904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:40:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:40:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:40:02.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:02.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:40:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:40:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:40:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:40:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:40:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:40:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:40:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:40:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:40:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:40:03.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:03.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:04 smithi187 ceph-mon[111815]: pgmap v16905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:04 smithi088 ceph-mon[96111]: pgmap v16905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:04.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:04.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:05.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:05.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:06 smithi187 ceph-mon[111815]: pgmap v16906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:06 smithi088 ceph-mon[96111]: pgmap v16906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:06.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:06.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:07.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:07.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:08 smithi187 ceph-mon[111815]: pgmap v16907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:08 smithi088 ceph-mon[96111]: pgmap v16907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:08.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:08.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:09.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:09.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:10 smithi187 ceph-mon[111815]: pgmap v16908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:10 smithi088 ceph-mon[96111]: pgmap v16908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:10.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:10.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:11.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:11.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:12 smithi187 ceph-mon[111815]: pgmap v16909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:12 smithi088 ceph-mon[96111]: pgmap v16909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:12.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:12.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:13.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:13.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:13 smithi187 ceph-mon[111815]: pgmap v16910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:13 smithi088 ceph-mon[96111]: pgmap v16910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:14.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:14.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:15.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:15.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:16 smithi187 ceph-mon[111815]: pgmap v16911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:40:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:16 smithi088 ceph-mon[96111]: pgmap v16911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:40:16.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:16.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:17.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:17.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:18 smithi187 ceph-mon[111815]: pgmap v16912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:18 smithi088 ceph-mon[96111]: pgmap v16912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:18.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:18.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:19.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:19.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:20 smithi187 ceph-mon[111815]: pgmap v16913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:20 smithi088 ceph-mon[96111]: pgmap v16913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:20.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:20.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:21.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:21.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:22 smithi187 ceph-mon[111815]: pgmap v16914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:22 smithi088 ceph-mon[96111]: pgmap v16914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:22.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:22.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:23.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:23.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:23 smithi187 ceph-mon[111815]: pgmap v16915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:23 smithi088 ceph-mon[96111]: pgmap v16915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:24.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:24.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:25.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:25.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:26 smithi187 ceph-mon[111815]: pgmap v16916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:26 smithi088 ceph-mon[96111]: pgmap v16916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:26.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:26.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:27.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:27.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:28 smithi187 ceph-mon[111815]: pgmap v16917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:28 smithi088 ceph-mon[96111]: pgmap v16917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:28.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:28.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:29.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:29.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:30 smithi187 ceph-mon[111815]: pgmap v16918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:30 smithi088 ceph-mon[96111]: pgmap v16918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:30.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:30.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:40:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:40:31.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:31.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:32 smithi187 ceph-mon[111815]: pgmap v16919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:32 smithi088 ceph-mon[96111]: pgmap v16919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:32.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:32.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:33.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:33.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:33 smithi187 ceph-mon[111815]: pgmap v16920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:33 smithi088 ceph-mon[96111]: pgmap v16920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:34.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:34.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:35.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:35.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:36 smithi187 ceph-mon[111815]: pgmap v16921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:36 smithi088 ceph-mon[96111]: pgmap v16921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:36.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:36.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:37.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:37.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:38 smithi187 ceph-mon[111815]: pgmap v16922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:38 smithi088 ceph-mon[96111]: pgmap v16922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:38.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:38.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:39.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:39.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:40 smithi187 ceph-mon[111815]: pgmap v16923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:40 smithi088 ceph-mon[96111]: pgmap v16923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:40.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:40.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:41.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:41.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:42 smithi088 ceph-mon[96111]: pgmap v16924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:42 smithi187 ceph-mon[111815]: pgmap v16924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:42.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:42.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:43.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:43.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:43 smithi187 ceph-mon[111815]: pgmap v16925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:43 smithi088 ceph-mon[96111]: pgmap v16925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:44.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:44.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:45.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:45.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:46 smithi187 ceph-mon[111815]: pgmap v16926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:40:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:46 smithi088 ceph-mon[96111]: pgmap v16926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:40:46.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:46.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:47.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:47.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:48 smithi187 ceph-mon[111815]: pgmap v16927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:48 smithi088 ceph-mon[96111]: pgmap v16927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:48.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:48.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:49.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:49.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:50 smithi187 ceph-mon[111815]: pgmap v16928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:50 smithi088 ceph-mon[96111]: pgmap v16928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:50.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:50.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:51.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:51.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:52 smithi088 ceph-mon[96111]: pgmap v16929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:52 smithi187 ceph-mon[111815]: pgmap v16929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:52.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:52.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:53.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:53.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:53 smithi187 ceph-mon[111815]: pgmap v16930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:53 smithi088 ceph-mon[96111]: pgmap v16930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:54.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:54.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:55.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:55.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:56.398 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:56 smithi187 ceph-mon[111815]: pgmap v16931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:56 smithi088 ceph-mon[96111]: pgmap v16931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:40:56.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:56.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:57.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:57.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:40:58 smithi187 ceph-mon[111815]: pgmap v16932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:40:58 smithi088 ceph-mon[96111]: pgmap v16932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:40:58.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:58.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:40:59.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:40:59.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:00 smithi187 ceph-mon[111815]: pgmap v16933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:00 smithi088 ceph-mon[96111]: pgmap v16933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:00.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:00.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:01.450 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:41:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:41:01.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:01.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:02 smithi187 ceph-mon[111815]: pgmap v16934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:02 smithi088 ceph-mon[96111]: pgmap v16934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:02.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:02.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:41:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:41:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:41:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:41:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:41:03.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:41:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:41:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:41:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:41:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:41:03.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:41:03.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:41:03.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:03.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:04 smithi187 ceph-mon[111815]: pgmap v16935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:04 smithi088 ceph-mon[96111]: pgmap v16935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:04.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:04.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:05.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:05.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:06 smithi187 ceph-mon[111815]: pgmap v16936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:06 smithi088 ceph-mon[96111]: pgmap v16936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:06.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:06.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:07.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:07.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:08 smithi187 ceph-mon[111815]: pgmap v16937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:08 smithi088 ceph-mon[96111]: pgmap v16937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:08.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:08.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:09.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:09.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:10 smithi187 ceph-mon[111815]: pgmap v16938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:10 smithi088 ceph-mon[96111]: pgmap v16938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:10.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:10.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:11.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:11.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:12 smithi187 ceph-mon[111815]: pgmap v16939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:12 smithi088 ceph-mon[96111]: pgmap v16939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:12.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:12.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:13.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:13.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:13 smithi187 ceph-mon[111815]: pgmap v16940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:13 smithi088 ceph-mon[96111]: pgmap v16940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:14.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:14.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:15.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:15.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:16 smithi187 ceph-mon[111815]: pgmap v16941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:41:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:16 smithi088 ceph-mon[96111]: pgmap v16941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:41:16.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:16.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:17.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:17.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:18 smithi187 ceph-mon[111815]: pgmap v16942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:18 smithi088 ceph-mon[96111]: pgmap v16942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:18.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:18.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:19.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:19.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:20 smithi187 ceph-mon[111815]: pgmap v16943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:20 smithi088 ceph-mon[96111]: pgmap v16943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:20.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:20.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:21.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:21.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:22 smithi187 ceph-mon[111815]: pgmap v16944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:22 smithi088 ceph-mon[96111]: pgmap v16944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:22.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:22.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:23.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:23.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:23 smithi187 ceph-mon[111815]: pgmap v16945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:23 smithi088 ceph-mon[96111]: pgmap v16945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:24.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:24.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:25.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:25.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:26 smithi187 ceph-mon[111815]: pgmap v16946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:26 smithi088 ceph-mon[96111]: pgmap v16946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:26.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:26.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:27.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:27.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:28 smithi187 ceph-mon[111815]: pgmap v16947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:28 smithi088 ceph-mon[96111]: pgmap v16947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:28.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:28.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:29.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:29.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:30 smithi187 ceph-mon[111815]: pgmap v16948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:30 smithi088 ceph-mon[96111]: pgmap v16948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:30.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:30.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:41:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:41:31.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:31.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:32.450 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:32 smithi088 ceph-mon[96111]: pgmap v16949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:32 smithi187 ceph-mon[111815]: pgmap v16949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:32.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:32.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:33.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:33.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:33 smithi088 ceph-mon[96111]: pgmap v16950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:33 smithi187 ceph-mon[111815]: pgmap v16950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:34.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:34.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:35.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:35.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:36 smithi187 ceph-mon[111815]: pgmap v16951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:36 smithi088 ceph-mon[96111]: pgmap v16951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:36.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:36.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:37.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:37.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:38 smithi187 ceph-mon[111815]: pgmap v16952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:38 smithi088 ceph-mon[96111]: pgmap v16952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:38.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:38.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:39.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:39.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:40 smithi187 ceph-mon[111815]: pgmap v16953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:40 smithi088 ceph-mon[96111]: pgmap v16953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:40.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:40.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:41.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:41.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:42 smithi187 ceph-mon[111815]: pgmap v16954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:42.548 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:42 smithi088 ceph-mon[96111]: pgmap v16954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:42.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:42.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:43.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:43.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:43 smithi088 ceph-mon[96111]: pgmap v16955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:43 smithi187 ceph-mon[111815]: pgmap v16955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:44.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:44.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:45.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:45.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:46 smithi187 ceph-mon[111815]: pgmap v16956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:41:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:46 smithi088 ceph-mon[96111]: pgmap v16956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:41:46.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:46.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:47.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:47.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:48 smithi187 ceph-mon[111815]: pgmap v16957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:48 smithi088 ceph-mon[96111]: pgmap v16957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:48.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:48.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:49.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:49.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:50 smithi187 ceph-mon[111815]: pgmap v16958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:50 smithi088 ceph-mon[96111]: pgmap v16958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:50.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:50.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:51.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:51.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:52 smithi187 ceph-mon[111815]: pgmap v16959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:52.578 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:52 smithi088 ceph-mon[96111]: pgmap v16959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:52.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:52.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:53.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:53.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:53 smithi088 ceph-mon[96111]: pgmap v16960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:53 smithi187 ceph-mon[111815]: pgmap v16960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:54.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:54.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:55.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:55.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:56 smithi187 ceph-mon[111815]: pgmap v16961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:56 smithi088 ceph-mon[96111]: pgmap v16961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:41:56.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:56.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:57.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:57.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:41:58 smithi187 ceph-mon[111815]: pgmap v16962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:41:58 smithi088 ceph-mon[96111]: pgmap v16962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:41:58.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:58.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:41:59.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:41:59.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:00.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:00 smithi187 ceph-mon[111815]: pgmap v16963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:00 smithi088 ceph-mon[96111]: pgmap v16963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:00.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:00.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:42:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:42:01.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:01.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:02 smithi187 ceph-mon[111815]: pgmap v16964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:02 smithi088 ceph-mon[96111]: pgmap v16964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:02.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:02.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:42:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:42:03.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:03.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:04 smithi088 ceph-mon[96111]: pgmap v16965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:42:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:42:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:42:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:42:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:42:04.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:42:04.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:42:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:04 smithi187 ceph-mon[111815]: pgmap v16965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:42:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:42:04.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:42:04.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:42:04.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:42:04.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:42:04.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:42:04.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:04.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:05.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:05.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:06 smithi088 ceph-mon[96111]: pgmap v16966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:06 smithi187 ceph-mon[111815]: pgmap v16966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:06.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:06.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:07.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:07.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:08 smithi088 ceph-mon[96111]: pgmap v16967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:08 smithi187 ceph-mon[111815]: pgmap v16967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:08.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:08.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:09.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:09.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:10 smithi088 ceph-mon[96111]: pgmap v16968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:10 smithi187 ceph-mon[111815]: pgmap v16968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:10.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:10.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:11.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:11.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:12 smithi187 ceph-mon[111815]: pgmap v16969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:12 smithi088 ceph-mon[96111]: pgmap v16969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:12.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:13.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:13.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:13.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:13 smithi088 ceph-mon[96111]: pgmap v16970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:13 smithi187 ceph-mon[111815]: pgmap v16970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:14.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:14.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:16.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:16.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:16 smithi187 ceph-mon[111815]: pgmap v16971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:42:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:16 smithi088 ceph-mon[96111]: pgmap v16971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:42:17.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:17.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:18.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:18.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:18 smithi187 ceph-mon[111815]: pgmap v16972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:18 smithi088 ceph-mon[96111]: pgmap v16972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:19.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:19.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:20.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:20.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:20 smithi187 ceph-mon[111815]: pgmap v16973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:20 smithi088 ceph-mon[96111]: pgmap v16973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:21.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:21.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:22.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:22.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:22 smithi187 ceph-mon[111815]: pgmap v16974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:22 smithi088 ceph-mon[96111]: pgmap v16974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:23.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:23.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:24.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:24.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:23 smithi088 ceph-mon[96111]: pgmap v16975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:24.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:23 smithi187 ceph-mon[111815]: pgmap v16975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:25.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:25.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:26.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:26.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:26 smithi187 ceph-mon[111815]: pgmap v16976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:26 smithi088 ceph-mon[96111]: pgmap v16976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:27.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:27.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:28.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:28.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:28 smithi088 ceph-mon[96111]: pgmap v16977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:28 smithi187 ceph-mon[111815]: pgmap v16977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:29.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:29.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:30.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:30.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:30 smithi187 ceph-mon[111815]: pgmap v16978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:30 smithi088 ceph-mon[96111]: pgmap v16978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:31.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:31.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:42:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:42:32.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:32.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:32 smithi187 ceph-mon[111815]: pgmap v16979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:32 smithi088 ceph-mon[96111]: pgmap v16979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:33.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:33.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:34.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:34.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:33 smithi088 ceph-mon[96111]: pgmap v16980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:33 smithi187 ceph-mon[111815]: pgmap v16980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:35.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:35.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:36.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:36.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:36 smithi187 ceph-mon[111815]: pgmap v16981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:36 smithi088 ceph-mon[96111]: pgmap v16981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:37.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:37.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:38.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:38.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:38 smithi187 ceph-mon[111815]: pgmap v16982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:38 smithi088 ceph-mon[96111]: pgmap v16982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:39.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:39.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:40.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:40.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:40 smithi187 ceph-mon[111815]: pgmap v16983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:40 smithi088 ceph-mon[96111]: pgmap v16983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:41.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:41.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:42.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:42.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:42 smithi187 ceph-mon[111815]: pgmap v16984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:42 smithi088 ceph-mon[96111]: pgmap v16984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:43.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:43.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:44.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:44.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:43 smithi088 ceph-mon[96111]: pgmap v16985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:43 smithi187 ceph-mon[111815]: pgmap v16985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:45.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:45.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:46.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:46.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:46 smithi187 ceph-mon[111815]: pgmap v16986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:42:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:46 smithi088 ceph-mon[96111]: pgmap v16986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:42:47.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:47.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:48.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:48.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:48 smithi187 ceph-mon[111815]: pgmap v16987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:48 smithi088 ceph-mon[96111]: pgmap v16987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:49.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:49.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:50.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:50.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:50 smithi187 ceph-mon[111815]: pgmap v16988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:50 smithi088 ceph-mon[96111]: pgmap v16988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:51.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:51.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:52.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:52.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:52 smithi187 ceph-mon[111815]: pgmap v16989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:52 smithi088 ceph-mon[96111]: pgmap v16989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:53.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:53.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:54.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:54.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:53 smithi088 ceph-mon[96111]: pgmap v16990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:53 smithi187 ceph-mon[111815]: pgmap v16990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:55.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:55.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:56.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:56.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:56 smithi187 ceph-mon[111815]: pgmap v16991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:56 smithi088 ceph-mon[96111]: pgmap v16991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:42:57.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:57.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:58.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:58.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:42:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:42:58 smithi187 ceph-mon[111815]: pgmap v16992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:42:58 smithi088 ceph-mon[96111]: pgmap v16992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:42:59.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:42:59.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:00.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:00.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:00 smithi187 ceph-mon[111815]: pgmap v16993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:00 smithi088 ceph-mon[96111]: pgmap v16993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:01.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:01.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:43:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:43:02.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:02.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:02 smithi187 ceph-mon[111815]: pgmap v16994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:02 smithi088 ceph-mon[96111]: pgmap v16994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:03.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:03.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:04.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:04.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:03 smithi088 ceph-mon[96111]: pgmap v16995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:43:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:03 smithi187 ceph-mon[111815]: pgmap v16995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:43:05.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:05.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:43:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:43:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:43:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:43:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:43:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:43:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:43:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:43:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:43:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:43:06.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:06.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:05 smithi088 ceph-mon[96111]: pgmap v16996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:05 smithi187 ceph-mon[111815]: pgmap v16996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:07.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:07.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:08.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:08.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:08 smithi187 ceph-mon[111815]: pgmap v16997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:08 smithi088 ceph-mon[96111]: pgmap v16997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:09.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:09.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:10.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:10.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:10 smithi187 ceph-mon[111815]: pgmap v16998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:10 smithi088 ceph-mon[96111]: pgmap v16998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:11.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:11.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:12.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:12.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:12 smithi187 ceph-mon[111815]: pgmap v16999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:12 smithi088 ceph-mon[96111]: pgmap v16999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:13.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:13.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:14.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:14.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:13 smithi088 ceph-mon[96111]: pgmap v17000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:13 smithi187 ceph-mon[111815]: pgmap v17000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:15.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:15.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:16.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:16.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:16 smithi187 ceph-mon[111815]: pgmap v17001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:43:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:16 smithi088 ceph-mon[96111]: pgmap v17001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:43:17.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:17.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:18.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:18.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:18 smithi187 ceph-mon[111815]: pgmap v17002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:18.488 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:18 smithi088 ceph-mon[96111]: pgmap v17002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:19.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:19.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:20.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:20.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:20 smithi187 ceph-mon[111815]: pgmap v17003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:20 smithi088 ceph-mon[96111]: pgmap v17003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:21.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:21.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:22.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:22.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:22 smithi187 ceph-mon[111815]: pgmap v17004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:22 smithi088 ceph-mon[96111]: pgmap v17004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:23.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:23.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:24.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:24.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:23 smithi088 ceph-mon[96111]: pgmap v17005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:23 smithi187 ceph-mon[111815]: pgmap v17005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:25.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:25.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:26.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:26.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:26 smithi187 ceph-mon[111815]: pgmap v17006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:26 smithi088 ceph-mon[96111]: pgmap v17006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:27.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:27.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:28.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:28.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:28 smithi187 ceph-mon[111815]: pgmap v17007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:28 smithi088 ceph-mon[96111]: pgmap v17007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:29.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:29.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:30.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:30.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:30 smithi187 ceph-mon[111815]: pgmap v17008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:30 smithi088 ceph-mon[96111]: pgmap v17008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:31.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:31.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:43:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:43:32.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:32.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:32 smithi187 ceph-mon[111815]: pgmap v17009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:32 smithi088 ceph-mon[96111]: pgmap v17009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:33.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:33.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:34.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:34.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:33 smithi088 ceph-mon[96111]: pgmap v17010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:33 smithi187 ceph-mon[111815]: pgmap v17010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:35.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:35.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:36.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:36.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:36 smithi187 ceph-mon[111815]: pgmap v17011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:36 smithi088 ceph-mon[96111]: pgmap v17011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:37.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:37.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:38.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:38.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:38 smithi187 ceph-mon[111815]: pgmap v17012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:38 smithi088 ceph-mon[96111]: pgmap v17012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:39.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:39.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:40.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:40.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:40 smithi187 ceph-mon[111815]: pgmap v17013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:40 smithi088 ceph-mon[96111]: pgmap v17013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:41.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:41.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:42.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:42.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:42 smithi187 ceph-mon[111815]: pgmap v17014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:42 smithi088 ceph-mon[96111]: pgmap v17014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:43.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:43.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:44.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:44.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:43 smithi088 ceph-mon[96111]: pgmap v17015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:43 smithi187 ceph-mon[111815]: pgmap v17015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:45.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:45.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:46.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:46.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:46 smithi187 ceph-mon[111815]: pgmap v17016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:43:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:46 smithi088 ceph-mon[96111]: pgmap v17016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:43:47.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:47.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:48.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:48.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:48 smithi187 ceph-mon[111815]: pgmap v17017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:48 smithi088 ceph-mon[96111]: pgmap v17017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:49.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:49.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:50.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:50.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:50 smithi187 ceph-mon[111815]: pgmap v17018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:50 smithi088 ceph-mon[96111]: pgmap v17018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:51.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:51.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:52.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:52.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:52 smithi187 ceph-mon[111815]: pgmap v17019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:52 smithi088 ceph-mon[96111]: pgmap v17019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:53.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:53.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:54.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:54.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:53 smithi088 ceph-mon[96111]: pgmap v17020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:53 smithi187 ceph-mon[111815]: pgmap v17020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:55.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:55.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:56.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:56.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:56 smithi187 ceph-mon[111815]: pgmap v17021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:56.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:56 smithi088 ceph-mon[96111]: pgmap v17021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:43:57.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:57.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:58.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:58.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:43:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:43:58 smithi187 ceph-mon[111815]: pgmap v17022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:43:58 smithi088 ceph-mon[96111]: pgmap v17022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:43:59.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:43:59.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:00.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:00.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:00 smithi187 ceph-mon[111815]: pgmap v17023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:00 smithi088 ceph-mon[96111]: pgmap v17023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:01.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:01.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:44:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:44:02.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:02.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:02 smithi187 ceph-mon[111815]: pgmap v17024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:02 smithi088 ceph-mon[96111]: pgmap v17024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:03.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:03.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:04.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:04.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:03 smithi088 ceph-mon[96111]: pgmap v17025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:03 smithi187 ceph-mon[111815]: pgmap v17025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:05.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:05.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:44:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:44:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:44:05.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:44:05.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:44:05.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1438M 2023-10-13T08:44:05.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:44:05.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:44:05.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:44:05.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:44:05.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:44:05.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:44:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:44:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:44:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:44:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:44:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:44:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1438M 2023-10-13T08:44:05.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:44:05.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:44:05.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:44:05.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:44:05.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:44:05.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:44:06.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:06.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:05 smithi088 ceph-mon[96111]: pgmap v17026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:05 smithi187 ceph-mon[111815]: pgmap v17026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:07.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:07.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:08.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:08.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:08 smithi187 ceph-mon[111815]: pgmap v17027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:08 smithi088 ceph-mon[96111]: pgmap v17027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:09.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:09.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:10.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:10.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:10 smithi187 ceph-mon[111815]: pgmap v17028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:10 smithi088 ceph-mon[96111]: pgmap v17028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:11.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:11.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:12.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:12.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:12 smithi187 ceph-mon[111815]: pgmap v17029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:12 smithi088 ceph-mon[96111]: pgmap v17029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:13.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:13.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:14.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:14.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:13 smithi088 ceph-mon[96111]: pgmap v17030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:13 smithi187 ceph-mon[111815]: pgmap v17030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:15.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:15.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:16.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:16.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:16 smithi187 ceph-mon[111815]: pgmap v17031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:44:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:16 smithi088 ceph-mon[96111]: pgmap v17031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:44:17.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:17.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:18.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:18.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:18 smithi187 ceph-mon[111815]: pgmap v17032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:18 smithi088 ceph-mon[96111]: pgmap v17032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:19.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:19.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:20.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:20.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:20 smithi187 ceph-mon[111815]: pgmap v17033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:20 smithi088 ceph-mon[96111]: pgmap v17033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:21.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:21.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:22.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:22.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:22 smithi187 ceph-mon[111815]: pgmap v17034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:22 smithi088 ceph-mon[96111]: pgmap v17034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:23.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:23.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:24.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:24.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:23 smithi088 ceph-mon[96111]: pgmap v17035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:23 smithi187 ceph-mon[111815]: pgmap v17035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:25.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:25.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:26.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:26.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:26 smithi187 ceph-mon[111815]: pgmap v17036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:26 smithi088 ceph-mon[96111]: pgmap v17036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:27.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:27.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:28.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:28.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:28 smithi187 ceph-mon[111815]: pgmap v17037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:28 smithi088 ceph-mon[96111]: pgmap v17037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:29.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:30.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:30.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:30 smithi187 ceph-mon[111815]: pgmap v17038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:30 smithi088 ceph-mon[96111]: pgmap v17038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:31.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:31.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:44:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:44:32.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:32.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:32 smithi187 ceph-mon[111815]: pgmap v17039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:32 smithi088 ceph-mon[96111]: pgmap v17039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:33.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:33.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:34.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:34.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:34 smithi088 ceph-mon[96111]: pgmap v17040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:34 smithi187 ceph-mon[111815]: pgmap v17040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:35.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:35.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:36.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:36.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:36 smithi187 ceph-mon[111815]: pgmap v17041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:36 smithi088 ceph-mon[96111]: pgmap v17041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:37.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:37.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:38.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:38.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:38 smithi187 ceph-mon[111815]: pgmap v17042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:38 smithi088 ceph-mon[96111]: pgmap v17042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:39.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:39.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:40.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:40.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:40 smithi187 ceph-mon[111815]: pgmap v17043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:40 smithi088 ceph-mon[96111]: pgmap v17043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:41.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:41.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:42.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:42.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:42 smithi187 ceph-mon[111815]: pgmap v17044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:42 smithi088 ceph-mon[96111]: pgmap v17044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:43.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:43.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:44 smithi187 ceph-mon[111815]: pgmap v17045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:44.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:44.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:44.320 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:44 smithi088 ceph-mon[96111]: pgmap v17045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:45.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:45.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:46.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:46.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:46 smithi187 ceph-mon[111815]: pgmap v17046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:44:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:46 smithi088 ceph-mon[96111]: pgmap v17046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:44:47.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:47.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:48.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:48.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:48 smithi187 ceph-mon[111815]: pgmap v17047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:48 smithi088 ceph-mon[96111]: pgmap v17047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:49.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:49.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:50.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:50.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:50 smithi187 ceph-mon[111815]: pgmap v17048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:50 smithi088 ceph-mon[96111]: pgmap v17048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:51.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:51.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:52.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:52.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:52 smithi187 ceph-mon[111815]: pgmap v17049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:52 smithi088 ceph-mon[96111]: pgmap v17049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:53.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:53.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:54 smithi187 ceph-mon[111815]: pgmap v17050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:54.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:54.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:54.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:54 smithi088 ceph-mon[96111]: pgmap v17050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:55.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:55.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:56.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:56.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:56 smithi187 ceph-mon[111815]: pgmap v17051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:56 smithi088 ceph-mon[96111]: pgmap v17051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:44:57.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:57.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:58.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:58.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:44:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:44:58 smithi187 ceph-mon[111815]: pgmap v17052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:44:58 smithi088 ceph-mon[96111]: pgmap v17052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:44:59.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:44:59.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:00.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:00.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:00 smithi187 ceph-mon[111815]: pgmap v17053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:00 smithi088 ceph-mon[96111]: pgmap v17053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:01.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:01.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:45:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:45:02.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:02.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:02 smithi187 ceph-mon[111815]: pgmap v17054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:02 smithi088 ceph-mon[96111]: pgmap v17054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:03.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:03.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:04.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:04.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:04 smithi088 ceph-mon[96111]: pgmap v17055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:04 smithi187 ceph-mon[111815]: pgmap v17055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:05.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:05.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:45:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:45:06.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:06.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:06 smithi088 ceph-mon[96111]: pgmap v17056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:45:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:45:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:45:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:45:06.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:45:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:06 smithi187 ceph-mon[111815]: pgmap v17056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:45:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:45:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:45:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:45:06.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:45:07.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:07.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:08.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:08.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:08 smithi187 ceph-mon[111815]: pgmap v17057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:08 smithi088 ceph-mon[96111]: pgmap v17057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:09.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:09.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:10.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:10.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:10 smithi187 ceph-mon[111815]: pgmap v17058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:10 smithi088 ceph-mon[96111]: pgmap v17058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:11.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:11.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:12.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:12.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:12 smithi187 ceph-mon[111815]: pgmap v17059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:12 smithi088 ceph-mon[96111]: pgmap v17059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:13.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:13.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:14.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:14.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:14 smithi088 ceph-mon[96111]: pgmap v17060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:14 smithi187 ceph-mon[111815]: pgmap v17060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:15.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:15.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:16.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:16.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:16 smithi187 ceph-mon[111815]: pgmap v17061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:45:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:16 smithi088 ceph-mon[96111]: pgmap v17061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:45:17.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:17.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:18.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:18.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:18 smithi187 ceph-mon[111815]: pgmap v17062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:18 smithi088 ceph-mon[96111]: pgmap v17062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:19.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:19.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:20.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:20.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:20 smithi187 ceph-mon[111815]: pgmap v17063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:20 smithi088 ceph-mon[96111]: pgmap v17063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:21.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:21.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:22.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:22.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:22 smithi187 ceph-mon[111815]: pgmap v17064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:22 smithi088 ceph-mon[96111]: pgmap v17064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:23.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:23.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:24.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:24.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:24 smithi088 ceph-mon[96111]: pgmap v17065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:24 smithi187 ceph-mon[111815]: pgmap v17065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:25.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:25.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:26.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:26.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:26 smithi187 ceph-mon[111815]: pgmap v17066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:26 smithi088 ceph-mon[96111]: pgmap v17066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:27.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:27.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:28.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:28.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:28 smithi187 ceph-mon[111815]: pgmap v17067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:28 smithi088 ceph-mon[96111]: pgmap v17067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:29.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:29.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:30.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:30.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:30 smithi187 ceph-mon[111815]: pgmap v17068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:30 smithi088 ceph-mon[96111]: pgmap v17068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:31.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:31.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:45:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:45:32.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:32.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:32 smithi088 ceph-mon[96111]: pgmap v17069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:32 smithi187 ceph-mon[111815]: pgmap v17069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:33.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:33.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:34.294 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:34 smithi187 ceph-mon[111815]: pgmap v17070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:34.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:34.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:34 smithi088 ceph-mon[96111]: pgmap v17070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:35.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:35.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:36.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:36.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:36 smithi187 ceph-mon[111815]: pgmap v17071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:36 smithi088 ceph-mon[96111]: pgmap v17071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:37.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:37.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:38.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:38.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:38 smithi187 ceph-mon[111815]: pgmap v17072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:38 smithi088 ceph-mon[96111]: pgmap v17072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:39.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:39.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:40.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:40.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:40 smithi088 ceph-mon[96111]: pgmap v17073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:40 smithi187 ceph-mon[111815]: pgmap v17073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:41.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:41.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:42.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:42.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:42 smithi088 ceph-mon[96111]: pgmap v17074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:42 smithi187 ceph-mon[111815]: pgmap v17074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:43.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:43.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:44 smithi088 ceph-mon[96111]: pgmap v17075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:44.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:44.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:44.398 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:44 smithi187 ceph-mon[111815]: pgmap v17075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:45.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:45.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:46.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:46.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:46 smithi187 ceph-mon[111815]: pgmap v17076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:45:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:46 smithi088 ceph-mon[96111]: pgmap v17076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:45:47.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:47.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:48.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:48.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:48 smithi088 ceph-mon[96111]: pgmap v17077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:48 smithi187 ceph-mon[111815]: pgmap v17077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:49.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:49.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:50.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:50.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:50 smithi088 ceph-mon[96111]: pgmap v17078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:50 smithi187 ceph-mon[111815]: pgmap v17078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:51.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:51.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:52.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:52.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:52 smithi088 ceph-mon[96111]: pgmap v17079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:52 smithi187 ceph-mon[111815]: pgmap v17079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:53.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:53.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:54 smithi088 ceph-mon[96111]: pgmap v17080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:54.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:54.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:54 smithi187 ceph-mon[111815]: pgmap v17080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:55.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:55.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:56.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:56.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:56 smithi088 ceph-mon[96111]: pgmap v17081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:56 smithi187 ceph-mon[111815]: pgmap v17081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:45:57.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:57.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:58.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:58.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:45:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:45:58 smithi088 ceph-mon[96111]: pgmap v17082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:45:58 smithi187 ceph-mon[111815]: pgmap v17082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:45:59.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:45:59.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:00 smithi088 ceph-mon[96111]: pgmap v17083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:00.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:00.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:00 smithi187 ceph-mon[111815]: pgmap v17083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:01.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:01.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:46:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:46:02.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:02.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:02 smithi088 ceph-mon[96111]: pgmap v17084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:02 smithi187 ceph-mon[111815]: pgmap v17084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:03.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:03.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:04 smithi088 ceph-mon[96111]: pgmap v17085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:04.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:04.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:04 smithi187 ceph-mon[111815]: pgmap v17085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:05.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:05.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:06.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:06.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:06 smithi088 ceph-mon[96111]: pgmap v17086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:46:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:46:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:46:06.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:46:06.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:46:06.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:46:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:06 smithi187 ceph-mon[111815]: pgmap v17086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:46:06.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:46:06.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:46:06.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:46:06.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:46:06.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:46:07.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:07.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:08.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:08.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:08 smithi088 ceph-mon[96111]: pgmap v17087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:08 smithi187 ceph-mon[111815]: pgmap v17087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:09.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:09.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:10.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:10.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:10 smithi088 ceph-mon[96111]: pgmap v17088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:10 smithi187 ceph-mon[111815]: pgmap v17088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:11.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:11.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:12.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:12.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:12 smithi088 ceph-mon[96111]: pgmap v17089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:12 smithi187 ceph-mon[111815]: pgmap v17089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:13.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:13.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:14 smithi088 ceph-mon[96111]: pgmap v17090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:14.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:14.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:14 smithi187 ceph-mon[111815]: pgmap v17090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:15.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:15.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:16.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:16.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:16 smithi088 ceph-mon[96111]: pgmap v17091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:46:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:16 smithi187 ceph-mon[111815]: pgmap v17091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:46:17.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:17.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:18.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:18.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:18 smithi088 ceph-mon[96111]: pgmap v17092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:18 smithi187 ceph-mon[111815]: pgmap v17092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:19.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:19.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:20.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:20.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:20 smithi088 ceph-mon[96111]: pgmap v17093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:20 smithi187 ceph-mon[111815]: pgmap v17093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:21.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:21.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:22.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:22.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:22 smithi088 ceph-mon[96111]: pgmap v17094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:22 smithi187 ceph-mon[111815]: pgmap v17094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:23.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:23.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:24 smithi088 ceph-mon[96111]: pgmap v17095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:24.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:24.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:24 smithi187 ceph-mon[111815]: pgmap v17095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:25.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:25.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:26.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:26.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:26 smithi088 ceph-mon[96111]: pgmap v17096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:26 smithi187 ceph-mon[111815]: pgmap v17096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:27.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:27.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:28.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:28.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:28 smithi088 ceph-mon[96111]: pgmap v17097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:28 smithi187 ceph-mon[111815]: pgmap v17097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:29.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:29.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:30.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:30.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:30 smithi088 ceph-mon[96111]: pgmap v17098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:30 smithi187 ceph-mon[111815]: pgmap v17098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:31.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:31.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:46:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:46:32.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:32.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:32 smithi088 ceph-mon[96111]: pgmap v17099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:32 smithi187 ceph-mon[111815]: pgmap v17099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:33.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:33.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:34 smithi088 ceph-mon[96111]: pgmap v17100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:34.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:34.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:34 smithi187 ceph-mon[111815]: pgmap v17100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:35.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:35.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:36.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:36.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:36 smithi088 ceph-mon[96111]: pgmap v17101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:36 smithi187 ceph-mon[111815]: pgmap v17101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:37.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:37.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:38.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:38.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:38 smithi088 ceph-mon[96111]: pgmap v17102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:38 smithi187 ceph-mon[111815]: pgmap v17102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:39.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:39.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:40.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:40.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:40 smithi088 ceph-mon[96111]: pgmap v17103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:40 smithi187 ceph-mon[111815]: pgmap v17103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:41.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:41.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:42.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:42.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:42 smithi088 ceph-mon[96111]: pgmap v17104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:42 smithi187 ceph-mon[111815]: pgmap v17104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:43.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:43.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:44 smithi088 ceph-mon[96111]: pgmap v17105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:44.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:44.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:44 smithi187 ceph-mon[111815]: pgmap v17105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:45.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:45.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:46.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:46.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:46 smithi088 ceph-mon[96111]: pgmap v17106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:46:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:46 smithi187 ceph-mon[111815]: pgmap v17106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:46:47.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:47.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:48.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:48.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:48 smithi088 ceph-mon[96111]: pgmap v17107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:48 smithi187 ceph-mon[111815]: pgmap v17107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:49.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:49.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:50.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:50.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:50 smithi187 ceph-mon[111815]: pgmap v17108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:50.553 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:50 smithi088 ceph-mon[96111]: pgmap v17108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:51.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:51.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:52.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:52.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:52 smithi088 ceph-mon[96111]: pgmap v17109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:52 smithi187 ceph-mon[111815]: pgmap v17109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:53.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:53.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:54 smithi088 ceph-mon[96111]: pgmap v17110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:54.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:54.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:54 smithi187 ceph-mon[111815]: pgmap v17110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:55.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:55.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:56.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:56.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:56 smithi088 ceph-mon[96111]: pgmap v17111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:56 smithi187 ceph-mon[111815]: pgmap v17111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:46:57.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:57.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:58.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:58.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:46:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:46:58 smithi088 ceph-mon[96111]: pgmap v17112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:46:58 smithi187 ceph-mon[111815]: pgmap v17112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:46:59.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:46:59.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:00 smithi187 ceph-mon[111815]: pgmap v17113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:00.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:00.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:00 smithi088 ceph-mon[96111]: pgmap v17113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:01.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:01.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:47:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:47:02.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:02.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:02 smithi088 ceph-mon[96111]: pgmap v17114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:02 smithi187 ceph-mon[111815]: pgmap v17114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:03.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:03.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:04 smithi088 ceph-mon[96111]: pgmap v17115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:04 smithi187 ceph-mon[111815]: pgmap v17115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:04.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:04.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:05.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:05.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:06.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:06.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:06 smithi088 ceph-mon[96111]: pgmap v17116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:47:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:06 smithi187 ceph-mon[111815]: pgmap v17116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:47:07.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:07.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:08.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:08.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:08 smithi088 ceph-mon[96111]: pgmap v17117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:08 smithi187 ceph-mon[111815]: pgmap v17117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:09.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:09.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:47:10.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:47:10.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:47:10.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:47:10.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:47:10.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:47:10.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:09 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:47:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:47:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:47:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:47:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:47:10.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:47:10.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:47:10.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:09 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:47:10.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:10.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:11.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:10 smithi088 ceph-mon[96111]: pgmap v17118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:10 smithi187 ceph-mon[111815]: pgmap v17118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:11.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:11.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:12.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:12.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:12 smithi187 ceph-mon[111815]: pgmap v17119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:12 smithi088 ceph-mon[96111]: pgmap v17119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:13.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:13.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:14 smithi088 ceph-mon[96111]: pgmap v17120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:14 smithi187 ceph-mon[111815]: pgmap v17120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:14.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:14.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:15.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:15.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:16.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:16.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:16 smithi088 ceph-mon[96111]: pgmap v17121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:47:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:16 smithi187 ceph-mon[111815]: pgmap v17121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:47:17.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:17.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:18.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:18.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:18 smithi088 ceph-mon[96111]: pgmap v17122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:18 smithi187 ceph-mon[111815]: pgmap v17122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:19.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:19.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:20.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:20.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:20 smithi088 ceph-mon[96111]: pgmap v17123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:20 smithi187 ceph-mon[111815]: pgmap v17123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:21.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:21.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:22.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:22.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:22 smithi088 ceph-mon[96111]: pgmap v17124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:22 smithi187 ceph-mon[111815]: pgmap v17124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:23.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:23.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:24 smithi088 ceph-mon[96111]: pgmap v17125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:24.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:24 smithi187 ceph-mon[111815]: pgmap v17125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:24.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:24.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:25.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:25.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:26.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:26.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:26 smithi088 ceph-mon[96111]: pgmap v17126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:26 smithi187 ceph-mon[111815]: pgmap v17126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:27.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:27.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:28.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:28.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:28 smithi088 ceph-mon[96111]: pgmap v17127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:28 smithi187 ceph-mon[111815]: pgmap v17127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:29.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:29.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:30.501 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:30 smithi187 ceph-mon[111815]: pgmap v17128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:30.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:30.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:30 smithi088 ceph-mon[96111]: pgmap v17128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:31.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:31.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:47:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:47:32.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:32.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:32 smithi088 ceph-mon[96111]: pgmap v17129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:32 smithi187 ceph-mon[111815]: pgmap v17129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:33.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:33.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:34 smithi088 ceph-mon[96111]: pgmap v17130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:34 smithi187 ceph-mon[111815]: pgmap v17130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:34.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:34.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:35.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:35.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:36 smithi088 ceph-mon[96111]: pgmap v17131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:36.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:36.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:36 smithi187 ceph-mon[111815]: pgmap v17131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:37.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:37.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:38.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:38.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:38 smithi088 ceph-mon[96111]: pgmap v17132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:38 smithi187 ceph-mon[111815]: pgmap v17132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:39.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:39.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:40.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:40.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:40 smithi088 ceph-mon[96111]: pgmap v17133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:40.605 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:40 smithi187 ceph-mon[111815]: pgmap v17133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:41.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:41.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:42.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:42.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:42 smithi088 ceph-mon[96111]: pgmap v17134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:42 smithi187 ceph-mon[111815]: pgmap v17134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:43.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:43.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:44 smithi088 ceph-mon[96111]: pgmap v17135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:44 smithi187 ceph-mon[111815]: pgmap v17135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:44.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:44.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:45.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:45.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:46.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:46.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:46 smithi088 ceph-mon[96111]: pgmap v17136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:47:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:46 smithi187 ceph-mon[111815]: pgmap v17136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:47:47.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:47.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:48.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:48.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:48 smithi088 ceph-mon[96111]: pgmap v17137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:48 smithi187 ceph-mon[111815]: pgmap v17137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:49.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:49.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:50.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:50.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:50 smithi088 ceph-mon[96111]: pgmap v17138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:50 smithi187 ceph-mon[111815]: pgmap v17138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:51.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:51.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:52.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:52.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:52 smithi088 ceph-mon[96111]: pgmap v17139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:52 smithi187 ceph-mon[111815]: pgmap v17139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:53.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:53.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:54 smithi088 ceph-mon[96111]: pgmap v17140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:54 smithi187 ceph-mon[111815]: pgmap v17140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:54.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:54.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:55.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:55.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:56.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:56.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:56 smithi088 ceph-mon[96111]: pgmap v17141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:56 smithi187 ceph-mon[111815]: pgmap v17141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:47:57.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:57.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:58.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:58.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:47:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:47:58 smithi088 ceph-mon[96111]: pgmap v17142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:47:58 smithi187 ceph-mon[111815]: pgmap v17142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:47:59.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:47:59.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:00.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:00.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:00 smithi088 ceph-mon[96111]: pgmap v17143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:00 smithi187 ceph-mon[111815]: pgmap v17143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:01.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:01.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:48:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:48:02.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:02.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:02 smithi088 ceph-mon[96111]: pgmap v17144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:02 smithi187 ceph-mon[111815]: pgmap v17144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:03.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:03.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:04 smithi088 ceph-mon[96111]: pgmap v17145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:04 smithi187 ceph-mon[111815]: pgmap v17145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:04.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:04.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:05.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:05.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:06.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:06.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:06.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:06 smithi088 ceph-mon[96111]: pgmap v17146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:06 smithi187 ceph-mon[111815]: pgmap v17146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:07.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:07.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:08 smithi088 ceph-mon[96111]: pgmap v17147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:08.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:08.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:08 smithi187 ceph-mon[111815]: pgmap v17147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:09.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:09.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:10 smithi088 ceph-mon[96111]: pgmap v17148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:48:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:10.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:10 smithi187 ceph-mon[111815]: pgmap v17148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:48:11.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:11.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:12 smithi088 ceph-mon[96111]: pgmap v17149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:12.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:12.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:12 smithi187 ceph-mon[111815]: pgmap v17149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:13.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:13.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:14 smithi088 ceph-mon[96111]: pgmap v17150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:48:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:48:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:14 smithi187 ceph-mon[111815]: pgmap v17150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:48:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:48:14.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:14.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:48:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:48:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:48:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:48:15.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:48:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:48:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:48:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:48:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:48:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:48:15.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:15.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:16 smithi088 ceph-mon[96111]: pgmap v17151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:48:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:16 smithi187 ceph-mon[111815]: pgmap v17151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:48:16.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:16.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:17.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:17.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:18 smithi088 ceph-mon[96111]: pgmap v17152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:18.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:18.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:18 smithi187 ceph-mon[111815]: pgmap v17152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:19.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:19.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:20 smithi088 ceph-mon[96111]: pgmap v17153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:20.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:20.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:20 smithi187 ceph-mon[111815]: pgmap v17153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:21.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:21.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:22 smithi088 ceph-mon[96111]: pgmap v17154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:22.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:22.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:22 smithi187 ceph-mon[111815]: pgmap v17154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:23.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:23.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:24 smithi088 ceph-mon[96111]: pgmap v17155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:24.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:24 smithi187 ceph-mon[111815]: pgmap v17155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:24.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:24.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:25.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:25.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:26 smithi187 ceph-mon[111815]: pgmap v17156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:26 smithi088 ceph-mon[96111]: pgmap v17156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:26.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:26.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:27.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:27.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:28 smithi088 ceph-mon[96111]: pgmap v17157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:28.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:28.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:28 smithi187 ceph-mon[111815]: pgmap v17157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:29.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:29.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:30 smithi088 ceph-mon[96111]: pgmap v17158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:30.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:30.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:30 smithi187 ceph-mon[111815]: pgmap v17158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:48:31.538 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:48:31.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:31.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:32 smithi088 ceph-mon[96111]: pgmap v17159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:32.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:32.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:32 smithi187 ceph-mon[111815]: pgmap v17159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:33.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:33.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:34 smithi088 ceph-mon[96111]: pgmap v17160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:34 smithi187 ceph-mon[111815]: pgmap v17160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:34.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:34.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:35.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:35.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:36 smithi187 ceph-mon[111815]: pgmap v17161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:36 smithi088 ceph-mon[96111]: pgmap v17161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:36.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:36.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:37.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:37.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:38 smithi088 ceph-mon[96111]: pgmap v17162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:38.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:38.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:38 smithi187 ceph-mon[111815]: pgmap v17162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:39.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:39.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:40 smithi088 ceph-mon[96111]: pgmap v17163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:40.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:40.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:40 smithi187 ceph-mon[111815]: pgmap v17163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:41.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:41.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:42.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:42 smithi088 ceph-mon[96111]: pgmap v17164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:42.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:42.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:42 smithi187 ceph-mon[111815]: pgmap v17164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:43.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:43.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:44 smithi088 ceph-mon[96111]: pgmap v17165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:44 smithi187 ceph-mon[111815]: pgmap v17165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:44.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:44.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:45.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:45.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:46 smithi088 ceph-mon[96111]: pgmap v17166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:48:46.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:46.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:46 smithi187 ceph-mon[111815]: pgmap v17166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:48:47.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:47.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:48 smithi088 ceph-mon[96111]: pgmap v17167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:48.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:48.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:48 smithi187 ceph-mon[111815]: pgmap v17167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:49.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:49.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:50 smithi088 ceph-mon[96111]: pgmap v17168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:50.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:50.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:50 smithi187 ceph-mon[111815]: pgmap v17168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:51.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:51.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:52 smithi088 ceph-mon[96111]: pgmap v17169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:52.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:52.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:52 smithi187 ceph-mon[111815]: pgmap v17169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:53.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:53.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:54 smithi088 ceph-mon[96111]: pgmap v17170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:54 smithi187 ceph-mon[111815]: pgmap v17170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:54.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:54.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:55.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:55.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:56 smithi088 ceph-mon[96111]: pgmap v17171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:56.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:56.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:56 smithi187 ceph-mon[111815]: pgmap v17171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:48:57.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:57.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:48:58 smithi088 ceph-mon[96111]: pgmap v17172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:58.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:58.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:48:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:48:58 smithi187 ceph-mon[111815]: pgmap v17172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:48:59.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:48:59.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:00 smithi088 ceph-mon[96111]: pgmap v17173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:00.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:00.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:00 smithi187 ceph-mon[111815]: pgmap v17173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:49:01.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:01.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:49:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:02 smithi088 ceph-mon[96111]: pgmap v17174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:02.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:02.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:02 smithi187 ceph-mon[111815]: pgmap v17174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:03.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:03.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:04 smithi088 ceph-mon[96111]: pgmap v17175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:04 smithi187 ceph-mon[111815]: pgmap v17175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:04.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:04.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:05.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:05.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:06 smithi088 ceph-mon[96111]: pgmap v17176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:06.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:06.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:06 smithi187 ceph-mon[111815]: pgmap v17176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:07.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:07.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:08 smithi088 ceph-mon[96111]: pgmap v17177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:08.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:08.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:08 smithi187 ceph-mon[111815]: pgmap v17177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:09.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:09.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:10 smithi088 ceph-mon[96111]: pgmap v17178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:10.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:10.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:10 smithi187 ceph-mon[111815]: pgmap v17178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:11.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:11.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:12.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:12 smithi088 ceph-mon[96111]: pgmap v17179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:12.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:12.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:12 smithi187 ceph-mon[111815]: pgmap v17179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:13.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:13.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:14.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:14 smithi088 ceph-mon[96111]: pgmap v17180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:14 smithi187 ceph-mon[111815]: pgmap v17180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:14.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:14.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:49:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:49:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:49:15.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:49:15.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:49:15.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:49:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:49:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:49:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:49:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:49:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:49:15.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:49:15.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:15.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:16 smithi088 ceph-mon[96111]: pgmap v17181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:49:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:16 smithi187 ceph-mon[111815]: pgmap v17181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:16.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:49:16.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:16.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:17.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:17.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:18.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:18 smithi088 ceph-mon[96111]: pgmap v17182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:18.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:18.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:18 smithi187 ceph-mon[111815]: pgmap v17182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:19.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:19.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:20.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:20 smithi088 ceph-mon[96111]: pgmap v17183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:20.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:20.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:20 smithi187 ceph-mon[111815]: pgmap v17183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:21.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:21.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:22 smithi088 ceph-mon[96111]: pgmap v17184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:22.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:22.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:22 smithi187 ceph-mon[111815]: pgmap v17184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:23.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:23.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:24.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:24 smithi088 ceph-mon[96111]: pgmap v17185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:24 smithi187 ceph-mon[111815]: pgmap v17185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:24.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:24.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:25.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:25.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:26 smithi088 ceph-mon[96111]: pgmap v17186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:26.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:26.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:26.706 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:26 smithi187 ceph-mon[111815]: pgmap v17186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:27.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:27.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:28 smithi088 ceph-mon[96111]: pgmap v17187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:28.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:28.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:28 smithi187 ceph-mon[111815]: pgmap v17187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:29.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:29.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:30.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:30 smithi088 ceph-mon[96111]: pgmap v17188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:30.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:30.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:30 smithi187 ceph-mon[111815]: pgmap v17188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:49:31.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:31.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:49:32.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:32 smithi088 ceph-mon[96111]: pgmap v17189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:32.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:32.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:32 smithi187 ceph-mon[111815]: pgmap v17189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:33.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:33.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:34.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:34 smithi088 ceph-mon[96111]: pgmap v17190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:34 smithi187 ceph-mon[111815]: pgmap v17190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:34.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:34.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:35.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:35.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:36 smithi088 ceph-mon[96111]: pgmap v17191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:36 smithi187 ceph-mon[111815]: pgmap v17191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:36.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:36.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:37.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:37.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:38 smithi088 ceph-mon[96111]: pgmap v17192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:38 smithi187 ceph-mon[111815]: pgmap v17192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:38.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:38.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:39.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:39.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:40 smithi088 ceph-mon[96111]: pgmap v17193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:40 smithi187 ceph-mon[111815]: pgmap v17193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:40.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:40.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:41.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:41.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:42.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:42 smithi088 ceph-mon[96111]: pgmap v17194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:42 smithi187 ceph-mon[111815]: pgmap v17194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:42.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:42.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:43.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:43.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:44 smithi088 ceph-mon[96111]: pgmap v17195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:44 smithi187 ceph-mon[111815]: pgmap v17195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:44.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:44.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:45.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:45.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:46 smithi088 ceph-mon[96111]: pgmap v17196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:49:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:46 smithi187 ceph-mon[111815]: pgmap v17196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:49:46.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:46.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:47.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:47.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:48 smithi088 ceph-mon[96111]: pgmap v17197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:48 smithi187 ceph-mon[111815]: pgmap v17197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:48.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:48.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:49.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:49.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:50 smithi088 ceph-mon[96111]: pgmap v17198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:50 smithi187 ceph-mon[111815]: pgmap v17198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:50.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:50.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:51.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:51.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:52 smithi088 ceph-mon[96111]: pgmap v17199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:52 smithi187 ceph-mon[111815]: pgmap v17199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:52.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:52.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:53.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:53.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:54 smithi088 ceph-mon[96111]: pgmap v17200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:54 smithi187 ceph-mon[111815]: pgmap v17200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:54.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:54.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:55.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:55.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:56 smithi088 ceph-mon[96111]: pgmap v17201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:56 smithi187 ceph-mon[111815]: pgmap v17201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:49:56.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:56.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:57.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:57.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:49:58 smithi088 ceph-mon[96111]: pgmap v17202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:49:58 smithi187 ceph-mon[111815]: pgmap v17202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:49:58.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:58.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:49:59.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:49:59.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:00 smithi088 ceph-mon[96111]: pgmap v17203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T08:50:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:00 smithi187 ceph-mon[111815]: pgmap v17203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T08:50:00.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:00.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:50:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:50:01.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:01.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:02 smithi187 ceph-mon[111815]: pgmap v17204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:02 smithi088 ceph-mon[96111]: pgmap v17204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:02.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:02.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:03.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:03.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:04 smithi187 ceph-mon[111815]: pgmap v17205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:04 smithi088 ceph-mon[96111]: pgmap v17205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:04.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:04.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:05.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:05.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:06 smithi088 ceph-mon[96111]: pgmap v17206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:06 smithi187 ceph-mon[111815]: pgmap v17206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:06.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:06.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:07.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:07.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:08 smithi088 ceph-mon[96111]: pgmap v17207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:08 smithi187 ceph-mon[111815]: pgmap v17207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:08.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:08.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:09.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:09.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:10 smithi088 ceph-mon[96111]: pgmap v17208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:10 smithi187 ceph-mon[111815]: pgmap v17208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:10.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:10.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:11.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:11.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:12 smithi187 ceph-mon[111815]: pgmap v17209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:12 smithi088 ceph-mon[96111]: pgmap v17209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:12.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:12.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:13.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:13.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:14 smithi187 ceph-mon[111815]: pgmap v17210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:14 smithi088 ceph-mon[96111]: pgmap v17210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:14.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:14.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:50:15.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:50:15.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:15.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:16 smithi187 ceph-mon[111815]: pgmap v17211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:50:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:50:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:50:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:50:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:50:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:50:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:50:16.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:50:16.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:16.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:16 smithi088 ceph-mon[96111]: pgmap v17211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:50:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:50:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:50:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:50:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:50:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:50:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:50:16.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:50:17.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:17.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:18 smithi187 ceph-mon[111815]: pgmap v17212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:18.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:18.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:18 smithi088 ceph-mon[96111]: pgmap v17212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:19.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:19.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:20 smithi187 ceph-mon[111815]: pgmap v17213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:20.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:20.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:20 smithi088 ceph-mon[96111]: pgmap v17213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:21.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:21.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:22.615 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:22 smithi088 ceph-mon[96111]: pgmap v17214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:22 smithi187 ceph-mon[111815]: pgmap v17214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:22.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:22.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:23.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:23.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:24 smithi187 ceph-mon[111815]: pgmap v17215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:24 smithi088 ceph-mon[96111]: pgmap v17215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:24.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:24.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:25.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:25.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:26 smithi088 ceph-mon[96111]: pgmap v17216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:26 smithi187 ceph-mon[111815]: pgmap v17216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:26.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:26.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:27.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:27.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:28 smithi088 ceph-mon[96111]: pgmap v17217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:28 smithi187 ceph-mon[111815]: pgmap v17217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:28.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:28.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:29.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:29.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:30 smithi088 ceph-mon[96111]: pgmap v17218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:30 smithi187 ceph-mon[111815]: pgmap v17218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:30.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:30.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:50:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:50:31.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:31.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:32 smithi088 ceph-mon[96111]: pgmap v17219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:32 smithi187 ceph-mon[111815]: pgmap v17219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:32.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:32.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:33.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:33.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:34 smithi187 ceph-mon[111815]: pgmap v17220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:34 smithi088 ceph-mon[96111]: pgmap v17220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:34.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:34.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:35.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:35.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:36 smithi088 ceph-mon[96111]: pgmap v17221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:36 smithi187 ceph-mon[111815]: pgmap v17221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:36.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:36.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:37.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:37.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:38 smithi088 ceph-mon[96111]: pgmap v17222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:38 smithi187 ceph-mon[111815]: pgmap v17222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:38.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:38.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:39.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:39.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:40 smithi088 ceph-mon[96111]: pgmap v17223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:40 smithi187 ceph-mon[111815]: pgmap v17223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:40.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:40.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:41.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:41.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:42.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:42 smithi088 ceph-mon[96111]: pgmap v17224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:42 smithi187 ceph-mon[111815]: pgmap v17224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:42.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:42.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:43.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:43.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:44.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:44 smithi187 ceph-mon[111815]: pgmap v17225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:44 smithi088 ceph-mon[96111]: pgmap v17225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:44.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:44.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:45.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:45.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:46 smithi088 ceph-mon[96111]: pgmap v17226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:50:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:46 smithi187 ceph-mon[111815]: pgmap v17226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:50:46.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:46.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:47.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:47.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:48 smithi088 ceph-mon[96111]: pgmap v17227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:48 smithi187 ceph-mon[111815]: pgmap v17227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:48.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:48.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:49.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:49.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:50 smithi088 ceph-mon[96111]: pgmap v17228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:50 smithi187 ceph-mon[111815]: pgmap v17228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:50.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:50.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:51.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:51.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:52.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:52 smithi088 ceph-mon[96111]: pgmap v17229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:52.598 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:52 smithi187 ceph-mon[111815]: pgmap v17229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:52.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:52.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:53.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:53.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:54.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:54 smithi187 ceph-mon[111815]: pgmap v17230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:54 smithi088 ceph-mon[96111]: pgmap v17230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:54.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:54.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:55.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:55.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:56.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:56 smithi088 ceph-mon[96111]: pgmap v17231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:56 smithi187 ceph-mon[111815]: pgmap v17231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:50:56.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:56.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:57.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:57.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:50:58 smithi088 ceph-mon[96111]: pgmap v17232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:50:58 smithi187 ceph-mon[111815]: pgmap v17232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:50:58.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:58.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:50:59.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:50:59.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:00 smithi088 ceph-mon[96111]: pgmap v17233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:00 smithi187 ceph-mon[111815]: pgmap v17233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:00.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:00.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:51:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:51:01.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:01.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:02.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:02 smithi088 ceph-mon[96111]: pgmap v17234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:02.703 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:02 smithi187 ceph-mon[111815]: pgmap v17234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:02.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:02.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:03.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:03.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:04 smithi187 ceph-mon[111815]: pgmap v17235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:04 smithi088 ceph-mon[96111]: pgmap v17235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:04.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:04.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:05.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:05.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:06.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:06 smithi088 ceph-mon[96111]: pgmap v17236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:06 smithi187 ceph-mon[111815]: pgmap v17236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:06.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:06.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:07.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:07.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:08 smithi088 ceph-mon[96111]: pgmap v17237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:08 smithi187 ceph-mon[111815]: pgmap v17237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:08.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:08.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:09.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:09.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:10.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:10 smithi088 ceph-mon[96111]: pgmap v17238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:10 smithi187 ceph-mon[111815]: pgmap v17238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:10.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:10.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:11.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:11.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:12 smithi088 ceph-mon[96111]: pgmap v17239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:12 smithi187 ceph-mon[111815]: pgmap v17239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:12.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:12.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:13.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:13.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:14 smithi187 ceph-mon[111815]: pgmap v17240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:14 smithi088 ceph-mon[96111]: pgmap v17240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:14.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:14.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:15.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:15.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:16 smithi088 ceph-mon[96111]: pgmap v17241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:51:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:51:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:16 smithi187 ceph-mon[111815]: pgmap v17241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:51:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:51:16.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:16.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:51:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:51:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:51:17.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:51:17.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:51:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:51:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:51:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:51:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:51:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:51:17.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:17.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:18 smithi088 ceph-mon[96111]: pgmap v17242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:18 smithi187 ceph-mon[111815]: pgmap v17242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:18.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:18.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:19.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:19.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:20 smithi187 ceph-mon[111815]: pgmap v17243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:20 smithi088 ceph-mon[96111]: pgmap v17243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:20.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:20.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:21.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:21.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:22 smithi187 ceph-mon[111815]: pgmap v17244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:22 smithi088 ceph-mon[96111]: pgmap v17244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:22.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:22.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:23.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:23.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:24 smithi187 ceph-mon[111815]: pgmap v17245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:24 smithi088 ceph-mon[96111]: pgmap v17245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:24.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:24.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:25.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:25.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:26.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:26 smithi088 ceph-mon[96111]: pgmap v17246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:26 smithi187 ceph-mon[111815]: pgmap v17246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:26.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:26.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:27.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:27.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:28 smithi088 ceph-mon[96111]: pgmap v17247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:28 smithi187 ceph-mon[111815]: pgmap v17247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:28.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:28.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:29.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:29.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:30 smithi088 ceph-mon[96111]: pgmap v17248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:30 smithi187 ceph-mon[111815]: pgmap v17248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:30.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:30.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:51:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:51:31.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:31.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:32 smithi187 ceph-mon[111815]: pgmap v17249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:32 smithi088 ceph-mon[96111]: pgmap v17249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:32.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:32.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:33.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:33.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:34 smithi187 ceph-mon[111815]: pgmap v17250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:34 smithi088 ceph-mon[96111]: pgmap v17250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:34.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:34.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:35.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:35.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:36 smithi088 ceph-mon[96111]: pgmap v17251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:36 smithi187 ceph-mon[111815]: pgmap v17251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:36.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:36.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:37.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:37.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:38.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:38 smithi088 ceph-mon[96111]: pgmap v17252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:38 smithi187 ceph-mon[111815]: pgmap v17252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:38.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:38.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:39.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:39.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:40 smithi088 ceph-mon[96111]: pgmap v17253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:40 smithi187 ceph-mon[111815]: pgmap v17253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:40.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:40.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:41.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:41.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:42 smithi187 ceph-mon[111815]: pgmap v17254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:42 smithi088 ceph-mon[96111]: pgmap v17254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:42.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:42.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:43.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:43.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:44 smithi187 ceph-mon[111815]: pgmap v17255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:44 smithi088 ceph-mon[96111]: pgmap v17255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:44.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:44.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:45.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:45.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:46 smithi088 ceph-mon[96111]: pgmap v17256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:51:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:46 smithi187 ceph-mon[111815]: pgmap v17256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:51:46.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:46.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:47.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:47.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:48 smithi187 ceph-mon[111815]: pgmap v17257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:48 smithi088 ceph-mon[96111]: pgmap v17257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:48.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:48.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:49.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:49.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:50 smithi187 ceph-mon[111815]: pgmap v17258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:50.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:50 smithi088 ceph-mon[96111]: pgmap v17258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:50.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:50.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:51.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:51.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:52.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:52 smithi187 ceph-mon[111815]: pgmap v17259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:52 smithi088 ceph-mon[96111]: pgmap v17259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:52.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:52.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:53.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:53.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:54 smithi187 ceph-mon[111815]: pgmap v17260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:54 smithi088 ceph-mon[96111]: pgmap v17260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:54.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:54.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:55.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:55.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:56 smithi088 ceph-mon[96111]: pgmap v17261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:56 smithi187 ceph-mon[111815]: pgmap v17261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:51:56.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:56.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:57.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:57.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:51:58 smithi187 ceph-mon[111815]: pgmap v17262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:51:58 smithi088 ceph-mon[96111]: pgmap v17262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:51:58.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:58.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:51:59.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:51:59.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:00 smithi187 ceph-mon[111815]: pgmap v17263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:00 smithi088 ceph-mon[96111]: pgmap v17263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:00.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:00.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:52:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:52:01.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:01.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:02 smithi187 ceph-mon[111815]: pgmap v17264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:02 smithi088 ceph-mon[96111]: pgmap v17264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:02.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:02.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:03.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:03.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:04 smithi187 ceph-mon[111815]: pgmap v17265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:04 smithi088 ceph-mon[96111]: pgmap v17265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:04.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:04.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:05.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:05.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:06 smithi187 ceph-mon[111815]: pgmap v17266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:06 smithi088 ceph-mon[96111]: pgmap v17266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:06.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:06.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:07.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:07.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:08.647 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:08 smithi088 ceph-mon[96111]: pgmap v17267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:08 smithi187 ceph-mon[111815]: pgmap v17267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:08.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:08.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:09.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:09.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:10 smithi187 ceph-mon[111815]: pgmap v17268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:10.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:10 smithi088 ceph-mon[96111]: pgmap v17268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:10.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:10.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:11.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:11.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:12 smithi187 ceph-mon[111815]: pgmap v17269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:12 smithi088 ceph-mon[96111]: pgmap v17269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:12.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:12.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:13.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:13.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:14 smithi187 ceph-mon[111815]: pgmap v17270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:14 smithi088 ceph-mon[96111]: pgmap v17270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:14.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:14.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:15.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:15.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:16 smithi187 ceph-mon[111815]: pgmap v17271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:52:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:16 smithi088 ceph-mon[96111]: pgmap v17271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:52:16.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:16.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:52:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:52:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:52:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:52:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:52:17.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:52:17.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:52:17.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:52:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:52:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:52:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:52:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:52:17.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:52:17.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:52:17.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:52:17.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:52:17.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:17.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:18 smithi187 ceph-mon[111815]: pgmap v17272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:18.745 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:18 smithi088 ceph-mon[96111]: pgmap v17272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:18.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:18.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:19.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:19.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:20.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:20 smithi187 ceph-mon[111815]: pgmap v17273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:20 smithi088 ceph-mon[96111]: pgmap v17273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:20.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:20.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:21.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:21.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:22 smithi187 ceph-mon[111815]: pgmap v17274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:22 smithi088 ceph-mon[96111]: pgmap v17274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:22.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:22.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:23.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:23.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:24 smithi187 ceph-mon[111815]: pgmap v17275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:24 smithi088 ceph-mon[96111]: pgmap v17275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:24.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:24.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:25.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:25.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:26 smithi187 ceph-mon[111815]: pgmap v17276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:26 smithi088 ceph-mon[96111]: pgmap v17276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:26.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:26.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:27.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:27.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:28 smithi187 ceph-mon[111815]: pgmap v17277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:28 smithi088 ceph-mon[96111]: pgmap v17277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:28.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:28.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:29.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:29.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:30 smithi187 ceph-mon[111815]: pgmap v17278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:30 smithi088 ceph-mon[96111]: pgmap v17278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:30.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:31.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:52:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:52:32.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:32.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:32 smithi187 ceph-mon[111815]: pgmap v17279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:32 smithi088 ceph-mon[96111]: pgmap v17279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:33.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:33.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:34.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:34.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:34 smithi088 ceph-mon[96111]: pgmap v17280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:34 smithi187 ceph-mon[111815]: pgmap v17280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:35.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:35.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:36.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:36.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:36 smithi187 ceph-mon[111815]: pgmap v17281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:36 smithi088 ceph-mon[96111]: pgmap v17281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:37.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:37.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:38.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:38.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:38.687 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:38 smithi187 ceph-mon[111815]: pgmap v17282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:38 smithi088 ceph-mon[96111]: pgmap v17282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:39.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:39.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:40.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:40.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:40 smithi187 ceph-mon[111815]: pgmap v17283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:40 smithi088 ceph-mon[96111]: pgmap v17283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:41.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:41.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:42.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:42.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:42.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:42 smithi187 ceph-mon[111815]: pgmap v17284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:42 smithi088 ceph-mon[96111]: pgmap v17284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:43.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:43.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:44.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:44.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:44 smithi088 ceph-mon[96111]: pgmap v17285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:44 smithi187 ceph-mon[111815]: pgmap v17285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:45.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:45.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:46.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:46.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:46 smithi187 ceph-mon[111815]: pgmap v17286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:52:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:46 smithi088 ceph-mon[96111]: pgmap v17286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:52:47.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:47.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:48.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:48.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:48 smithi187 ceph-mon[111815]: pgmap v17287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:48 smithi088 ceph-mon[96111]: pgmap v17287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:49.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:49.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:50.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:50.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:50 smithi187 ceph-mon[111815]: pgmap v17288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:50.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:50 smithi088 ceph-mon[96111]: pgmap v17288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:51.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:51.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:52.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:52.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:52 smithi187 ceph-mon[111815]: pgmap v17289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:52 smithi088 ceph-mon[96111]: pgmap v17289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:53.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:53.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:54.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:54.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:54 smithi187 ceph-mon[111815]: pgmap v17290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:54 smithi088 ceph-mon[96111]: pgmap v17290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:55.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:55.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:56.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:56.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:56 smithi187 ceph-mon[111815]: pgmap v17291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:56 smithi088 ceph-mon[96111]: pgmap v17291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:52:57.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:57.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:58.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:58.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:52:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:52:58 smithi187 ceph-mon[111815]: pgmap v17292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:52:58 smithi088 ceph-mon[96111]: pgmap v17292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:52:59.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:52:59.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:00.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:00.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:00 smithi187 ceph-mon[111815]: pgmap v17293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:00 smithi088 ceph-mon[96111]: pgmap v17293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:01.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:01.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:53:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:53:02.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:02.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:02 smithi187 ceph-mon[111815]: pgmap v17294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:02 smithi088 ceph-mon[96111]: pgmap v17294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:03.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:03.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:04.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:04.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:04 smithi187 ceph-mon[111815]: pgmap v17295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:04 smithi088 ceph-mon[96111]: pgmap v17295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:05.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:05.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:06.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:06.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:06 smithi187 ceph-mon[111815]: pgmap v17296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:06 smithi088 ceph-mon[96111]: pgmap v17296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:07.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:07.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:08.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:08.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:08 smithi187 ceph-mon[111815]: pgmap v17297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:08.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:08 smithi088 ceph-mon[96111]: pgmap v17297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:09.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:09.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:10.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:10.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:10 smithi187 ceph-mon[111815]: pgmap v17298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:10 smithi088 ceph-mon[96111]: pgmap v17298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:11.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:11.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:12.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:12.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:12 smithi187 ceph-mon[111815]: pgmap v17299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:12 smithi088 ceph-mon[96111]: pgmap v17299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:13.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:13.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:14.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:14.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:14 smithi187 ceph-mon[111815]: pgmap v17300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:14 smithi088 ceph-mon[96111]: pgmap v17300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:15.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:15.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:16.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:16.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:16 smithi187 ceph-mon[111815]: pgmap v17301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:53:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:16 smithi088 ceph-mon[96111]: pgmap v17301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:53:17.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:17.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:53:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:53:18.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:18.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:18 smithi187 ceph-mon[111815]: pgmap v17302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:53:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:53:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:53:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:53:18.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:53:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:18 smithi088 ceph-mon[96111]: pgmap v17302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:53:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:53:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:53:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:53:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:53:19.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:19.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:20.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:20.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:20 smithi187 ceph-mon[111815]: pgmap v17303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:20 smithi088 ceph-mon[96111]: pgmap v17303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:21.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:21.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:22.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:22.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:22 smithi187 ceph-mon[111815]: pgmap v17304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:22 smithi088 ceph-mon[96111]: pgmap v17304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:23.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:23.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:24.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:24.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:24.381 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:24 smithi088 ceph-mon[96111]: pgmap v17305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:24 smithi187 ceph-mon[111815]: pgmap v17305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:25.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:25.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:26.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:26.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:26 smithi187 ceph-mon[111815]: pgmap v17306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:26 smithi088 ceph-mon[96111]: pgmap v17306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:27.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:27.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:28.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:28.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:28 smithi187 ceph-mon[111815]: pgmap v17307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:28 smithi088 ceph-mon[96111]: pgmap v17307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:29.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:29.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:30.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:30.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:30 smithi187 ceph-mon[111815]: pgmap v17308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:30 smithi088 ceph-mon[96111]: pgmap v17308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:31.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:31.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:53:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:53:32.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:32.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:32 smithi187 ceph-mon[111815]: pgmap v17309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:32 smithi088 ceph-mon[96111]: pgmap v17309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:33.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:33.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:34.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:34.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:34 smithi187 ceph-mon[111815]: pgmap v17310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:34.480 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:34 smithi088 ceph-mon[96111]: pgmap v17310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:35.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:35.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:36.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:36.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:36 smithi187 ceph-mon[111815]: pgmap v17311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:36 smithi088 ceph-mon[96111]: pgmap v17311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:37.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:37.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:38.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:38.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:38 smithi187 ceph-mon[111815]: pgmap v17312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:38 smithi088 ceph-mon[96111]: pgmap v17312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:39.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:39.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:40.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:40.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:40 smithi187 ceph-mon[111815]: pgmap v17313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:40 smithi088 ceph-mon[96111]: pgmap v17313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:41.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:41.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:42.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:42.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:42 smithi187 ceph-mon[111815]: pgmap v17314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:42 smithi088 ceph-mon[96111]: pgmap v17314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:43.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:43.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:44.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:44.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:44 smithi187 ceph-mon[111815]: pgmap v17315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:44 smithi088 ceph-mon[96111]: pgmap v17315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:45.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:45.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:46.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:46.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:46 smithi187 ceph-mon[111815]: pgmap v17316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:53:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:46 smithi088 ceph-mon[96111]: pgmap v17316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:53:47.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:47.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:48.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:48.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:48 smithi187 ceph-mon[111815]: pgmap v17317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:48 smithi088 ceph-mon[96111]: pgmap v17317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:49.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:49.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:50.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:50.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:50 smithi187 ceph-mon[111815]: pgmap v17318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:50 smithi088 ceph-mon[96111]: pgmap v17318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:51.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:51.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:52.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:52.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:52 smithi187 ceph-mon[111815]: pgmap v17319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:52 smithi088 ceph-mon[96111]: pgmap v17319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:53.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:53.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:54.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:54.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:54 smithi187 ceph-mon[111815]: pgmap v17320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:54 smithi088 ceph-mon[96111]: pgmap v17320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:55.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:55.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:56.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:56.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:56 smithi187 ceph-mon[111815]: pgmap v17321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:56 smithi088 ceph-mon[96111]: pgmap v17321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:53:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:58.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:58.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:53:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:53:58 smithi187 ceph-mon[111815]: pgmap v17322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:53:58 smithi088 ceph-mon[96111]: pgmap v17322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:53:59.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:53:59.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:00.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:00.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:00 smithi187 ceph-mon[111815]: pgmap v17323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:00 smithi088 ceph-mon[96111]: pgmap v17323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:01.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:01.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:54:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:54:02.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:02.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:02 smithi187 ceph-mon[111815]: pgmap v17324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:02 smithi088 ceph-mon[96111]: pgmap v17324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:03.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:03.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:04.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:04.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:04 smithi187 ceph-mon[111815]: pgmap v17325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:04 smithi088 ceph-mon[96111]: pgmap v17325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:05.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:05.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:06.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:06.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:06 smithi187 ceph-mon[111815]: pgmap v17326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:06 smithi088 ceph-mon[96111]: pgmap v17326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:07.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:07.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:08.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:08.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:08 smithi187 ceph-mon[111815]: pgmap v17327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:08 smithi088 ceph-mon[96111]: pgmap v17327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:09.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:09.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:10.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:10.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:10 smithi187 ceph-mon[111815]: pgmap v17328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:10 smithi088 ceph-mon[96111]: pgmap v17328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:11.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:11.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:12.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:12.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:12 smithi187 ceph-mon[111815]: pgmap v17329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:12 smithi088 ceph-mon[96111]: pgmap v17329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:13.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:13.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:14.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:14.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:14 smithi187 ceph-mon[111815]: pgmap v17330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:14 smithi088 ceph-mon[96111]: pgmap v17330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:15.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:15.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:16.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:16.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:16 smithi187 ceph-mon[111815]: pgmap v17331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:54:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:16 smithi088 ceph-mon[96111]: pgmap v17331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:54:17.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:17.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:18.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:18.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: pgmap v17332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:54:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:54:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:54:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:54:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:54:18.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:54:18.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:54:18.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:54:18.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:54:18.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:54:18.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:54:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: pgmap v17332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:54:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:54:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:54:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:54:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T08:54:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:54:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:54:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:54:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:54:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:54:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:54:19.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:19.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:19 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1430M 2023-10-13T08:54:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:19 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1430M 2023-10-13T08:54:20.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:20.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:20 smithi187 ceph-mon[111815]: pgmap v17333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:20 smithi088 ceph-mon[96111]: pgmap v17333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:21.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:21.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:22.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:22.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:22 smithi187 ceph-mon[111815]: pgmap v17334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:22 smithi088 ceph-mon[96111]: pgmap v17334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:23.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:23.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:24.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:24.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:24.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:24 smithi187 ceph-mon[111815]: pgmap v17335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:24 smithi088 ceph-mon[96111]: pgmap v17335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:25.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:25.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:26.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:26.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:26 smithi187 ceph-mon[111815]: pgmap v17336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:26 smithi088 ceph-mon[96111]: pgmap v17336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:27.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:27.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:28.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:28.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:28 smithi187 ceph-mon[111815]: pgmap v17337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:28 smithi088 ceph-mon[96111]: pgmap v17337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:29.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:29.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:30.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:30.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:30 smithi187 ceph-mon[111815]: pgmap v17338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:30 smithi088 ceph-mon[96111]: pgmap v17338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:31.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:31.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:54:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:54:32.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:32.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:32 smithi187 ceph-mon[111815]: pgmap v17339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:32 smithi088 ceph-mon[96111]: pgmap v17339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:33.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:33.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:34.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:34.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:34 smithi187 ceph-mon[111815]: pgmap v17340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:34 smithi088 ceph-mon[96111]: pgmap v17340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:35.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:35.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:36.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:36.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:36 smithi187 ceph-mon[111815]: pgmap v17341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:36 smithi088 ceph-mon[96111]: pgmap v17341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:37.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:37.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:38.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:38.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:38 smithi187 ceph-mon[111815]: pgmap v17342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:38 smithi088 ceph-mon[96111]: pgmap v17342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:39.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:39.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:40.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:40.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:40 smithi187 ceph-mon[111815]: pgmap v17343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:40 smithi088 ceph-mon[96111]: pgmap v17343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:41.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:41.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:42.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:42.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:42 smithi187 ceph-mon[111815]: pgmap v17344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:42 smithi088 ceph-mon[96111]: pgmap v17344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:43.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:43.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:44.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:44.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:44 smithi187 ceph-mon[111815]: pgmap v17345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:44 smithi088 ceph-mon[96111]: pgmap v17345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:45.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:45.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:46.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:46.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:46 smithi187 ceph-mon[111815]: pgmap v17346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:54:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:46 smithi088 ceph-mon[96111]: pgmap v17346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:54:47.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:47.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:48.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:48.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:48 smithi187 ceph-mon[111815]: pgmap v17347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:48 smithi088 ceph-mon[96111]: pgmap v17347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:49.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:49.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:50.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:50.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:50.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:50 smithi088 ceph-mon[96111]: pgmap v17348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:50 smithi187 ceph-mon[111815]: pgmap v17348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:51.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:51.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:52.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:52.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:52 smithi187 ceph-mon[111815]: pgmap v17349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:52 smithi088 ceph-mon[96111]: pgmap v17349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:53.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:53.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:54.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:54.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:54 smithi187 ceph-mon[111815]: pgmap v17350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:54 smithi088 ceph-mon[96111]: pgmap v17350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:55.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:55.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:56.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:56.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:56 smithi187 ceph-mon[111815]: pgmap v17351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:56 smithi088 ceph-mon[96111]: pgmap v17351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:54:57.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:57.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:58.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:58.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:54:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:54:58 smithi187 ceph-mon[111815]: pgmap v17352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:54:58 smithi088 ceph-mon[96111]: pgmap v17352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:54:59.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:54:59.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:00.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:00.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:00 smithi187 ceph-mon[111815]: pgmap v17353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:00 smithi088 ceph-mon[96111]: pgmap v17353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:01.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:01.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:55:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:55:02.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:02.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:02 smithi187 ceph-mon[111815]: pgmap v17354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:02 smithi088 ceph-mon[96111]: pgmap v17354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:03.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:03.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:04.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:04.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:04 smithi187 ceph-mon[111815]: pgmap v17355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:04 smithi088 ceph-mon[96111]: pgmap v17355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:05.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:05.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:06.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:06.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:06 smithi187 ceph-mon[111815]: pgmap v17356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:06 smithi088 ceph-mon[96111]: pgmap v17356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:07.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:07.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:08.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:08.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:08 smithi187 ceph-mon[111815]: pgmap v17357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:08.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:08 smithi088 ceph-mon[96111]: pgmap v17357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:09.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:09.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:10.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:10.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:10 smithi187 ceph-mon[111815]: pgmap v17358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:10 smithi088 ceph-mon[96111]: pgmap v17358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:11.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:11.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:12.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:12.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:12 smithi187 ceph-mon[111815]: pgmap v17359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:12 smithi088 ceph-mon[96111]: pgmap v17359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:13.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:13.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:14.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:14.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:14 smithi187 ceph-mon[111815]: pgmap v17360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:14 smithi088 ceph-mon[96111]: pgmap v17360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:15.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:15.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:16.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:16.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:16 smithi187 ceph-mon[111815]: pgmap v17361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:55:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:16 smithi088 ceph-mon[96111]: pgmap v17361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:55:17.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:17.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:18.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:18.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:18 smithi187 ceph-mon[111815]: pgmap v17362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:55:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:18 smithi088 ceph-mon[96111]: pgmap v17362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:55:19.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:19.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:55:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:55:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:55:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:55:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:55:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:55:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:55:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:55:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:55:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:55:20.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:20.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:20 smithi088 ceph-mon[96111]: pgmap v17363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:21.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:20 smithi187 ceph-mon[111815]: pgmap v17363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:21.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:21.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:22.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:22.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:22 smithi088 ceph-mon[96111]: pgmap v17364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:22 smithi187 ceph-mon[111815]: pgmap v17364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:23.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:23.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:24.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:24.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:24 smithi187 ceph-mon[111815]: pgmap v17365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:24 smithi088 ceph-mon[96111]: pgmap v17365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:25.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:25.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:26.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:26.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:26 smithi187 ceph-mon[111815]: pgmap v17366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:26 smithi088 ceph-mon[96111]: pgmap v17366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:27.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:27.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:28.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:28.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:28 smithi187 ceph-mon[111815]: pgmap v17367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:28 smithi088 ceph-mon[96111]: pgmap v17367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:29.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:29.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:30.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:30.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:30 smithi187 ceph-mon[111815]: pgmap v17368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:30 smithi088 ceph-mon[96111]: pgmap v17368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:31.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:31.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:55:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:55:32.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:32.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:32.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:32 smithi187 ceph-mon[111815]: pgmap v17369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:32 smithi088 ceph-mon[96111]: pgmap v17369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:33.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:33.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:34.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:34.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:34 smithi187 ceph-mon[111815]: pgmap v17370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:34 smithi088 ceph-mon[96111]: pgmap v17370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:35.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:35.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:36.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:36.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:36 smithi187 ceph-mon[111815]: pgmap v17371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:36.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:36 smithi088 ceph-mon[96111]: pgmap v17371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:37.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:37.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:38.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:38.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:38 smithi187 ceph-mon[111815]: pgmap v17372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:38 smithi088 ceph-mon[96111]: pgmap v17372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:39.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:39.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:40.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:40.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:40 smithi187 ceph-mon[111815]: pgmap v17373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:40.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:40 smithi088 ceph-mon[96111]: pgmap v17373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:41.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:41.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:42.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:42.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:42 smithi187 ceph-mon[111815]: pgmap v17374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:42 smithi088 ceph-mon[96111]: pgmap v17374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:43.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:43.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:44.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:44.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:44 smithi187 ceph-mon[111815]: pgmap v17375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:44 smithi088 ceph-mon[96111]: pgmap v17375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:45.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:45.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:46.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:46.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:46 smithi187 ceph-mon[111815]: pgmap v17376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:55:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:46 smithi088 ceph-mon[96111]: pgmap v17376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:55:47.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:47.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:48.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:48.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:48 smithi187 ceph-mon[111815]: pgmap v17377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:48 smithi088 ceph-mon[96111]: pgmap v17377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:49.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:49.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:50.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:50.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:50.682 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:50 smithi187 ceph-mon[111815]: pgmap v17378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:50.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:50 smithi088 ceph-mon[96111]: pgmap v17378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:51.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:51.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:52.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:52.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:52 smithi187 ceph-mon[111815]: pgmap v17379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:52.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:52 smithi088 ceph-mon[96111]: pgmap v17379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:53.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:53.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:54.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:54.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:54 smithi187 ceph-mon[111815]: pgmap v17380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:54 smithi088 ceph-mon[96111]: pgmap v17380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:55.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:55.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:56.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:56.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:56 smithi187 ceph-mon[111815]: pgmap v17381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:56 smithi088 ceph-mon[96111]: pgmap v17381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:55:57.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:57.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:58.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:58.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:55:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:55:58 smithi187 ceph-mon[111815]: pgmap v17382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:55:58 smithi088 ceph-mon[96111]: pgmap v17382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:55:59.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:55:59.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:00.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:00.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:00 smithi187 ceph-mon[111815]: pgmap v17383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:00 smithi088 ceph-mon[96111]: pgmap v17383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:01.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:01.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:56:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:56:02.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:02.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:02 smithi187 ceph-mon[111815]: pgmap v17384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:02 smithi088 ceph-mon[96111]: pgmap v17384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:03.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:03.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:04.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:04.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:04 smithi187 ceph-mon[111815]: pgmap v17385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:04 smithi088 ceph-mon[96111]: pgmap v17385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:05.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:05.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:06.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:06.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:06 smithi187 ceph-mon[111815]: pgmap v17386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:06 smithi088 ceph-mon[96111]: pgmap v17386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:07.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:07.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:08.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:08.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:08 smithi187 ceph-mon[111815]: pgmap v17387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:08 smithi088 ceph-mon[96111]: pgmap v17387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:09.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:09.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:10.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:10.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:10 smithi187 ceph-mon[111815]: pgmap v17388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:10 smithi088 ceph-mon[96111]: pgmap v17388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:11.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:11.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:12.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:12.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:12 smithi187 ceph-mon[111815]: pgmap v17389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:12 smithi088 ceph-mon[96111]: pgmap v17389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:13.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:13.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:14.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:14.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:14 smithi187 ceph-mon[111815]: pgmap v17390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:14 smithi088 ceph-mon[96111]: pgmap v17390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:15.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:15.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:16.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:16.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:16 smithi187 ceph-mon[111815]: pgmap v17391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:56:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:16 smithi088 ceph-mon[96111]: pgmap v17391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:56:17.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:17.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:18.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:18.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:18.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:18 smithi187 ceph-mon[111815]: pgmap v17392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:18 smithi088 ceph-mon[96111]: pgmap v17392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:19.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:19.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:56:19.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:56:19.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:56:19.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:56:19.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:56:19.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:56:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:56:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:56:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:56:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:56:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:56:19.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:56:20.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:20.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:20 smithi187 ceph-mon[111815]: pgmap v17393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:20 smithi088 ceph-mon[96111]: pgmap v17393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:21.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:21.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:22.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:22.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:22 smithi187 ceph-mon[111815]: pgmap v17394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:22 smithi088 ceph-mon[96111]: pgmap v17394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:23.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:23.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:24.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:24.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:24 smithi187 ceph-mon[111815]: pgmap v17395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:24 smithi088 ceph-mon[96111]: pgmap v17395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:25.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:25.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:26.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:26.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:26 smithi187 ceph-mon[111815]: pgmap v17396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:26 smithi088 ceph-mon[96111]: pgmap v17396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:27.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:27.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:28.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:28.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:28 smithi187 ceph-mon[111815]: pgmap v17397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:28 smithi088 ceph-mon[96111]: pgmap v17397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:29.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:29.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:30.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:30.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:30 smithi187 ceph-mon[111815]: pgmap v17398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:30 smithi088 ceph-mon[96111]: pgmap v17398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:31.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:31.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:56:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:56:32.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:32.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:32 smithi187 ceph-mon[111815]: pgmap v17399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:32 smithi088 ceph-mon[96111]: pgmap v17399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:33.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:33.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:34.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:34.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:34 smithi187 ceph-mon[111815]: pgmap v17400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:34 smithi088 ceph-mon[96111]: pgmap v17400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:35.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:35.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:36.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:36.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:36.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:36 smithi088 ceph-mon[96111]: pgmap v17401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:36 smithi187 ceph-mon[111815]: pgmap v17401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:37.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:37.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:38.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:38.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:38 smithi187 ceph-mon[111815]: pgmap v17402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:38 smithi088 ceph-mon[96111]: pgmap v17402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:39.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:39.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:40.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:40.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:40 smithi187 ceph-mon[111815]: pgmap v17403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:40 smithi088 ceph-mon[96111]: pgmap v17403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:41.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:41.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:42.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:42.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:42 smithi187 ceph-mon[111815]: pgmap v17404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:42 smithi088 ceph-mon[96111]: pgmap v17404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:43.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:43.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:44.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:44.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:44 smithi187 ceph-mon[111815]: pgmap v17405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:44 smithi088 ceph-mon[96111]: pgmap v17405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:45.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:45.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:46.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:46.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:46 smithi187 ceph-mon[111815]: pgmap v17406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:56:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:46 smithi088 ceph-mon[96111]: pgmap v17406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:56:47.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:47.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:48.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:48.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:48 smithi187 ceph-mon[111815]: pgmap v17407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:48 smithi088 ceph-mon[96111]: pgmap v17407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:49.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:49.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:50.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:50.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:50 smithi187 ceph-mon[111815]: pgmap v17408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:50 smithi088 ceph-mon[96111]: pgmap v17408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:51.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:51.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:52.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:52.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:52 smithi187 ceph-mon[111815]: pgmap v17409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:52 smithi088 ceph-mon[96111]: pgmap v17409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:53.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:53.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:54.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:54.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:54 smithi187 ceph-mon[111815]: pgmap v17410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:54 smithi088 ceph-mon[96111]: pgmap v17410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:55.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:55.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:56.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:56.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:56 smithi187 ceph-mon[111815]: pgmap v17411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:56 smithi088 ceph-mon[96111]: pgmap v17411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:56:57.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:57.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:58.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:58.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:56:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:56:58 smithi187 ceph-mon[111815]: pgmap v17412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:56:58 smithi088 ceph-mon[96111]: pgmap v17412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:56:59.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:56:59.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:00.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:00.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:00 smithi187 ceph-mon[111815]: pgmap v17413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:00 smithi088 ceph-mon[96111]: pgmap v17413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:01.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:01.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:57:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:57:02.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:02.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:02 smithi187 ceph-mon[111815]: pgmap v17414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:02 smithi088 ceph-mon[96111]: pgmap v17414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:03.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:03.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:04.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:04.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:04 smithi187 ceph-mon[111815]: pgmap v17415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:04 smithi088 ceph-mon[96111]: pgmap v17415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:05.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:05.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:06.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:06.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:06 smithi187 ceph-mon[111815]: pgmap v17416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:06 smithi088 ceph-mon[96111]: pgmap v17416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:07.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:07.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:08.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:08.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:08 smithi187 ceph-mon[111815]: pgmap v17417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:08.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:08 smithi088 ceph-mon[96111]: pgmap v17417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:09.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:09.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:10.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:10.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:10 smithi187 ceph-mon[111815]: pgmap v17418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:10 smithi088 ceph-mon[96111]: pgmap v17418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:11.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:11.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:12.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:12.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:12 smithi187 ceph-mon[111815]: pgmap v17419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:12 smithi088 ceph-mon[96111]: pgmap v17419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:13.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:13.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:14 smithi187 ceph-mon[111815]: pgmap v17420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:14.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:14.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:14 smithi088 ceph-mon[96111]: pgmap v17420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:15.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:15.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:16.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:16.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:16 smithi187 ceph-mon[111815]: pgmap v17421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:57:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:16 smithi088 ceph-mon[96111]: pgmap v17421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:57:17.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:17.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:18.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:18.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:18 smithi187 ceph-mon[111815]: pgmap v17422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:18 smithi088 ceph-mon[96111]: pgmap v17422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:19.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:19.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:57:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:57:20.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:20.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:20.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:20 smithi187 ceph-mon[111815]: pgmap v17423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:20 smithi088 ceph-mon[96111]: pgmap v17423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:21.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:21.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:22.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:22.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:22 smithi187 ceph-mon[111815]: pgmap v17424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:57:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:57:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:22 smithi088 ceph-mon[96111]: pgmap v17424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:57:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:57:23.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:23.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:57:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:57:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:57:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:57:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:57:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:57:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:57:23.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:57:23.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:57:23.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:57:24.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:24.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:24.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:24 smithi088 ceph-mon[96111]: pgmap v17425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:24 smithi187 ceph-mon[111815]: pgmap v17425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:25.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:25.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:26.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:26.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:26 smithi187 ceph-mon[111815]: pgmap v17426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:26.740 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:26 smithi088 ceph-mon[96111]: pgmap v17426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:27.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:27.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:28.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:28.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:28 smithi187 ceph-mon[111815]: pgmap v17427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:28 smithi088 ceph-mon[96111]: pgmap v17427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:29.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:29.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:30.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:30.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:30 smithi187 ceph-mon[111815]: pgmap v17428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:30 smithi088 ceph-mon[96111]: pgmap v17428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:31.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:31.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:57:31.789 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:57:32.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:32.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:32 smithi187 ceph-mon[111815]: pgmap v17429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:32 smithi088 ceph-mon[96111]: pgmap v17429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:33.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:33.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:34 smithi187 ceph-mon[111815]: pgmap v17430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:34.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:34.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:34 smithi088 ceph-mon[96111]: pgmap v17430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:35.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:35.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:36.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:36 smithi187 ceph-mon[111815]: pgmap v17431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:36 smithi088 ceph-mon[96111]: pgmap v17431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:37.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:37.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:38.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:38.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:38 smithi187 ceph-mon[111815]: pgmap v17432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:38 smithi088 ceph-mon[96111]: pgmap v17432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:39.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:39.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:40.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:40.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:40 smithi187 ceph-mon[111815]: pgmap v17433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:40 smithi088 ceph-mon[96111]: pgmap v17433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:41.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:41.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:42.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:42.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:42 smithi187 ceph-mon[111815]: pgmap v17434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:42 smithi088 ceph-mon[96111]: pgmap v17434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:43.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:43.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:44 smithi187 ceph-mon[111815]: pgmap v17435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:44.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:44.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:44 smithi088 ceph-mon[96111]: pgmap v17435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:45.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:45.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:46.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:46.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:46 smithi187 ceph-mon[111815]: pgmap v17436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:57:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:46 smithi088 ceph-mon[96111]: pgmap v17436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:57:47.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:47.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:48.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:48.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:48 smithi187 ceph-mon[111815]: pgmap v17437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:48 smithi088 ceph-mon[96111]: pgmap v17437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:49.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:49.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:50.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:50.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:50 smithi187 ceph-mon[111815]: pgmap v17438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:50 smithi088 ceph-mon[96111]: pgmap v17438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:51.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:51.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:52.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:52.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:52 smithi187 ceph-mon[111815]: pgmap v17439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:52 smithi088 ceph-mon[96111]: pgmap v17439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:53.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:53.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:54 smithi187 ceph-mon[111815]: pgmap v17440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:54.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:54.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:54 smithi088 ceph-mon[96111]: pgmap v17440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:55.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:55.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:56.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:56.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:56 smithi187 ceph-mon[111815]: pgmap v17441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:56.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:56 smithi088 ceph-mon[96111]: pgmap v17441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:57:57.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:57.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:58.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:58.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:57:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:57:58 smithi187 ceph-mon[111815]: pgmap v17442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:58.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:57:58 smithi088 ceph-mon[96111]: pgmap v17442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:57:59.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:57:59.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:00.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:00.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:00 smithi187 ceph-mon[111815]: pgmap v17443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:00 smithi088 ceph-mon[96111]: pgmap v17443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:01.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:01.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:58:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:58:02.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:02.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:02 smithi187 ceph-mon[111815]: pgmap v17444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:02 smithi088 ceph-mon[96111]: pgmap v17444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:03.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:03.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:04 smithi187 ceph-mon[111815]: pgmap v17445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:04.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:04.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:04 smithi088 ceph-mon[96111]: pgmap v17445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:05.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:05.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:06.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:06.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:06 smithi187 ceph-mon[111815]: pgmap v17446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:06 smithi088 ceph-mon[96111]: pgmap v17446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:07.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:07.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:08.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:08.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:08 smithi187 ceph-mon[111815]: pgmap v17447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:08 smithi088 ceph-mon[96111]: pgmap v17447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:09.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:09.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:10.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:10.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:10 smithi187 ceph-mon[111815]: pgmap v17448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:10 smithi088 ceph-mon[96111]: pgmap v17448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:11.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:11.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:12.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:12.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:12 smithi187 ceph-mon[111815]: pgmap v17449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:12 smithi088 ceph-mon[96111]: pgmap v17449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:13.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:13.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:14 smithi187 ceph-mon[111815]: pgmap v17450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:14.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:14.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:14 smithi088 ceph-mon[96111]: pgmap v17450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:15.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:15.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:16.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:16.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:16 smithi187 ceph-mon[111815]: pgmap v17451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:58:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:16 smithi088 ceph-mon[96111]: pgmap v17451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:58:17.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:17.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:18.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:18.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:18 smithi187 ceph-mon[111815]: pgmap v17452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:18 smithi088 ceph-mon[96111]: pgmap v17452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:19.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:19.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:20.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:20.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:20 smithi187 ceph-mon[111815]: pgmap v17453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:20 smithi088 ceph-mon[96111]: pgmap v17453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:21.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:21.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:22 smithi088 ceph-mon[96111]: pgmap v17454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:22.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:22.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:22 smithi187 ceph-mon[111815]: pgmap v17454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:23.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:23.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:58:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:58:24.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:24.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:24 smithi187 ceph-mon[111815]: pgmap v17455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:24 smithi088 ceph-mon[96111]: pgmap v17455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:25.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:25.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:26.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:26.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:26 smithi187 ceph-mon[111815]: pgmap v17456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:26 smithi088 ceph-mon[96111]: pgmap v17456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:27.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:27.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:28.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:28.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:58:28.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:58:28.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:28 smithi187 ceph-mon[111815]: pgmap v17457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:28.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:58:28.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:58:28.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:58:28.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:58:28.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:58:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:58:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:58:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:28 smithi088 ceph-mon[96111]: pgmap v17457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:58:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:58:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:58:28.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:58:28.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:58:29.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:29.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:30.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:30.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:30 smithi187 ceph-mon[111815]: pgmap v17458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:30 smithi088 ceph-mon[96111]: pgmap v17458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:31.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:31.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:58:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:58:32.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:32.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:32 smithi187 ceph-mon[111815]: pgmap v17459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:32 smithi088 ceph-mon[96111]: pgmap v17459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:33.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:33.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:34 smithi187 ceph-mon[111815]: pgmap v17460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:34 smithi088 ceph-mon[96111]: pgmap v17460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:34.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:34.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:35.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:35.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:36.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:36.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:36 smithi187 ceph-mon[111815]: pgmap v17461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:36 smithi088 ceph-mon[96111]: pgmap v17461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:37.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:37.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:38.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:38.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:38 smithi187 ceph-mon[111815]: pgmap v17462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:38 smithi088 ceph-mon[96111]: pgmap v17462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:39.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:39.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:40.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:40.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:40 smithi187 ceph-mon[111815]: pgmap v17463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:40.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:40 smithi088 ceph-mon[96111]: pgmap v17463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:41.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:41.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:42.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:42.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:42 smithi187 ceph-mon[111815]: pgmap v17464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:42 smithi088 ceph-mon[96111]: pgmap v17464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:43.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:43.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:44 smithi187 ceph-mon[111815]: pgmap v17465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:44 smithi088 ceph-mon[96111]: pgmap v17465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:44.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:44.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:45.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:45.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:46.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:46.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:46 smithi187 ceph-mon[111815]: pgmap v17466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:58:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:46 smithi088 ceph-mon[96111]: pgmap v17466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:58:47.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:47.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:48.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:48.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:48 smithi187 ceph-mon[111815]: pgmap v17467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:48 smithi088 ceph-mon[96111]: pgmap v17467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:49.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:49.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:50.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:50.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:50 smithi187 ceph-mon[111815]: pgmap v17468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:50 smithi088 ceph-mon[96111]: pgmap v17468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:51.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:51.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:52.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:52.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:52 smithi187 ceph-mon[111815]: pgmap v17469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:52 smithi088 ceph-mon[96111]: pgmap v17469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:53.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:53.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:54 smithi187 ceph-mon[111815]: pgmap v17470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:54 smithi088 ceph-mon[96111]: pgmap v17470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:54.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:54.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:55.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:55.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:56.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:56.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:56 smithi187 ceph-mon[111815]: pgmap v17471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:56 smithi088 ceph-mon[96111]: pgmap v17471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:58:57.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:57.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:58.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:58.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:58:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:58:58 smithi187 ceph-mon[111815]: pgmap v17472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:58:58 smithi088 ceph-mon[96111]: pgmap v17472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:58:59.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:58:59.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:00.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:00.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:00 smithi187 ceph-mon[111815]: pgmap v17473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:00 smithi088 ceph-mon[96111]: pgmap v17473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:01.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:01.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:59:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:59:02.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:02.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:02 smithi088 ceph-mon[96111]: pgmap v17474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:02 smithi187 ceph-mon[111815]: pgmap v17474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:03.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:03.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:04 smithi187 ceph-mon[111815]: pgmap v17475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:04 smithi088 ceph-mon[96111]: pgmap v17475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:04.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:04.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:05.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:05.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:06.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:06.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:06 smithi187 ceph-mon[111815]: pgmap v17476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:06 smithi088 ceph-mon[96111]: pgmap v17476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:07.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:07.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:08.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:08.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:08 smithi187 ceph-mon[111815]: pgmap v17477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:08.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:08 smithi088 ceph-mon[96111]: pgmap v17477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:09.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:09.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:10.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:10.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:10 smithi187 ceph-mon[111815]: pgmap v17478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:10 smithi088 ceph-mon[96111]: pgmap v17478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:11.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:11.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:12.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:12.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:12 smithi187 ceph-mon[111815]: pgmap v17479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:12.773 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:12 smithi088 ceph-mon[96111]: pgmap v17479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:13.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:13.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:14 smithi187 ceph-mon[111815]: pgmap v17480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:14 smithi088 ceph-mon[96111]: pgmap v17480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:14.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:14.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:15.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:15.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:16.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:16.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:16 smithi187 ceph-mon[111815]: pgmap v17481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:59:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:16 smithi088 ceph-mon[96111]: pgmap v17481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:59:17.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:17.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:18.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:18.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:18 smithi187 ceph-mon[111815]: pgmap v17482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:18 smithi088 ceph-mon[96111]: pgmap v17482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:19.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:19.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:20.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:20.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:20 smithi187 ceph-mon[111815]: pgmap v17483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:20 smithi088 ceph-mon[96111]: pgmap v17483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:21.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:21.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:22.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:22.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:22 smithi088 ceph-mon[96111]: pgmap v17484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:22.879 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:22 smithi187 ceph-mon[111815]: pgmap v17484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:23.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:23.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:24.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:24 smithi187 ceph-mon[111815]: pgmap v17485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:24 smithi088 ceph-mon[96111]: pgmap v17485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:24.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:24.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:25.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:25.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:26.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:26.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:26 smithi187 ceph-mon[111815]: pgmap v17486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:26 smithi088 ceph-mon[96111]: pgmap v17486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:27.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:27.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:28.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:28.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:28 smithi088 ceph-mon[96111]: pgmap v17487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:59:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:59:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:59:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:59:28.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:59:28.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:59:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:28 smithi187 ceph-mon[111815]: pgmap v17487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T08:59:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T08:59:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T08:59:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:59:28.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T08:59:28.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T08:59:29.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:29.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:30.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:30.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:30 smithi088 ceph-mon[96111]: pgmap v17488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:30 smithi187 ceph-mon[111815]: pgmap v17488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:31.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:31.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:59:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:59:32.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:32.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:32 smithi088 ceph-mon[96111]: pgmap v17489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:32 smithi187 ceph-mon[111815]: pgmap v17489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:33.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:33.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:34 smithi187 ceph-mon[111815]: pgmap v17490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:34 smithi088 ceph-mon[96111]: pgmap v17490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:34.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:34.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:35.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:35.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:36.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:36.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:36 smithi187 ceph-mon[111815]: pgmap v17491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:36 smithi088 ceph-mon[96111]: pgmap v17491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:37.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:37.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:38.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:38.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:38.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:38 smithi088 ceph-mon[96111]: pgmap v17492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:38 smithi187 ceph-mon[111815]: pgmap v17492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:39.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:39.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:40.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:40.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:40 smithi088 ceph-mon[96111]: pgmap v17493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:40 smithi187 ceph-mon[111815]: pgmap v17493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:41.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:41.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:42.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:42.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:42 smithi088 ceph-mon[96111]: pgmap v17494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:42 smithi187 ceph-mon[111815]: pgmap v17494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:43.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:43.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:44 smithi187 ceph-mon[111815]: pgmap v17495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:44 smithi088 ceph-mon[96111]: pgmap v17495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:44.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:44.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:45.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:45.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:46.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:46.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:46 smithi088 ceph-mon[96111]: pgmap v17496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:59:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:46 smithi187 ceph-mon[111815]: pgmap v17496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T08:59:47.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:47.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:48.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:48.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:48 smithi088 ceph-mon[96111]: pgmap v17497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:48 smithi187 ceph-mon[111815]: pgmap v17497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:49.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:49.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:50.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:50.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:50 smithi088 ceph-mon[96111]: pgmap v17498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:50 smithi187 ceph-mon[111815]: pgmap v17498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:51.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:51.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:52.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:52.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:52 smithi088 ceph-mon[96111]: pgmap v17499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:52 smithi187 ceph-mon[111815]: pgmap v17499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:53.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:53.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:54 smithi187 ceph-mon[111815]: pgmap v17500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:54 smithi088 ceph-mon[96111]: pgmap v17500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:54.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:54.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:55.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:55.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:56.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:56.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:56 smithi088 ceph-mon[96111]: pgmap v17501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:56 smithi187 ceph-mon[111815]: pgmap v17501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T08:59:57.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:57.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 08:59:58 smithi088 ceph-mon[96111]: pgmap v17502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 08:59:58 smithi187 ceph-mon[111815]: pgmap v17502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T08:59:58.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:58.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T08:59:59.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T08:59:59.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:00.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:00.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:00 smithi088 ceph-mon[96111]: pgmap v17503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T09:00:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:00 smithi187 ceph-mon[111815]: pgmap v17503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:00.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T09:00:01.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:01.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:00:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:00:02.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:02.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:02 smithi088 ceph-mon[96111]: pgmap v17504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:02 smithi187 ceph-mon[111815]: pgmap v17504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:03.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:03.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:04 smithi088 ceph-mon[96111]: pgmap v17505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:04 smithi187 ceph-mon[111815]: pgmap v17505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:04.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:04.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:05.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:05.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:06.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:06.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:06 smithi088 ceph-mon[96111]: pgmap v17506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:06 smithi187 ceph-mon[111815]: pgmap v17506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:07.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:07.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:08 smithi088 ceph-mon[96111]: pgmap v17507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:08 smithi187 ceph-mon[111815]: pgmap v17507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:08.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:08.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:09.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:09.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:10.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:10.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:10.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:10 smithi088 ceph-mon[96111]: pgmap v17508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:10 smithi187 ceph-mon[111815]: pgmap v17508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:11.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:11.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:12.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:12.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:12 smithi088 ceph-mon[96111]: pgmap v17509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:12 smithi187 ceph-mon[111815]: pgmap v17509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:13.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:13.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:14 smithi088 ceph-mon[96111]: pgmap v17510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:14 smithi187 ceph-mon[111815]: pgmap v17510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:14.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:14.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:15.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:15.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:16.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:16.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:16 smithi088 ceph-mon[96111]: pgmap v17511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:00:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:16 smithi187 ceph-mon[111815]: pgmap v17511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:00:17.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:17.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:18.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:18.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:18 smithi088 ceph-mon[96111]: pgmap v17512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:18 smithi187 ceph-mon[111815]: pgmap v17512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:19.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:19.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:20.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:20.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:20 smithi088 ceph-mon[96111]: pgmap v17513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:20 smithi187 ceph-mon[111815]: pgmap v17513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:21.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:21.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:22.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:22.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:22 smithi088 ceph-mon[96111]: pgmap v17514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:22 smithi187 ceph-mon[111815]: pgmap v17514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:23.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:23.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:24 smithi088 ceph-mon[96111]: pgmap v17515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:24 smithi187 ceph-mon[111815]: pgmap v17515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:24.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:24.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:25.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:25.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:26.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:26.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:26 smithi088 ceph-mon[96111]: pgmap v17516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:26 smithi187 ceph-mon[111815]: pgmap v17516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:27.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:27.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:28.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:28.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:28 smithi088 ceph-mon[96111]: pgmap v17517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:28.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:00:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:28 smithi187 ceph-mon[111815]: pgmap v17517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:00:29.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:29.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:00:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:00:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:00:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:00:30.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:00:30.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:00:30.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:00:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:00:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:00:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:00:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:00:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:00:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:00:30.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:00:30.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:30.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:30 smithi088 ceph-mon[96111]: pgmap v17518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:00:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:30 smithi187 ceph-mon[111815]: pgmap v17518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:00:31.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:31.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:32.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:32.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:32 smithi088 ceph-mon[96111]: pgmap v17519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:32 smithi187 ceph-mon[111815]: pgmap v17519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:33.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:33.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:34 smithi088 ceph-mon[96111]: pgmap v17520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:34 smithi187 ceph-mon[111815]: pgmap v17520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:34.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:34.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:35.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:35.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:36.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:36.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:36 smithi088 ceph-mon[96111]: pgmap v17521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:36 smithi187 ceph-mon[111815]: pgmap v17521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:37.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:37.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:38.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:38.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:38 smithi088 ceph-mon[96111]: pgmap v17522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:38 smithi187 ceph-mon[111815]: pgmap v17522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:39.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:39.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:40.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:40.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:40 smithi088 ceph-mon[96111]: pgmap v17523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:40 smithi187 ceph-mon[111815]: pgmap v17523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:41.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:41.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:42.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:42.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:42 smithi088 ceph-mon[96111]: pgmap v17524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:42 smithi187 ceph-mon[111815]: pgmap v17524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:43.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:43.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:44 smithi088 ceph-mon[96111]: pgmap v17525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:44 smithi187 ceph-mon[111815]: pgmap v17525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:44.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:44.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:45.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:45.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:46.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:46.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:46 smithi088 ceph-mon[96111]: pgmap v17526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:00:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:46 smithi187 ceph-mon[111815]: pgmap v17526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:00:47.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:47.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:48.781 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:48 smithi187 ceph-mon[111815]: pgmap v17527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:48.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:48.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:48 smithi088 ceph-mon[96111]: pgmap v17527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:49.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:49.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:50.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:50.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:50 smithi088 ceph-mon[96111]: pgmap v17528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:50 smithi187 ceph-mon[111815]: pgmap v17528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:51.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:51.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:52.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:52.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:52 smithi088 ceph-mon[96111]: pgmap v17529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:52 smithi187 ceph-mon[111815]: pgmap v17529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:53.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:53.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:54 smithi088 ceph-mon[96111]: pgmap v17530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:54 smithi187 ceph-mon[111815]: pgmap v17530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:54.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:54.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:55.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:55.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:56 smithi088 ceph-mon[96111]: pgmap v17531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:56.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:56.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:56 smithi187 ceph-mon[111815]: pgmap v17531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:00:57.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:57.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:58.802 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:00:58 smithi088 ceph-mon[96111]: pgmap v17532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:58.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:58.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:00:58.887 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:00:58 smithi187 ceph-mon[111815]: pgmap v17532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:00:59.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:00:59.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:00 smithi088 ceph-mon[96111]: pgmap v17533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:00.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:00.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:00 smithi187 ceph-mon[111815]: pgmap v17533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:01:01.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:01.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:01.893 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:01:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:02 smithi088 ceph-mon[96111]: pgmap v17534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:02.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:02.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:02 smithi187 ceph-mon[111815]: pgmap v17534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:03.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:03.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:04 smithi088 ceph-mon[96111]: pgmap v17535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:04 smithi187 ceph-mon[111815]: pgmap v17535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:04.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:04.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:05.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:05.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:06 smithi088 ceph-mon[96111]: pgmap v17536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:06.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:06.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:06 smithi187 ceph-mon[111815]: pgmap v17536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:07.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:07.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:08 smithi088 ceph-mon[96111]: pgmap v17537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:08.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:08.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:08 smithi187 ceph-mon[111815]: pgmap v17537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:09.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:09.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:10.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:10 smithi088 ceph-mon[96111]: pgmap v17538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:10.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:10.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:10 smithi187 ceph-mon[111815]: pgmap v17538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:11.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:11.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:12 smithi088 ceph-mon[96111]: pgmap v17539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:12.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:12.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:12 smithi187 ceph-mon[111815]: pgmap v17539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:13.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:13.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:14 smithi187 ceph-mon[111815]: pgmap v17540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:14 smithi088 ceph-mon[96111]: pgmap v17540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:14.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:14.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:15.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:15.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:16 smithi088 ceph-mon[96111]: pgmap v17541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:01:16.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:16.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:16 smithi187 ceph-mon[111815]: pgmap v17541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:01:17.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:17.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:18 smithi088 ceph-mon[96111]: pgmap v17542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:18.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:18.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:18 smithi187 ceph-mon[111815]: pgmap v17542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:19.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:19.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:20 smithi088 ceph-mon[96111]: pgmap v17543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:20.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:20.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:20 smithi187 ceph-mon[111815]: pgmap v17543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:21.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:21.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:22 smithi088 ceph-mon[96111]: pgmap v17544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:22.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:22.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:22 smithi187 ceph-mon[111815]: pgmap v17544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:23.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:23.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:24 smithi088 ceph-mon[96111]: pgmap v17545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:24 smithi187 ceph-mon[111815]: pgmap v17545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:24.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:24.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:25.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:25.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:26 smithi088 ceph-mon[96111]: pgmap v17546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:26.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:26.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:26 smithi187 ceph-mon[111815]: pgmap v17546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:27.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:27.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:28 smithi088 ceph-mon[96111]: pgmap v17547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:28.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:28.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:28 smithi187 ceph-mon[111815]: pgmap v17547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:01:29.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:29.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:01:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:30 smithi088 ceph-mon[96111]: pgmap v17548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:01:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:01:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:01:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:01:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:01:30.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:30.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:30 smithi187 ceph-mon[111815]: pgmap v17548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:01:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:01:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:01:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:01:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:01:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:01:31.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:31.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:01:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:32 smithi088 ceph-mon[96111]: pgmap v17549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:32.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:32.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:32 smithi187 ceph-mon[111815]: pgmap v17549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:33.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:33.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:34 smithi088 ceph-mon[96111]: pgmap v17550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:34 smithi187 ceph-mon[111815]: pgmap v17550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:34.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:34.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:35.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:35.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:36 smithi088 ceph-mon[96111]: pgmap v17551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:36.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:36.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:36 smithi187 ceph-mon[111815]: pgmap v17551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:37.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:37.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:38 smithi088 ceph-mon[96111]: pgmap v17552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:38.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:38.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:38 smithi187 ceph-mon[111815]: pgmap v17552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:39.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:39.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:40 smithi088 ceph-mon[96111]: pgmap v17553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:40.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:40.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:40 smithi187 ceph-mon[111815]: pgmap v17553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:41.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:41.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:42 smithi088 ceph-mon[96111]: pgmap v17554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:42.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:42.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:42 smithi187 ceph-mon[111815]: pgmap v17554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:43.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:43.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:44 smithi088 ceph-mon[96111]: pgmap v17555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:44 smithi187 ceph-mon[111815]: pgmap v17555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:44.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:44.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:45.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:45.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:46 smithi088 ceph-mon[96111]: pgmap v17556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:01:46.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:46.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:46 smithi187 ceph-mon[111815]: pgmap v17556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:01:47.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:47.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:48 smithi088 ceph-mon[96111]: pgmap v17557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:48.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:48.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:48 smithi187 ceph-mon[111815]: pgmap v17557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:49.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:49.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:50 smithi088 ceph-mon[96111]: pgmap v17558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:50.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:50.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:50 smithi187 ceph-mon[111815]: pgmap v17558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:51.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:51.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:52 smithi088 ceph-mon[96111]: pgmap v17559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:52.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:52.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:52 smithi187 ceph-mon[111815]: pgmap v17559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:53.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:53.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:54 smithi088 ceph-mon[96111]: pgmap v17560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:54 smithi187 ceph-mon[111815]: pgmap v17560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:54.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:54.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:55.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:55.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:56 smithi088 ceph-mon[96111]: pgmap v17561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:56.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:56.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:56 smithi187 ceph-mon[111815]: pgmap v17561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:01:57.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:57.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:01:58 smithi088 ceph-mon[96111]: pgmap v17562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:58.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:58.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:01:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:01:58 smithi187 ceph-mon[111815]: pgmap v17562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:01:59.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:01:59.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:00 smithi088 ceph-mon[96111]: pgmap v17563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:00.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:00.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:00 smithi187 ceph-mon[111815]: pgmap v17563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:02:01.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:01.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:02:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:02 smithi088 ceph-mon[96111]: pgmap v17564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:02.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:02.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:02 smithi187 ceph-mon[111815]: pgmap v17564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:03.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:03.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:04.573 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:04 smithi187 ceph-mon[111815]: pgmap v17565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:04 smithi088 ceph-mon[96111]: pgmap v17565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:04.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:04.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:05.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:05.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:06 smithi088 ceph-mon[96111]: pgmap v17566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:06.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:06.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:06 smithi187 ceph-mon[111815]: pgmap v17566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:07.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:07.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:08 smithi088 ceph-mon[96111]: pgmap v17567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:08.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:08.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:08 smithi187 ceph-mon[111815]: pgmap v17567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:09.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:09.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:10.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:10 smithi088 ceph-mon[96111]: pgmap v17568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:10.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:10.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:10 smithi187 ceph-mon[111815]: pgmap v17568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:11.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:11.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:12 smithi088 ceph-mon[96111]: pgmap v17569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:12.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:12.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:12 smithi187 ceph-mon[111815]: pgmap v17569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:13.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:13.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:14.538 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:14 smithi088 ceph-mon[96111]: pgmap v17570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:14.679 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:14 smithi187 ceph-mon[111815]: pgmap v17570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:14.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:14.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:15.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:15.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:16 smithi088 ceph-mon[96111]: pgmap v17571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:02:16.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:16.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:16 smithi187 ceph-mon[111815]: pgmap v17571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:02:17.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:17.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:18 smithi088 ceph-mon[96111]: pgmap v17572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:18 smithi187 ceph-mon[111815]: pgmap v17572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:18.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:18.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:19.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:19.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:20 smithi088 ceph-mon[96111]: pgmap v17573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:20 smithi187 ceph-mon[111815]: pgmap v17573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:20.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:20.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:21.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:21.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:22 smithi088 ceph-mon[96111]: pgmap v17574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:22 smithi187 ceph-mon[111815]: pgmap v17574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:22.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:22.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:23.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:23.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:24 smithi088 ceph-mon[96111]: pgmap v17575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:24 smithi187 ceph-mon[111815]: pgmap v17575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:24.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:24.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:25.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:25.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:26 smithi088 ceph-mon[96111]: pgmap v17576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:26 smithi187 ceph-mon[111815]: pgmap v17576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:26.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:26.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:27.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:27.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:28 smithi088 ceph-mon[96111]: pgmap v17577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:28 smithi187 ceph-mon[111815]: pgmap v17577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:28.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:28.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:29.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:29.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:30 smithi088 ceph-mon[96111]: pgmap v17578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:02:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:02:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:02:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:30 smithi187 ceph-mon[111815]: pgmap v17578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:02:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:02:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:02:30.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:30.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:02:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:02:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:02:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:02:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:02:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:02:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:02:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:02:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:02:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:02:31.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:02:31.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:02:31.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:31.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:32 smithi187 ceph-mon[111815]: pgmap v17579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:32.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:32.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:32 smithi088 ceph-mon[96111]: pgmap v17579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:33.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:33.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:34 smithi088 ceph-mon[96111]: pgmap v17580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:34 smithi187 ceph-mon[111815]: pgmap v17580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:34.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:34.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:35.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:35.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:36 smithi088 ceph-mon[96111]: pgmap v17581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:36 smithi187 ceph-mon[111815]: pgmap v17581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:36.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:36.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:37.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:37.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:38 smithi088 ceph-mon[96111]: pgmap v17582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:38 smithi187 ceph-mon[111815]: pgmap v17582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:38.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:38.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:39.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:39.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:40.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:40 smithi088 ceph-mon[96111]: pgmap v17583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:40 smithi187 ceph-mon[111815]: pgmap v17583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:40.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:40.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:41.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:41.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:42.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:42 smithi088 ceph-mon[96111]: pgmap v17584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:42 smithi187 ceph-mon[111815]: pgmap v17584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:43.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:43.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:44.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:44.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:44 smithi088 ceph-mon[96111]: pgmap v17585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:44 smithi187 ceph-mon[111815]: pgmap v17585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:45.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:45.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:46.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:46.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:46 smithi088 ceph-mon[96111]: pgmap v17586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:02:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:46 smithi187 ceph-mon[111815]: pgmap v17586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:02:47.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:47.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:48.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:48.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:48 smithi088 ceph-mon[96111]: pgmap v17587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:48 smithi187 ceph-mon[111815]: pgmap v17587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:49.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:49.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:50.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:50.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:50.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:50 smithi088 ceph-mon[96111]: pgmap v17588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:50 smithi187 ceph-mon[111815]: pgmap v17588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:51.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:51.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:52.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:52.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:52 smithi088 ceph-mon[96111]: pgmap v17589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:52 smithi187 ceph-mon[111815]: pgmap v17589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:53.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:53.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:54.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:54.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:54 smithi088 ceph-mon[96111]: pgmap v17590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:54 smithi187 ceph-mon[111815]: pgmap v17590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:55.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:55.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:56.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:56.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:56 smithi088 ceph-mon[96111]: pgmap v17591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:56 smithi187 ceph-mon[111815]: pgmap v17591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:02:57.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:57.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:58.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:58.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:02:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:02:58 smithi088 ceph-mon[96111]: pgmap v17592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:02:58 smithi187 ceph-mon[111815]: pgmap v17592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:02:59.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:02:59.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:00.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:00.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:00 smithi088 ceph-mon[96111]: pgmap v17593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:00 smithi187 ceph-mon[111815]: pgmap v17593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:01.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:01.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:03:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:03:02.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:02.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:02 smithi088 ceph-mon[96111]: pgmap v17594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:02 smithi187 ceph-mon[111815]: pgmap v17594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:03.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:03.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:04.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:04.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:04 smithi088 ceph-mon[96111]: pgmap v17595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:04 smithi187 ceph-mon[111815]: pgmap v17595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:05.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:05.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:06.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:06.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:06.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:06 smithi088 ceph-mon[96111]: pgmap v17596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:06 smithi187 ceph-mon[111815]: pgmap v17596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:07.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:07.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:08.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:08.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:08.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:08 smithi088 ceph-mon[96111]: pgmap v17597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:08 smithi187 ceph-mon[111815]: pgmap v17597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:09.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:09.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:10.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:10.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:10.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:10 smithi088 ceph-mon[96111]: pgmap v17598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:10 smithi187 ceph-mon[111815]: pgmap v17598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:11.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:11.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:12.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:12.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:12 smithi088 ceph-mon[96111]: pgmap v17599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:12 smithi187 ceph-mon[111815]: pgmap v17599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:13.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:13.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:14.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:14.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:14 smithi088 ceph-mon[96111]: pgmap v17600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:14 smithi187 ceph-mon[111815]: pgmap v17600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:15.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:15.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:16.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:16.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:16 smithi088 ceph-mon[96111]: pgmap v17601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:03:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:16 smithi187 ceph-mon[111815]: pgmap v17601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:03:17.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:17.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:18.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:18.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:18 smithi088 ceph-mon[96111]: pgmap v17602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:18 smithi187 ceph-mon[111815]: pgmap v17602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:19.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:19.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:20.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:20.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:20 smithi187 ceph-mon[111815]: pgmap v17603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:20 smithi088 ceph-mon[96111]: pgmap v17603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:21.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:21.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:22.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:22.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:22 smithi088 ceph-mon[96111]: pgmap v17604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:22 smithi187 ceph-mon[111815]: pgmap v17604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:23.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:23.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:24.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:24.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:24 smithi088 ceph-mon[96111]: pgmap v17605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:24 smithi187 ceph-mon[111815]: pgmap v17605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:25.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:25.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:26.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:26.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:26 smithi088 ceph-mon[96111]: pgmap v17606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:26 smithi187 ceph-mon[111815]: pgmap v17606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:27.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:27.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:28.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:28.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:28 smithi088 ceph-mon[96111]: pgmap v17607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:28 smithi187 ceph-mon[111815]: pgmap v17607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:29.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:29.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:30.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:30.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:30 smithi088 ceph-mon[96111]: pgmap v17608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:30 smithi187 ceph-mon[111815]: pgmap v17608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:31.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:31.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:03:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:03:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:03:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:03:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:03:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:03:31.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:03:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:03:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:03:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:03:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:03:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:03:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:03:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:03:32.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:32.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:32 smithi088 ceph-mon[96111]: pgmap v17609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:32 smithi187 ceph-mon[111815]: pgmap v17609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:33.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:33.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:34.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:34.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:34 smithi088 ceph-mon[96111]: pgmap v17610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:34 smithi187 ceph-mon[111815]: pgmap v17610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:35.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:35.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:36.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:36.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:36.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:36 smithi088 ceph-mon[96111]: pgmap v17611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:36 smithi187 ceph-mon[111815]: pgmap v17611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:37.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:37.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:38.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:38.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:38 smithi088 ceph-mon[96111]: pgmap v17612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:38 smithi187 ceph-mon[111815]: pgmap v17612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:39.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:39.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:40.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:40.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:40 smithi088 ceph-mon[96111]: pgmap v17613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:40 smithi187 ceph-mon[111815]: pgmap v17613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:41.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:41.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:42.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:42.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:42 smithi088 ceph-mon[96111]: pgmap v17614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:42 smithi187 ceph-mon[111815]: pgmap v17614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:43.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:43.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:44.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:44.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:44 smithi088 ceph-mon[96111]: pgmap v17615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:44 smithi187 ceph-mon[111815]: pgmap v17615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:45.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:45.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:46.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:46.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:46 smithi088 ceph-mon[96111]: pgmap v17616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:03:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:46 smithi187 ceph-mon[111815]: pgmap v17616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:03:47.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:47.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:48.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:48.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:48 smithi088 ceph-mon[96111]: pgmap v17617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:48 smithi187 ceph-mon[111815]: pgmap v17617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:49.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:49.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:50.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:50.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:50 smithi088 ceph-mon[96111]: pgmap v17618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:50 smithi187 ceph-mon[111815]: pgmap v17618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:51.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:51.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:52.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:52.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:52 smithi088 ceph-mon[96111]: pgmap v17619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:52 smithi187 ceph-mon[111815]: pgmap v17619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:53.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:53.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:54.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:54.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:54 smithi088 ceph-mon[96111]: pgmap v17620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:54 smithi187 ceph-mon[111815]: pgmap v17620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:55.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:55.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:56.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:56.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:56 smithi088 ceph-mon[96111]: pgmap v17621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:56 smithi187 ceph-mon[111815]: pgmap v17621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:03:57.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:57.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:58.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:58.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:03:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:03:58 smithi088 ceph-mon[96111]: pgmap v17622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:03:58 smithi187 ceph-mon[111815]: pgmap v17622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:03:59.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:03:59.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:00.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:00.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:00.795 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:00 smithi187 ceph-mon[111815]: pgmap v17623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:00 smithi088 ceph-mon[96111]: pgmap v17623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:01.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:01.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:04:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:04:02.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:02.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:02 smithi088 ceph-mon[96111]: pgmap v17624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:02 smithi187 ceph-mon[111815]: pgmap v17624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:03.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:03.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:04.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:04.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:04 smithi088 ceph-mon[96111]: pgmap v17625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:04 smithi187 ceph-mon[111815]: pgmap v17625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:05.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:05.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:06.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:06.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:06 smithi088 ceph-mon[96111]: pgmap v17626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:06 smithi187 ceph-mon[111815]: pgmap v17626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:07.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:07.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:08.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:08.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:08.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:08 smithi088 ceph-mon[96111]: pgmap v17627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:08 smithi187 ceph-mon[111815]: pgmap v17627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:09.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:09.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:10.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:10.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:10.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:10 smithi088 ceph-mon[96111]: pgmap v17628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:10.900 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:10 smithi187 ceph-mon[111815]: pgmap v17628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:11.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:11.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:12.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:12.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:12 smithi088 ceph-mon[96111]: pgmap v17629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:12 smithi187 ceph-mon[111815]: pgmap v17629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:13.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:13.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:14.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:14.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:14 smithi088 ceph-mon[96111]: pgmap v17630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:14 smithi187 ceph-mon[111815]: pgmap v17630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:15.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:15.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:16.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:16.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:16 smithi088 ceph-mon[96111]: pgmap v17631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:04:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:16 smithi187 ceph-mon[111815]: pgmap v17631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:04:17.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:17.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:18.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:18.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:18 smithi088 ceph-mon[96111]: pgmap v17632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:18 smithi187 ceph-mon[111815]: pgmap v17632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:19.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:19.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:20.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:20.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:20 smithi088 ceph-mon[96111]: pgmap v17633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:20 smithi187 ceph-mon[111815]: pgmap v17633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:21.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:21.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:22.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:22.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:22 smithi088 ceph-mon[96111]: pgmap v17634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:22 smithi187 ceph-mon[111815]: pgmap v17634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:23.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:23.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:24.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:24.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:24 smithi088 ceph-mon[96111]: pgmap v17635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:24 smithi187 ceph-mon[111815]: pgmap v17635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:25.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:25.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:26.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:26.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:26 smithi088 ceph-mon[96111]: pgmap v17636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:26 smithi187 ceph-mon[111815]: pgmap v17636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:27.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:27.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:28.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:28.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:28 smithi088 ceph-mon[96111]: pgmap v17637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:28 smithi187 ceph-mon[111815]: pgmap v17637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:29.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:29.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:30.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:30.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:30 smithi088 ceph-mon[96111]: pgmap v17638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:30 smithi187 ceph-mon[111815]: pgmap v17638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:31.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:31.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:04:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:04:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:04:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:04:32.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:32.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: pgmap v17639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:04:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:04:32.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:04:32.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:04:32.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1422M 2023-10-13T09:04:32.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:04:32.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:04:32.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:04:32.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:04:32.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:04:32.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:04:32.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:04:32.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:04:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: pgmap v17639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:04:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:04:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:04:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:04:32.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1422M 2023-10-13T09:04:32.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:04:32.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:04:32.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:04:32.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:04:32.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:04:32.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:04:32.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:04:32.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:04:33.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:33.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:34.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:34.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:34.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:34 smithi088 ceph-mon[96111]: pgmap v17640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:34 smithi187 ceph-mon[111815]: pgmap v17640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:35.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:35.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:36.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:36.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:36 smithi088 ceph-mon[96111]: pgmap v17641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:36 smithi187 ceph-mon[111815]: pgmap v17641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:37.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:37.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:38.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:38.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:38 smithi088 ceph-mon[96111]: pgmap v17642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:38 smithi187 ceph-mon[111815]: pgmap v17642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:39.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:39.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:40.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:40.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:40 smithi088 ceph-mon[96111]: pgmap v17643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:40 smithi187 ceph-mon[111815]: pgmap v17643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:41.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:41.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:42.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:42.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:42 smithi088 ceph-mon[96111]: pgmap v17644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:42 smithi187 ceph-mon[111815]: pgmap v17644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:43.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:43.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:44.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:44.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:44 smithi088 ceph-mon[96111]: pgmap v17645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:44 smithi187 ceph-mon[111815]: pgmap v17645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:45.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:45.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:46.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:46.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:46 smithi088 ceph-mon[96111]: pgmap v17646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:04:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:46 smithi187 ceph-mon[111815]: pgmap v17646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:04:47.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:47.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:48.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:48.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:48 smithi088 ceph-mon[96111]: pgmap v17647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:48 smithi187 ceph-mon[111815]: pgmap v17647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:49.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:49.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:50.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:50.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:50 smithi088 ceph-mon[96111]: pgmap v17648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:50 smithi187 ceph-mon[111815]: pgmap v17648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:51.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:51.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:52.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:52.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:52 smithi088 ceph-mon[96111]: pgmap v17649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:52 smithi187 ceph-mon[111815]: pgmap v17649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:53.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:53.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:54.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:54.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:54 smithi088 ceph-mon[96111]: pgmap v17650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:54 smithi187 ceph-mon[111815]: pgmap v17650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:55.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:55.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:56.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:56.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:56 smithi187 ceph-mon[111815]: pgmap v17651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:56 smithi088 ceph-mon[96111]: pgmap v17651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:04:57.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:57.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:58.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:58.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:04:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:04:58 smithi088 ceph-mon[96111]: pgmap v17652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:04:58 smithi187 ceph-mon[111815]: pgmap v17652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:04:59.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:04:59.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:00.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:00.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:00 smithi088 ceph-mon[96111]: pgmap v17653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:00 smithi187 ceph-mon[111815]: pgmap v17653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:01.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:01.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:05:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:05:02.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:02.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:02 smithi088 ceph-mon[96111]: pgmap v17654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:02 smithi187 ceph-mon[111815]: pgmap v17654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:03.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:03.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:04.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:04.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:04 smithi088 ceph-mon[96111]: pgmap v17655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:04.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:04 smithi187 ceph-mon[111815]: pgmap v17655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:05.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:05.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:06.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:06.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:06 smithi088 ceph-mon[96111]: pgmap v17656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:06 smithi187 ceph-mon[111815]: pgmap v17656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:07.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:07.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:08.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:08.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:08 smithi088 ceph-mon[96111]: pgmap v17657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:08 smithi187 ceph-mon[111815]: pgmap v17657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:09.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:09.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:10.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:10.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:10 smithi088 ceph-mon[96111]: pgmap v17658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:10 smithi187 ceph-mon[111815]: pgmap v17658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:11.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:11.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:12.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:12.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:12.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:12 smithi088 ceph-mon[96111]: pgmap v17659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:12 smithi187 ceph-mon[111815]: pgmap v17659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:13.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:13.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:14.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:14.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:14 smithi088 ceph-mon[96111]: pgmap v17660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:14 smithi187 ceph-mon[111815]: pgmap v17660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:15.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:15.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:16.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:16.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:16 smithi088 ceph-mon[96111]: pgmap v17661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:05:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:16 smithi187 ceph-mon[111815]: pgmap v17661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:05:17.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:17.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:18.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:18.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:18 smithi088 ceph-mon[96111]: pgmap v17662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:18 smithi187 ceph-mon[111815]: pgmap v17662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:19.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:19.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:20.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:20.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:20 smithi088 ceph-mon[96111]: pgmap v17663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:20 smithi187 ceph-mon[111815]: pgmap v17663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:21.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:21.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:22.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:22.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:22 smithi088 ceph-mon[96111]: pgmap v17664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:22 smithi187 ceph-mon[111815]: pgmap v17664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:23.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:23.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:24.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:24.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:24 smithi088 ceph-mon[96111]: pgmap v17665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:24 smithi187 ceph-mon[111815]: pgmap v17665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:25.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:25.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:26.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:26.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:26 smithi088 ceph-mon[96111]: pgmap v17666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:26 smithi187 ceph-mon[111815]: pgmap v17666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:27.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:27.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:28.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:28.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:28 smithi088 ceph-mon[96111]: pgmap v17667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:28 smithi187 ceph-mon[111815]: pgmap v17667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:29.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:29.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:30.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:30.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:30 smithi088 ceph-mon[96111]: pgmap v17668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:30 smithi187 ceph-mon[111815]: pgmap v17668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:31.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:31.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:05:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:05:32.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:32.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:32 smithi187 ceph-mon[111815]: pgmap v17669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:05:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:32 smithi088 ceph-mon[96111]: pgmap v17669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:05:33.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:33.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:34.066 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:34.067 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:34.174 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:34.175 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:34.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:34.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:34 smithi088 ceph-mon[96111]: pgmap v17670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:34 smithi187 ceph-mon[111815]: pgmap v17670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:35.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:35.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:36.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:36.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:36 smithi088 ceph-mon[96111]: pgmap v17671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:36 smithi187 ceph-mon[111815]: pgmap v17671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:37.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:37.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:37.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:05:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:05:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:38.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:05:38.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:38.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:38.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:05:38.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:05:38.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:38.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:05:38.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:05:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:38 smithi187 ceph-mon[111815]: pgmap v17672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:39.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:39.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:38 smithi088 ceph-mon[96111]: pgmap v17672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:40.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:40.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:40 smithi187 ceph-mon[111815]: pgmap v17673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:41.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:41.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:40 smithi088 ceph-mon[96111]: pgmap v17673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:42.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:42.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:42 smithi187 ceph-mon[111815]: pgmap v17674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:43.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:43.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:42 smithi088 ceph-mon[96111]: pgmap v17674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:44.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:44.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:44 smithi088 ceph-mon[96111]: pgmap v17675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:44 smithi187 ceph-mon[111815]: pgmap v17675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:45.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:45.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:46.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:46.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:46 smithi088 ceph-mon[96111]: pgmap v17676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:05:46.899 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:46 smithi187 ceph-mon[111815]: pgmap v17676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:46.900 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:05:47.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:47.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:48.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:48.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:48.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:48 smithi088 ceph-mon[96111]: pgmap v17677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:48 smithi187 ceph-mon[111815]: pgmap v17677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:49.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:49.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:50.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:50.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:50 smithi187 ceph-mon[111815]: pgmap v17678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:50 smithi088 ceph-mon[96111]: pgmap v17678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:51.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:51.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:52.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:52.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:52 smithi187 ceph-mon[111815]: pgmap v17679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:53.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:52 smithi088 ceph-mon[96111]: pgmap v17679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:53.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:53.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:54.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:54.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:54 smithi088 ceph-mon[96111]: pgmap v17680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:54 smithi187 ceph-mon[111815]: pgmap v17680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:55.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:55.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:56.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:56.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:56 smithi088 ceph-mon[96111]: pgmap v17681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:56 smithi187 ceph-mon[111815]: pgmap v17681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:05:57.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:57.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:58.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:58.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:05:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:05:58 smithi187 ceph-mon[111815]: pgmap v17682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:05:58 smithi088 ceph-mon[96111]: pgmap v17682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:05:59.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:05:59.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:00.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:00.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:00 smithi187 ceph-mon[111815]: pgmap v17683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:00 smithi088 ceph-mon[96111]: pgmap v17683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:01.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:01.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:06:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:06:02.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:02.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:02 smithi187 ceph-mon[111815]: pgmap v17684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:02 smithi088 ceph-mon[96111]: pgmap v17684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:03.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:03.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:04.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:04.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:04 smithi088 ceph-mon[96111]: pgmap v17685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:04 smithi187 ceph-mon[111815]: pgmap v17685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:05.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:05.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:06.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:06.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:06 smithi187 ceph-mon[111815]: pgmap v17686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:06 smithi088 ceph-mon[96111]: pgmap v17686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:07.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:07.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:08.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:08.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:08 smithi187 ceph-mon[111815]: pgmap v17687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:08 smithi088 ceph-mon[96111]: pgmap v17687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:09.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:09.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:10.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:10.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:10 smithi187 ceph-mon[111815]: pgmap v17688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:10 smithi088 ceph-mon[96111]: pgmap v17688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:11.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:11.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:12.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:12.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:12.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:12 smithi187 ceph-mon[111815]: pgmap v17689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:13.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:12 smithi088 ceph-mon[96111]: pgmap v17689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:13.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:13.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:14.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:14.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:14 smithi088 ceph-mon[96111]: pgmap v17690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:14 smithi187 ceph-mon[111815]: pgmap v17690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:15.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:15.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:16.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:16.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:16.887 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:16 smithi088 ceph-mon[96111]: pgmap v17691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:16.888 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:06:16.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:16 smithi187 ceph-mon[111815]: pgmap v17691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:16.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:06:17.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:17.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:18.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:18.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:18 smithi187 ceph-mon[111815]: pgmap v17692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:18 smithi088 ceph-mon[96111]: pgmap v17692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:19.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:19.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:20.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:20.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:20 smithi187 ceph-mon[111815]: pgmap v17693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:20 smithi088 ceph-mon[96111]: pgmap v17693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:21.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:21.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:22.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:22.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:22 smithi187 ceph-mon[111815]: pgmap v17694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:22 smithi088 ceph-mon[96111]: pgmap v17694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:23.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:23.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:24.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:24.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:24.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:24 smithi088 ceph-mon[96111]: pgmap v17695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:24 smithi187 ceph-mon[111815]: pgmap v17695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:25.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:25.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:26.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:26.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:26 smithi187 ceph-mon[111815]: pgmap v17696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:26.985 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:26 smithi088 ceph-mon[96111]: pgmap v17696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:27.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:27.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:28.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:28.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:28 smithi187 ceph-mon[111815]: pgmap v17697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:28 smithi088 ceph-mon[96111]: pgmap v17697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:29.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:29.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:30.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:30.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:30 smithi187 ceph-mon[111815]: pgmap v17698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:30 smithi088 ceph-mon[96111]: pgmap v17698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:31.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:31.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:06:32.033 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:06:32.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:32.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:32 smithi187 ceph-mon[111815]: pgmap v17699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:32 smithi088 ceph-mon[96111]: pgmap v17699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:33.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:33.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:34.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:34.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:34 smithi088 ceph-mon[96111]: pgmap v17700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:34 smithi187 ceph-mon[111815]: pgmap v17700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:35.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:35.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:36.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:36.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:36 smithi187 ceph-mon[111815]: pgmap v17701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:36 smithi088 ceph-mon[96111]: pgmap v17701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:37.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:37.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:06:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:06:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:06:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:06:37.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:06:37.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:06:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:06:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:06:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:06:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:06:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:06:38.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:06:38.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:38.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:38 smithi187 ceph-mon[111815]: pgmap v17702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:38 smithi088 ceph-mon[96111]: pgmap v17702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:39.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:39.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:40.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:40.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:40 smithi187 ceph-mon[111815]: pgmap v17703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:40 smithi088 ceph-mon[96111]: pgmap v17703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:41.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:41.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:42.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:42.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:42 smithi187 ceph-mon[111815]: pgmap v17704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:42 smithi088 ceph-mon[96111]: pgmap v17704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:43.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:43.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:44.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:44.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:44 smithi088 ceph-mon[96111]: pgmap v17705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:44 smithi187 ceph-mon[111815]: pgmap v17705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:45.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:45.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:46.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:46.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:46 smithi187 ceph-mon[111815]: pgmap v17706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:06:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:46 smithi088 ceph-mon[96111]: pgmap v17706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:06:47.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:47.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:48.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:48.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:48 smithi187 ceph-mon[111815]: pgmap v17707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:48 smithi088 ceph-mon[96111]: pgmap v17707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:49.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:49.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:50.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:50.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:50 smithi187 ceph-mon[111815]: pgmap v17708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:50 smithi088 ceph-mon[96111]: pgmap v17708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:51.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:51.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:52.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:52.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:52 smithi187 ceph-mon[111815]: pgmap v17709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:52 smithi088 ceph-mon[96111]: pgmap v17709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:53.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:53.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:54.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:54.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:54 smithi088 ceph-mon[96111]: pgmap v17710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:54 smithi187 ceph-mon[111815]: pgmap v17710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:55.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:55.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:56.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:56.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:56 smithi187 ceph-mon[111815]: pgmap v17711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:56 smithi088 ceph-mon[96111]: pgmap v17711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:06:57.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:57.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:58.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:58.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:06:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:06:58 smithi187 ceph-mon[111815]: pgmap v17712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:59.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:06:58 smithi088 ceph-mon[96111]: pgmap v17712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:06:59.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:06:59.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:00.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:00.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:00 smithi187 ceph-mon[111815]: pgmap v17713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:00 smithi088 ceph-mon[96111]: pgmap v17713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:01.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:01.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:07:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:07:02.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:02.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:02 smithi187 ceph-mon[111815]: pgmap v17714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:02 smithi088 ceph-mon[96111]: pgmap v17714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:03.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:03.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:04.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:04.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:04 smithi088 ceph-mon[96111]: pgmap v17715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:04 smithi187 ceph-mon[111815]: pgmap v17715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:05.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:05.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:06.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:06.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:06 smithi187 ceph-mon[111815]: pgmap v17716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:06 smithi088 ceph-mon[96111]: pgmap v17716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:07.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:07.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:08.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:08.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:08 smithi187 ceph-mon[111815]: pgmap v17717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:08 smithi088 ceph-mon[96111]: pgmap v17717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:09.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:09.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:10.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:10.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:10 smithi187 ceph-mon[111815]: pgmap v17718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:10 smithi088 ceph-mon[96111]: pgmap v17718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:11.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:11.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:12.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:12.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:12 smithi088 ceph-mon[96111]: pgmap v17719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:12 smithi187 ceph-mon[111815]: pgmap v17719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:13.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:13.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:14.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:14.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:14 smithi088 ceph-mon[96111]: pgmap v17720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:14 smithi187 ceph-mon[111815]: pgmap v17720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:15.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:15.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:16.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:16.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:16 smithi187 ceph-mon[111815]: pgmap v17721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:07:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:16 smithi088 ceph-mon[96111]: pgmap v17721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:07:17.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:17.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:18.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:18.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:18 smithi187 ceph-mon[111815]: pgmap v17722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:18 smithi088 ceph-mon[96111]: pgmap v17722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:19.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:19.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:20.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:20.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:20 smithi187 ceph-mon[111815]: pgmap v17723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:20 smithi088 ceph-mon[96111]: pgmap v17723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:21.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:21.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:22.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:22.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:22.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:22 smithi088 ceph-mon[96111]: pgmap v17724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:22.896 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:22 smithi187 ceph-mon[111815]: pgmap v17724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:23.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:23.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:24.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:24.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:24 smithi088 ceph-mon[96111]: pgmap v17725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:24 smithi187 ceph-mon[111815]: pgmap v17725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:25.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:25.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:26.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:26.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:26 smithi187 ceph-mon[111815]: pgmap v17726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:26 smithi088 ceph-mon[96111]: pgmap v17726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:27.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:27.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:28.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:28.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:28 smithi187 ceph-mon[111815]: pgmap v17727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:28 smithi088 ceph-mon[96111]: pgmap v17727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:29.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:29.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:30.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:30.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:30 smithi187 ceph-mon[111815]: pgmap v17728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:30 smithi088 ceph-mon[96111]: pgmap v17728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:31.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:31.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:07:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:07:32.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:32.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:32 smithi187 ceph-mon[111815]: pgmap v17729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:32 smithi088 ceph-mon[96111]: pgmap v17729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:33.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:33.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:34.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:34.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:34 smithi088 ceph-mon[96111]: pgmap v17730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:34 smithi187 ceph-mon[111815]: pgmap v17730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:35.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:35.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:36.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:36.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:36 smithi187 ceph-mon[111815]: pgmap v17731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:36 smithi088 ceph-mon[96111]: pgmap v17731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:37.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:37.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:07:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:07:38.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:38.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:38 smithi187 ceph-mon[111815]: pgmap v17732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:38 smithi088 ceph-mon[96111]: pgmap v17732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:39.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:39.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:40.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:40.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:40 smithi187 ceph-mon[111815]: pgmap v17733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:40.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:07:40.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:40 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:07:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:40 smithi088 ceph-mon[96111]: pgmap v17733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:07:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:40 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:07:41.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:41.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:07:41.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:07:41.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:07:41.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:07:41.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:07:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:07:42.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:07:42.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:07:42.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:07:42.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:07:42.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:42.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:42 smithi088 ceph-mon[96111]: pgmap v17734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:43.116 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:42 smithi187 ceph-mon[111815]: pgmap v17734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:43.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:43.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:44.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:44.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:44 smithi088 ceph-mon[96111]: pgmap v17735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:44 smithi187 ceph-mon[111815]: pgmap v17735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:45.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:45.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:46.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:46.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:46 smithi187 ceph-mon[111815]: pgmap v17736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:07:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:46 smithi088 ceph-mon[96111]: pgmap v17736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:07:47.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:47.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:48.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:48.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:48 smithi187 ceph-mon[111815]: pgmap v17737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:48 smithi088 ceph-mon[96111]: pgmap v17737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:49.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:49.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:50.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:50.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:50 smithi187 ceph-mon[111815]: pgmap v17738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:50 smithi088 ceph-mon[96111]: pgmap v17738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:51.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:51.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:52.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:52.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:52 smithi187 ceph-mon[111815]: pgmap v17739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:52 smithi088 ceph-mon[96111]: pgmap v17739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:53.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:53.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:54.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:54.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:54 smithi088 ceph-mon[96111]: pgmap v17740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:54 smithi187 ceph-mon[111815]: pgmap v17740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:55.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:55.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:56.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:56.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:56 smithi187 ceph-mon[111815]: pgmap v17741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:56 smithi088 ceph-mon[96111]: pgmap v17741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:07:57.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:57.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:58.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:58.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:07:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:07:58 smithi187 ceph-mon[111815]: pgmap v17742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:07:58 smithi088 ceph-mon[96111]: pgmap v17742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:07:59.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:07:59.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:00.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:00.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:00 smithi187 ceph-mon[111815]: pgmap v17743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:00 smithi088 ceph-mon[96111]: pgmap v17743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:01.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:01.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:08:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:08:02.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:02.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:02.919 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:02 smithi088 ceph-mon[96111]: pgmap v17744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:02 smithi187 ceph-mon[111815]: pgmap v17744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:03.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:03.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:04.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:04.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:04.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:04 smithi088 ceph-mon[96111]: pgmap v17745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:04 smithi187 ceph-mon[111815]: pgmap v17745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:05.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:05.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:06.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:06.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:06 smithi187 ceph-mon[111815]: pgmap v17746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:06 smithi088 ceph-mon[96111]: pgmap v17746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:07.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:07.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:08.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:08.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:08 smithi187 ceph-mon[111815]: pgmap v17747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:08 smithi088 ceph-mon[96111]: pgmap v17747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:09.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:09.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:10.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:10.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:10 smithi187 ceph-mon[111815]: pgmap v17748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:10 smithi088 ceph-mon[96111]: pgmap v17748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:11.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:11.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:12.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:12.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:12 smithi187 ceph-mon[111815]: pgmap v17749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:13.016 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:12 smithi088 ceph-mon[96111]: pgmap v17749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:13.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:13.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:14.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:14.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:14.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:14 smithi088 ceph-mon[96111]: pgmap v17750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:14 smithi187 ceph-mon[111815]: pgmap v17750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:15.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:15.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:16.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:16.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:16 smithi187 ceph-mon[111815]: pgmap v17751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:08:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:16 smithi088 ceph-mon[96111]: pgmap v17751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:08:17.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:17.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:18.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:18.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:18 smithi187 ceph-mon[111815]: pgmap v17752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:18 smithi088 ceph-mon[96111]: pgmap v17752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:19.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:19.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:20.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:20.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:20 smithi187 ceph-mon[111815]: pgmap v17753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:20 smithi088 ceph-mon[96111]: pgmap v17753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:21.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:21.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:22.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:22.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:22 smithi187 ceph-mon[111815]: pgmap v17754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:22 smithi088 ceph-mon[96111]: pgmap v17754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:23.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:23.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:24.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:24.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:24 smithi088 ceph-mon[96111]: pgmap v17755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:24 smithi187 ceph-mon[111815]: pgmap v17755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:25.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:25.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:26.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:26.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:26 smithi187 ceph-mon[111815]: pgmap v17756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:26 smithi088 ceph-mon[96111]: pgmap v17756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:27.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:27.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:28.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:28.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:28 smithi187 ceph-mon[111815]: pgmap v17757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:28 smithi088 ceph-mon[96111]: pgmap v17757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:29.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:29.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:30.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:30.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:30 smithi187 ceph-mon[111815]: pgmap v17758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:30 smithi088 ceph-mon[96111]: pgmap v17758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:31.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:31.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:08:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:08:32.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:32.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:32 smithi187 ceph-mon[111815]: pgmap v17759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:32 smithi088 ceph-mon[96111]: pgmap v17759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:33.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:33.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:34.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:34.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:34 smithi088 ceph-mon[96111]: pgmap v17760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:34 smithi187 ceph-mon[111815]: pgmap v17760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:35.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:35.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:36.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:36.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:36 smithi187 ceph-mon[111815]: pgmap v17761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:36 smithi088 ceph-mon[96111]: pgmap v17761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:37.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:37.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:38.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:38.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:38 smithi187 ceph-mon[111815]: pgmap v17762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:38 smithi088 ceph-mon[96111]: pgmap v17762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:39.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:39.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:40.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:40.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:40 smithi187 ceph-mon[111815]: pgmap v17763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:40 smithi088 ceph-mon[96111]: pgmap v17763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:41.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:41.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:41 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:08:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:41 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:08:42.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:42.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:42 smithi187 ceph-mon[111815]: pgmap v17764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:42 smithi088 ceph-mon[96111]: pgmap v17764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:43.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:43.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:44.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:44.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:44 smithi088 ceph-mon[96111]: pgmap v17765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:44 smithi187 ceph-mon[111815]: pgmap v17765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:45.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:45.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:46.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:46.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:08:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:08:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:46 smithi187 ceph-mon[111815]: pgmap v17766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:08:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:08:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:08:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:08:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:08:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:08:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:08:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:08:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:46 smithi088 ceph-mon[96111]: pgmap v17766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:08:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:08:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:08:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:08:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:08:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:08:47.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:47.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:48.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:48.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:48 smithi187 ceph-mon[111815]: pgmap v17767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:48 smithi088 ceph-mon[96111]: pgmap v17767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:49.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:49.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:50.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:50.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:50 smithi187 ceph-mon[111815]: pgmap v17768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:50 smithi088 ceph-mon[96111]: pgmap v17768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:51.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:51.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:52.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:52.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:52 smithi187 ceph-mon[111815]: pgmap v17769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:52 smithi088 ceph-mon[96111]: pgmap v17769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:53.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:53.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:54.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:54.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:54 smithi088 ceph-mon[96111]: pgmap v17770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:54 smithi187 ceph-mon[111815]: pgmap v17770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:55.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:55.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:56.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:56.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:56 smithi187 ceph-mon[111815]: pgmap v17771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:56 smithi088 ceph-mon[96111]: pgmap v17771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:08:57.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:57.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:58.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:58.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:08:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:08:58 smithi088 ceph-mon[96111]: pgmap v17772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:58.911 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:08:58 smithi187 ceph-mon[111815]: pgmap v17772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:08:59.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:08:59.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:00.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:00.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:00 smithi187 ceph-mon[111815]: pgmap v17773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:00 smithi088 ceph-mon[96111]: pgmap v17773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:01.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:01.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:09:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:09:02.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:02.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:02 smithi187 ceph-mon[111815]: pgmap v17774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:02 smithi088 ceph-mon[96111]: pgmap v17774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:03.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:03.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:04.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:04.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:04 smithi088 ceph-mon[96111]: pgmap v17775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:04 smithi187 ceph-mon[111815]: pgmap v17775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:05.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:05.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:06.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:06.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:06 smithi187 ceph-mon[111815]: pgmap v17776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:06 smithi088 ceph-mon[96111]: pgmap v17776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:07.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:07.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:08.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:08.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:08 smithi088 ceph-mon[96111]: pgmap v17777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:08 smithi187 ceph-mon[111815]: pgmap v17777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:09.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:09.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:10.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:10.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:10 smithi187 ceph-mon[111815]: pgmap v17778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:10 smithi088 ceph-mon[96111]: pgmap v17778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:11.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:11.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:12.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:12.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:12 smithi187 ceph-mon[111815]: pgmap v17779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:12 smithi088 ceph-mon[96111]: pgmap v17779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:13.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:13.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:14.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:14.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:14 smithi088 ceph-mon[96111]: pgmap v17780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:14 smithi187 ceph-mon[111815]: pgmap v17780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:15.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:15.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:16.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:16.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:16 smithi187 ceph-mon[111815]: pgmap v17781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:09:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:16 smithi088 ceph-mon[96111]: pgmap v17781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:09:17.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:17.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:18.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:18.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:18 smithi187 ceph-mon[111815]: pgmap v17782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:18 smithi088 ceph-mon[96111]: pgmap v17782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:19.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:19.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:20.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:20.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:20 smithi187 ceph-mon[111815]: pgmap v17783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:20 smithi088 ceph-mon[96111]: pgmap v17783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:21.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:21.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:22.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:22.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:22 smithi187 ceph-mon[111815]: pgmap v17784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:22 smithi088 ceph-mon[96111]: pgmap v17784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:23.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:23.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:24 smithi187 ceph-mon[111815]: pgmap v17785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:24.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:24.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:24 smithi088 ceph-mon[96111]: pgmap v17785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:25.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:25.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:26.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:26.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:26 smithi187 ceph-mon[111815]: pgmap v17786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:26 smithi088 ceph-mon[96111]: pgmap v17786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:27.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:27.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:28.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:28.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:28 smithi187 ceph-mon[111815]: pgmap v17787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:28 smithi088 ceph-mon[96111]: pgmap v17787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:29.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:29.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:30.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:30.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:30 smithi187 ceph-mon[111815]: pgmap v17788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:30 smithi088 ceph-mon[96111]: pgmap v17788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:31.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:31.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:09:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:09:32.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:32.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:32 smithi187 ceph-mon[111815]: pgmap v17789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:32 smithi088 ceph-mon[96111]: pgmap v17789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:33.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:33.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:34.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:34.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:34 smithi088 ceph-mon[96111]: pgmap v17790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:34 smithi187 ceph-mon[111815]: pgmap v17790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:35.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:35.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:36.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:36.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:36 smithi187 ceph-mon[111815]: pgmap v17791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:36 smithi088 ceph-mon[96111]: pgmap v17791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:37.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:37.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:38.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:38.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:38.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:38 smithi187 ceph-mon[111815]: pgmap v17792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:38 smithi088 ceph-mon[96111]: pgmap v17792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:39.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:39.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:40.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:40.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:40 smithi187 ceph-mon[111815]: pgmap v17793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:40 smithi088 ceph-mon[96111]: pgmap v17793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:41.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:41.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:42.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:42.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:42 smithi187 ceph-mon[111815]: pgmap v17794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:42 smithi088 ceph-mon[96111]: pgmap v17794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:43.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:43.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:44.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:44.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:44 smithi088 ceph-mon[96111]: pgmap v17795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:44 smithi187 ceph-mon[111815]: pgmap v17795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:45.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:45.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:46.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:46.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:46 smithi187 ceph-mon[111815]: pgmap v17796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:09:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:09:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:09:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:09:46.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:09:46.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:09:46.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:09:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:46 smithi088 ceph-mon[96111]: pgmap v17796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:09:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:09:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:09:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:09:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:09:47.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:09:47.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:09:47.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:47.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:48.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:48.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:48.954 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:48 smithi088 ceph-mon[96111]: pgmap v17797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:48 smithi187 ceph-mon[111815]: pgmap v17797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:49.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:49.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:50.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:50.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:50 smithi187 ceph-mon[111815]: pgmap v17798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:50 smithi088 ceph-mon[96111]: pgmap v17798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:51.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:51.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:52.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:52.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:52 smithi187 ceph-mon[111815]: pgmap v17799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:52 smithi088 ceph-mon[96111]: pgmap v17799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:53.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:53.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:54 smithi088 ceph-mon[96111]: pgmap v17800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:54.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:54.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:54 smithi187 ceph-mon[111815]: pgmap v17800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:55.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:55.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:56.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:56.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:56 smithi187 ceph-mon[111815]: pgmap v17801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:56 smithi088 ceph-mon[96111]: pgmap v17801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:09:57.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:57.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:58.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:58.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:09:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:09:58 smithi187 ceph-mon[111815]: pgmap v17802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:59.052 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:09:58 smithi088 ceph-mon[96111]: pgmap v17802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:09:59.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:09:59.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:00.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:00.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:00 smithi187 ceph-mon[111815]: pgmap v17803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T09:10:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:00 smithi088 ceph-mon[96111]: pgmap v17803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T09:10:01.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:01.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:10:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:10:02.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:02.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:02 smithi187 ceph-mon[111815]: pgmap v17804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:02 smithi088 ceph-mon[96111]: pgmap v17804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:03.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:03.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:04 smithi088 ceph-mon[96111]: pgmap v17805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:04 smithi187 ceph-mon[111815]: pgmap v17805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:04.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:04.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:05.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:05.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:06.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:06.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:06 smithi187 ceph-mon[111815]: pgmap v17806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:06 smithi088 ceph-mon[96111]: pgmap v17806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:07.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:07.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:08.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:08.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:08 smithi187 ceph-mon[111815]: pgmap v17807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:08 smithi088 ceph-mon[96111]: pgmap v17807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:09.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:09.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:10.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:10.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:10 smithi187 ceph-mon[111815]: pgmap v17808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:10 smithi088 ceph-mon[96111]: pgmap v17808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:11.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:11.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:12.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:12.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:12.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:12 smithi187 ceph-mon[111815]: pgmap v17809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:12 smithi088 ceph-mon[96111]: pgmap v17809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:13.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:13.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:14 smithi088 ceph-mon[96111]: pgmap v17810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:14.706 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:14 smithi187 ceph-mon[111815]: pgmap v17810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:14.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:14.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:15.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:15.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:16.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:16.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:16 smithi187 ceph-mon[111815]: pgmap v17811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:10:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:16 smithi088 ceph-mon[96111]: pgmap v17811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:10:17.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:17.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:18.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:18.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:18 smithi187 ceph-mon[111815]: pgmap v17812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:18 smithi088 ceph-mon[96111]: pgmap v17812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:19.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:19.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:20.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:20.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:20 smithi187 ceph-mon[111815]: pgmap v17813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:20 smithi088 ceph-mon[96111]: pgmap v17813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:21.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:21.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:22.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:22.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:22 smithi187 ceph-mon[111815]: pgmap v17814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:22 smithi088 ceph-mon[96111]: pgmap v17814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:23.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:23.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:24 smithi088 ceph-mon[96111]: pgmap v17815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:24 smithi187 ceph-mon[111815]: pgmap v17815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:24.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:24.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:25.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:25.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:26.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:26.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:26 smithi187 ceph-mon[111815]: pgmap v17816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:26 smithi088 ceph-mon[96111]: pgmap v17816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:27.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:27.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:28.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:28.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:28 smithi187 ceph-mon[111815]: pgmap v17817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:28 smithi088 ceph-mon[96111]: pgmap v17817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:29.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:29.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:30.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:30.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:30 smithi187 ceph-mon[111815]: pgmap v17818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:30 smithi088 ceph-mon[96111]: pgmap v17818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:31.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:31.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:10:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:10:32.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:32.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:32 smithi187 ceph-mon[111815]: pgmap v17819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:32 smithi088 ceph-mon[96111]: pgmap v17819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:33.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:33.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:34 smithi088 ceph-mon[96111]: pgmap v17820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:34 smithi187 ceph-mon[111815]: pgmap v17820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:34.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:34.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:35.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:35.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:36 smithi187 ceph-mon[111815]: pgmap v17821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:36 smithi088 ceph-mon[96111]: pgmap v17821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:37.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:37.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:38.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:38.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:38 smithi187 ceph-mon[111815]: pgmap v17822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:38 smithi088 ceph-mon[96111]: pgmap v17822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:39.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:39.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:40.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:40 smithi187 ceph-mon[111815]: pgmap v17823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:40 smithi088 ceph-mon[96111]: pgmap v17823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:41.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:41.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:42.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:42.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:42 smithi187 ceph-mon[111815]: pgmap v17824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:42 smithi088 ceph-mon[96111]: pgmap v17824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:43.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:43.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:44 smithi088 ceph-mon[96111]: pgmap v17825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:44 smithi187 ceph-mon[111815]: pgmap v17825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:44.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:44.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:45.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:45.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:46.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:46.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:46 smithi187 ceph-mon[111815]: pgmap v17826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:10:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:10:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:46 smithi088 ceph-mon[96111]: pgmap v17826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:10:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:10:47.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:47.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:10:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:10:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:10:48.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:10:48.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:10:48.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:10:48.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:10:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:10:48.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:10:48.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:10:48.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:10:48.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:10:48.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:10:48.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:10:48.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:48.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:48 smithi088 ceph-mon[96111]: pgmap v17827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:48 smithi187 ceph-mon[111815]: pgmap v17827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:49.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:49.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:50.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:50.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:50 smithi088 ceph-mon[96111]: pgmap v17828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:50 smithi187 ceph-mon[111815]: pgmap v17828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:52.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:52.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:52 smithi088 ceph-mon[96111]: pgmap v17829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:52 smithi187 ceph-mon[111815]: pgmap v17829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:53.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:53.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:54 smithi088 ceph-mon[96111]: pgmap v17830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:54 smithi187 ceph-mon[111815]: pgmap v17830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:54.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:54.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:55.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:55.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:56.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:56.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:56 smithi187 ceph-mon[111815]: pgmap v17831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:56 smithi088 ceph-mon[96111]: pgmap v17831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:10:57.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:57.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:58.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:58.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:10:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:10:58 smithi187 ceph-mon[111815]: pgmap v17832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:10:58 smithi088 ceph-mon[96111]: pgmap v17832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:10:59.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:10:59.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:00.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:00.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:00 smithi187 ceph-mon[111815]: pgmap v17833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:00 smithi088 ceph-mon[96111]: pgmap v17833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:01.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:01.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:11:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:11:02.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:02.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:02 smithi187 ceph-mon[111815]: pgmap v17834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:02 smithi088 ceph-mon[96111]: pgmap v17834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:03.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:03.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:04 smithi088 ceph-mon[96111]: pgmap v17835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:04 smithi187 ceph-mon[111815]: pgmap v17835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:04.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:04.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:05.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:05.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:06.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:06.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:06 smithi187 ceph-mon[111815]: pgmap v17836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:06 smithi088 ceph-mon[96111]: pgmap v17836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:07.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:07.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:08.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:08.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:08 smithi187 ceph-mon[111815]: pgmap v17837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:08 smithi088 ceph-mon[96111]: pgmap v17837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:09.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:09.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:10.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:10.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:10 smithi187 ceph-mon[111815]: pgmap v17838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:10 smithi088 ceph-mon[96111]: pgmap v17838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:11.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:11.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:12.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:12.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:12 smithi187 ceph-mon[111815]: pgmap v17839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:12 smithi088 ceph-mon[96111]: pgmap v17839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:13.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:13.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:14 smithi088 ceph-mon[96111]: pgmap v17840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:14 smithi187 ceph-mon[111815]: pgmap v17840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:14.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:14.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:15.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:15.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:16.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:16.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:16 smithi187 ceph-mon[111815]: pgmap v17841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:11:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:16 smithi088 ceph-mon[96111]: pgmap v17841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:11:17.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:17.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:18.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:18.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:18 smithi187 ceph-mon[111815]: pgmap v17842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:18 smithi088 ceph-mon[96111]: pgmap v17842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:19.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:19.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:20.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:20.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:20 smithi187 ceph-mon[111815]: pgmap v17843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:20 smithi088 ceph-mon[96111]: pgmap v17843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:21.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:21.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:22.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:22.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:22 smithi187 ceph-mon[111815]: pgmap v17844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:22 smithi088 ceph-mon[96111]: pgmap v17844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:23.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:23.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:24 smithi088 ceph-mon[96111]: pgmap v17845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:24 smithi187 ceph-mon[111815]: pgmap v17845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:24.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:24.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:25.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:25.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:26.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:26.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:26 smithi187 ceph-mon[111815]: pgmap v17846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:26 smithi088 ceph-mon[96111]: pgmap v17846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:27.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:27.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:28.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:28.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:28 smithi187 ceph-mon[111815]: pgmap v17847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:28 smithi088 ceph-mon[96111]: pgmap v17847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:29.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:29.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:30.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:30.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:30 smithi187 ceph-mon[111815]: pgmap v17848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:30 smithi088 ceph-mon[96111]: pgmap v17848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:31.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:31.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:11:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:11:32.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:32.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:32 smithi187 ceph-mon[111815]: pgmap v17849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:32 smithi088 ceph-mon[96111]: pgmap v17849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:33.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:33.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:34 smithi088 ceph-mon[96111]: pgmap v17850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:34 smithi187 ceph-mon[111815]: pgmap v17850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:34.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:34.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:35.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:35.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:36.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:36.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:36 smithi187 ceph-mon[111815]: pgmap v17851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:36 smithi088 ceph-mon[96111]: pgmap v17851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:37.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:37.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:38.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:38.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:38 smithi187 ceph-mon[111815]: pgmap v17852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:38 smithi088 ceph-mon[96111]: pgmap v17852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:39.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:39.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:40.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:40.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:40 smithi187 ceph-mon[111815]: pgmap v17853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:40 smithi088 ceph-mon[96111]: pgmap v17853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:41.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:41.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:42.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:42.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:42 smithi187 ceph-mon[111815]: pgmap v17854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:42 smithi088 ceph-mon[96111]: pgmap v17854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:43.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:43.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:44 smithi088 ceph-mon[96111]: pgmap v17855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:44 smithi187 ceph-mon[111815]: pgmap v17855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:44.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:44.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:45.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:45.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:46.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:46.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:46 smithi187 ceph-mon[111815]: pgmap v17856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:11:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:46 smithi088 ceph-mon[96111]: pgmap v17856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:11:47.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:47.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:11:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:11:48.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:48.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:48 smithi187 ceph-mon[111815]: pgmap v17857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:11:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:11:48.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:11:48.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:11:48.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:11:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:48 smithi088 ceph-mon[96111]: pgmap v17857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:11:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:11:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:11:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:11:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:11:49.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:49.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:50.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:50.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:50 smithi187 ceph-mon[111815]: pgmap v17858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:50 smithi088 ceph-mon[96111]: pgmap v17858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:51.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:51.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:52.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:52.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:52 smithi187 ceph-mon[111815]: pgmap v17859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:52 smithi088 ceph-mon[96111]: pgmap v17859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:53.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:53.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:54 smithi088 ceph-mon[96111]: pgmap v17860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:54 smithi187 ceph-mon[111815]: pgmap v17860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:54.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:54.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:55.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:55.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:56.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:56.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:56 smithi187 ceph-mon[111815]: pgmap v17861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:56 smithi088 ceph-mon[96111]: pgmap v17861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:11:57.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:57.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:58.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:58.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:11:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:11:58 smithi187 ceph-mon[111815]: pgmap v17862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:11:58 smithi088 ceph-mon[96111]: pgmap v17862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:11:59.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:11:59.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:00.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:00.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:00 smithi187 ceph-mon[111815]: pgmap v17863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:12:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:00 smithi088 ceph-mon[96111]: pgmap v17863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:12:01.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:01.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:02.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:02.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:02 smithi187 ceph-mon[111815]: pgmap v17864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:02 smithi088 ceph-mon[96111]: pgmap v17864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:03.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:03.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:04 smithi088 ceph-mon[96111]: pgmap v17865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:04 smithi187 ceph-mon[111815]: pgmap v17865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:04.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:04.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:05.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:05.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:06.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:06.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:06 smithi187 ceph-mon[111815]: pgmap v17866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:06 smithi088 ceph-mon[96111]: pgmap v17866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:07.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:07.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:08.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:08.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:08 smithi187 ceph-mon[111815]: pgmap v17867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:08 smithi088 ceph-mon[96111]: pgmap v17867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:09.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:09.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:10.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:10.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:10 smithi187 ceph-mon[111815]: pgmap v17868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:10 smithi088 ceph-mon[96111]: pgmap v17868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:11.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:11.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:12.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:12.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:12 smithi187 ceph-mon[111815]: pgmap v17869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:12 smithi088 ceph-mon[96111]: pgmap v17869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:13.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:13.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:14.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:14 smithi088 ceph-mon[96111]: pgmap v17870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:14 smithi187 ceph-mon[111815]: pgmap v17870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:14.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:14.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:15.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:15.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:12:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:12:16.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:16.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:16 smithi088 ceph-mon[96111]: pgmap v17871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:16 smithi187 ceph-mon[111815]: pgmap v17871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:17.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:17.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:18.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:18.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:18 smithi088 ceph-mon[96111]: pgmap v17872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:18 smithi187 ceph-mon[111815]: pgmap v17872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:19.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:19.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:20.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:20.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:21.019 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:20 smithi187 ceph-mon[111815]: pgmap v17873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:20 smithi088 ceph-mon[96111]: pgmap v17873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:21.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:21.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:22.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:22.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:22 smithi088 ceph-mon[96111]: pgmap v17874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:23.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:22 smithi187 ceph-mon[111815]: pgmap v17874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:23.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:23.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:24 smithi088 ceph-mon[96111]: pgmap v17875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:24 smithi187 ceph-mon[111815]: pgmap v17875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:24.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:24.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:25.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:25.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:26.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:26.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:26 smithi187 ceph-mon[111815]: pgmap v17876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:26 smithi088 ceph-mon[96111]: pgmap v17876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:27.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:27.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:28.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:28.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:28 smithi187 ceph-mon[111815]: pgmap v17877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:28 smithi088 ceph-mon[96111]: pgmap v17877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:29.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:29.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:30 smithi088 ceph-mon[96111]: pgmap v17878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:12:30.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:30.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:30 smithi187 ceph-mon[111815]: pgmap v17878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:12:31.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:31.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:32.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:32.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:32 smithi187 ceph-mon[111815]: pgmap v17879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:32 smithi088 ceph-mon[96111]: pgmap v17879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:33.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:33.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:34 smithi088 ceph-mon[96111]: pgmap v17880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:34 smithi187 ceph-mon[111815]: pgmap v17880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:34.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:34.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:35.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:35.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:36 smithi187 ceph-mon[111815]: pgmap v17881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:36.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:36.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:36 smithi088 ceph-mon[96111]: pgmap v17881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:37.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:37.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:38 smithi187 ceph-mon[111815]: pgmap v17882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:38.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:38.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:38 smithi088 ceph-mon[96111]: pgmap v17882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:39.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:39.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:40 smithi187 ceph-mon[111815]: pgmap v17883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:40.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:40.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:40 smithi088 ceph-mon[96111]: pgmap v17883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:41.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:41.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:42 smithi187 ceph-mon[111815]: pgmap v17884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:42.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:42.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:42 smithi088 ceph-mon[96111]: pgmap v17884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:43.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:43.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:44 smithi088 ceph-mon[96111]: pgmap v17885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:44 smithi187 ceph-mon[111815]: pgmap v17885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:44.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:44.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:45.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:45.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:12:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:12:46.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:46.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:46 smithi088 ceph-mon[96111]: pgmap v17886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:46 smithi187 ceph-mon[111815]: pgmap v17886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:47.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:47.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:48.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:48.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:48 smithi088 ceph-mon[96111]: pgmap v17887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:12:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:12:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:12:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:12:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:12:49.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:12:49.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:12:49.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:12:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:48 smithi187 ceph-mon[111815]: pgmap v17887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:12:49.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:12:49.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:12:49.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:12:49.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:12:49.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:12:49.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:12:49.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:12:49.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:49.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:50.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:50.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:50 smithi088 ceph-mon[96111]: pgmap v17888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:50 smithi187 ceph-mon[111815]: pgmap v17888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:51.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:51.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:52.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:52.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:52 smithi088 ceph-mon[96111]: pgmap v17889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:52 smithi187 ceph-mon[111815]: pgmap v17889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:53.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:53.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:54 smithi088 ceph-mon[96111]: pgmap v17890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:54 smithi187 ceph-mon[111815]: pgmap v17890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:54.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:54.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:55.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:55.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:56 smithi187 ceph-mon[111815]: pgmap v17891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:56.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:56.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:56 smithi088 ceph-mon[96111]: pgmap v17891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:12:57.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:57.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:12:58 smithi187 ceph-mon[111815]: pgmap v17892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:58.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:58.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:12:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:12:58 smithi088 ceph-mon[96111]: pgmap v17892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:12:59.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:12:59.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:00 smithi187 ceph-mon[111815]: pgmap v17893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:13:01.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:01.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:00 smithi088 ceph-mon[96111]: pgmap v17893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:13:02.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:02.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:03.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:03.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:02 smithi088 ceph-mon[96111]: pgmap v17894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:02 smithi187 ceph-mon[111815]: pgmap v17894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:04.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:04.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:04 smithi088 ceph-mon[96111]: pgmap v17895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:04 smithi187 ceph-mon[111815]: pgmap v17895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:05.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:05.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:06.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:06.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:06 smithi187 ceph-mon[111815]: pgmap v17896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:07.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:07.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:06 smithi088 ceph-mon[96111]: pgmap v17896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:08.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:08.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:08 smithi187 ceph-mon[111815]: pgmap v17897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:09.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:09.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:08 smithi088 ceph-mon[96111]: pgmap v17897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:10.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:10.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:11.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:11.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:10 smithi088 ceph-mon[96111]: pgmap v17898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:10 smithi187 ceph-mon[111815]: pgmap v17898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:12.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:12.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:13.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:13.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:12 smithi088 ceph-mon[96111]: pgmap v17899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:12 smithi187 ceph-mon[111815]: pgmap v17899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:14.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:14.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:14 smithi088 ceph-mon[96111]: pgmap v17900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:14 smithi187 ceph-mon[111815]: pgmap v17900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:15.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:15.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:16.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:16.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:13:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:13:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:16 smithi187 ceph-mon[111815]: pgmap v17901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:17.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:17.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:16 smithi088 ceph-mon[96111]: pgmap v17901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:18.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:18.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:19.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:19.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:18 smithi088 ceph-mon[96111]: pgmap v17902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:18 smithi187 ceph-mon[111815]: pgmap v17902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:20.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:20.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:21.025 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:20 smithi088 ceph-mon[96111]: pgmap v17903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:21.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:21.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:20 smithi187 ceph-mon[111815]: pgmap v17903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:22.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:22.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:23.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:23.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:22 smithi088 ceph-mon[96111]: pgmap v17904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:22 smithi187 ceph-mon[111815]: pgmap v17904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:24.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:24.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:24.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:24 smithi088 ceph-mon[96111]: pgmap v17905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:24 smithi187 ceph-mon[111815]: pgmap v17905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:25.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:25.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:26.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:26.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:26 smithi187 ceph-mon[111815]: pgmap v17906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:27.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:27.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:26 smithi088 ceph-mon[96111]: pgmap v17906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:28.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:28.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:29.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:29.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:28 smithi088 ceph-mon[96111]: pgmap v17907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:28 smithi187 ceph-mon[111815]: pgmap v17907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:30.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:30.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:31.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:31.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:30 smithi088 ceph-mon[96111]: pgmap v17908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:13:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:30 smithi187 ceph-mon[111815]: pgmap v17908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:13:32.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:32.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:33.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:33.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:32 smithi088 ceph-mon[96111]: pgmap v17909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:32 smithi187 ceph-mon[111815]: pgmap v17909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:34.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:34.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:34 smithi088 ceph-mon[96111]: pgmap v17910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:34 smithi187 ceph-mon[111815]: pgmap v17910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:35.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:35.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:36.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:36.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:37.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:37.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:36 smithi088 ceph-mon[96111]: pgmap v17911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:36 smithi187 ceph-mon[111815]: pgmap v17911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:38.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:38.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:39.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:39.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:38 smithi088 ceph-mon[96111]: pgmap v17912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:38 smithi187 ceph-mon[111815]: pgmap v17912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:40.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:40.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:41.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:41.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:40 smithi088 ceph-mon[96111]: pgmap v17913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:40 smithi187 ceph-mon[111815]: pgmap v17913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:42.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:42.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:43.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:43.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:42 smithi088 ceph-mon[96111]: pgmap v17914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:42 smithi187 ceph-mon[111815]: pgmap v17914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:44.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:44.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:44 smithi088 ceph-mon[96111]: pgmap v17915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:44 smithi187 ceph-mon[111815]: pgmap v17915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:45.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:45.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:13:46.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:46.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:13:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:46 smithi088 ceph-mon[96111]: pgmap v17916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:47.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:47.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:46 smithi187 ceph-mon[111815]: pgmap v17916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:48.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:48.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:48 smithi088 ceph-mon[96111]: pgmap v17917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:49.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:13:49.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:49.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:48 smithi187 ceph-mon[111815]: pgmap v17917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:13:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:13:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:13:50.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:13:50.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:13:50.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:13:50.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:50.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:13:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:13:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:13:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:13:50.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:13:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:50 smithi088 ceph-mon[96111]: pgmap v17918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:51.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:51.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:50 smithi187 ceph-mon[111815]: pgmap v17918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:52.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:52.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:52 smithi088 ceph-mon[96111]: pgmap v17919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:53.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:53.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:52 smithi187 ceph-mon[111815]: pgmap v17919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:54.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:54.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:54 smithi088 ceph-mon[96111]: pgmap v17920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:54 smithi187 ceph-mon[111815]: pgmap v17920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:55.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:55.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:56.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:56.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:57.021 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:56 smithi187 ceph-mon[111815]: pgmap v17921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:56 smithi088 ceph-mon[96111]: pgmap v17921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:13:57.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:57.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:58.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:58.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:59.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:13:58 smithi088 ceph-mon[96111]: pgmap v17922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:13:59.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:13:59.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:13:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:13:58 smithi187 ceph-mon[111815]: pgmap v17922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:00.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:00.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:00 smithi088 ceph-mon[96111]: pgmap v17923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:14:01.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:01.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:00 smithi187 ceph-mon[111815]: pgmap v17923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:14:02.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:02.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:02 smithi088 ceph-mon[96111]: pgmap v17924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:03.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:03.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:02 smithi187 ceph-mon[111815]: pgmap v17924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:04.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:04.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:04 smithi088 ceph-mon[96111]: pgmap v17925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:04 smithi187 ceph-mon[111815]: pgmap v17925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:05.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:05.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:06.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:06.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:06 smithi088 ceph-mon[96111]: pgmap v17926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:07.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:07.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:07.125 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:06 smithi187 ceph-mon[111815]: pgmap v17926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:08.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:08.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:08 smithi088 ceph-mon[96111]: pgmap v17927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:09.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:09.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:08 smithi187 ceph-mon[111815]: pgmap v17927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:10.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:10.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:10 smithi088 ceph-mon[96111]: pgmap v17928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:11.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:11.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:10 smithi187 ceph-mon[111815]: pgmap v17928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:12.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:12.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:12 smithi088 ceph-mon[96111]: pgmap v17929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:13.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:13.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:12 smithi187 ceph-mon[111815]: pgmap v17929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:14.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:14.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:14.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:14 smithi088 ceph-mon[96111]: pgmap v17930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:14 smithi187 ceph-mon[111815]: pgmap v17930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:15.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:15.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:14:16.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:16.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:14:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:16 smithi088 ceph-mon[96111]: pgmap v17931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:17.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:17.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:16 smithi187 ceph-mon[111815]: pgmap v17931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:18.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:18.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:18 smithi088 ceph-mon[96111]: pgmap v17932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:19.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:19.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:18 smithi187 ceph-mon[111815]: pgmap v17932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:20.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:20.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:20 smithi088 ceph-mon[96111]: pgmap v17933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:21.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:21.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:20 smithi187 ceph-mon[111815]: pgmap v17933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:22.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:22.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:22 smithi088 ceph-mon[96111]: pgmap v17934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:23.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:23.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:22 smithi187 ceph-mon[111815]: pgmap v17934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:24.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:24.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:24 smithi088 ceph-mon[96111]: pgmap v17935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:24 smithi187 ceph-mon[111815]: pgmap v17935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:25.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:25.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:26.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:26.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:26 smithi088 ceph-mon[96111]: pgmap v17936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:27.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:27.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:26 smithi187 ceph-mon[111815]: pgmap v17936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:28.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:28.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:28 smithi088 ceph-mon[96111]: pgmap v17937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:29.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:29.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:28 smithi187 ceph-mon[111815]: pgmap v17937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:30.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:30.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:30 smithi088 ceph-mon[96111]: pgmap v17938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:14:31.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:31.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:30 smithi187 ceph-mon[111815]: pgmap v17938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:14:32.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:32.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:32 smithi088 ceph-mon[96111]: pgmap v17939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:33.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:33.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:32 smithi187 ceph-mon[111815]: pgmap v17939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:34.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:34.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:34.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:34 smithi088 ceph-mon[96111]: pgmap v17940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:34 smithi187 ceph-mon[111815]: pgmap v17940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:35.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:35.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:36.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:36.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:36 smithi088 ceph-mon[96111]: pgmap v17941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:37.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:37.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:36 smithi187 ceph-mon[111815]: pgmap v17941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:38.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:38.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:38 smithi088 ceph-mon[96111]: pgmap v17942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:39.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:39.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:38 smithi187 ceph-mon[111815]: pgmap v17942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:40.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:40.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:40 smithi088 ceph-mon[96111]: pgmap v17943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:41.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:41.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:40 smithi187 ceph-mon[111815]: pgmap v17943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:42.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:42.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:42 smithi187 ceph-mon[111815]: pgmap v17944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:42 smithi088 ceph-mon[96111]: pgmap v17944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:43.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:43.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:44.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:44.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:44 smithi088 ceph-mon[96111]: pgmap v17945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:44 smithi187 ceph-mon[111815]: pgmap v17945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:45.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:45.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:14:46.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:46.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:14:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:46 smithi088 ceph-mon[96111]: pgmap v17946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:47.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:47.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:46 smithi187 ceph-mon[111815]: pgmap v17946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:48.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:48.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:48 smithi088 ceph-mon[96111]: pgmap v17947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:49.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:49.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:48 smithi187 ceph-mon[111815]: pgmap v17947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:50.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:14:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:14:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:14:50.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:14:50.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:14:50.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:50.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:14:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:14:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:14:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:14:50.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:14:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:50 smithi088 ceph-mon[96111]: pgmap v17948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:50 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1415M 2023-10-13T09:14:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:14:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:14:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:14:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:14:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:14:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:14:51.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:51.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:50 smithi187 ceph-mon[111815]: pgmap v17948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:50 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1415M 2023-10-13T09:14:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:14:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:14:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:14:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:14:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:14:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:14:52.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:52.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:52 smithi187 ceph-mon[111815]: pgmap v17949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:52 smithi088 ceph-mon[96111]: pgmap v17949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:53.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:53.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:54.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:54.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:54 smithi088 ceph-mon[96111]: pgmap v17950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:54 smithi187 ceph-mon[111815]: pgmap v17950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:55.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:55.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:56.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:56.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:56 smithi088 ceph-mon[96111]: pgmap v17951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:57.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:57.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:56 smithi187 ceph-mon[111815]: pgmap v17951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:14:58.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:58.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:14:58 smithi088 ceph-mon[96111]: pgmap v17952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:14:59.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:14:59.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:14:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:14:58 smithi187 ceph-mon[111815]: pgmap v17952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:00.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:00.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:00 smithi088 ceph-mon[96111]: pgmap v17953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:15:01.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:01.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:00 smithi187 ceph-mon[111815]: pgmap v17953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:15:02.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:02.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:02 smithi187 ceph-mon[111815]: pgmap v17954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:02 smithi088 ceph-mon[96111]: pgmap v17954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:03.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:03.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:04.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:04.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:04 smithi088 ceph-mon[96111]: pgmap v17955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:04 smithi187 ceph-mon[111815]: pgmap v17955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:05.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:05.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:06.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:06.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:07.057 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:06 smithi088 ceph-mon[96111]: pgmap v17956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:07.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:07.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:06 smithi187 ceph-mon[111815]: pgmap v17956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:08.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:08.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:08 smithi088 ceph-mon[96111]: pgmap v17957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:09.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:09.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:08 smithi187 ceph-mon[111815]: pgmap v17957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:10.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:10.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:10 smithi088 ceph-mon[96111]: pgmap v17958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:10 smithi187 ceph-mon[111815]: pgmap v17958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:11.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:11.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:12.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:12.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:13.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:12 smithi088 ceph-mon[96111]: pgmap v17959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:12 smithi187 ceph-mon[111815]: pgmap v17959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:13.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:13.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:14.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:14.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:14.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:14 smithi088 ceph-mon[96111]: pgmap v17960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:14 smithi187 ceph-mon[111815]: pgmap v17960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:15.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:15.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:15:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:15:16.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:16.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:16 smithi088 ceph-mon[96111]: pgmap v17961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:16 smithi187 ceph-mon[111815]: pgmap v17961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:17.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:17.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:18.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:18.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:19.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:18 smithi088 ceph-mon[96111]: pgmap v17962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:18 smithi187 ceph-mon[111815]: pgmap v17962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:19.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:19.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:20.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:20.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:20 smithi088 ceph-mon[96111]: pgmap v17963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:20 smithi187 ceph-mon[111815]: pgmap v17963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:21.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:21.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:22.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:22.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:22 smithi088 ceph-mon[96111]: pgmap v17964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:22 smithi187 ceph-mon[111815]: pgmap v17964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:23.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:23.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:24.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:24.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:24 smithi088 ceph-mon[96111]: pgmap v17965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:24 smithi187 ceph-mon[111815]: pgmap v17965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:25.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:25.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:26.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:26.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:26 smithi088 ceph-mon[96111]: pgmap v17966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:26 smithi187 ceph-mon[111815]: pgmap v17966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:27.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:27.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:28.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:28.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:28 smithi088 ceph-mon[96111]: pgmap v17967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:28 smithi187 ceph-mon[111815]: pgmap v17967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:29.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:29.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:30.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:30.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:30 smithi088 ceph-mon[96111]: pgmap v17968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:15:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:30 smithi187 ceph-mon[111815]: pgmap v17968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:15:31.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:31.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:32.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:32.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:33.019 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:32 smithi187 ceph-mon[111815]: pgmap v17969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:32 smithi088 ceph-mon[96111]: pgmap v17969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:33.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:33.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:34.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:34.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:34.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:34 smithi088 ceph-mon[96111]: pgmap v17970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:34 smithi187 ceph-mon[111815]: pgmap v17970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:35.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:35.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:36.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:36.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:36 smithi088 ceph-mon[96111]: pgmap v17971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:36 smithi187 ceph-mon[111815]: pgmap v17971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:37.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:37.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:38.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:38.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:38 smithi088 ceph-mon[96111]: pgmap v17972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:38 smithi187 ceph-mon[111815]: pgmap v17972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:39.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:39.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:40.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:40.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:40 smithi088 ceph-mon[96111]: pgmap v17973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:40 smithi187 ceph-mon[111815]: pgmap v17973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:41.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:41.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:42.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:42.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:42 smithi088 ceph-mon[96111]: pgmap v17974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:43.123 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:42 smithi187 ceph-mon[111815]: pgmap v17974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:43.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:43.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:44.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:44.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:44 smithi088 ceph-mon[96111]: pgmap v17975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:44 smithi187 ceph-mon[111815]: pgmap v17975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:45.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:45.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:15:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:15:46.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:46.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:46 smithi088 ceph-mon[96111]: pgmap v17976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:46 smithi187 ceph-mon[111815]: pgmap v17976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:47.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:47.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:48.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:48.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:48 smithi088 ceph-mon[96111]: pgmap v17977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:48 smithi187 ceph-mon[111815]: pgmap v17977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:49.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:49.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:50.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:50.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:50 smithi088 ceph-mon[96111]: pgmap v17978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:15:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:15:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:15:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:15:51.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:15:51.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:15:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:50 smithi187 ceph-mon[111815]: pgmap v17978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:15:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:15:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:15:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:15:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:15:51.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:15:51.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:51.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:52.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:52.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:52 smithi088 ceph-mon[96111]: pgmap v17979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:52 smithi187 ceph-mon[111815]: pgmap v17979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:53.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:53.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:54.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:54.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:54 smithi088 ceph-mon[96111]: pgmap v17980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:54 smithi187 ceph-mon[111815]: pgmap v17980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:55.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:55.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:56.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:56.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:56 smithi088 ceph-mon[96111]: pgmap v17981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:56 smithi187 ceph-mon[111815]: pgmap v17981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:15:57.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:57.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:58.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:58.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:15:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:15:58 smithi088 ceph-mon[96111]: pgmap v17982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:15:58 smithi187 ceph-mon[111815]: pgmap v17982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:15:59.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:15:59.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:00.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:00.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:00 smithi088 ceph-mon[96111]: pgmap v17983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:16:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:00 smithi187 ceph-mon[111815]: pgmap v17983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:16:01.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:01.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:02.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:02.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:02 smithi088 ceph-mon[96111]: pgmap v17984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:02 smithi187 ceph-mon[111815]: pgmap v17984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:03.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:03.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:04.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:04.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:04 smithi088 ceph-mon[96111]: pgmap v17985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:04 smithi187 ceph-mon[111815]: pgmap v17985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:05.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:05.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:06.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:06.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:06 smithi088 ceph-mon[96111]: pgmap v17986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:06 smithi187 ceph-mon[111815]: pgmap v17986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:07.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:07.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:08.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:08.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:08 smithi088 ceph-mon[96111]: pgmap v17987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:08 smithi187 ceph-mon[111815]: pgmap v17987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:09.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:09.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:10.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:10.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:10 smithi088 ceph-mon[96111]: pgmap v17988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:10 smithi187 ceph-mon[111815]: pgmap v17988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:11.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:11.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:12.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:12.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:12 smithi088 ceph-mon[96111]: pgmap v17989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:12 smithi187 ceph-mon[111815]: pgmap v17989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:13.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:13.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:14.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:14.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:14.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:14 smithi088 ceph-mon[96111]: pgmap v17990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:14 smithi187 ceph-mon[111815]: pgmap v17990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:15.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:15.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:16:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:16:16.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:16.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:16 smithi088 ceph-mon[96111]: pgmap v17991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:16 smithi187 ceph-mon[111815]: pgmap v17991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:17.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:17.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:18.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:18.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:18 smithi088 ceph-mon[96111]: pgmap v17992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:18 smithi187 ceph-mon[111815]: pgmap v17992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:19.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:19.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:20.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:20.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:20 smithi088 ceph-mon[96111]: pgmap v17993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:20 smithi187 ceph-mon[111815]: pgmap v17993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:21.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:21.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:22.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:22.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:22 smithi088 ceph-mon[96111]: pgmap v17994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:22 smithi187 ceph-mon[111815]: pgmap v17994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:23.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:23.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:24.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:24.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:24 smithi187 ceph-mon[111815]: pgmap v17995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:24 smithi088 ceph-mon[96111]: pgmap v17995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:25.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:25.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:26.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:26.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:26 smithi088 ceph-mon[96111]: pgmap v17996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:26 smithi187 ceph-mon[111815]: pgmap v17996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:27.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:27.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:28.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:28.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:28 smithi187 ceph-mon[111815]: pgmap v17997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:28 smithi088 ceph-mon[96111]: pgmap v17997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:29.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:29.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:30.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:30.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:30 smithi088 ceph-mon[96111]: pgmap v17998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:16:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:30 smithi187 ceph-mon[111815]: pgmap v17998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:16:31.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:31.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:32.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:32.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:32 smithi088 ceph-mon[96111]: pgmap v17999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:32 smithi187 ceph-mon[111815]: pgmap v17999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:33.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:33.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:34.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:34.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:34 smithi187 ceph-mon[111815]: pgmap v18000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:34 smithi088 ceph-mon[96111]: pgmap v18000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:35.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:35.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:36.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:36.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:37.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:36 smithi088 ceph-mon[96111]: pgmap v18001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:36 smithi187 ceph-mon[111815]: pgmap v18001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:37.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:37.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:38.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:38.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:38 smithi187 ceph-mon[111815]: pgmap v18002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:38 smithi088 ceph-mon[96111]: pgmap v18002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:39.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:39.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:40.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:40.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:41.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:40 smithi088 ceph-mon[96111]: pgmap v18003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:40 smithi187 ceph-mon[111815]: pgmap v18003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:41.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:41.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:42.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:42.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:42 smithi088 ceph-mon[96111]: pgmap v18004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:42 smithi187 ceph-mon[111815]: pgmap v18004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:43.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:43.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:44.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:44.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:44 smithi187 ceph-mon[111815]: pgmap v18005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:44 smithi088 ceph-mon[96111]: pgmap v18005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:45.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:45.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:16:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:16:46.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:46.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:46 smithi088 ceph-mon[96111]: pgmap v18006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:47.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:46 smithi187 ceph-mon[111815]: pgmap v18006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:47.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:47.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:48.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:48.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:48 smithi088 ceph-mon[96111]: pgmap v18007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:48 smithi187 ceph-mon[111815]: pgmap v18007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:49.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:49.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:50.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:50.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:50 smithi088 ceph-mon[96111]: pgmap v18008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:51.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:16:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:50 smithi187 ceph-mon[111815]: pgmap v18008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:16:51.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:51.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:16:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:16:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:16:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:16:52.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:16:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:16:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:16:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:16:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:16:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:16:52.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:52.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:53.090 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:52 smithi088 ceph-mon[96111]: pgmap v18009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:52 smithi187 ceph-mon[111815]: pgmap v18009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:53.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:53.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:54.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:54.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:54 smithi187 ceph-mon[111815]: pgmap v18010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:54 smithi088 ceph-mon[96111]: pgmap v18010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:55.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:55.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:56.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:56.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:56 smithi088 ceph-mon[96111]: pgmap v18011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:56 smithi187 ceph-mon[111815]: pgmap v18011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:16:57.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:57.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:58.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:58.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:16:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:16:58 smithi088 ceph-mon[96111]: pgmap v18012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:16:58 smithi187 ceph-mon[111815]: pgmap v18012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:16:59.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:16:59.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:00.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:00.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:00 smithi088 ceph-mon[96111]: pgmap v18013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:17:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:00 smithi187 ceph-mon[111815]: pgmap v18013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:17:01.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:01.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:02.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:02.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:02 smithi088 ceph-mon[96111]: pgmap v18014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:02 smithi187 ceph-mon[111815]: pgmap v18014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:03.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:03.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:04.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:04.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:04 smithi187 ceph-mon[111815]: pgmap v18015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:04 smithi088 ceph-mon[96111]: pgmap v18015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:05.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:05.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:06.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:06.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:06 smithi088 ceph-mon[96111]: pgmap v18016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:06 smithi187 ceph-mon[111815]: pgmap v18016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:07.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:07.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:08.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:08.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:08 smithi088 ceph-mon[96111]: pgmap v18017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:08 smithi187 ceph-mon[111815]: pgmap v18017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:09.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:09.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:10.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:10.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:10 smithi088 ceph-mon[96111]: pgmap v18018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:10 smithi187 ceph-mon[111815]: pgmap v18018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:11.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:11.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:12.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:12.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:12 smithi088 ceph-mon[96111]: pgmap v18019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:12 smithi187 ceph-mon[111815]: pgmap v18019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:13.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:13.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:14.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:14.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:14 smithi187 ceph-mon[111815]: pgmap v18020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:14 smithi088 ceph-mon[96111]: pgmap v18020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:15.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:15.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:17:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:17:16.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:16.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:16 smithi088 ceph-mon[96111]: pgmap v18021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:16 smithi187 ceph-mon[111815]: pgmap v18021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:17.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:17.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:18.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:18.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:18 smithi088 ceph-mon[96111]: pgmap v18022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:19.127 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:18 smithi187 ceph-mon[111815]: pgmap v18022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:19.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:19.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:20.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:20.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:20 smithi088 ceph-mon[96111]: pgmap v18023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:20 smithi187 ceph-mon[111815]: pgmap v18023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:21.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:21.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:22.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:22.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:23.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:22 smithi088 ceph-mon[96111]: pgmap v18024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:22 smithi187 ceph-mon[111815]: pgmap v18024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:23.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:23.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:24.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:24.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:24 smithi187 ceph-mon[111815]: pgmap v18025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:24 smithi088 ceph-mon[96111]: pgmap v18025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:25.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:25.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:26.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:26.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:26 smithi088 ceph-mon[96111]: pgmap v18026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:26 smithi187 ceph-mon[111815]: pgmap v18026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:27.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:27.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:28.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:28.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:28 smithi088 ceph-mon[96111]: pgmap v18027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:28 smithi187 ceph-mon[111815]: pgmap v18027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:29.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:29.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:30.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:30.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:30 smithi088 ceph-mon[96111]: pgmap v18028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:17:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:30 smithi187 ceph-mon[111815]: pgmap v18028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:17:31.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:31.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:32.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:32.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:32 smithi088 ceph-mon[96111]: pgmap v18029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:32 smithi187 ceph-mon[111815]: pgmap v18029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:33.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:33.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:34.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:34.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:34 smithi187 ceph-mon[111815]: pgmap v18030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:34 smithi088 ceph-mon[96111]: pgmap v18030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:35.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:35.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:36.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:36.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:36 smithi088 ceph-mon[96111]: pgmap v18031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:36 smithi187 ceph-mon[111815]: pgmap v18031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:37.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:37.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:38.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:38.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:38 smithi088 ceph-mon[96111]: pgmap v18032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:38 smithi187 ceph-mon[111815]: pgmap v18032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:39.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:39.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:40.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:40.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:40 smithi088 ceph-mon[96111]: pgmap v18033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:40 smithi187 ceph-mon[111815]: pgmap v18033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:41.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:41.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:42.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:42.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:42 smithi088 ceph-mon[96111]: pgmap v18034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:42 smithi187 ceph-mon[111815]: pgmap v18034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:43.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:43.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:44.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:44.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:44 smithi187 ceph-mon[111815]: pgmap v18035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:44 smithi088 ceph-mon[96111]: pgmap v18035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:45.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:45.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:17:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:17:46.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:46.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:46 smithi088 ceph-mon[96111]: pgmap v18036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:46 smithi187 ceph-mon[111815]: pgmap v18036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:47.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:47.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:48.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:48.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:48 smithi088 ceph-mon[96111]: pgmap v18037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:48 smithi187 ceph-mon[111815]: pgmap v18037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:49.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:49.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:50.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:50.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:50 smithi088 ceph-mon[96111]: pgmap v18038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:50 smithi187 ceph-mon[111815]: pgmap v18038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:51.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:51.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:17:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:17:52.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:52.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:52 smithi088 ceph-mon[96111]: pgmap v18039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:52 smithi187 ceph-mon[111815]: pgmap v18039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:53.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:53.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:54.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:54.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:17:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:17:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:54 smithi187 ceph-mon[111815]: pgmap v18040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:17:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:17:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:17:54.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:17:54.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:17:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:17:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:17:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:54 smithi088 ceph-mon[96111]: pgmap v18040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:17:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:17:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:17:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:17:55.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:17:55.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:55.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:56.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:56.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:56 smithi088 ceph-mon[96111]: pgmap v18041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:56 smithi187 ceph-mon[111815]: pgmap v18041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:17:57.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:57.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:58.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:58.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:17:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:17:58 smithi088 ceph-mon[96111]: pgmap v18042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:17:58 smithi187 ceph-mon[111815]: pgmap v18042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:17:59.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:17:59.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:00.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:00.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:00 smithi088 ceph-mon[96111]: pgmap v18043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:18:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:00 smithi187 ceph-mon[111815]: pgmap v18043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:18:01.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:01.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:02.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:02.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:02 smithi088 ceph-mon[96111]: pgmap v18044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:02 smithi187 ceph-mon[111815]: pgmap v18044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:03.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:03.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:04.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:04.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:04 smithi088 ceph-mon[96111]: pgmap v18045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:04 smithi187 ceph-mon[111815]: pgmap v18045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:05.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:05.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:06.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:06.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:06 smithi088 ceph-mon[96111]: pgmap v18046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:06 smithi187 ceph-mon[111815]: pgmap v18046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:07.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:07.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:08.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:08.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:08 smithi088 ceph-mon[96111]: pgmap v18047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:08 smithi187 ceph-mon[111815]: pgmap v18047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:09.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:09.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:10.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:10.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:10 smithi088 ceph-mon[96111]: pgmap v18048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:10 smithi187 ceph-mon[111815]: pgmap v18048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:11.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:11.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:12.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:12.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:12 smithi088 ceph-mon[96111]: pgmap v18049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:12 smithi187 ceph-mon[111815]: pgmap v18049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:13.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:13.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:14.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:14.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:14 smithi088 ceph-mon[96111]: pgmap v18050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:14 smithi187 ceph-mon[111815]: pgmap v18050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:15.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:15.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:18:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:18:16.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:16.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:16 smithi088 ceph-mon[96111]: pgmap v18051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:16 smithi187 ceph-mon[111815]: pgmap v18051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:17.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:17.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:18.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:18.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:18 smithi088 ceph-mon[96111]: pgmap v18052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:18 smithi187 ceph-mon[111815]: pgmap v18052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:19.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:19.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:20.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:20.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:20 smithi088 ceph-mon[96111]: pgmap v18053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:20 smithi187 ceph-mon[111815]: pgmap v18053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:21.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:21.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:22.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:22.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:22 smithi088 ceph-mon[96111]: pgmap v18054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:22 smithi187 ceph-mon[111815]: pgmap v18054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:23.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:23.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:24.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:24.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:24.811 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:24 smithi187 ceph-mon[111815]: pgmap v18055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:24 smithi088 ceph-mon[96111]: pgmap v18055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:25.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:25.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:26.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:26.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:26 smithi088 ceph-mon[96111]: pgmap v18056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:26 smithi187 ceph-mon[111815]: pgmap v18056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:27.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:27.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:28.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:28.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:28 smithi088 ceph-mon[96111]: pgmap v18057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:28 smithi187 ceph-mon[111815]: pgmap v18057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:29.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:29.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:30.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:30.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:30 smithi088 ceph-mon[96111]: pgmap v18058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:18:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:30 smithi187 ceph-mon[111815]: pgmap v18058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:18:31.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:31.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:32.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:32.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:32 smithi088 ceph-mon[96111]: pgmap v18059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:32 smithi187 ceph-mon[111815]: pgmap v18059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:33.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:33.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:34.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:34.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:34 smithi088 ceph-mon[96111]: pgmap v18060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:34.917 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:34 smithi187 ceph-mon[111815]: pgmap v18060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:35.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:35.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:36.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:36.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:36 smithi088 ceph-mon[96111]: pgmap v18061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:36 smithi187 ceph-mon[111815]: pgmap v18061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:37.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:37.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:38.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:38.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:38 smithi088 ceph-mon[96111]: pgmap v18062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:38 smithi187 ceph-mon[111815]: pgmap v18062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:39.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:39.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:40.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:40.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:40 smithi088 ceph-mon[96111]: pgmap v18063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:40 smithi187 ceph-mon[111815]: pgmap v18063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:41.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:41.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:42.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:42.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:42 smithi088 ceph-mon[96111]: pgmap v18064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:42 smithi187 ceph-mon[111815]: pgmap v18064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:43.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:43.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:44.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:44.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:44 smithi088 ceph-mon[96111]: pgmap v18065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:44 smithi187 ceph-mon[111815]: pgmap v18065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:45.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:45.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:18:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:18:46.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:46.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:46 smithi088 ceph-mon[96111]: pgmap v18066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:46 smithi187 ceph-mon[111815]: pgmap v18066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:47.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:47.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:48.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:48.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:48 smithi088 ceph-mon[96111]: pgmap v18067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:48 smithi187 ceph-mon[111815]: pgmap v18067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:49.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:49.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:50.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:50.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:50 smithi088 ceph-mon[96111]: pgmap v18068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:50 smithi187 ceph-mon[111815]: pgmap v18068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:51.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:51.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:52.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:52.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:52 smithi088 ceph-mon[96111]: pgmap v18069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:52 smithi187 ceph-mon[111815]: pgmap v18069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:53.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:53.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:54 smithi088 ceph-mon[96111]: pgmap v18070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:18:54.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:54.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:54 smithi187 ceph-mon[111815]: pgmap v18070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:18:55.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:55.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:56.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:56.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:56 smithi088 ceph-mon[96111]: pgmap v18071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:56 smithi187 ceph-mon[111815]: pgmap v18071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:18:57.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:57.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:58.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:58.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:18:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:58 smithi088 ceph-mon[96111]: pgmap v18072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:18:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:18:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:58 smithi187 ceph-mon[111815]: pgmap v18072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:18:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:18:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:18:59.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:18:59.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:19:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:19:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:19:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:19:00.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:18:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:19:00.181 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:19:00.181 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:19:00.181 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:19:00.181 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:19:00.182 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:18:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:19:00.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:00.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:01 smithi187 ceph-mon[111815]: pgmap v18073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:19:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:01 smithi088 ceph-mon[96111]: pgmap v18073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:19:01.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:01.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:02.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:02.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:03 smithi187 ceph-mon[111815]: pgmap v18074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:03 smithi088 ceph-mon[96111]: pgmap v18074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:03.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:03.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:04.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:04.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:04 smithi088 ceph-mon[96111]: pgmap v18075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:04 smithi187 ceph-mon[111815]: pgmap v18075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:05.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:05.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:06.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:06.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:06 smithi088 ceph-mon[96111]: pgmap v18076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:06 smithi187 ceph-mon[111815]: pgmap v18076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:07.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:07.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:08.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:08.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:08 smithi088 ceph-mon[96111]: pgmap v18077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:08 smithi187 ceph-mon[111815]: pgmap v18077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:09.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:09.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:10.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:10.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:10 smithi088 ceph-mon[96111]: pgmap v18078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:10 smithi187 ceph-mon[111815]: pgmap v18078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:11.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:11.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:12.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:12.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:12 smithi088 ceph-mon[96111]: pgmap v18079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:12 smithi187 ceph-mon[111815]: pgmap v18079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:13.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:13.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:14.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:14.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:14 smithi088 ceph-mon[96111]: pgmap v18080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:14 smithi187 ceph-mon[111815]: pgmap v18080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:15.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:15.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:19:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:19:16.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:16.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:16 smithi088 ceph-mon[96111]: pgmap v18081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:16 smithi187 ceph-mon[111815]: pgmap v18081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:17.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:17.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:18.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:18.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:18 smithi088 ceph-mon[96111]: pgmap v18082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:18 smithi187 ceph-mon[111815]: pgmap v18082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:19.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:19.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:20.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:20.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:20 smithi088 ceph-mon[96111]: pgmap v18083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:20 smithi187 ceph-mon[111815]: pgmap v18083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:21.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:21.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:22.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:22.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:22 smithi187 ceph-mon[111815]: pgmap v18084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:22 smithi088 ceph-mon[96111]: pgmap v18084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:23.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:23.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:24.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:24.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:24 smithi088 ceph-mon[96111]: pgmap v18085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:24 smithi187 ceph-mon[111815]: pgmap v18085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:25.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:25.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:26.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:26.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:26 smithi088 ceph-mon[96111]: pgmap v18086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:26 smithi187 ceph-mon[111815]: pgmap v18086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:27.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:27.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:28.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:28.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:28 smithi088 ceph-mon[96111]: pgmap v18087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:28 smithi187 ceph-mon[111815]: pgmap v18087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:29.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:29.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:30.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:30.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:30 smithi187 ceph-mon[111815]: pgmap v18088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:19:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:30 smithi088 ceph-mon[96111]: pgmap v18088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:19:31.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:31.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:32.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:32.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:32 smithi187 ceph-mon[111815]: pgmap v18089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:32 smithi088 ceph-mon[96111]: pgmap v18089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:33.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:33.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:34.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:34.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:34 smithi088 ceph-mon[96111]: pgmap v18090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:34 smithi187 ceph-mon[111815]: pgmap v18090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:35.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:35.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:36.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:36.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:36 smithi088 ceph-mon[96111]: pgmap v18091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:36 smithi187 ceph-mon[111815]: pgmap v18091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:37.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:37.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:38.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:38.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:38 smithi187 ceph-mon[111815]: pgmap v18092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:38 smithi088 ceph-mon[96111]: pgmap v18092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:39.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:39.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:40.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:40.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:40 smithi187 ceph-mon[111815]: pgmap v18093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:40 smithi088 ceph-mon[96111]: pgmap v18093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:41.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:41.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:42.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:42.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:42 smithi187 ceph-mon[111815]: pgmap v18094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:42 smithi088 ceph-mon[96111]: pgmap v18094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:43.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:43.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:44.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:44.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:44.768 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:44 smithi088 ceph-mon[96111]: pgmap v18095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:44 smithi187 ceph-mon[111815]: pgmap v18095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:45.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:45.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:19:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:19:46.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:46.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:46 smithi088 ceph-mon[96111]: pgmap v18096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:46 smithi187 ceph-mon[111815]: pgmap v18096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:47.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:47.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:48.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:48.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:48 smithi187 ceph-mon[111815]: pgmap v18097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:48 smithi088 ceph-mon[96111]: pgmap v18097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:49.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:49.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:50.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:50.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:50 smithi187 ceph-mon[111815]: pgmap v18098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:50 smithi088 ceph-mon[96111]: pgmap v18098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:51.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:51.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:52.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:52.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:52 smithi187 ceph-mon[111815]: pgmap v18099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:52 smithi088 ceph-mon[96111]: pgmap v18099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:53.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:53.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:54.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:54.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:54 smithi088 ceph-mon[96111]: pgmap v18100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:54 smithi187 ceph-mon[111815]: pgmap v18100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:55.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:55.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:56.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:56.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:56 smithi187 ceph-mon[111815]: pgmap v18101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:56 smithi088 ceph-mon[96111]: pgmap v18101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:19:57.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:57.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:58.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:58.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:19:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:58 smithi187 ceph-mon[111815]: pgmap v18102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:58 smithi088 ceph-mon[96111]: pgmap v18102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:19:59.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:19:59.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:20:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:20:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:20:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:20:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:20:00.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:19:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:20:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:20:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:20:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:20:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:20:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:20:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:19:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:20:00.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:00.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:00 smithi187 ceph-mon[111815]: pgmap v18103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T09:20:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:20:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:00 smithi088 ceph-mon[96111]: pgmap v18103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T09:20:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:20:01.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:01.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:02.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:02.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:02 smithi187 ceph-mon[111815]: pgmap v18104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:02 smithi088 ceph-mon[96111]: pgmap v18104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:03.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:03.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:04.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:04.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:04 smithi088 ceph-mon[96111]: pgmap v18105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:04 smithi187 ceph-mon[111815]: pgmap v18105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:05.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:05.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:06.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:06.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:06 smithi187 ceph-mon[111815]: pgmap v18106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:20:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:06 smithi088 ceph-mon[96111]: pgmap v18106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:20:07.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:07.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:08.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:08.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:08 smithi187 ceph-mon[111815]: pgmap v18107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:08 smithi088 ceph-mon[96111]: pgmap v18107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:09.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:09.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:10.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:10.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:10 smithi187 ceph-mon[111815]: pgmap v18108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:10 smithi088 ceph-mon[96111]: pgmap v18108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:11.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:11.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:12.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:12.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:12 smithi187 ceph-mon[111815]: pgmap v18109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:12 smithi088 ceph-mon[96111]: pgmap v18109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:13.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:13.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:14.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:14.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:14 smithi088 ceph-mon[96111]: pgmap v18110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:14 smithi187 ceph-mon[111815]: pgmap v18110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:15.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:15.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:20:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:20:16.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:16.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:16 smithi088 ceph-mon[96111]: pgmap v18111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 168 B/s rd, 0 op/s 2023-10-13T09:20:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:16 smithi187 ceph-mon[111815]: pgmap v18111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 168 B/s rd, 0 op/s 2023-10-13T09:20:17.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:17.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:18.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:18.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:18 smithi088 ceph-mon[96111]: pgmap v18112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T09:20:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:18 smithi187 ceph-mon[111815]: pgmap v18112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T09:20:19.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:19.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:20.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:20.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:20 smithi088 ceph-mon[96111]: pgmap v18113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T09:20:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:20 smithi187 ceph-mon[111815]: pgmap v18113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T09:20:21.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:21.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:22.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:22.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:22 smithi088 ceph-mon[96111]: pgmap v18114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T09:20:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:22 smithi187 ceph-mon[111815]: pgmap v18114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T09:20:23.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:23.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:24.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:24.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:24 smithi088 ceph-mon[96111]: pgmap v18115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T09:20:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:24 smithi187 ceph-mon[111815]: pgmap v18115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 84 B/s rd, 0 op/s 2023-10-13T09:20:25.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:25.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:26.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:26.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:26 smithi088 ceph-mon[96111]: pgmap v18116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 168 B/s rd, 0 op/s 2023-10-13T09:20:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:26 smithi187 ceph-mon[111815]: pgmap v18116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 168 B/s rd, 0 op/s 2023-10-13T09:20:27.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:27.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:28.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:28.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:28 smithi088 ceph-mon[96111]: pgmap v18117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:28 smithi187 ceph-mon[111815]: pgmap v18117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:29.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:29.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:30.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:30.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:30 smithi088 ceph-mon[96111]: pgmap v18118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:20:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:30 smithi187 ceph-mon[111815]: pgmap v18118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:20:31.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:31.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:32.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:32.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:32 smithi088 ceph-mon[96111]: pgmap v18119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:32 smithi187 ceph-mon[111815]: pgmap v18119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:33.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:33.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:34.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:34.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:34 smithi088 ceph-mon[96111]: pgmap v18120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:34 smithi187 ceph-mon[111815]: pgmap v18120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:35.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:35.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:36.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:36.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:36 smithi088 ceph-mon[96111]: pgmap v18121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:20:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:36 smithi187 ceph-mon[111815]: pgmap v18121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:20:37.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:37.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:38.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:38.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:38 smithi088 ceph-mon[96111]: pgmap v18122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:38 smithi187 ceph-mon[111815]: pgmap v18122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:39.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:39.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:40.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:40.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:40 smithi088 ceph-mon[96111]: pgmap v18123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:40 smithi187 ceph-mon[111815]: pgmap v18123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:41.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:41.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:42.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:42.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:42 smithi088 ceph-mon[96111]: pgmap v18124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:42 smithi187 ceph-mon[111815]: pgmap v18124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:43.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:43.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:44.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:44.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:44 smithi088 ceph-mon[96111]: pgmap v18125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:44 smithi187 ceph-mon[111815]: pgmap v18125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:45.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:45.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:20:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:20:46.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:46.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:46 smithi088 ceph-mon[96111]: pgmap v18126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:20:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:46 smithi187 ceph-mon[111815]: pgmap v18126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:20:47.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:47.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:48.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:48.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:48 smithi088 ceph-mon[96111]: pgmap v18127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:48 smithi187 ceph-mon[111815]: pgmap v18127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:49.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:49.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:50.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:50.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:50 smithi088 ceph-mon[96111]: pgmap v18128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:51.344 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:50 smithi187 ceph-mon[111815]: pgmap v18128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:51.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:51.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:52.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:52.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:52 smithi088 ceph-mon[96111]: pgmap v18129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:52 smithi187 ceph-mon[111815]: pgmap v18129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:53.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:53.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:54.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:54.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:54 smithi088 ceph-mon[96111]: pgmap v18130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:54 smithi187 ceph-mon[111815]: pgmap v18130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:55.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:55.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:56.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:56.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:56 smithi088 ceph-mon[96111]: pgmap v18131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:20:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:56 smithi187 ceph-mon[111815]: pgmap v18131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:20:57.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:57.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:58.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:58.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:20:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:20:58 smithi088 ceph-mon[96111]: pgmap v18132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:20:58 smithi187 ceph-mon[111815]: pgmap v18132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:20:59.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:20:59.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:21:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:21:00.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:00.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:01.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:01 smithi187 ceph-mon[111815]: pgmap v18133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:01.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:21:01.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:21:01.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:21:01.452 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:21:01.452 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:21:01.452 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:21:01.453 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:21:01.453 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:21:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:01 smithi088 ceph-mon[96111]: pgmap v18133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:21:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:21:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:21:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:21:01.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:21:01.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:21:01.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:21:01.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:21:01.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:01.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:02.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:02.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:03 smithi187 ceph-mon[111815]: pgmap v18134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:03 smithi088 ceph-mon[96111]: pgmap v18134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:03.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:03.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:04.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:04.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:04 smithi088 ceph-mon[96111]: pgmap v18135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:04 smithi187 ceph-mon[111815]: pgmap v18135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:05.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:05.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:06.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:06.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:06 smithi088 ceph-mon[96111]: pgmap v18136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:06 smithi187 ceph-mon[111815]: pgmap v18136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:07.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:07.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:08.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:08.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:09 smithi088 ceph-mon[96111]: pgmap v18137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:09 smithi187 ceph-mon[111815]: pgmap v18137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:09.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:09.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:10.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:10.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:11 smithi088 ceph-mon[96111]: pgmap v18138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:11 smithi187 ceph-mon[111815]: pgmap v18138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:11.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:11.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:12.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:12.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:13 smithi088 ceph-mon[96111]: pgmap v18139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:13 smithi187 ceph-mon[111815]: pgmap v18139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:13.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:13.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:14.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:14.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:14 smithi088 ceph-mon[96111]: pgmap v18140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:14 smithi187 ceph-mon[111815]: pgmap v18140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:15.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:15.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:21:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:21:16.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:16.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:16 smithi187 ceph-mon[111815]: pgmap v18141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:16 smithi088 ceph-mon[96111]: pgmap v18141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:17.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:17.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:18.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:18.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:19 smithi088 ceph-mon[96111]: pgmap v18142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:19 smithi187 ceph-mon[111815]: pgmap v18142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:19.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:19.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:20.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:20.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:21 smithi088 ceph-mon[96111]: pgmap v18143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:21 smithi187 ceph-mon[111815]: pgmap v18143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:21.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:21.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:22.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:22.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:23 smithi088 ceph-mon[96111]: pgmap v18144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:23 smithi187 ceph-mon[111815]: pgmap v18144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:23.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:23.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:24.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:24.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:24 smithi088 ceph-mon[96111]: pgmap v18145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:24 smithi187 ceph-mon[111815]: pgmap v18145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:25.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:25.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:26.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:26.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:27 smithi088 ceph-mon[96111]: pgmap v18146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:27 smithi187 ceph-mon[111815]: pgmap v18146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:27.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:27.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:28.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:28.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:29 smithi088 ceph-mon[96111]: pgmap v18147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:29 smithi187 ceph-mon[111815]: pgmap v18147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:29.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:29.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:30.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:30.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:31 smithi088 ceph-mon[96111]: pgmap v18148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:31.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:21:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:31 smithi187 ceph-mon[111815]: pgmap v18148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:21:31.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:31.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:32.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:32.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:33 smithi088 ceph-mon[96111]: pgmap v18149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:33 smithi187 ceph-mon[111815]: pgmap v18149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:33.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:33.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:34 smithi088 ceph-mon[96111]: pgmap v18150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:34.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:34.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:34 smithi187 ceph-mon[111815]: pgmap v18150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:35.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:35.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:36.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:36.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:37 smithi187 ceph-mon[111815]: pgmap v18151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:37 smithi088 ceph-mon[96111]: pgmap v18151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:37.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:37.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:38.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:38.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:39 smithi088 ceph-mon[96111]: pgmap v18152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:39 smithi187 ceph-mon[111815]: pgmap v18152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:39.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:39.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:40.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:40.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:41 smithi088 ceph-mon[96111]: pgmap v18153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:41 smithi187 ceph-mon[111815]: pgmap v18153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:41.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:41.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:42.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:42.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:43 smithi088 ceph-mon[96111]: pgmap v18154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:43 smithi187 ceph-mon[111815]: pgmap v18154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:43.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:43.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:44 smithi088 ceph-mon[96111]: pgmap v18155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:44.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:44.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:44 smithi187 ceph-mon[111815]: pgmap v18155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:45.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:45.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:21:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:21:46.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:46.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:46 smithi088 ceph-mon[96111]: pgmap v18156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:46 smithi187 ceph-mon[111815]: pgmap v18156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:47.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:47.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:48.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:48.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:49 smithi088 ceph-mon[96111]: pgmap v18157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:49 smithi187 ceph-mon[111815]: pgmap v18157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:49.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:49.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:50.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:50.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:51 smithi088 ceph-mon[96111]: pgmap v18158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:51 smithi187 ceph-mon[111815]: pgmap v18158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:51.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:51.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:52.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:52.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:53 smithi088 ceph-mon[96111]: pgmap v18159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:53 smithi187 ceph-mon[111815]: pgmap v18159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:53.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:53.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:54 smithi088 ceph-mon[96111]: pgmap v18160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:54.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:54.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:54 smithi187 ceph-mon[111815]: pgmap v18160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:55.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:55.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:56.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:56.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:57.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:57 smithi088 ceph-mon[96111]: pgmap v18161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:57 smithi187 ceph-mon[111815]: pgmap v18161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:21:57.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:57.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:58.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:58.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:21:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:21:59 smithi088 ceph-mon[96111]: pgmap v18162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:21:59 smithi187 ceph-mon[111815]: pgmap v18162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:21:59.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:21:59.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:00.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:00.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:01 smithi088 ceph-mon[96111]: pgmap v18163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:22:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:22:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:01 smithi187 ceph-mon[111815]: pgmap v18163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:22:01.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:22:01.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:01.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:22:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:22:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:22:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:22:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:22:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:22:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:22:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:22:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:22:02.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:22:02.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:02.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:03 smithi187 ceph-mon[111815]: pgmap v18164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:03 smithi088 ceph-mon[96111]: pgmap v18164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:03.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:03.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:04 smithi088 ceph-mon[96111]: pgmap v18165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:04.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:04.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:04 smithi187 ceph-mon[111815]: pgmap v18165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:05.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:05.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:06.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:06.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:07 smithi088 ceph-mon[96111]: pgmap v18166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:07 smithi187 ceph-mon[111815]: pgmap v18166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:07.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:07.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:08.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:08.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:09 smithi088 ceph-mon[96111]: pgmap v18167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:09 smithi187 ceph-mon[111815]: pgmap v18167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:09.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:09.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:10.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:10.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:11 smithi088 ceph-mon[96111]: pgmap v18168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:11 smithi187 ceph-mon[111815]: pgmap v18168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:11.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:11.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:12.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:12.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:13 smithi088 ceph-mon[96111]: pgmap v18169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:13 smithi187 ceph-mon[111815]: pgmap v18169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:13.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:13.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:14 smithi088 ceph-mon[96111]: pgmap v18170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:14.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:14.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:14 smithi187 ceph-mon[111815]: pgmap v18170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:15.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:15.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:22:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:22:16.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:16.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:16 smithi088 ceph-mon[96111]: pgmap v18171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:16 smithi187 ceph-mon[111815]: pgmap v18171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:17.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:17.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:18.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:18.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:19 smithi088 ceph-mon[96111]: pgmap v18172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:19 smithi187 ceph-mon[111815]: pgmap v18172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:19.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:19.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:20.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:20.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:21.289 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:21 smithi088 ceph-mon[96111]: pgmap v18173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:21 smithi187 ceph-mon[111815]: pgmap v18173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:21.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:21.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:22.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:22.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:23 smithi088 ceph-mon[96111]: pgmap v18174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:23 smithi187 ceph-mon[111815]: pgmap v18174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:23.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:23.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:24 smithi088 ceph-mon[96111]: pgmap v18175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:24.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:24.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:24 smithi187 ceph-mon[111815]: pgmap v18175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:25.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:25.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:26.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:26.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:27 smithi088 ceph-mon[96111]: pgmap v18176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:27.339 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:27 smithi187 ceph-mon[111815]: pgmap v18176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:27.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:27.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:28.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:28.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:29 smithi088 ceph-mon[96111]: pgmap v18177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:29 smithi187 ceph-mon[111815]: pgmap v18177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:29.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:29.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:30.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:30.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:31 smithi088 ceph-mon[96111]: pgmap v18178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:22:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:31 smithi187 ceph-mon[111815]: pgmap v18178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:22:31.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:31.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:32.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:32.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:33 smithi088 ceph-mon[96111]: pgmap v18179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:33 smithi187 ceph-mon[111815]: pgmap v18179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:33.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:33.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:34 smithi088 ceph-mon[96111]: pgmap v18180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:34.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:34.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:34 smithi187 ceph-mon[111815]: pgmap v18180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:35.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:35.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:36.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:36.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:37 smithi088 ceph-mon[96111]: pgmap v18181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:37.444 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:37 smithi187 ceph-mon[111815]: pgmap v18181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:37.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:37.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:38.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:38.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:39 smithi088 ceph-mon[96111]: pgmap v18182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:39 smithi187 ceph-mon[111815]: pgmap v18182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:39.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:39.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:40.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:40.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:41 smithi088 ceph-mon[96111]: pgmap v18183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:41 smithi187 ceph-mon[111815]: pgmap v18183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:41.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:41.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:42.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:42.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:43 smithi088 ceph-mon[96111]: pgmap v18184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:43 smithi187 ceph-mon[111815]: pgmap v18184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:43.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:43.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:44 smithi088 ceph-mon[96111]: pgmap v18185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:44.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:44.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:44 smithi187 ceph-mon[111815]: pgmap v18185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:45.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:45.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:22:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:22:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:46 smithi088 ceph-mon[96111]: pgmap v18186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:46.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:46.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:46 smithi187 ceph-mon[111815]: pgmap v18186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:47.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:47.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:48.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:48.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:49 smithi088 ceph-mon[96111]: pgmap v18187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:49 smithi187 ceph-mon[111815]: pgmap v18187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:49.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:49.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:50.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:50.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:51 smithi088 ceph-mon[96111]: pgmap v18188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:51 smithi187 ceph-mon[111815]: pgmap v18188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:51.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:51.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:52.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:52.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:53 smithi088 ceph-mon[96111]: pgmap v18189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:53 smithi187 ceph-mon[111815]: pgmap v18189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:53.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:53.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:54 smithi088 ceph-mon[96111]: pgmap v18190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:54 smithi187 ceph-mon[111815]: pgmap v18190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:54.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:54.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:55.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:55.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:56.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:56.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:57 smithi088 ceph-mon[96111]: pgmap v18191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:57 smithi187 ceph-mon[111815]: pgmap v18191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:22:57.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:57.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:58.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:58.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:22:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:22:59 smithi088 ceph-mon[96111]: pgmap v18192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:22:59 smithi187 ceph-mon[111815]: pgmap v18192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:22:59.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:22:59.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:00.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:00.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:01 smithi088 ceph-mon[96111]: pgmap v18193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:23:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:01 smithi187 ceph-mon[111815]: pgmap v18193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:23:01.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:01.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:23:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:23:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:23:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:23:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:23:02.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:23:02.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:23:02.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:23:02.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:23:02.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:23:02.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:23:02.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:23:02.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:23:02.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:23:02.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:23:02.463 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:23:02.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:02.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:03 smithi088 ceph-mon[96111]: pgmap v18194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:03 smithi187 ceph-mon[111815]: pgmap v18194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:03.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:03.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:04 smithi088 ceph-mon[96111]: pgmap v18195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:04 smithi187 ceph-mon[111815]: pgmap v18195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:04.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:04.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:05.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:05.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:06.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:06.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:07 smithi088 ceph-mon[96111]: pgmap v18196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:07 smithi187 ceph-mon[111815]: pgmap v18196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:07.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:07.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:08.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:08.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:09 smithi088 ceph-mon[96111]: pgmap v18197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:09 smithi187 ceph-mon[111815]: pgmap v18197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:09.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:09.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:10.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:10.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:11 smithi088 ceph-mon[96111]: pgmap v18198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:11 smithi187 ceph-mon[111815]: pgmap v18198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:11.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:11.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:12.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:12.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:13 smithi187 ceph-mon[111815]: pgmap v18199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:13 smithi088 ceph-mon[96111]: pgmap v18199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:13.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:13.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:14 smithi088 ceph-mon[96111]: pgmap v18200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:14 smithi187 ceph-mon[111815]: pgmap v18200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:14.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:14.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:15.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:16.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:23:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:23:17.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:17.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:16 smithi088 ceph-mon[96111]: pgmap v18201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:16 smithi187 ceph-mon[111815]: pgmap v18201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:18.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:18.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:19.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:19.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:19 smithi088 ceph-mon[96111]: pgmap v18202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:19 smithi187 ceph-mon[111815]: pgmap v18202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:20.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:20.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:21.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:21.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:21 smithi088 ceph-mon[96111]: pgmap v18203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:21 smithi187 ceph-mon[111815]: pgmap v18203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:22.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:22.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:23.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:23.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:23 smithi187 ceph-mon[111815]: pgmap v18204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:23 smithi088 ceph-mon[96111]: pgmap v18204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:24.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:24.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:24 smithi088 ceph-mon[96111]: pgmap v18205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:24 smithi187 ceph-mon[111815]: pgmap v18205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:25.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:25.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:26.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:26.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:27.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:27.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:27 smithi088 ceph-mon[96111]: pgmap v18206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:27 smithi187 ceph-mon[111815]: pgmap v18206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:28.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:28.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:29.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:29.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:29 smithi088 ceph-mon[96111]: pgmap v18207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:29 smithi187 ceph-mon[111815]: pgmap v18207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:30.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:30.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:31.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:31.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:31 smithi088 ceph-mon[96111]: pgmap v18208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:23:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:31 smithi187 ceph-mon[111815]: pgmap v18208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:23:32.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:32.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:33.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:33.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:33 smithi088 ceph-mon[96111]: pgmap v18209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:33 smithi187 ceph-mon[111815]: pgmap v18209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:34.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:34.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:34 smithi088 ceph-mon[96111]: pgmap v18210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:34 smithi187 ceph-mon[111815]: pgmap v18210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:35.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:35.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:36.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:36.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:37.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:37.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:37 smithi088 ceph-mon[96111]: pgmap v18211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:37 smithi187 ceph-mon[111815]: pgmap v18211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:38.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:38.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:39.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:39.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:39 smithi088 ceph-mon[96111]: pgmap v18212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:39 smithi187 ceph-mon[111815]: pgmap v18212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:40.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:40.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:41.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:41.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:41 smithi088 ceph-mon[96111]: pgmap v18213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:41 smithi187 ceph-mon[111815]: pgmap v18213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:42.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:42.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:43.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:43.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:43 smithi088 ceph-mon[96111]: pgmap v18214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:43 smithi187 ceph-mon[111815]: pgmap v18214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:44.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:44.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:44 smithi088 ceph-mon[96111]: pgmap v18215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:44 smithi187 ceph-mon[111815]: pgmap v18215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:45.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:45.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:46.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:46.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:23:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:23:47.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:47.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:46 smithi088 ceph-mon[96111]: pgmap v18216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:46 smithi187 ceph-mon[111815]: pgmap v18216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:48.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:48.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:49.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:49.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:49 smithi088 ceph-mon[96111]: pgmap v18217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:49 smithi187 ceph-mon[111815]: pgmap v18217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:50.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:50.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:51.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:51.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:51 smithi088 ceph-mon[96111]: pgmap v18218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:51 smithi187 ceph-mon[111815]: pgmap v18218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:52.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:52.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:53.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:53.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:53 smithi088 ceph-mon[96111]: pgmap v18219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:53 smithi187 ceph-mon[111815]: pgmap v18219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:54.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:54.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:54.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:54 smithi088 ceph-mon[96111]: pgmap v18220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:54 smithi187 ceph-mon[111815]: pgmap v18220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:55.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:55.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:56.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:56.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:57.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:57.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:57 smithi088 ceph-mon[96111]: pgmap v18221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:57 smithi187 ceph-mon[111815]: pgmap v18221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:23:58.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:58.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:59.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:23:59.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:23:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:23:59 smithi088 ceph-mon[96111]: pgmap v18222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:23:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:23:59 smithi187 ceph-mon[111815]: pgmap v18222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:00.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:00.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:01.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:01.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:01 smithi088 ceph-mon[96111]: pgmap v18223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:24:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:01 smithi187 ceph-mon[111815]: pgmap v18223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:24:02.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:02.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:24:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:24:03.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:03.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:03 smithi088 ceph-mon[96111]: pgmap v18224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:24:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:24:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:24:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:24:03.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:24:03.338 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:03 smithi187 ceph-mon[111815]: pgmap v18224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:03.339 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:24:03.339 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:24:03.339 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:24:03.339 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:24:03.339 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:24:04.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:04.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:04 smithi088 ceph-mon[96111]: pgmap v18225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:04 smithi187 ceph-mon[111815]: pgmap v18225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:05.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:05.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:06.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:06.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:07.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:07.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:07.318 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:07 smithi088 ceph-mon[96111]: pgmap v18226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:07 smithi187 ceph-mon[111815]: pgmap v18226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:08.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:08.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:09.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:09.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:09 smithi088 ceph-mon[96111]: pgmap v18227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:09 smithi187 ceph-mon[111815]: pgmap v18227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:10.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:10.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:11.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:11.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:11 smithi088 ceph-mon[96111]: pgmap v18228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:11 smithi187 ceph-mon[111815]: pgmap v18228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:12.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:12.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:13.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:13.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:13 smithi088 ceph-mon[96111]: pgmap v18229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:13.443 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:13 smithi187 ceph-mon[111815]: pgmap v18229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:14.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:14.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:14 smithi088 ceph-mon[96111]: pgmap v18230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:14 smithi187 ceph-mon[111815]: pgmap v18230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:15.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:15.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:24:16.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:16.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:24:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:16 smithi088 ceph-mon[96111]: pgmap v18231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:17.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:17.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:16 smithi187 ceph-mon[111815]: pgmap v18231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:18.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:18.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:19.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:19.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:19 smithi088 ceph-mon[96111]: pgmap v18232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:19 smithi187 ceph-mon[111815]: pgmap v18232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:20.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:20.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:21.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:21.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:21 smithi088 ceph-mon[96111]: pgmap v18233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:21 smithi187 ceph-mon[111815]: pgmap v18233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:22.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:22.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:23.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:23.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:23 smithi088 ceph-mon[96111]: pgmap v18234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:23 smithi187 ceph-mon[111815]: pgmap v18234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:24.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:24.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:24 smithi088 ceph-mon[96111]: pgmap v18235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:24 smithi187 ceph-mon[111815]: pgmap v18235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:25.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:25.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:26.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:26.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:27.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:27.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:27 smithi088 ceph-mon[96111]: pgmap v18236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:27 smithi187 ceph-mon[111815]: pgmap v18236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:28.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:28.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:29.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:29.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:29 smithi088 ceph-mon[96111]: pgmap v18237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:29 smithi187 ceph-mon[111815]: pgmap v18237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:30.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:30.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:31.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:31.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:31 smithi088 ceph-mon[96111]: pgmap v18238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:24:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:31 smithi187 ceph-mon[111815]: pgmap v18238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:24:32.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:32.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:33.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:33.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:33 smithi088 ceph-mon[96111]: pgmap v18239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:33 smithi187 ceph-mon[111815]: pgmap v18239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:34.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:34.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:34 smithi088 ceph-mon[96111]: pgmap v18240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:34 smithi187 ceph-mon[111815]: pgmap v18240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:35.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:35.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:36.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:36.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:37.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:37.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:37 smithi088 ceph-mon[96111]: pgmap v18241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:37 smithi187 ceph-mon[111815]: pgmap v18241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:38.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:38.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:39.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:39.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:39 smithi088 ceph-mon[96111]: pgmap v18242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:39 smithi187 ceph-mon[111815]: pgmap v18242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:40.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:40.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:41.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:41.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:41 smithi088 ceph-mon[96111]: pgmap v18243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:41 smithi187 ceph-mon[111815]: pgmap v18243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:42.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:42.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:43.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:43.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:43 smithi088 ceph-mon[96111]: pgmap v18244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:43 smithi187 ceph-mon[111815]: pgmap v18244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:44.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:44.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:44 smithi088 ceph-mon[96111]: pgmap v18245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:44 smithi187 ceph-mon[111815]: pgmap v18245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:45.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:45.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:24:46.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:46.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:24:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:46 smithi088 ceph-mon[96111]: pgmap v18246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:47.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:47.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:46 smithi187 ceph-mon[111815]: pgmap v18246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:48.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:48.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:49.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:49.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:49 smithi088 ceph-mon[96111]: pgmap v18247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:49 smithi187 ceph-mon[111815]: pgmap v18247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:50.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:50.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:51.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:51.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:51 smithi088 ceph-mon[96111]: pgmap v18248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:51 smithi187 ceph-mon[111815]: pgmap v18248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:52.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:52.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:53.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:53.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:53 smithi088 ceph-mon[96111]: pgmap v18249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:53 smithi187 ceph-mon[111815]: pgmap v18249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:54.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:54.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:54 smithi088 ceph-mon[96111]: pgmap v18250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:54 smithi187 ceph-mon[111815]: pgmap v18250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:55.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:55.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:56.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:56.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:57.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:57.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:57 smithi088 ceph-mon[96111]: pgmap v18251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:57 smithi187 ceph-mon[111815]: pgmap v18251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:24:58.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:58.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:59.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:24:59.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:24:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:24:59 smithi187 ceph-mon[111815]: pgmap v18252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:24:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:24:59 smithi088 ceph-mon[96111]: pgmap v18252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:00.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:00.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:01.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:01.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:01 smithi187 ceph-mon[111815]: pgmap v18253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:25:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:01 smithi088 ceph-mon[96111]: pgmap v18253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:25:02.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:02.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:03.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:03.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:03 smithi088 ceph-mon[96111]: pgmap v18254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:03.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:25:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:03 smithi187 ceph-mon[111815]: pgmap v18254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:25:04.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:04.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:25:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:25:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:25:04.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:25:04.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1407M 2023-10-13T09:25:04.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:25:04.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:25:04.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:25:04.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:25:04.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:25:04.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:25:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:25:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:25:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:25:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:25:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1407M 2023-10-13T09:25:04.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:25:04.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:25:04.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:25:04.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:25:04.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:25:04.575 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:25:05.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:05.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:05 smithi187 ceph-mon[111815]: pgmap v18255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:05 smithi088 ceph-mon[96111]: pgmap v18255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:06.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:06.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:07.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:07.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:07 smithi187 ceph-mon[111815]: pgmap v18256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:07 smithi088 ceph-mon[96111]: pgmap v18256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:08.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:08.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:09.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:09.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:09 smithi187 ceph-mon[111815]: pgmap v18257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:09 smithi088 ceph-mon[96111]: pgmap v18257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:10.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:10.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:11.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:11.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:11 smithi187 ceph-mon[111815]: pgmap v18258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:11 smithi088 ceph-mon[96111]: pgmap v18258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:12.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:12.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:13.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:13.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:13 smithi088 ceph-mon[96111]: pgmap v18259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:13 smithi187 ceph-mon[111815]: pgmap v18259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:14.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:14.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:14 smithi088 ceph-mon[96111]: pgmap v18260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:14 smithi187 ceph-mon[111815]: pgmap v18260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:15.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:15.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:25:16.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:16.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:25:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:16 smithi088 ceph-mon[96111]: pgmap v18261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:17.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:17.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:16 smithi187 ceph-mon[111815]: pgmap v18261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:18.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:18.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:19.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:19.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:19 smithi187 ceph-mon[111815]: pgmap v18262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:19 smithi088 ceph-mon[96111]: pgmap v18262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:20.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:20.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:21.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:21.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:21 smithi187 ceph-mon[111815]: pgmap v18263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:21 smithi088 ceph-mon[96111]: pgmap v18263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:22.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:22.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:23.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:23.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:23 smithi088 ceph-mon[96111]: pgmap v18264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:23 smithi187 ceph-mon[111815]: pgmap v18264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:24.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:24.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:24 smithi088 ceph-mon[96111]: pgmap v18265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:24 smithi187 ceph-mon[111815]: pgmap v18265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:25.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:25.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:26.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:26.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:27.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:27.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:27 smithi187 ceph-mon[111815]: pgmap v18266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:27 smithi088 ceph-mon[96111]: pgmap v18266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:28.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:28.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:29.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:29 smithi187 ceph-mon[111815]: pgmap v18267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:29 smithi088 ceph-mon[96111]: pgmap v18267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:30.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:30.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:31.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:31.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:31 smithi187 ceph-mon[111815]: pgmap v18268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:25:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:31 smithi088 ceph-mon[96111]: pgmap v18268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:25:32.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:32.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:33.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:33.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:33 smithi187 ceph-mon[111815]: pgmap v18269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:33 smithi088 ceph-mon[96111]: pgmap v18269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:34.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:34.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:34 smithi088 ceph-mon[96111]: pgmap v18270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:34 smithi187 ceph-mon[111815]: pgmap v18270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:35.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:35.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:36.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:36.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:37.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:37.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:37 smithi187 ceph-mon[111815]: pgmap v18271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:37 smithi088 ceph-mon[96111]: pgmap v18271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:38.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:38.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:39.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:39.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:39.338 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:39 smithi187 ceph-mon[111815]: pgmap v18272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:39 smithi088 ceph-mon[96111]: pgmap v18272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:40.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:40.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:41.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:41.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:41 smithi187 ceph-mon[111815]: pgmap v18273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:41 smithi088 ceph-mon[96111]: pgmap v18273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:42.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:42.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:43.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:43.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:43 smithi187 ceph-mon[111815]: pgmap v18274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:43 smithi088 ceph-mon[96111]: pgmap v18274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:44.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:44.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:44 smithi187 ceph-mon[111815]: pgmap v18275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:44 smithi088 ceph-mon[96111]: pgmap v18275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:45.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:45.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:25:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:25:46.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:46.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:46 smithi088 ceph-mon[96111]: pgmap v18276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:46 smithi187 ceph-mon[111815]: pgmap v18276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:47.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:47.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:48.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:48.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:49.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:49.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:49.444 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:49 smithi187 ceph-mon[111815]: pgmap v18277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:49 smithi088 ceph-mon[96111]: pgmap v18277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:50.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:50.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:51.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:51.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:51 smithi187 ceph-mon[111815]: pgmap v18278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:51 smithi088 ceph-mon[96111]: pgmap v18278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:52.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:52.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:53.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:53.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:53.348 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:53 smithi088 ceph-mon[96111]: pgmap v18279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:53 smithi187 ceph-mon[111815]: pgmap v18279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:54.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:54.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:54.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:54 smithi088 ceph-mon[96111]: pgmap v18280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:54 smithi187 ceph-mon[111815]: pgmap v18280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:55.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:55.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:56.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:56.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:57.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:57.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:57 smithi187 ceph-mon[111815]: pgmap v18281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:57 smithi088 ceph-mon[96111]: pgmap v18281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:25:58.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:58.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:59.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:25:59.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:25:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:25:59 smithi187 ceph-mon[111815]: pgmap v18282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:25:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:25:59 smithi088 ceph-mon[96111]: pgmap v18282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:00.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:00.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:01.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:01.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:01 smithi187 ceph-mon[111815]: pgmap v18283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:26:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:01 smithi088 ceph-mon[96111]: pgmap v18283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:26:02.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:02.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:03.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:03.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:03.446 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:03 smithi088 ceph-mon[96111]: pgmap v18284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:03 smithi187 ceph-mon[111815]: pgmap v18284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:04.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:04.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:26:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:26:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:26:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:26:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:26:04.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:26:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:26:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:26:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:26:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:26:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:26:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:26:05.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:05.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:05 smithi187 ceph-mon[111815]: pgmap v18285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:05.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:05 smithi088 ceph-mon[96111]: pgmap v18285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:06.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:06.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:07.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:07.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:07 smithi187 ceph-mon[111815]: pgmap v18286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:07 smithi088 ceph-mon[96111]: pgmap v18286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:08.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:08.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:09.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:09.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:09 smithi187 ceph-mon[111815]: pgmap v18287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:09 smithi088 ceph-mon[96111]: pgmap v18287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:10.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:10.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:11.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:11.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:11 smithi187 ceph-mon[111815]: pgmap v18288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:11 smithi088 ceph-mon[96111]: pgmap v18288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:12.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:12.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:13.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:13.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:13 smithi187 ceph-mon[111815]: pgmap v18289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:13.549 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:13 smithi088 ceph-mon[96111]: pgmap v18289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:14.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:14.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:14 smithi187 ceph-mon[111815]: pgmap v18290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:14 smithi088 ceph-mon[96111]: pgmap v18290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:15.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:15.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:26:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:26:16.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:16.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:16 smithi088 ceph-mon[96111]: pgmap v18291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:16 smithi187 ceph-mon[111815]: pgmap v18291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:17.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:17.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:18.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:18.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:19.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:19.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:19 smithi187 ceph-mon[111815]: pgmap v18292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:19 smithi088 ceph-mon[96111]: pgmap v18292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:20.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:20.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:21.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:21.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:21 smithi187 ceph-mon[111815]: pgmap v18293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:21 smithi088 ceph-mon[96111]: pgmap v18293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:22.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:22.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:23.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:23.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:23 smithi187 ceph-mon[111815]: pgmap v18294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:23 smithi088 ceph-mon[96111]: pgmap v18294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:24.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:24.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:24 smithi187 ceph-mon[111815]: pgmap v18295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:24 smithi088 ceph-mon[96111]: pgmap v18295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:25.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:25.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:26.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:26.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:27.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:27.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:27 smithi187 ceph-mon[111815]: pgmap v18296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:27 smithi088 ceph-mon[96111]: pgmap v18296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:28.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:28.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:29.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:29.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:29 smithi187 ceph-mon[111815]: pgmap v18297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:29 smithi088 ceph-mon[96111]: pgmap v18297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:30.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:30.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:31.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:31.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:31 smithi187 ceph-mon[111815]: pgmap v18298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:26:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:31 smithi088 ceph-mon[96111]: pgmap v18298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:26:32.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:32.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:33.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:33.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:33 smithi187 ceph-mon[111815]: pgmap v18299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:33 smithi088 ceph-mon[96111]: pgmap v18299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:34.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:34.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:34.918 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:34 smithi187 ceph-mon[111815]: pgmap v18300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:34 smithi088 ceph-mon[96111]: pgmap v18300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:35.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:35.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:36.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:36.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:37.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:37.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:37 smithi187 ceph-mon[111815]: pgmap v18301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:37 smithi088 ceph-mon[96111]: pgmap v18301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:38.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:38.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:39.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:39.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:39 smithi187 ceph-mon[111815]: pgmap v18302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:39 smithi088 ceph-mon[96111]: pgmap v18302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:40.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:40.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:41.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:41.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:41 smithi187 ceph-mon[111815]: pgmap v18303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:41 smithi088 ceph-mon[96111]: pgmap v18303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:42.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:42.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:43.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:43.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:43 smithi187 ceph-mon[111815]: pgmap v18304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:43 smithi088 ceph-mon[96111]: pgmap v18304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:44.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:44.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:44 smithi187 ceph-mon[111815]: pgmap v18305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:44 smithi088 ceph-mon[96111]: pgmap v18305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:45.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:45.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:26:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:26:46.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:46.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:46 smithi088 ceph-mon[96111]: pgmap v18306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:46 smithi187 ceph-mon[111815]: pgmap v18306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:47.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:47.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:48.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:48.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:49 smithi088 ceph-mon[96111]: pgmap v18307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:49.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:49.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:49 smithi187 ceph-mon[111815]: pgmap v18307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:50.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:50.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:51.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:51.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:51 smithi187 ceph-mon[111815]: pgmap v18308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:51 smithi088 ceph-mon[96111]: pgmap v18308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:52.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:52.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:53.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:53.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:53 smithi187 ceph-mon[111815]: pgmap v18309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:53 smithi088 ceph-mon[96111]: pgmap v18309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:54.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:54.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:54 smithi187 ceph-mon[111815]: pgmap v18310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:54 smithi088 ceph-mon[96111]: pgmap v18310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:55.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:55.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:56.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:56.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:57.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:57.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:57 smithi187 ceph-mon[111815]: pgmap v18311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:57 smithi088 ceph-mon[96111]: pgmap v18311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:26:58.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:58.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:26:59 smithi088 ceph-mon[96111]: pgmap v18312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:26:59.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:26:59.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:26:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:26:59 smithi187 ceph-mon[111815]: pgmap v18312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:00.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:00.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:01.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:01.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:01 smithi187 ceph-mon[111815]: pgmap v18313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:27:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:01 smithi088 ceph-mon[96111]: pgmap v18313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:27:02.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:02.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:03.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:03.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:03 smithi187 ceph-mon[111815]: pgmap v18314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:03 smithi088 ceph-mon[96111]: pgmap v18314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:04.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:04.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:27:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:04 smithi187 ceph-mon[111815]: pgmap v18315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:27:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:27:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:27:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:27:04.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:27:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:27:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:04 smithi088 ceph-mon[96111]: pgmap v18315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:27:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:27:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:27:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:27:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:27:05.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:05.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:06.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:06.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:07.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:07.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:07 smithi187 ceph-mon[111815]: pgmap v18316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:07 smithi088 ceph-mon[96111]: pgmap v18316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:08.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:08.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:09.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:09.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:09 smithi187 ceph-mon[111815]: pgmap v18317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:09 smithi088 ceph-mon[96111]: pgmap v18317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:10.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:10.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:11.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:11.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:11 smithi187 ceph-mon[111815]: pgmap v18318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:11 smithi088 ceph-mon[96111]: pgmap v18318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:12.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:12.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:13.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:13.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:13 smithi187 ceph-mon[111815]: pgmap v18319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:13 smithi088 ceph-mon[96111]: pgmap v18319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:14.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:14.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:14 smithi187 ceph-mon[111815]: pgmap v18320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:14 smithi088 ceph-mon[96111]: pgmap v18320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:15.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:15.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:27:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:27:16.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:16.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:16 smithi088 ceph-mon[96111]: pgmap v18321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:16 smithi187 ceph-mon[111815]: pgmap v18321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:17.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:17.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:18.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:18.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:19.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:19.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:19 smithi187 ceph-mon[111815]: pgmap v18322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:19 smithi088 ceph-mon[96111]: pgmap v18322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:20.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:20.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:21.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:21.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:21 smithi187 ceph-mon[111815]: pgmap v18323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:21 smithi088 ceph-mon[96111]: pgmap v18323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:22.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:22.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:23.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:23.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:23 smithi187 ceph-mon[111815]: pgmap v18324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:23 smithi088 ceph-mon[96111]: pgmap v18324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:24.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:24.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:24 smithi187 ceph-mon[111815]: pgmap v18325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:24 smithi088 ceph-mon[96111]: pgmap v18325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:25.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:25.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:26.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:26.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:27.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:27.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:27 smithi187 ceph-mon[111815]: pgmap v18326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:27 smithi088 ceph-mon[96111]: pgmap v18326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:28.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:28.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:29.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:29.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:29 smithi187 ceph-mon[111815]: pgmap v18327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:29 smithi088 ceph-mon[96111]: pgmap v18327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:30.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:30.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:31.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:31.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:31 smithi187 ceph-mon[111815]: pgmap v18328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:27:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:31 smithi088 ceph-mon[96111]: pgmap v18328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:27:32.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:32.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:33.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:33.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:33 smithi187 ceph-mon[111815]: pgmap v18329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:33 smithi088 ceph-mon[96111]: pgmap v18329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:34.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:34.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:34 smithi187 ceph-mon[111815]: pgmap v18330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:34 smithi088 ceph-mon[96111]: pgmap v18330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:35.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:35.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:36.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:36.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:37.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:37.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:37 smithi187 ceph-mon[111815]: pgmap v18331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:37 smithi088 ceph-mon[96111]: pgmap v18331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:38.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:38.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:39.383 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:39 smithi088 ceph-mon[96111]: pgmap v18332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:39.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:39.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:39 smithi187 ceph-mon[111815]: pgmap v18332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:40.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:40.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:41.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:41.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:41 smithi187 ceph-mon[111815]: pgmap v18333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:41 smithi088 ceph-mon[96111]: pgmap v18333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:42.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:42.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:43.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:43.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:43 smithi187 ceph-mon[111815]: pgmap v18334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:43 smithi088 ceph-mon[96111]: pgmap v18334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:44.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:44.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:44 smithi088 ceph-mon[96111]: pgmap v18335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:44 smithi187 ceph-mon[111815]: pgmap v18335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:45.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:45.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:27:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:27:46.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:46.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:46 smithi088 ceph-mon[96111]: pgmap v18336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:46 smithi187 ceph-mon[111815]: pgmap v18336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:47.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:47.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:48.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:48.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:49.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:49.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:49 smithi187 ceph-mon[111815]: pgmap v18337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:49.481 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:49 smithi088 ceph-mon[96111]: pgmap v18337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:50.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:50.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:51.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:51.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:51 smithi187 ceph-mon[111815]: pgmap v18338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:51 smithi088 ceph-mon[96111]: pgmap v18338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:52.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:52.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:53.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:53.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:53 smithi187 ceph-mon[111815]: pgmap v18339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:53 smithi088 ceph-mon[96111]: pgmap v18339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:54.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:54.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:54 smithi088 ceph-mon[96111]: pgmap v18340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:54 smithi187 ceph-mon[111815]: pgmap v18340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:55.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:55.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:56.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:56.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:57.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:57.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:57 smithi187 ceph-mon[111815]: pgmap v18341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:57 smithi088 ceph-mon[96111]: pgmap v18341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:27:58.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:58.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:27:59 smithi187 ceph-mon[111815]: pgmap v18342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:27:59.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:27:59.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:27:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:27:59 smithi088 ceph-mon[96111]: pgmap v18342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:00.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:00.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:01 smithi187 ceph-mon[111815]: pgmap v18343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:28:01.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:01.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:01 smithi088 ceph-mon[96111]: pgmap v18343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:28:02.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:02.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:03 smithi187 ceph-mon[111815]: pgmap v18344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:03.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:03.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:03 smithi088 ceph-mon[96111]: pgmap v18344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:04.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:04.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:04 smithi187 ceph-mon[111815]: pgmap v18345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:28:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:04 smithi088 ceph-mon[96111]: pgmap v18345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:28:05.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:05.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:06.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:06.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:07 smithi187 ceph-mon[111815]: pgmap v18346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:28:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:28:07.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:07.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:07 smithi088 ceph-mon[96111]: pgmap v18346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:28:07.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:28:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:28:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:28:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:28:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:28:08.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:28:08.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:08.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:28:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:28:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:28:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:28:08.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:28:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:09 smithi187 ceph-mon[111815]: pgmap v18347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:09.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:09.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:09 smithi088 ceph-mon[96111]: pgmap v18347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:10.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:10.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:11 smithi187 ceph-mon[111815]: pgmap v18348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:11.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:11.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:11 smithi088 ceph-mon[96111]: pgmap v18348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:12.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:12.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:13 smithi187 ceph-mon[111815]: pgmap v18349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:13.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:13.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:13 smithi088 ceph-mon[96111]: pgmap v18349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:14.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:14.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:14 smithi187 ceph-mon[111815]: pgmap v18350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:14 smithi088 ceph-mon[96111]: pgmap v18350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:15.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:15.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:28:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:28:16.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:16.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:16 smithi088 ceph-mon[96111]: pgmap v18351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:16 smithi187 ceph-mon[111815]: pgmap v18351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:17.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:17.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:18.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:18.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:19 smithi187 ceph-mon[111815]: pgmap v18352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:19.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:19.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:19 smithi088 ceph-mon[96111]: pgmap v18352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:20.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:20.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:21 smithi187 ceph-mon[111815]: pgmap v18353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:21.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:21.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:21 smithi088 ceph-mon[96111]: pgmap v18353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:22.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:22.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:23 smithi187 ceph-mon[111815]: pgmap v18354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:23.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:23.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:23 smithi088 ceph-mon[96111]: pgmap v18354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:24.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:24.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:24 smithi187 ceph-mon[111815]: pgmap v18355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:24 smithi088 ceph-mon[96111]: pgmap v18355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:25.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:25.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:26.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:26.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:27 smithi187 ceph-mon[111815]: pgmap v18356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:27.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:27.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:27 smithi088 ceph-mon[96111]: pgmap v18356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:28.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:28.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:29 smithi187 ceph-mon[111815]: pgmap v18357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:29.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:29.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:29 smithi088 ceph-mon[96111]: pgmap v18357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:30.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:30.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:31 smithi187 ceph-mon[111815]: pgmap v18358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:28:31.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:31.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:31 smithi088 ceph-mon[96111]: pgmap v18358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:28:32.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:32.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:33 smithi187 ceph-mon[111815]: pgmap v18359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:33.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:33.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:33 smithi088 ceph-mon[96111]: pgmap v18359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:34.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:34.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:34.925 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:34 smithi088 ceph-mon[96111]: pgmap v18360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:34 smithi187 ceph-mon[111815]: pgmap v18360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:35.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:35.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:36.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:36.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:37 smithi187 ceph-mon[111815]: pgmap v18361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:37.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:37.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:37 smithi088 ceph-mon[96111]: pgmap v18361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:38.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:38.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:39 smithi187 ceph-mon[111815]: pgmap v18362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:39.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:39.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:39.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:39 smithi088 ceph-mon[96111]: pgmap v18362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:40.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:40.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:41 smithi187 ceph-mon[111815]: pgmap v18363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:41.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:41.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:41 smithi088 ceph-mon[96111]: pgmap v18363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:42.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:42.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:43 smithi187 ceph-mon[111815]: pgmap v18364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:43.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:43.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:43 smithi088 ceph-mon[96111]: pgmap v18364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:44.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:44.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:44 smithi187 ceph-mon[111815]: pgmap v18365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:45.023 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:44 smithi088 ceph-mon[96111]: pgmap v18365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:45.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:45.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:28:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:28:46.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:46.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:46 smithi088 ceph-mon[96111]: pgmap v18366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:46 smithi187 ceph-mon[111815]: pgmap v18366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:47.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:47.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:48.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:48.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:49 smithi187 ceph-mon[111815]: pgmap v18367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:49.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:49.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:49 smithi088 ceph-mon[96111]: pgmap v18367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:50.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:50.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:51 smithi187 ceph-mon[111815]: pgmap v18368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:51.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:51.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:51 smithi088 ceph-mon[96111]: pgmap v18368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:52.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:52.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:53 smithi187 ceph-mon[111815]: pgmap v18369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:53.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:53.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:53 smithi088 ceph-mon[96111]: pgmap v18369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:54.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:54.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:54 smithi187 ceph-mon[111815]: pgmap v18370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:54 smithi088 ceph-mon[96111]: pgmap v18370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:55.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:55.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:56.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:56.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:57 smithi187 ceph-mon[111815]: pgmap v18371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:57.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:57.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:57 smithi088 ceph-mon[96111]: pgmap v18371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:28:58.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:58.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:28:59 smithi187 ceph-mon[111815]: pgmap v18372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:28:59.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:28:59.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:28:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:28:59 smithi088 ceph-mon[96111]: pgmap v18372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:00.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:00.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:01.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:01 smithi187 ceph-mon[111815]: pgmap v18373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:01.451 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:29:01.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:01.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:01 smithi088 ceph-mon[96111]: pgmap v18373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:29:02.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:02.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:03 smithi187 ceph-mon[111815]: pgmap v18374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:03.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:03.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:03 smithi088 ceph-mon[96111]: pgmap v18374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:04.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:04.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:04 smithi187 ceph-mon[111815]: pgmap v18375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:04 smithi088 ceph-mon[96111]: pgmap v18375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:05.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:05.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:06.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:06.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:07 smithi187 ceph-mon[111815]: pgmap v18376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:07.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:07.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:07 smithi088 ceph-mon[96111]: pgmap v18376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:29:08.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:08.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:29:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:09 smithi187 ceph-mon[111815]: pgmap v18377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:09 smithi088 ceph-mon[96111]: pgmap v18377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:09.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:09.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:10.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:10.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:11 smithi187 ceph-mon[111815]: pgmap v18378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:11 smithi088 ceph-mon[96111]: pgmap v18378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:11.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:11.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:12.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:12.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:29:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:29:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:13 smithi088 ceph-mon[96111]: pgmap v18379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:29:13.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:29:13.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:29:13.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:29:13.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:29:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:29:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:29:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:13 smithi187 ceph-mon[111815]: pgmap v18379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:29:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:29:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:29:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:29:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:29:13.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:13.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:14.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:14.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:14 smithi187 ceph-mon[111815]: pgmap v18380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:14 smithi088 ceph-mon[96111]: pgmap v18380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:15.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:15.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:29:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:29:16.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:16.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:16 smithi187 ceph-mon[111815]: pgmap v18381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:16 smithi088 ceph-mon[96111]: pgmap v18381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:17.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:17.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:18.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:18.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:19 smithi187 ceph-mon[111815]: pgmap v18382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:19 smithi088 ceph-mon[96111]: pgmap v18382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:19.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:19.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:20.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:20.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:21 smithi187 ceph-mon[111815]: pgmap v18383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:21 smithi088 ceph-mon[96111]: pgmap v18383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:21.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:21.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:22.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:22.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:23 smithi187 ceph-mon[111815]: pgmap v18384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:23 smithi088 ceph-mon[96111]: pgmap v18384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:23.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:23.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:24.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:24.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:24 smithi187 ceph-mon[111815]: pgmap v18385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:24 smithi088 ceph-mon[96111]: pgmap v18385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:25.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:25.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:26.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:26.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:27 smithi187 ceph-mon[111815]: pgmap v18386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:27 smithi088 ceph-mon[96111]: pgmap v18386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:27.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:27.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:28.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:28.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:29 smithi187 ceph-mon[111815]: pgmap v18387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:29 smithi088 ceph-mon[96111]: pgmap v18387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:29.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:29.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:30.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:30.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:31 smithi187 ceph-mon[111815]: pgmap v18388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:29:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:31 smithi088 ceph-mon[96111]: pgmap v18388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:29:31.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:31.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:32.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:32.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:33 smithi187 ceph-mon[111815]: pgmap v18389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:33 smithi088 ceph-mon[96111]: pgmap v18389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:33.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:33.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:34.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:34.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:34 smithi187 ceph-mon[111815]: pgmap v18390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:34 smithi088 ceph-mon[96111]: pgmap v18390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:35.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:35.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:36.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:36.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:37 smithi187 ceph-mon[111815]: pgmap v18391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:37 smithi088 ceph-mon[96111]: pgmap v18391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:37.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:37.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:38.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:38.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:39 smithi187 ceph-mon[111815]: pgmap v18392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:39 smithi088 ceph-mon[96111]: pgmap v18392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:39.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:39.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:40.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:40.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:41 smithi187 ceph-mon[111815]: pgmap v18393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:41 smithi088 ceph-mon[96111]: pgmap v18393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:41.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:41.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:42.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:42.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:43 smithi187 ceph-mon[111815]: pgmap v18394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:43 smithi088 ceph-mon[96111]: pgmap v18394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:43.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:43.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:44.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:44.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:44 smithi187 ceph-mon[111815]: pgmap v18395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:44 smithi088 ceph-mon[96111]: pgmap v18395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:45.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:45.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:29:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:29:46.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:46.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:46 smithi088 ceph-mon[96111]: pgmap v18396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:46 smithi187 ceph-mon[111815]: pgmap v18396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:47.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:47.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:48.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:48.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:49 smithi187 ceph-mon[111815]: pgmap v18397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:49 smithi088 ceph-mon[96111]: pgmap v18397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:49.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:49.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:50.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:50.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:51 smithi187 ceph-mon[111815]: pgmap v18398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:51 smithi088 ceph-mon[96111]: pgmap v18398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:51.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:51.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:52.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:52.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:53 smithi187 ceph-mon[111815]: pgmap v18399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:53 smithi088 ceph-mon[96111]: pgmap v18399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:53.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:53.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:54.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:54.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:54 smithi187 ceph-mon[111815]: pgmap v18400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:54 smithi088 ceph-mon[96111]: pgmap v18400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:55.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:55.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:56.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:56.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:57 smithi187 ceph-mon[111815]: pgmap v18401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:57 smithi088 ceph-mon[96111]: pgmap v18401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:29:57.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:57.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:58.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:58.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:29:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:29:59 smithi187 ceph-mon[111815]: pgmap v18402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:29:59 smithi088 ceph-mon[96111]: pgmap v18402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:29:59.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:29:59.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T09:30:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T09:30:00.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:00.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:01.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:01 smithi187 ceph-mon[111815]: pgmap v18403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:01.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:30:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:01 smithi088 ceph-mon[96111]: pgmap v18403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:01.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:30:01.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:01.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:02.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:02.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:03 smithi187 ceph-mon[111815]: pgmap v18404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:03 smithi088 ceph-mon[96111]: pgmap v18404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:03.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:03.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:04.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:04.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:04 smithi187 ceph-mon[111815]: pgmap v18405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:04 smithi088 ceph-mon[96111]: pgmap v18405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:05.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:05.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:06.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:06.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:07.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:07 smithi187 ceph-mon[111815]: pgmap v18406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:07 smithi088 ceph-mon[96111]: pgmap v18406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:07.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:07.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:08.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:08.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:09 smithi187 ceph-mon[111815]: pgmap v18407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:09 smithi088 ceph-mon[96111]: pgmap v18407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:09.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:09.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:10.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:10.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:11 smithi187 ceph-mon[111815]: pgmap v18408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:11 smithi088 ceph-mon[96111]: pgmap v18408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:11.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:11.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:12.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:12.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:13 smithi187 ceph-mon[111815]: pgmap v18409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:30:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:30:13.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:30:13.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:30:13.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:30:13.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:30:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:13 smithi088 ceph-mon[96111]: pgmap v18409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:30:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:30:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:30:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:30:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:30:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:30:13.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:13.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:14.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:14.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:14 smithi187 ceph-mon[111815]: pgmap v18410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:14 smithi088 ceph-mon[96111]: pgmap v18410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:15.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:15.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:30:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:30:16.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:16.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:16 smithi088 ceph-mon[96111]: pgmap v18411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:16 smithi187 ceph-mon[111815]: pgmap v18411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:17.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:17.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:18.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:18.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:19 smithi187 ceph-mon[111815]: pgmap v18412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:19 smithi088 ceph-mon[96111]: pgmap v18412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:19.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:19.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:20.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:20.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:21 smithi088 ceph-mon[96111]: pgmap v18413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:21 smithi187 ceph-mon[111815]: pgmap v18413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:21.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:21.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:22.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:22.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:23.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:23 smithi187 ceph-mon[111815]: pgmap v18414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:23 smithi088 ceph-mon[96111]: pgmap v18414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:23.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:23.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:24.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:24.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:24 smithi187 ceph-mon[111815]: pgmap v18415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:24 smithi088 ceph-mon[96111]: pgmap v18415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:25.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:25.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:26.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:26.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:27 smithi187 ceph-mon[111815]: pgmap v18416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:27 smithi088 ceph-mon[96111]: pgmap v18416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:27.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:27.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:28.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:28.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:29 smithi187 ceph-mon[111815]: pgmap v18417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:29 smithi088 ceph-mon[96111]: pgmap v18417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:29.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:29.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:30.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:30.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:31 smithi088 ceph-mon[96111]: pgmap v18418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:30:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:31 smithi187 ceph-mon[111815]: pgmap v18418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:30:31.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:31.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:32.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:32.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:33 smithi187 ceph-mon[111815]: pgmap v18419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:33 smithi088 ceph-mon[96111]: pgmap v18419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:33.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:33.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:34.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:34.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:34 smithi187 ceph-mon[111815]: pgmap v18420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:34 smithi088 ceph-mon[96111]: pgmap v18420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:35.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:35.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:36.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:36.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:37.450 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:37 smithi187 ceph-mon[111815]: pgmap v18421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:37 smithi088 ceph-mon[96111]: pgmap v18421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:37.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:37.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:38.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:38.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:39 smithi187 ceph-mon[111815]: pgmap v18422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:39 smithi088 ceph-mon[96111]: pgmap v18422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:39.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:39.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:40.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:40.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:41 smithi187 ceph-mon[111815]: pgmap v18423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:41 smithi088 ceph-mon[96111]: pgmap v18423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:41.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:41.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:42.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:42.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:43 smithi187 ceph-mon[111815]: pgmap v18424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:43 smithi088 ceph-mon[96111]: pgmap v18424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:43.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:43.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:44.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:44.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:44 smithi187 ceph-mon[111815]: pgmap v18425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:44 smithi088 ceph-mon[96111]: pgmap v18425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:45.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:45.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:30:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:30:46.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:46.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:46 smithi088 ceph-mon[96111]: pgmap v18426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:46 smithi187 ceph-mon[111815]: pgmap v18426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:47.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:47.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:48.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:48.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:49 smithi187 ceph-mon[111815]: pgmap v18427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:49 smithi088 ceph-mon[96111]: pgmap v18427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:49.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:49.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:50.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:50.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:51 smithi187 ceph-mon[111815]: pgmap v18428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:51 smithi088 ceph-mon[96111]: pgmap v18428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:51.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:51.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:52.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:52.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:53 smithi187 ceph-mon[111815]: pgmap v18429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:53 smithi088 ceph-mon[96111]: pgmap v18429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:53.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:53.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:54.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:54.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:54 smithi187 ceph-mon[111815]: pgmap v18430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:54 smithi088 ceph-mon[96111]: pgmap v18430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:55.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:55.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:56.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:56.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:57 smithi187 ceph-mon[111815]: pgmap v18431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:57 smithi088 ceph-mon[96111]: pgmap v18431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:30:57.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:57.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:58.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:58.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:30:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:30:59 smithi187 ceph-mon[111815]: pgmap v18432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:30:59 smithi088 ceph-mon[96111]: pgmap v18432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:30:59.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:30:59.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:00.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:00.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:01 smithi187 ceph-mon[111815]: pgmap v18433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:31:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:01 smithi088 ceph-mon[96111]: pgmap v18433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:31:01.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:01.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:02.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:02.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:03 smithi187 ceph-mon[111815]: pgmap v18434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:03 smithi088 ceph-mon[96111]: pgmap v18434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:03.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:03.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:04.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:04.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:04 smithi187 ceph-mon[111815]: pgmap v18435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:04 smithi088 ceph-mon[96111]: pgmap v18435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:05.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:05.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:06.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:06.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:07 smithi187 ceph-mon[111815]: pgmap v18436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:07 smithi088 ceph-mon[96111]: pgmap v18436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:07.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:07.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:08.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:08.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:09 smithi187 ceph-mon[111815]: pgmap v18437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:09 smithi088 ceph-mon[96111]: pgmap v18437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:09.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:09.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:10.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:10.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:11.451 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:11 smithi088 ceph-mon[96111]: pgmap v18438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:11 smithi187 ceph-mon[111815]: pgmap v18438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:11.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:11.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:12.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:12.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:13 smithi187 ceph-mon[111815]: pgmap v18439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:31:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:13 smithi088 ceph-mon[96111]: pgmap v18439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:13.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:31:13.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:13.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:31:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:31:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:31:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:31:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:31:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:31:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:31:14.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:14 smithi187 ceph-mon[111815]: pgmap v18440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:14.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:14.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:31:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:31:14.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:31:14.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:31:14.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:31:14.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:31:14.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:31:14.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:14 smithi088 ceph-mon[96111]: pgmap v18440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:15.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:15.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:31:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:31:16.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:16.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:16 smithi187 ceph-mon[111815]: pgmap v18441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:16 smithi088 ceph-mon[96111]: pgmap v18441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:17.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:17.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:18.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:18.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:19 smithi187 ceph-mon[111815]: pgmap v18442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:19 smithi088 ceph-mon[96111]: pgmap v18442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:19.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:19.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:20.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:20.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:21 smithi187 ceph-mon[111815]: pgmap v18443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:21.550 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:21 smithi088 ceph-mon[96111]: pgmap v18443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:21.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:21.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:22.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:22.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:23 smithi187 ceph-mon[111815]: pgmap v18444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:23 smithi088 ceph-mon[96111]: pgmap v18444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:23.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:23.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:24.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:24.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:24 smithi187 ceph-mon[111815]: pgmap v18445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:24 smithi088 ceph-mon[96111]: pgmap v18445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:25.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:25.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:26.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:26.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:27 smithi187 ceph-mon[111815]: pgmap v18446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:27 smithi088 ceph-mon[96111]: pgmap v18446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:27.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:27.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:28.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:28.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:29 smithi187 ceph-mon[111815]: pgmap v18447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:29 smithi088 ceph-mon[96111]: pgmap v18447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:29.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:29.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:30.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:30.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:31 smithi187 ceph-mon[111815]: pgmap v18448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:31:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:31 smithi088 ceph-mon[96111]: pgmap v18448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:31:31.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:31.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:32.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:32.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:33 smithi187 ceph-mon[111815]: pgmap v18449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:33 smithi088 ceph-mon[96111]: pgmap v18449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:33.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:33.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:34.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:34.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:34 smithi187 ceph-mon[111815]: pgmap v18450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:34 smithi088 ceph-mon[96111]: pgmap v18450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:35.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:35.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:36.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:36.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:37 smithi187 ceph-mon[111815]: pgmap v18451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:37 smithi088 ceph-mon[96111]: pgmap v18451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:37.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:37.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:38.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:38.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:39 smithi187 ceph-mon[111815]: pgmap v18452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:39 smithi088 ceph-mon[96111]: pgmap v18452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:39.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:39.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:40.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:40.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:41 smithi187 ceph-mon[111815]: pgmap v18453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:41 smithi088 ceph-mon[96111]: pgmap v18453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:41.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:41.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:42.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:42.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:43 smithi187 ceph-mon[111815]: pgmap v18454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:43 smithi088 ceph-mon[96111]: pgmap v18454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:43.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:43.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:44.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:44.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:44 smithi187 ceph-mon[111815]: pgmap v18455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:44 smithi088 ceph-mon[96111]: pgmap v18455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:45.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:45.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:31:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:31:46.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:46.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:46 smithi088 ceph-mon[96111]: pgmap v18456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:46 smithi187 ceph-mon[111815]: pgmap v18456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:47.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:47.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:48.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:48.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:49 smithi187 ceph-mon[111815]: pgmap v18457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:49 smithi088 ceph-mon[96111]: pgmap v18457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:49.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:49.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:50.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:50.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:51 smithi187 ceph-mon[111815]: pgmap v18458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:51 smithi088 ceph-mon[96111]: pgmap v18458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:51.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:51.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:52.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:52.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:53 smithi187 ceph-mon[111815]: pgmap v18459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:53 smithi088 ceph-mon[96111]: pgmap v18459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:53.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:53.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:54.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:54.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:54 smithi187 ceph-mon[111815]: pgmap v18460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:54 smithi088 ceph-mon[96111]: pgmap v18460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:55.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:55.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:56.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:56.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:57 smithi187 ceph-mon[111815]: pgmap v18461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:57 smithi088 ceph-mon[96111]: pgmap v18461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:31:57.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:57.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:58.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:58.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:31:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:31:59 smithi187 ceph-mon[111815]: pgmap v18462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:31:59 smithi088 ceph-mon[96111]: pgmap v18462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:31:59.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:31:59.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:00.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:00.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:01 smithi187 ceph-mon[111815]: pgmap v18463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:32:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:01 smithi088 ceph-mon[96111]: pgmap v18463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:32:01.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:01.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:02.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:02.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:03 smithi187 ceph-mon[111815]: pgmap v18464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:03 smithi088 ceph-mon[96111]: pgmap v18464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:03.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:03.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:04.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:04.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:04 smithi187 ceph-mon[111815]: pgmap v18465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:04 smithi088 ceph-mon[96111]: pgmap v18465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:05.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:05.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:06.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:06.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:07 smithi088 ceph-mon[96111]: pgmap v18466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:07 smithi187 ceph-mon[111815]: pgmap v18466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:07.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:07.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:08.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:08.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:09 smithi187 ceph-mon[111815]: pgmap v18467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:09 smithi088 ceph-mon[96111]: pgmap v18467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:09.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:09.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:10.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:10.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:11 smithi187 ceph-mon[111815]: pgmap v18468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:11 smithi088 ceph-mon[96111]: pgmap v18468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:11.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:11.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:12.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:12.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:13 smithi187 ceph-mon[111815]: pgmap v18469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:13 smithi088 ceph-mon[96111]: pgmap v18469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:13.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:13.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:14.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:14.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:32:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:14 smithi187 ceph-mon[111815]: pgmap v18470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:32:14.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:32:14.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:32:14.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:32:14.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:32:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:32:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:14 smithi088 ceph-mon[96111]: pgmap v18470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:32:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:32:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:32:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:32:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:32:15.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:15.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:32:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:32:16.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:16.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:16 smithi088 ceph-mon[96111]: pgmap v18471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:16 smithi187 ceph-mon[111815]: pgmap v18471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:17.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:17.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:18.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:18.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:19 smithi187 ceph-mon[111815]: pgmap v18472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:19 smithi088 ceph-mon[96111]: pgmap v18472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:19.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:19.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:20.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:20.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:21 smithi187 ceph-mon[111815]: pgmap v18473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:21 smithi088 ceph-mon[96111]: pgmap v18473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:21.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:21.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:22.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:22.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:23.550 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:23 smithi187 ceph-mon[111815]: pgmap v18474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:23 smithi088 ceph-mon[96111]: pgmap v18474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:23.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:23.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:24.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:24.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:24 smithi187 ceph-mon[111815]: pgmap v18475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:24 smithi088 ceph-mon[96111]: pgmap v18475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:25.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:25.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:26.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:26.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:27 smithi187 ceph-mon[111815]: pgmap v18476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:27 smithi088 ceph-mon[96111]: pgmap v18476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:27.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:27.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:28.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:28.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:29 smithi187 ceph-mon[111815]: pgmap v18477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:29 smithi088 ceph-mon[96111]: pgmap v18477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:29.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:29.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:30.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:30.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:31 smithi088 ceph-mon[96111]: pgmap v18478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:32:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:31 smithi187 ceph-mon[111815]: pgmap v18478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:32:31.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:31.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:32.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:32.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:33 smithi088 ceph-mon[96111]: pgmap v18479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:33.657 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:33 smithi187 ceph-mon[111815]: pgmap v18479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:33.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:33.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:34.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:34.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:34 smithi187 ceph-mon[111815]: pgmap v18480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:34 smithi088 ceph-mon[96111]: pgmap v18480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:35.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:35.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:36.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:36.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:37 smithi187 ceph-mon[111815]: pgmap v18481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:37 smithi088 ceph-mon[96111]: pgmap v18481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:37.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:37.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:38.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:38.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:39 smithi088 ceph-mon[96111]: pgmap v18482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:39 smithi187 ceph-mon[111815]: pgmap v18482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:39.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:39.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:40.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:40.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:41 smithi088 ceph-mon[96111]: pgmap v18483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:41 smithi187 ceph-mon[111815]: pgmap v18483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:41.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:41.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:42.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:42.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:43 smithi088 ceph-mon[96111]: pgmap v18484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:43 smithi187 ceph-mon[111815]: pgmap v18484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:43.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:43.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:44.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:44.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:44 smithi187 ceph-mon[111815]: pgmap v18485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:44 smithi088 ceph-mon[96111]: pgmap v18485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:45.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:45.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:32:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:32:46.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:46.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:46 smithi088 ceph-mon[96111]: pgmap v18486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:46 smithi187 ceph-mon[111815]: pgmap v18486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:47.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:47.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:48.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:48.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:49 smithi088 ceph-mon[96111]: pgmap v18487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:49 smithi187 ceph-mon[111815]: pgmap v18487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:49.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:49.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:50.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:50.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:51 smithi088 ceph-mon[96111]: pgmap v18488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:51 smithi187 ceph-mon[111815]: pgmap v18488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:51.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:51.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:52.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:52.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:53 smithi088 ceph-mon[96111]: pgmap v18489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:53 smithi187 ceph-mon[111815]: pgmap v18489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:53.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:53.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:54.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:54.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:54 smithi187 ceph-mon[111815]: pgmap v18490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:54 smithi088 ceph-mon[96111]: pgmap v18490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:55.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:55.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:56.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:56.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:57.492 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:57 smithi088 ceph-mon[96111]: pgmap v18491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:57 smithi187 ceph-mon[111815]: pgmap v18491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:32:57.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:57.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:58.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:58.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:32:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:32:59 smithi088 ceph-mon[96111]: pgmap v18492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:32:59 smithi187 ceph-mon[111815]: pgmap v18492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:32:59.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:32:59.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:00.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:00.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:01 smithi088 ceph-mon[96111]: pgmap v18493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:33:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:01 smithi187 ceph-mon[111815]: pgmap v18493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:33:01.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:01.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:02.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:02.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:03 smithi088 ceph-mon[96111]: pgmap v18494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:03 smithi187 ceph-mon[111815]: pgmap v18494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:03.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:03.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:04.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:04.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:04 smithi187 ceph-mon[111815]: pgmap v18495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:04 smithi088 ceph-mon[96111]: pgmap v18495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:05.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:05.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:06.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:06.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:07 smithi088 ceph-mon[96111]: pgmap v18496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:07 smithi187 ceph-mon[111815]: pgmap v18496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:07.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:07.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:08.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:08.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:09 smithi187 ceph-mon[111815]: pgmap v18497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:09 smithi088 ceph-mon[96111]: pgmap v18497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:09.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:09.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:10.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:10.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:11 smithi088 ceph-mon[96111]: pgmap v18498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:11 smithi187 ceph-mon[111815]: pgmap v18498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:11.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:11.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:12.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:12.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:13 smithi088 ceph-mon[96111]: pgmap v18499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:13 smithi187 ceph-mon[111815]: pgmap v18499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:13.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:13.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:14 smithi187 ceph-mon[111815]: pgmap v18500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:33:14.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:14.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:14 smithi088 ceph-mon[96111]: pgmap v18500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:33:15.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:15.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:33:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:33:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:33:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:33:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:33:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:33:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:33:16.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:33:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:33:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:33:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:33:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:33:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:33:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:33:16.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:33:16.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:33:16.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:16.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:16 smithi187 ceph-mon[111815]: pgmap v18501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:16 smithi088 ceph-mon[96111]: pgmap v18501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:17.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:17.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:18.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:18.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:19 smithi187 ceph-mon[111815]: pgmap v18502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:19 smithi088 ceph-mon[96111]: pgmap v18502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:19.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:19.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:20.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:20.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:21 smithi088 ceph-mon[96111]: pgmap v18503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:21 smithi187 ceph-mon[111815]: pgmap v18503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:21.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:21.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:22.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:22.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:23 smithi088 ceph-mon[96111]: pgmap v18504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:23 smithi187 ceph-mon[111815]: pgmap v18504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:23.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:23.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:24 smithi187 ceph-mon[111815]: pgmap v18505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:24.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:24.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:24 smithi088 ceph-mon[96111]: pgmap v18505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:25.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:25.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:26.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:26.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:27 smithi088 ceph-mon[96111]: pgmap v18506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:27 smithi187 ceph-mon[111815]: pgmap v18506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:27.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:27.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:28.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:28.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:29 smithi088 ceph-mon[96111]: pgmap v18507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:29 smithi187 ceph-mon[111815]: pgmap v18507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:29.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:29.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:30.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:30.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:31 smithi088 ceph-mon[96111]: pgmap v18508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:33:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:31 smithi187 ceph-mon[111815]: pgmap v18508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:33:31.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:31.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:33.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:33.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:33 smithi088 ceph-mon[96111]: pgmap v18509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:33 smithi187 ceph-mon[111815]: pgmap v18509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:34.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:34.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:34 smithi187 ceph-mon[111815]: pgmap v18510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:35.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:35.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:34 smithi088 ceph-mon[96111]: pgmap v18510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:36.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:36.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:37.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:37.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:37 smithi088 ceph-mon[96111]: pgmap v18511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:37 smithi187 ceph-mon[111815]: pgmap v18511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:38.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:38.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:39.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:39.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:39 smithi088 ceph-mon[96111]: pgmap v18512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:39 smithi187 ceph-mon[111815]: pgmap v18512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:40.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:40.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:41.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:41.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:41 smithi088 ceph-mon[96111]: pgmap v18513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:41 smithi187 ceph-mon[111815]: pgmap v18513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:42.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:42.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:43.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:43.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:43 smithi088 ceph-mon[96111]: pgmap v18514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:43 smithi187 ceph-mon[111815]: pgmap v18514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:44.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:44.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:44 smithi187 ceph-mon[111815]: pgmap v18515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:45.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:45.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:44 smithi088 ceph-mon[96111]: pgmap v18515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:46.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:46.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:33:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:33:47.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:47.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:46 smithi088 ceph-mon[96111]: pgmap v18516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:46 smithi187 ceph-mon[111815]: pgmap v18516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:48.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:48.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:49.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:49.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:49 smithi088 ceph-mon[96111]: pgmap v18517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:49 smithi187 ceph-mon[111815]: pgmap v18517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:50.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:50.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:51.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:51.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:51 smithi088 ceph-mon[96111]: pgmap v18518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:51 smithi187 ceph-mon[111815]: pgmap v18518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:52.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:52.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:53.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:53.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:53 smithi088 ceph-mon[96111]: pgmap v18519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:53 smithi187 ceph-mon[111815]: pgmap v18519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:54.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:54.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:54 smithi187 ceph-mon[111815]: pgmap v18520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:55.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:55.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:54 smithi088 ceph-mon[96111]: pgmap v18520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:56.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:56.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:57.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:57.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:57 smithi088 ceph-mon[96111]: pgmap v18521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:57 smithi187 ceph-mon[111815]: pgmap v18521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:33:58.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:58.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:59.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:33:59.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:33:59.551 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:33:59 smithi187 ceph-mon[111815]: pgmap v18522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:33:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:33:59 smithi088 ceph-mon[96111]: pgmap v18522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:00.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:00.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:01.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:01.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:01 smithi088 ceph-mon[96111]: pgmap v18523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:34:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:01 smithi187 ceph-mon[111815]: pgmap v18523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:34:02.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:02.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:03.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:03.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:03 smithi088 ceph-mon[96111]: pgmap v18524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:03 smithi187 ceph-mon[111815]: pgmap v18524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:04.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:04.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:04 smithi187 ceph-mon[111815]: pgmap v18525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:05.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:05.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:04 smithi088 ceph-mon[96111]: pgmap v18525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:06.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:06.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:07.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:07.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:07 smithi088 ceph-mon[96111]: pgmap v18526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:07 smithi187 ceph-mon[111815]: pgmap v18526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:08.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:08.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:09.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:09.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:09 smithi088 ceph-mon[96111]: pgmap v18527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:09.659 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:09 smithi187 ceph-mon[111815]: pgmap v18527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:10.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:10.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:11.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:11.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:11 smithi088 ceph-mon[96111]: pgmap v18528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:11 smithi187 ceph-mon[111815]: pgmap v18528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:12.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:12.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:13.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:13.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:13 smithi088 ceph-mon[96111]: pgmap v18529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:13 smithi187 ceph-mon[111815]: pgmap v18529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:14.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:14.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:14 smithi187 ceph-mon[111815]: pgmap v18530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:15.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:15.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:14 smithi088 ceph-mon[96111]: pgmap v18530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:15.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:34:16.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:16.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:34:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:34:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:34:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:34:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:34:16.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:34:16.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:34:16.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:16 smithi187 ceph-mon[111815]: pgmap v18531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:17.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:17.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:34:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:34:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:34:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:34:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:34:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:34:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:16 smithi088 ceph-mon[96111]: pgmap v18531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:18.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:18.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:19.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:19.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:19 smithi088 ceph-mon[96111]: pgmap v18532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:19 smithi187 ceph-mon[111815]: pgmap v18532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:20.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:20.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:21.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:21.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:21 smithi088 ceph-mon[96111]: pgmap v18533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:21 smithi187 ceph-mon[111815]: pgmap v18533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:22.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:22.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:23.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:23.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:23 smithi088 ceph-mon[96111]: pgmap v18534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:23 smithi187 ceph-mon[111815]: pgmap v18534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:24.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:24.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:24 smithi187 ceph-mon[111815]: pgmap v18535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:24 smithi088 ceph-mon[96111]: pgmap v18535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:25.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:25.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:26.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:26.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:27.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:27.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:27 smithi088 ceph-mon[96111]: pgmap v18536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:27 smithi187 ceph-mon[111815]: pgmap v18536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:28.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:28.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:29.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:29.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:29 smithi088 ceph-mon[96111]: pgmap v18537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:29 smithi187 ceph-mon[111815]: pgmap v18537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:30.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:30.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:31.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:31.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:31 smithi088 ceph-mon[96111]: pgmap v18538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:34:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:31 smithi187 ceph-mon[111815]: pgmap v18538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:34:32.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:32.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:33.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:33.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:33 smithi088 ceph-mon[96111]: pgmap v18539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:33 smithi187 ceph-mon[111815]: pgmap v18539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:34.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:34.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:34 smithi187 ceph-mon[111815]: pgmap v18540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:34 smithi088 ceph-mon[96111]: pgmap v18540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:35.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:35.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:36.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:36.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:37.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:37.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:37 smithi088 ceph-mon[96111]: pgmap v18541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:37 smithi187 ceph-mon[111815]: pgmap v18541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:38.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:38.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:39.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:39.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:39 smithi088 ceph-mon[96111]: pgmap v18542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:39 smithi187 ceph-mon[111815]: pgmap v18542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:40.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:40.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:41.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:41.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:41 smithi088 ceph-mon[96111]: pgmap v18543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:41 smithi187 ceph-mon[111815]: pgmap v18543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:42.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:42.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:43.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:43.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:43.529 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:43 smithi088 ceph-mon[96111]: pgmap v18544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:43 smithi187 ceph-mon[111815]: pgmap v18544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:44.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:44.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:44 smithi187 ceph-mon[111815]: pgmap v18545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:44 smithi088 ceph-mon[96111]: pgmap v18545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:45.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:45.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:34:46.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:46.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:34:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:46 smithi088 ceph-mon[96111]: pgmap v18546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:47.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:47.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:46 smithi187 ceph-mon[111815]: pgmap v18546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:48.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:48.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:49.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:49.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:49 smithi088 ceph-mon[96111]: pgmap v18547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:49 smithi187 ceph-mon[111815]: pgmap v18547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:50.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:50.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:51.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:51.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:51 smithi088 ceph-mon[96111]: pgmap v18548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:51 smithi187 ceph-mon[111815]: pgmap v18548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:52.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:52.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:53.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:53.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:53 smithi088 ceph-mon[96111]: pgmap v18549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:53 smithi187 ceph-mon[111815]: pgmap v18549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:54.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:54.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:54 smithi187 ceph-mon[111815]: pgmap v18550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:54 smithi088 ceph-mon[96111]: pgmap v18550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:55.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:55.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:56.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:56.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:57.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:57.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:57 smithi088 ceph-mon[96111]: pgmap v18551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:57 smithi187 ceph-mon[111815]: pgmap v18551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:34:58.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:58.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:59.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:34:59.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:34:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:34:59 smithi088 ceph-mon[96111]: pgmap v18552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:34:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:34:59 smithi187 ceph-mon[111815]: pgmap v18552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:00.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:00.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:01.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:01.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:01 smithi088 ceph-mon[96111]: pgmap v18553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:35:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:01 smithi187 ceph-mon[111815]: pgmap v18553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:35:02.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:02.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:03.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:03.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:03 smithi088 ceph-mon[96111]: pgmap v18554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:03 smithi187 ceph-mon[111815]: pgmap v18554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:04.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:04.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:04 smithi187 ceph-mon[111815]: pgmap v18555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:04 smithi088 ceph-mon[96111]: pgmap v18555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:05.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:05.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:06.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:06.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:07.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:07.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:07 smithi088 ceph-mon[96111]: pgmap v18556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:07 smithi187 ceph-mon[111815]: pgmap v18556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:08.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:08.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:09.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:09.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:09 smithi088 ceph-mon[96111]: pgmap v18557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:09 smithi187 ceph-mon[111815]: pgmap v18557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:10.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:10.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:11.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:11.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:11 smithi088 ceph-mon[96111]: pgmap v18558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:11 smithi187 ceph-mon[111815]: pgmap v18558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:12.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:12.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:13.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:13.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:13 smithi088 ceph-mon[96111]: pgmap v18559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:13 smithi187 ceph-mon[111815]: pgmap v18559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:14.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:14.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:14 smithi088 ceph-mon[96111]: pgmap v18560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:15.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:15.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:14 smithi187 ceph-mon[111815]: pgmap v18560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:35:16.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:16.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:35:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:35:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: pgmap v18561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:35:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:35:17.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:35:17.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:35:17.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:35:17.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:35:17.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:35:17.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:35:17.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:35:17.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:35:17.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:35:17.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:35:17.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:17.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:35:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: pgmap v18561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:17.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:35:17.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:35:17.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:35:17.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:35:17.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:35:17.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:35:17.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:35:17.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:35:17.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:35:17.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:35:17.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:35:17.213 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:35:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:17 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1399M 2023-10-13T09:35:18.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:18.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:17 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1399M 2023-10-13T09:35:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:18 smithi088 ceph-mon[96111]: pgmap v18562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:19.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:19.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:18 smithi187 ceph-mon[111815]: pgmap v18562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:20.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:20.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:21.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:21.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:21 smithi088 ceph-mon[96111]: pgmap v18563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:21 smithi187 ceph-mon[111815]: pgmap v18563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:22.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:22.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:23.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:23.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:23 smithi088 ceph-mon[96111]: pgmap v18564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:23 smithi187 ceph-mon[111815]: pgmap v18564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:24.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:24.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:24 smithi088 ceph-mon[96111]: pgmap v18565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:25.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:25.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:24 smithi187 ceph-mon[111815]: pgmap v18565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:26.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:26.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:27.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:27.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:27 smithi088 ceph-mon[96111]: pgmap v18566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:27 smithi187 ceph-mon[111815]: pgmap v18566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:28.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:28.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:29.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:29.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:29 smithi088 ceph-mon[96111]: pgmap v18567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:29 smithi187 ceph-mon[111815]: pgmap v18567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:30.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:30.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:31.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:31.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:31 smithi088 ceph-mon[96111]: pgmap v18568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:35:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:31 smithi187 ceph-mon[111815]: pgmap v18568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:35:32.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:32.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:33.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:33.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:33 smithi088 ceph-mon[96111]: pgmap v18569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:33 smithi187 ceph-mon[111815]: pgmap v18569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:34.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:34.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:34 smithi088 ceph-mon[96111]: pgmap v18570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:35.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:35.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:34 smithi187 ceph-mon[111815]: pgmap v18570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:36.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:36.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:37.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:37.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:37 smithi088 ceph-mon[96111]: pgmap v18571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:37 smithi187 ceph-mon[111815]: pgmap v18571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:38.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:38.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:39.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:39.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:39 smithi088 ceph-mon[96111]: pgmap v18572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:39 smithi187 ceph-mon[111815]: pgmap v18572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:40.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:40.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:41.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:41.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:41 smithi088 ceph-mon[96111]: pgmap v18573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:41 smithi187 ceph-mon[111815]: pgmap v18573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:42.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:42.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:43.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:43.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:43 smithi088 ceph-mon[96111]: pgmap v18574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:43 smithi187 ceph-mon[111815]: pgmap v18574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:44.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:44.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:44 smithi088 ceph-mon[96111]: pgmap v18575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:44 smithi187 ceph-mon[111815]: pgmap v18575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:45.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:45.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:35:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:35:46.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:46.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:46 smithi088 ceph-mon[96111]: pgmap v18576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:46 smithi187 ceph-mon[111815]: pgmap v18576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:47.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:47.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:48.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:48.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:49.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:49.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:49 smithi088 ceph-mon[96111]: pgmap v18577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:49 smithi187 ceph-mon[111815]: pgmap v18577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:50.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:50.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:51.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:51.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:51 smithi088 ceph-mon[96111]: pgmap v18578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:51 smithi187 ceph-mon[111815]: pgmap v18578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:52.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:52.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:53.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:53.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:53 smithi088 ceph-mon[96111]: pgmap v18579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:53 smithi187 ceph-mon[111815]: pgmap v18579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:54.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:54.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:54 smithi088 ceph-mon[96111]: pgmap v18580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:54 smithi187 ceph-mon[111815]: pgmap v18580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:55.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:55.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:56.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:56.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:57.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:57.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:57 smithi088 ceph-mon[96111]: pgmap v18581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:57 smithi187 ceph-mon[111815]: pgmap v18581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:35:58.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:58.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:59.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:35:59.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:35:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:35:59 smithi088 ceph-mon[96111]: pgmap v18582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:35:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:35:59 smithi187 ceph-mon[111815]: pgmap v18582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:00.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:00.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:01.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:01.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:01 smithi088 ceph-mon[96111]: pgmap v18583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:36:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:01 smithi187 ceph-mon[111815]: pgmap v18583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:36:02.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:02.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:03.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:03.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:03 smithi088 ceph-mon[96111]: pgmap v18584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:03 smithi187 ceph-mon[111815]: pgmap v18584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:04.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:04.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:04 smithi088 ceph-mon[96111]: pgmap v18585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:04 smithi187 ceph-mon[111815]: pgmap v18585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:05.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:05.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:06.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:06.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:07.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:07.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:07 smithi088 ceph-mon[96111]: pgmap v18586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:07 smithi187 ceph-mon[111815]: pgmap v18586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:08.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:08.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:09.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:09.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:09 smithi088 ceph-mon[96111]: pgmap v18587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:09 smithi187 ceph-mon[111815]: pgmap v18587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:10.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:10.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:11.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:11.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:11 smithi088 ceph-mon[96111]: pgmap v18588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:11 smithi187 ceph-mon[111815]: pgmap v18588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:12.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:12.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:13.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:13.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:13 smithi088 ceph-mon[96111]: pgmap v18589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:13 smithi187 ceph-mon[111815]: pgmap v18589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:14.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:14.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:14 smithi088 ceph-mon[96111]: pgmap v18590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:14 smithi187 ceph-mon[111815]: pgmap v18590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:15.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:15.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:15.986 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:36:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:36:16.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:16.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:16 smithi088 ceph-mon[96111]: pgmap v18591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:16 smithi187 ceph-mon[111815]: pgmap v18591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:17.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:17.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:18.012 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:36:18.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:18.013 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:18.112 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:36:18.112 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:18.112 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:18.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:18.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:18.839 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:18 smithi187 ceph-mon[111815]: pgmap v18592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:18 smithi088 ceph-mon[96111]: pgmap v18592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:19.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:19.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:20.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:20.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:21.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:21.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:21 smithi088 ceph-mon[96111]: pgmap v18593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:21 smithi187 ceph-mon[111815]: pgmap v18593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:22.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:22.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:23.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:23.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:36:23.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:36:23.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:23.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:36:23.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:23.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:22 smithi187 ceph-mon[111815]: pgmap v18594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:23.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:23.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:36:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:36:23.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:23.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:36:23.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:36:23.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:22 smithi088 ceph-mon[96111]: pgmap v18594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:24.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:24.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:24 smithi088 ceph-mon[96111]: pgmap v18595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:24 smithi187 ceph-mon[111815]: pgmap v18595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:25.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:25.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:26.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:26.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:27.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:27.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:27 smithi088 ceph-mon[96111]: pgmap v18596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:27 smithi187 ceph-mon[111815]: pgmap v18596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:28.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:28.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:29.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:29.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:29.558 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:29 smithi088 ceph-mon[96111]: pgmap v18597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:29 smithi187 ceph-mon[111815]: pgmap v18597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:30.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:30.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:31.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:31.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:31 smithi187 ceph-mon[111815]: pgmap v18598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:36:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:31 smithi088 ceph-mon[96111]: pgmap v18598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:36:32.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:32.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:33.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:33.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:33 smithi088 ceph-mon[96111]: pgmap v18599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:33 smithi187 ceph-mon[111815]: pgmap v18599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:34.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:34.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:34 smithi088 ceph-mon[96111]: pgmap v18600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:34 smithi187 ceph-mon[111815]: pgmap v18600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:35.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:35.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:36.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:36.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:37.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:37.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:37 smithi088 ceph-mon[96111]: pgmap v18601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:37 smithi187 ceph-mon[111815]: pgmap v18601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:38.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:38.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:39.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:39.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:39 smithi088 ceph-mon[96111]: pgmap v18602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:39 smithi187 ceph-mon[111815]: pgmap v18602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:40.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:40.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:41.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:41.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:41 smithi088 ceph-mon[96111]: pgmap v18603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:41 smithi187 ceph-mon[111815]: pgmap v18603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:42.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:42.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:43.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:43.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:43 smithi088 ceph-mon[96111]: pgmap v18604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:43 smithi187 ceph-mon[111815]: pgmap v18604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:44.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:44.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:44 smithi088 ceph-mon[96111]: pgmap v18605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:44 smithi187 ceph-mon[111815]: pgmap v18605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:45.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:45.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:36:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:36:46.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:46.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:46 smithi088 ceph-mon[96111]: pgmap v18606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:46 smithi187 ceph-mon[111815]: pgmap v18606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:47.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:47.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:48.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:48.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:49.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:49.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:49 smithi088 ceph-mon[96111]: pgmap v18607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:49 smithi187 ceph-mon[111815]: pgmap v18607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:50.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:50.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:51.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:51.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:51 smithi088 ceph-mon[96111]: pgmap v18608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:51 smithi187 ceph-mon[111815]: pgmap v18608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:52.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:52.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:53.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:53.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:53 smithi088 ceph-mon[96111]: pgmap v18609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:53 smithi187 ceph-mon[111815]: pgmap v18609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:54.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:54.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:54 smithi088 ceph-mon[96111]: pgmap v18610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:54 smithi187 ceph-mon[111815]: pgmap v18610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:55.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:55.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:56.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:56.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:57.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:57.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:57 smithi088 ceph-mon[96111]: pgmap v18611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:57 smithi187 ceph-mon[111815]: pgmap v18611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:36:58.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:58.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:59.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:36:59.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:36:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:36:59 smithi088 ceph-mon[96111]: pgmap v18612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:36:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:36:59 smithi187 ceph-mon[111815]: pgmap v18612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:00.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:00.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:01.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:01.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:01 smithi088 ceph-mon[96111]: pgmap v18613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:37:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:01 smithi187 ceph-mon[111815]: pgmap v18613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:37:02.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:02.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:03.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:03.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:03 smithi088 ceph-mon[96111]: pgmap v18614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:03 smithi187 ceph-mon[111815]: pgmap v18614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:04.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:04.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:04 smithi088 ceph-mon[96111]: pgmap v18615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:04 smithi187 ceph-mon[111815]: pgmap v18615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:05.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:05.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:06.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:06.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:07.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:07.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:07 smithi088 ceph-mon[96111]: pgmap v18616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:07 smithi187 ceph-mon[111815]: pgmap v18616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:08.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:08.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:09.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:09.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:09 smithi088 ceph-mon[96111]: pgmap v18617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:09 smithi187 ceph-mon[111815]: pgmap v18617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:10.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:10.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:11.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:11.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:11.565 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:11 smithi187 ceph-mon[111815]: pgmap v18618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:11 smithi088 ceph-mon[96111]: pgmap v18618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:12.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:12.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:13.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:13.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:13 smithi088 ceph-mon[96111]: pgmap v18619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:13 smithi187 ceph-mon[111815]: pgmap v18619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:14.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:14.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:15.002 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:14 smithi088 ceph-mon[96111]: pgmap v18620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:14 smithi187 ceph-mon[111815]: pgmap v18620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:15.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:15.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:37:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:37:16.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:16.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:16 smithi187 ceph-mon[111815]: pgmap v18621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:16 smithi088 ceph-mon[96111]: pgmap v18621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:17.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:17.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:18.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:18.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:19.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:19.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:19 smithi088 ceph-mon[96111]: pgmap v18622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:19 smithi187 ceph-mon[111815]: pgmap v18622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:20.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:20.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:21.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:21.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:21 smithi088 ceph-mon[96111]: pgmap v18623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:21.672 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:21 smithi187 ceph-mon[111815]: pgmap v18623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:22.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:22.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:37:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:37:23.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:23.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:23 smithi088 ceph-mon[96111]: pgmap v18624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:37:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:37:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:37:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:37:23.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:37:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:23 smithi187 ceph-mon[111815]: pgmap v18624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:37:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:37:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:37:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:37:23.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:37:24.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:24.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:24 smithi088 ceph-mon[96111]: pgmap v18625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:24 smithi187 ceph-mon[111815]: pgmap v18625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:25.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:25.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:26.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:26.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:27.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:27.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:27.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:27 smithi088 ceph-mon[96111]: pgmap v18626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:27 smithi187 ceph-mon[111815]: pgmap v18626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:28.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:28.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:29.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:29.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:29 smithi088 ceph-mon[96111]: pgmap v18627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:29 smithi187 ceph-mon[111815]: pgmap v18627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:30.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:30.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:31.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:31.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:31 smithi088 ceph-mon[96111]: pgmap v18628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:37:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:31 smithi187 ceph-mon[111815]: pgmap v18628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:37:32.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:32.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:33.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:33.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:33 smithi088 ceph-mon[96111]: pgmap v18629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:33 smithi187 ceph-mon[111815]: pgmap v18629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:34.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:34.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:34 smithi088 ceph-mon[96111]: pgmap v18630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:34 smithi187 ceph-mon[111815]: pgmap v18630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:35.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:35.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:36.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:36.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:37.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:37.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:37 smithi088 ceph-mon[96111]: pgmap v18631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:37 smithi187 ceph-mon[111815]: pgmap v18631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:38.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:38.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:39.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:39.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:39 smithi088 ceph-mon[96111]: pgmap v18632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:39 smithi187 ceph-mon[111815]: pgmap v18632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:40.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:40.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:41.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:41.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:41.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:41 smithi088 ceph-mon[96111]: pgmap v18633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:41 smithi187 ceph-mon[111815]: pgmap v18633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:42.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:42.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:43.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:43.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:43.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:43 smithi088 ceph-mon[96111]: pgmap v18634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:43 smithi187 ceph-mon[111815]: pgmap v18634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:44.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:44.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:44 smithi088 ceph-mon[96111]: pgmap v18635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:44 smithi187 ceph-mon[111815]: pgmap v18635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:45.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:45.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:37:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:37:46.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:46.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:46 smithi088 ceph-mon[96111]: pgmap v18636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:46 smithi187 ceph-mon[111815]: pgmap v18636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:47.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:47.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:48.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:48.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:49.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:49.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:49 smithi088 ceph-mon[96111]: pgmap v18637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:49 smithi187 ceph-mon[111815]: pgmap v18637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:50.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:50.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:51.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:51.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:51.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:51 smithi088 ceph-mon[96111]: pgmap v18638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:51 smithi187 ceph-mon[111815]: pgmap v18638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:52.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:52.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:53.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:53.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:53 smithi088 ceph-mon[96111]: pgmap v18639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:53 smithi187 ceph-mon[111815]: pgmap v18639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:54.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:54.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:54 smithi088 ceph-mon[96111]: pgmap v18640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:54 smithi187 ceph-mon[111815]: pgmap v18640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:55.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:55.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:56.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:56.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:57.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:57.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:57.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:57 smithi088 ceph-mon[96111]: pgmap v18641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:57 smithi187 ceph-mon[111815]: pgmap v18641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:37:58.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:58.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:59.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:37:59.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:37:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:37:59 smithi088 ceph-mon[96111]: pgmap v18642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:37:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:37:59 smithi187 ceph-mon[111815]: pgmap v18642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:00.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:00.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:01.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:01.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:01 smithi088 ceph-mon[96111]: pgmap v18643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:38:01.632 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:01 smithi187 ceph-mon[111815]: pgmap v18643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:01.632 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:38:02.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:02.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:03.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:03.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:03.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:03 smithi088 ceph-mon[96111]: pgmap v18644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:03 smithi187 ceph-mon[111815]: pgmap v18644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:04.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:04.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:04 smithi088 ceph-mon[96111]: pgmap v18645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:04 smithi187 ceph-mon[111815]: pgmap v18645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:05.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:05.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:06.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:06.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:07.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:07.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:07 smithi187 ceph-mon[111815]: pgmap v18646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:07 smithi088 ceph-mon[96111]: pgmap v18646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:08.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:08.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:09.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:09.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:09.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:09 smithi088 ceph-mon[96111]: pgmap v18647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:09 smithi187 ceph-mon[111815]: pgmap v18647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:10.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:10.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:11.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:11.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:11 smithi088 ceph-mon[96111]: pgmap v18648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:11 smithi187 ceph-mon[111815]: pgmap v18648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:12.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:12.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:13.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:13.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:13.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:13 smithi088 ceph-mon[96111]: pgmap v18649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:13 smithi187 ceph-mon[111815]: pgmap v18649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:14.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:14.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:14 smithi088 ceph-mon[96111]: pgmap v18650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:14 smithi187 ceph-mon[111815]: pgmap v18650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:15.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:15.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:38:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:38:16.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:16.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:16 smithi088 ceph-mon[96111]: pgmap v18651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:16 smithi187 ceph-mon[111815]: pgmap v18651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:17.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:17.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:18.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:18.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:19.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:19.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:19.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:19 smithi088 ceph-mon[96111]: pgmap v18652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:19 smithi187 ceph-mon[111815]: pgmap v18652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:20.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:20.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:21.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:21.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:21 smithi088 ceph-mon[96111]: pgmap v18653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:21 smithi187 ceph-mon[111815]: pgmap v18653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:22.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:22.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:23.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:23.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:23 smithi088 ceph-mon[96111]: pgmap v18654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:23.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:23 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:38:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:23 smithi187 ceph-mon[111815]: pgmap v18654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:23 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:38:24.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:24.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:24 smithi088 ceph-mon[96111]: pgmap v18655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:24 smithi187 ceph-mon[111815]: pgmap v18655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:25.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:25.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:26.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:26.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:38:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:38:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:38:26.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:38:26.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:38:26.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:38:26.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:38:26.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:26 smithi187 ceph-mon[111815]: pgmap v18656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:38:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:38:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:38:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:38:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:38:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:38:26.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:38:26.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:26 smithi088 ceph-mon[96111]: pgmap v18656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:27.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:27.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:28.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:28.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:29.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:29.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:29.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:29 smithi088 ceph-mon[96111]: pgmap v18657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:29 smithi187 ceph-mon[111815]: pgmap v18657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:30.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:30.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:31.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:31.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:31 smithi088 ceph-mon[96111]: pgmap v18658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:38:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:31 smithi187 ceph-mon[111815]: pgmap v18658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:38:32.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:32.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:33.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:33.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:33 smithi088 ceph-mon[96111]: pgmap v18659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:33 smithi187 ceph-mon[111815]: pgmap v18659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:34.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:34.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:34 smithi088 ceph-mon[96111]: pgmap v18660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:34 smithi187 ceph-mon[111815]: pgmap v18660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:35.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:35.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:36.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:36.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:37.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:37.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:37.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:37 smithi088 ceph-mon[96111]: pgmap v18661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:37 smithi187 ceph-mon[111815]: pgmap v18661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:38.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:38.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:39.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:39.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:39.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:39 smithi088 ceph-mon[96111]: pgmap v18662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:39 smithi187 ceph-mon[111815]: pgmap v18662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:40.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:40.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:41.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:41.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:41 smithi187 ceph-mon[111815]: pgmap v18663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:41 smithi088 ceph-mon[96111]: pgmap v18663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:42.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:42.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:43.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:43.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:43.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:43 smithi187 ceph-mon[111815]: pgmap v18664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:43 smithi088 ceph-mon[96111]: pgmap v18664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:44.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:44.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:44 smithi088 ceph-mon[96111]: pgmap v18665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:44 smithi187 ceph-mon[111815]: pgmap v18665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:45.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:45.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:38:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:38:46.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:46.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:46 smithi088 ceph-mon[96111]: pgmap v18666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:46 smithi187 ceph-mon[111815]: pgmap v18666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:47.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:47.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:48.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:48.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:49.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:49.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:49 smithi088 ceph-mon[96111]: pgmap v18667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:49 smithi187 ceph-mon[111815]: pgmap v18667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:50.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:50.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:51.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:51.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:51 smithi187 ceph-mon[111815]: pgmap v18668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:51 smithi088 ceph-mon[96111]: pgmap v18668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:52.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:52.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:53.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:53.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:53 smithi187 ceph-mon[111815]: pgmap v18669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:53 smithi088 ceph-mon[96111]: pgmap v18669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:54.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:54.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:54 smithi088 ceph-mon[96111]: pgmap v18670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:54 smithi187 ceph-mon[111815]: pgmap v18670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:55.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:55.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:56.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:56.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:57.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:57.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:57.675 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:57 smithi187 ceph-mon[111815]: pgmap v18671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:57 smithi088 ceph-mon[96111]: pgmap v18671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:38:58.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:58.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:59.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:38:59.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:38:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:38:59 smithi187 ceph-mon[111815]: pgmap v18672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:38:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:38:59 smithi088 ceph-mon[96111]: pgmap v18672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:00.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:00.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:01.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:01.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:01 smithi187 ceph-mon[111815]: pgmap v18673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:39:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:01 smithi088 ceph-mon[96111]: pgmap v18673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:39:02.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:02.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:03.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:03.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:03.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:03 smithi187 ceph-mon[111815]: pgmap v18674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:03 smithi088 ceph-mon[96111]: pgmap v18674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:04.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:04.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:04 smithi088 ceph-mon[96111]: pgmap v18675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:04 smithi187 ceph-mon[111815]: pgmap v18675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:05.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:05.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:06.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:06.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:07.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:07.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:07 smithi187 ceph-mon[111815]: pgmap v18676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:07 smithi088 ceph-mon[96111]: pgmap v18676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:08.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:08.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:09.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:09.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:09 smithi187 ceph-mon[111815]: pgmap v18677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:09 smithi088 ceph-mon[96111]: pgmap v18677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:10.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:10.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:11.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:11.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:11.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:11 smithi088 ceph-mon[96111]: pgmap v18678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:11 smithi187 ceph-mon[111815]: pgmap v18678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:12.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:12.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:13.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:13.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:13 smithi187 ceph-mon[111815]: pgmap v18679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:13 smithi088 ceph-mon[96111]: pgmap v18679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:14.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:14.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:14 smithi088 ceph-mon[96111]: pgmap v18680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:14 smithi187 ceph-mon[111815]: pgmap v18680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:15.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:15.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:39:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:39:16.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:16.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:16 smithi088 ceph-mon[96111]: pgmap v18681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:16 smithi187 ceph-mon[111815]: pgmap v18681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:17.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:17.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:18.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:18.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:19.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:19.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:19 smithi187 ceph-mon[111815]: pgmap v18682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:19 smithi088 ceph-mon[96111]: pgmap v18682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:20.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:20.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:21.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:21.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:21.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:21 smithi088 ceph-mon[96111]: pgmap v18683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:21 smithi187 ceph-mon[111815]: pgmap v18683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:22.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:22.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:23.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:23.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:23.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:23 smithi187 ceph-mon[111815]: pgmap v18684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:23.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:23 smithi088 ceph-mon[96111]: pgmap v18684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:24.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:24.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:24 smithi088 ceph-mon[96111]: pgmap v18685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:24 smithi187 ceph-mon[111815]: pgmap v18685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:25.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:25.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:25 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:39:26.288 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:25 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:39:26.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:26.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:26 smithi187 ceph-mon[111815]: pgmap v18686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:26 smithi088 ceph-mon[96111]: pgmap v18686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:27.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:27.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:28.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:28.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:29.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:29.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:29 smithi187 ceph-mon[111815]: pgmap v18687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:29 smithi088 ceph-mon[96111]: pgmap v18687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:30.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:30.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:31 smithi088 ceph-mon[96111]: pgmap v18688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:39:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:39:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:39:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:39:31.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:39:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:39:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:39:31.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:39:31.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:31.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:31 smithi187 ceph-mon[111815]: pgmap v18688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:39:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:39:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:39:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:39:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:39:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:39:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:39:31.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:39:32.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:32.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:33.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:33 smithi088 ceph-mon[96111]: pgmap v18689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:33.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:33.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:33 smithi187 ceph-mon[111815]: pgmap v18689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:34.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:34.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:34 smithi088 ceph-mon[96111]: pgmap v18690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:34 smithi187 ceph-mon[111815]: pgmap v18690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:35.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:35.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:36.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:36.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:37.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:37.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:37.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:37 smithi187 ceph-mon[111815]: pgmap v18691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:37 smithi088 ceph-mon[96111]: pgmap v18691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:38.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:38.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:39.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:39.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:39.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:39 smithi187 ceph-mon[111815]: pgmap v18692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:39.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:39 smithi088 ceph-mon[96111]: pgmap v18692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:40.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:40.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:41.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:41.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:41.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:41 smithi187 ceph-mon[111815]: pgmap v18693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:41.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:41 smithi088 ceph-mon[96111]: pgmap v18693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:42.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:42.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:43 smithi187 ceph-mon[111815]: pgmap v18694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:43.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:43.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:43.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:43 smithi088 ceph-mon[96111]: pgmap v18694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:44.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:44.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:44 smithi088 ceph-mon[96111]: pgmap v18695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:44 smithi187 ceph-mon[111815]: pgmap v18695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:45.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:45.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:39:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:39:46.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:46.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:46 smithi088 ceph-mon[96111]: pgmap v18696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:46 smithi187 ceph-mon[111815]: pgmap v18696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:47.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:47.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:48.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:48.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:49.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:49.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:49 smithi187 ceph-mon[111815]: pgmap v18697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:49.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:49 smithi088 ceph-mon[96111]: pgmap v18697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:50.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:50.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:51.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:51.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:51.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:51 smithi187 ceph-mon[111815]: pgmap v18698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:51 smithi088 ceph-mon[96111]: pgmap v18698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:52.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:52.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:53.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:53.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:53.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:53 smithi187 ceph-mon[111815]: pgmap v18699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:53.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:53 smithi088 ceph-mon[96111]: pgmap v18699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:54.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:54.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:54 smithi088 ceph-mon[96111]: pgmap v18700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:54 smithi187 ceph-mon[111815]: pgmap v18700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:55.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:55.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:56.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:56.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:57.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:57.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:57.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:57 smithi187 ceph-mon[111815]: pgmap v18701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:57.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:57 smithi088 ceph-mon[96111]: pgmap v18701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:39:58.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:58.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:59.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:39:59.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:39:59.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:39:59 smithi187 ceph-mon[111815]: pgmap v18702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:39:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:39:59 smithi088 ceph-mon[96111]: pgmap v18702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:00.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:00.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T09:40:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T09:40:01.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:01.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:01.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:01 smithi088 ceph-mon[96111]: pgmap v18703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:01.631 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:40:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:01 smithi187 ceph-mon[111815]: pgmap v18703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:40:02.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:02.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:02 smithi187 ceph-mon[111815]: pgmap v18704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:02 smithi088 ceph-mon[96111]: pgmap v18704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:03.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:03.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:04.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:04.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:04 smithi088 ceph-mon[96111]: pgmap v18705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:05.104 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:04 smithi187 ceph-mon[111815]: pgmap v18705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:05.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:05.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:06.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:06.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:07.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:07.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:07 smithi187 ceph-mon[111815]: pgmap v18706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:07 smithi088 ceph-mon[96111]: pgmap v18706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:08.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:08.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:09.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:09.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:09.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:09 smithi187 ceph-mon[111815]: pgmap v18707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:09.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:09 smithi088 ceph-mon[96111]: pgmap v18707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:10.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:10.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:10 smithi187 ceph-mon[111815]: pgmap v18708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:10 smithi088 ceph-mon[96111]: pgmap v18708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:11.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:11.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:12.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:12.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:13.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:13.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:13.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:13 smithi187 ceph-mon[111815]: pgmap v18709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:13.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:13 smithi088 ceph-mon[96111]: pgmap v18709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:14.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:14.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:14 smithi088 ceph-mon[96111]: pgmap v18710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:14 smithi187 ceph-mon[111815]: pgmap v18710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:15.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:15.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:40:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:40:16.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:16.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:16 smithi088 ceph-mon[96111]: pgmap v18711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:16 smithi187 ceph-mon[111815]: pgmap v18711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:17.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:17.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:18.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:18.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:19.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:19.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:19 smithi187 ceph-mon[111815]: pgmap v18712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:19 smithi088 ceph-mon[96111]: pgmap v18712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:20.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:20.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:21.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:21.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:21.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:21 smithi187 ceph-mon[111815]: pgmap v18713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:21 smithi088 ceph-mon[96111]: pgmap v18713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:22.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:22.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:22 smithi187 ceph-mon[111815]: pgmap v18714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:22 smithi088 ceph-mon[96111]: pgmap v18714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:23.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:23.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:24.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:24.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:24 smithi088 ceph-mon[96111]: pgmap v18715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:24 smithi187 ceph-mon[111815]: pgmap v18715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:25.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:25.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:26.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:26.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:27.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:27.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:27.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:27 smithi187 ceph-mon[111815]: pgmap v18716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:27.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:27 smithi088 ceph-mon[96111]: pgmap v18716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:28.629 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:28 smithi187 ceph-mon[111815]: pgmap v18717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:28.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:28.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:28 smithi088 ceph-mon[96111]: pgmap v18717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:29.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:29.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:30.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:30.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:31.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:31.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:31 smithi187 ceph-mon[111815]: pgmap v18718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:40:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:40:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:40:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:40:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:40:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:40:31.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:40:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:31 smithi088 ceph-mon[96111]: pgmap v18718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:40:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:40:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:40:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:40:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:40:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:40:31.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:40:32.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:32.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:32 smithi187 ceph-mon[111815]: pgmap v18719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:32 smithi088 ceph-mon[96111]: pgmap v18719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:33.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:33.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:34.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:34.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:34 smithi088 ceph-mon[96111]: pgmap v18720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:34 smithi187 ceph-mon[111815]: pgmap v18720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:35.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:35.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:36.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:36.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:36 smithi187 ceph-mon[111815]: pgmap v18721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:36 smithi088 ceph-mon[96111]: pgmap v18721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:37.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:37.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:38.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:38.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:38 smithi187 ceph-mon[111815]: pgmap v18722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:38 smithi088 ceph-mon[96111]: pgmap v18722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:39.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:39.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:40.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:40.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:40 smithi187 ceph-mon[111815]: pgmap v18723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:40 smithi088 ceph-mon[96111]: pgmap v18723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:41.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:41.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:42.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:42.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:42 smithi187 ceph-mon[111815]: pgmap v18724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:42 smithi088 ceph-mon[96111]: pgmap v18724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:43.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:43.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:44.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:44.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:44 smithi088 ceph-mon[96111]: pgmap v18725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:44 smithi187 ceph-mon[111815]: pgmap v18725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:45.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:45.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:40:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:40:46.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:46.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:46 smithi088 ceph-mon[96111]: pgmap v18726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:46 smithi187 ceph-mon[111815]: pgmap v18726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:47.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:47.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:48.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:48.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:48 smithi187 ceph-mon[111815]: pgmap v18727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:48 smithi088 ceph-mon[96111]: pgmap v18727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:49.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:49.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:50.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:50.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:50 smithi187 ceph-mon[111815]: pgmap v18728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:50 smithi088 ceph-mon[96111]: pgmap v18728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:51.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:51.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:52 smithi187 ceph-mon[111815]: pgmap v18729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:52.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:52.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:52 smithi088 ceph-mon[96111]: pgmap v18729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:53.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:53.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:54.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:54.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:54 smithi088 ceph-mon[96111]: pgmap v18730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:54 smithi187 ceph-mon[111815]: pgmap v18730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:55.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:55.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:56 smithi187 ceph-mon[111815]: pgmap v18731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:56.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:56.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:56 smithi088 ceph-mon[96111]: pgmap v18731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:40:57.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:57.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:40:58 smithi187 ceph-mon[111815]: pgmap v18732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:58.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:58.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:40:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:40:58 smithi088 ceph-mon[96111]: pgmap v18732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:40:59.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:40:59.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:00 smithi187 ceph-mon[111815]: pgmap v18733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:00.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:00.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:00 smithi088 ceph-mon[96111]: pgmap v18733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:41:01.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:01.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:41:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:02 smithi088 ceph-mon[96111]: pgmap v18734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:02 smithi187 ceph-mon[111815]: pgmap v18734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:02.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:02.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:03.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:03.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:04.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:04.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:04 smithi088 ceph-mon[96111]: pgmap v18735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:04 smithi187 ceph-mon[111815]: pgmap v18735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:05.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:05.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:06 smithi187 ceph-mon[111815]: pgmap v18736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:06.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:06.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:06 smithi088 ceph-mon[96111]: pgmap v18736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:07.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:07.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:08 smithi187 ceph-mon[111815]: pgmap v18737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:08.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:08.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:08 smithi088 ceph-mon[96111]: pgmap v18737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:09.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:09.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:10 smithi187 ceph-mon[111815]: pgmap v18738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:10.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:10.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:10 smithi088 ceph-mon[96111]: pgmap v18738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:11.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:11.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:12 smithi088 ceph-mon[96111]: pgmap v18739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:12 smithi187 ceph-mon[111815]: pgmap v18739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:12.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:12.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:13.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:13.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:14.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:14.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:14 smithi088 ceph-mon[96111]: pgmap v18740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:14 smithi187 ceph-mon[111815]: pgmap v18740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:15.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:15.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:41:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:41:16.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:16.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:16 smithi088 ceph-mon[96111]: pgmap v18741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:16 smithi187 ceph-mon[111815]: pgmap v18741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:17.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:17.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:18 smithi187 ceph-mon[111815]: pgmap v18742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:18.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:18.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:18 smithi088 ceph-mon[96111]: pgmap v18742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:19.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:19.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:20 smithi187 ceph-mon[111815]: pgmap v18743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:20.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:20.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:20 smithi088 ceph-mon[96111]: pgmap v18743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:21.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:21.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:22 smithi187 ceph-mon[111815]: pgmap v18744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:22.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:22.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:22 smithi088 ceph-mon[96111]: pgmap v18744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:23.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:23.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:24.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:24.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:24 smithi088 ceph-mon[96111]: pgmap v18745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:24 smithi187 ceph-mon[111815]: pgmap v18745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:25.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:25.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:26 smithi187 ceph-mon[111815]: pgmap v18746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:26.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:26.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:26 smithi088 ceph-mon[96111]: pgmap v18746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:27.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:27.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:28 smithi187 ceph-mon[111815]: pgmap v18747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:28.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:28.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:28 smithi088 ceph-mon[96111]: pgmap v18747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:29.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:29.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:30 smithi187 ceph-mon[111815]: pgmap v18748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:30.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:30.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:30 smithi088 ceph-mon[96111]: pgmap v18748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:41:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:41:31.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:31.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:41:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:41:32.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:32.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:41:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:41:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:41:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:41:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:41:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:41:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:41:32.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:32 smithi088 ceph-mon[96111]: pgmap v18749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:41:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:41:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:41:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:41:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:41:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:41:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:41:33.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:32 smithi187 ceph-mon[111815]: pgmap v18749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:33.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:33.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:34.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:34.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:34 smithi088 ceph-mon[96111]: pgmap v18750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:34 smithi187 ceph-mon[111815]: pgmap v18750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:35.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:35.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:36 smithi187 ceph-mon[111815]: pgmap v18751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:36.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:36.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:36 smithi088 ceph-mon[96111]: pgmap v18751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:37.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:37.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:38 smithi187 ceph-mon[111815]: pgmap v18752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:38.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:38.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:38 smithi088 ceph-mon[96111]: pgmap v18752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:39.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:39.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:40 smithi187 ceph-mon[111815]: pgmap v18753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:40.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:40.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:40 smithi088 ceph-mon[96111]: pgmap v18753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:41.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:41.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:42 smithi187 ceph-mon[111815]: pgmap v18754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:42.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:42.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:42 smithi088 ceph-mon[96111]: pgmap v18754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:43.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:43.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:44.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:44.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:44 smithi088 ceph-mon[96111]: pgmap v18755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:44 smithi187 ceph-mon[111815]: pgmap v18755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:45.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:45.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:41:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:41:46.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:46.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:46 smithi088 ceph-mon[96111]: pgmap v18756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:46 smithi187 ceph-mon[111815]: pgmap v18756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:47.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:47.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:48 smithi187 ceph-mon[111815]: pgmap v18757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:48.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:48.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:48 smithi088 ceph-mon[96111]: pgmap v18757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:49.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:49.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:50.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:50 smithi187 ceph-mon[111815]: pgmap v18758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:50.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:50.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:50 smithi088 ceph-mon[96111]: pgmap v18758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:51.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:51.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:52 smithi187 ceph-mon[111815]: pgmap v18759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:52.711 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:52 smithi088 ceph-mon[96111]: pgmap v18759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:52.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:52.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:53.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:53.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:54.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:54.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:54 smithi088 ceph-mon[96111]: pgmap v18760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:54 smithi187 ceph-mon[111815]: pgmap v18760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:55.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:55.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:56 smithi187 ceph-mon[111815]: pgmap v18761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:56.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:56.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:56 smithi088 ceph-mon[96111]: pgmap v18761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:41:57.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:57.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:41:58 smithi187 ceph-mon[111815]: pgmap v18762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:58.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:58.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:41:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:41:58 smithi088 ceph-mon[96111]: pgmap v18762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:41:59.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:41:59.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:00 smithi187 ceph-mon[111815]: pgmap v18763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:00.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:00.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:00 smithi088 ceph-mon[96111]: pgmap v18763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:42:01.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:01.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:42:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:02 smithi187 ceph-mon[111815]: pgmap v18764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:02.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:02 smithi088 ceph-mon[96111]: pgmap v18764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:02.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:02.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:03.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:03.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:04.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:04.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:04 smithi187 ceph-mon[111815]: pgmap v18765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:04 smithi088 ceph-mon[96111]: pgmap v18765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:05.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:05.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:06 smithi187 ceph-mon[111815]: pgmap v18766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:06 smithi088 ceph-mon[96111]: pgmap v18766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:06.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:06.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:07.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:07.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:08 smithi187 ceph-mon[111815]: pgmap v18767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:08 smithi088 ceph-mon[96111]: pgmap v18767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:08.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:08.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:09.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:09.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:10 smithi187 ceph-mon[111815]: pgmap v18768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:10 smithi088 ceph-mon[96111]: pgmap v18768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:10.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:10.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:11.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:11.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:12 smithi187 ceph-mon[111815]: pgmap v18769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:12 smithi088 ceph-mon[96111]: pgmap v18769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:12.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:12.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:13.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:13.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:14.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:14.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:14 smithi088 ceph-mon[96111]: pgmap v18770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:14 smithi187 ceph-mon[111815]: pgmap v18770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:15.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:15.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:42:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:42:16.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:16.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:16 smithi088 ceph-mon[96111]: pgmap v18771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:16 smithi187 ceph-mon[111815]: pgmap v18771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:17.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:17.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:18 smithi187 ceph-mon[111815]: pgmap v18772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:18 smithi088 ceph-mon[96111]: pgmap v18772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:18.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:18.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:19.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:19.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:20 smithi187 ceph-mon[111815]: pgmap v18773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:20 smithi088 ceph-mon[96111]: pgmap v18773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:20.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:20.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:21.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:21.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:22 smithi187 ceph-mon[111815]: pgmap v18774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:22 smithi088 ceph-mon[96111]: pgmap v18774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:22.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:22.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:23.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:23.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:24.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:24.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:24 smithi088 ceph-mon[96111]: pgmap v18775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:24 smithi187 ceph-mon[111815]: pgmap v18775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:25.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:25.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:26 smithi187 ceph-mon[111815]: pgmap v18776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:26 smithi088 ceph-mon[96111]: pgmap v18776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:26.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:26.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:27.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:27.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:28 smithi187 ceph-mon[111815]: pgmap v18777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:28 smithi088 ceph-mon[96111]: pgmap v18777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:28.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:28.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:29.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:29.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:30 smithi187 ceph-mon[111815]: pgmap v18778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:30 smithi088 ceph-mon[96111]: pgmap v18778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:30.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:30.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:42:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:42:31.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:31.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:42:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:32 smithi187 ceph-mon[111815]: pgmap v18779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:42:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:32 smithi088 ceph-mon[96111]: pgmap v18779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:32.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:32.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:42:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:42:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:42:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:42:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:42:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:42:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:42:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:42:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:42:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:42:33.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:33.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:34.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:34.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:34 smithi088 ceph-mon[96111]: pgmap v18780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:34 smithi187 ceph-mon[111815]: pgmap v18780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:35.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:35.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:36 smithi187 ceph-mon[111815]: pgmap v18781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:36 smithi088 ceph-mon[96111]: pgmap v18781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:36.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:36.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:37.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:37.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:38 smithi187 ceph-mon[111815]: pgmap v18782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:38 smithi088 ceph-mon[96111]: pgmap v18782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:38.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:38.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:39.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:39.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:40 smithi187 ceph-mon[111815]: pgmap v18783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:40 smithi088 ceph-mon[96111]: pgmap v18783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:40.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:40.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:41.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:41.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:42 smithi187 ceph-mon[111815]: pgmap v18784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:42 smithi088 ceph-mon[96111]: pgmap v18784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:42.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:42.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:43.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:43.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:44.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:44.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:44 smithi088 ceph-mon[96111]: pgmap v18785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:44 smithi187 ceph-mon[111815]: pgmap v18785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:45.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:45.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:42:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:42:46.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:46.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:46 smithi187 ceph-mon[111815]: pgmap v18786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:46 smithi088 ceph-mon[96111]: pgmap v18786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:47.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:47.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:48 smithi088 ceph-mon[96111]: pgmap v18787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:48 smithi187 ceph-mon[111815]: pgmap v18787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:48.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:48.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:49.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:49.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:50 smithi187 ceph-mon[111815]: pgmap v18788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:50 smithi088 ceph-mon[96111]: pgmap v18788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:50.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:50.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:51.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:51.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:52 smithi187 ceph-mon[111815]: pgmap v18789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:52 smithi088 ceph-mon[96111]: pgmap v18789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:52.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:52.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:53.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:53.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:54.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:54.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:54 smithi088 ceph-mon[96111]: pgmap v18790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:55.166 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:54 smithi187 ceph-mon[111815]: pgmap v18790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:55.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:55.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:56 smithi187 ceph-mon[111815]: pgmap v18791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:56 smithi088 ceph-mon[96111]: pgmap v18791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:42:56.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:56.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:57.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:57.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:42:58 smithi187 ceph-mon[111815]: pgmap v18792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:42:58 smithi088 ceph-mon[96111]: pgmap v18792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:42:58.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:58.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:42:59.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:42:59.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:00 smithi187 ceph-mon[111815]: pgmap v18793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:00 smithi088 ceph-mon[96111]: pgmap v18793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:00.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:00.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:43:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:43:01.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:01.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:02 smithi187 ceph-mon[111815]: pgmap v18794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:02 smithi088 ceph-mon[96111]: pgmap v18794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:02.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:02.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:03.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:03.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:04.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:04.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:04 smithi088 ceph-mon[96111]: pgmap v18795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:04 smithi187 ceph-mon[111815]: pgmap v18795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:05.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:05.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:06 smithi187 ceph-mon[111815]: pgmap v18796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:06 smithi088 ceph-mon[96111]: pgmap v18796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:06.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:06.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:07.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:07.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:08 smithi187 ceph-mon[111815]: pgmap v18797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:08 smithi088 ceph-mon[96111]: pgmap v18797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:08.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:08.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:09.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:09.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:10 smithi187 ceph-mon[111815]: pgmap v18798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:10 smithi088 ceph-mon[96111]: pgmap v18798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:10.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:10.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:11.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:11.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:12 smithi187 ceph-mon[111815]: pgmap v18799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:12 smithi088 ceph-mon[96111]: pgmap v18799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:12.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:12.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:13.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:13.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:14.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:14.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:14 smithi088 ceph-mon[96111]: pgmap v18800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:14 smithi187 ceph-mon[111815]: pgmap v18800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:15.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:15.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:43:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:43:16.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:16.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:16 smithi187 ceph-mon[111815]: pgmap v18801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:16 smithi088 ceph-mon[96111]: pgmap v18801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:17.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:17.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:18 smithi187 ceph-mon[111815]: pgmap v18802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:18 smithi088 ceph-mon[96111]: pgmap v18802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:18.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:18.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:19.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:19.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:20 smithi187 ceph-mon[111815]: pgmap v18803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:20 smithi088 ceph-mon[96111]: pgmap v18803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:20.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:20.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:21.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:21.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:22 smithi187 ceph-mon[111815]: pgmap v18804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:22 smithi088 ceph-mon[96111]: pgmap v18804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:22.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:22.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:23.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:23.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:24.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:24.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:24 smithi088 ceph-mon[96111]: pgmap v18805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:24 smithi187 ceph-mon[111815]: pgmap v18805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:25.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:25.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:26 smithi187 ceph-mon[111815]: pgmap v18806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:26 smithi088 ceph-mon[96111]: pgmap v18806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:26.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:26.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:27.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:27.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:28 smithi187 ceph-mon[111815]: pgmap v18807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:28 smithi088 ceph-mon[96111]: pgmap v18807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:28.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:28.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:29.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:29.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:30 smithi187 ceph-mon[111815]: pgmap v18808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:30 smithi088 ceph-mon[96111]: pgmap v18808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:30.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:30.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:43:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:43:31.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:31.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:32 smithi187 ceph-mon[111815]: pgmap v18809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:32 smithi088 ceph-mon[96111]: pgmap v18809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:32.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:32.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:43:33.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:43:33.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:43:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:43:33.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:43:33.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:43:33.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:33.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:43:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:43:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:43:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:43:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:43:34.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:34 smithi088 ceph-mon[96111]: pgmap v18810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:43:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:43:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:43:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:43:34.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:43:34.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:34 smithi187 ceph-mon[111815]: pgmap v18810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:34.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:34.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:35.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:35.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:36 smithi187 ceph-mon[111815]: pgmap v18811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:36 smithi088 ceph-mon[96111]: pgmap v18811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:36.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:36.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:37.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:37.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:38 smithi187 ceph-mon[111815]: pgmap v18812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:38.727 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:38 smithi088 ceph-mon[96111]: pgmap v18812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:38.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:38.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:39.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:39.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:40 smithi187 ceph-mon[111815]: pgmap v18813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:40 smithi088 ceph-mon[96111]: pgmap v18813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:40.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:40.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:41.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:41.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:42 smithi187 ceph-mon[111815]: pgmap v18814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:42 smithi088 ceph-mon[96111]: pgmap v18814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:42.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:42.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:43.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:43.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:44.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:44.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:44 smithi088 ceph-mon[96111]: pgmap v18815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:44 smithi187 ceph-mon[111815]: pgmap v18815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:43:45.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:45.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:43:46.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:46.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:46 smithi187 ceph-mon[111815]: pgmap v18816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:46 smithi088 ceph-mon[96111]: pgmap v18816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:47.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:47.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:48 smithi187 ceph-mon[111815]: pgmap v18817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:48 smithi088 ceph-mon[96111]: pgmap v18817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:48.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:48.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:50.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:50.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:50 smithi187 ceph-mon[111815]: pgmap v18818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:50 smithi088 ceph-mon[96111]: pgmap v18818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:51.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:51.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:52.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:52.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:52 smithi187 ceph-mon[111815]: pgmap v18819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:52 smithi088 ceph-mon[96111]: pgmap v18819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:53.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:53.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:54.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:54.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:55.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:55.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:54 smithi088 ceph-mon[96111]: pgmap v18820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:54 smithi187 ceph-mon[111815]: pgmap v18820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:56.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:56.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:56 smithi187 ceph-mon[111815]: pgmap v18821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:56 smithi088 ceph-mon[96111]: pgmap v18821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:43:57.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:57.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:58.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:58.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:43:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:43:58 smithi187 ceph-mon[111815]: pgmap v18822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:43:58 smithi088 ceph-mon[96111]: pgmap v18822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:43:59.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:43:59.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:00.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:00.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:00 smithi187 ceph-mon[111815]: pgmap v18823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:00 smithi088 ceph-mon[96111]: pgmap v18823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:01.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:01.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:44:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:44:02.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:02.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:02 smithi187 ceph-mon[111815]: pgmap v18824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:02 smithi088 ceph-mon[96111]: pgmap v18824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:03.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:03.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:04.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:04.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:05.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:05.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:04 smithi088 ceph-mon[96111]: pgmap v18825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:04 smithi187 ceph-mon[111815]: pgmap v18825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:06.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:06.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:06 smithi187 ceph-mon[111815]: pgmap v18826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:06 smithi088 ceph-mon[96111]: pgmap v18826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:07.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:07.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:08.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:08.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:08 smithi187 ceph-mon[111815]: pgmap v18827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:08 smithi088 ceph-mon[96111]: pgmap v18827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:09.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:09.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:10.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:10.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:10 smithi187 ceph-mon[111815]: pgmap v18828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:10 smithi088 ceph-mon[96111]: pgmap v18828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:11.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:11.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:12.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:12.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:12 smithi187 ceph-mon[111815]: pgmap v18829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:12 smithi088 ceph-mon[96111]: pgmap v18829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:13.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:13.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:14.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:14.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:15.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:15.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:14 smithi088 ceph-mon[96111]: pgmap v18830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:14 smithi187 ceph-mon[111815]: pgmap v18830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:16.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:16.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:44:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:44:17.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:17.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:16 smithi187 ceph-mon[111815]: pgmap v18831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:16 smithi088 ceph-mon[96111]: pgmap v18831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:18.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:18.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:18 smithi187 ceph-mon[111815]: pgmap v18832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:18 smithi088 ceph-mon[96111]: pgmap v18832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:19.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:19.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:20.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:20.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:20 smithi187 ceph-mon[111815]: pgmap v18833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:20 smithi088 ceph-mon[96111]: pgmap v18833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:21.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:21.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:22.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:22.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:22 smithi187 ceph-mon[111815]: pgmap v18834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:22 smithi088 ceph-mon[96111]: pgmap v18834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:23.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:23.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:24.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:24.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:25.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:25.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:24 smithi088 ceph-mon[96111]: pgmap v18835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:24 smithi187 ceph-mon[111815]: pgmap v18835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:26.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:26.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:26 smithi187 ceph-mon[111815]: pgmap v18836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:26 smithi088 ceph-mon[96111]: pgmap v18836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:27.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:27.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:28.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:28.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:28 smithi187 ceph-mon[111815]: pgmap v18837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:28 smithi088 ceph-mon[96111]: pgmap v18837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:29.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:29.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:30.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:30.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:30 smithi187 ceph-mon[111815]: pgmap v18838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:30 smithi088 ceph-mon[96111]: pgmap v18838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:31.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:31.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:44:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:44:32.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:32.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:32 smithi187 ceph-mon[111815]: pgmap v18839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:32 smithi088 ceph-mon[96111]: pgmap v18839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:33.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:33.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:44:34.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:34.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:44:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:44:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:44:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:44:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:44:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:44:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:34 smithi088 ceph-mon[96111]: pgmap v18840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:35.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:35.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:44:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:44:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:44:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:44:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:44:35.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:34 smithi187 ceph-mon[111815]: pgmap v18840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:36.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:36.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:36 smithi187 ceph-mon[111815]: pgmap v18841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:36 smithi088 ceph-mon[96111]: pgmap v18841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:37.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:37.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:38.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:38.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:38 smithi187 ceph-mon[111815]: pgmap v18842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:38 smithi088 ceph-mon[96111]: pgmap v18842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:39.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:39.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:40.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:40.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:40 smithi187 ceph-mon[111815]: pgmap v18843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:40 smithi088 ceph-mon[96111]: pgmap v18843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:41.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:41.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:42.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:42.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:42 smithi187 ceph-mon[111815]: pgmap v18844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:42 smithi088 ceph-mon[96111]: pgmap v18844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:43.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:43.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:44.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:44.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:44 smithi088 ceph-mon[96111]: pgmap v18845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:45.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:45.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:44 smithi187 ceph-mon[111815]: pgmap v18845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:46.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:46.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:44:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:44:47.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:47.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:46 smithi187 ceph-mon[111815]: pgmap v18846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:46 smithi088 ceph-mon[96111]: pgmap v18846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:48.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:48.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:48 smithi187 ceph-mon[111815]: pgmap v18847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:48 smithi088 ceph-mon[96111]: pgmap v18847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:49.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:49.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:50.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:50.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:50 smithi187 ceph-mon[111815]: pgmap v18848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:50 smithi088 ceph-mon[96111]: pgmap v18848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:51.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:51.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:52.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:52.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:52 smithi187 ceph-mon[111815]: pgmap v18849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:52 smithi088 ceph-mon[96111]: pgmap v18849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:53.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:53.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:54.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:54.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:55.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:55.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:54 smithi187 ceph-mon[111815]: pgmap v18850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:54 smithi088 ceph-mon[96111]: pgmap v18850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:44:56.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:56.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:56 smithi187 ceph-mon[111815]: pgmap v18851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:56 smithi088 ceph-mon[96111]: pgmap v18851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:57.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:57.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:58.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:58.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:44:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:44:58 smithi187 ceph-mon[111815]: pgmap v18852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:44:58 smithi088 ceph-mon[96111]: pgmap v18852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:44:59.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:44:59.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:00.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:00.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:00 smithi187 ceph-mon[111815]: pgmap v18853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:00 smithi088 ceph-mon[96111]: pgmap v18853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:01.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:01.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:45:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:45:02.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:02.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:02 smithi187 ceph-mon[111815]: pgmap v18854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:02 smithi088 ceph-mon[96111]: pgmap v18854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:03.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:03.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:04.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:04.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:05.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:05.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:04 smithi187 ceph-mon[111815]: pgmap v18855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:04 smithi088 ceph-mon[96111]: pgmap v18855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:06.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:06.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:06 smithi187 ceph-mon[111815]: pgmap v18856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:06 smithi088 ceph-mon[96111]: pgmap v18856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:07.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:07.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:08.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:08.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:08 smithi187 ceph-mon[111815]: pgmap v18857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:08 smithi088 ceph-mon[96111]: pgmap v18857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:09.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:09.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:10.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:10.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:10 smithi187 ceph-mon[111815]: pgmap v18858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:10 smithi088 ceph-mon[96111]: pgmap v18858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:11.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:11.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:12.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:12.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:12 smithi187 ceph-mon[111815]: pgmap v18859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:12 smithi088 ceph-mon[96111]: pgmap v18859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:13.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:13.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:14.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:14.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:14 smithi088 ceph-mon[96111]: pgmap v18860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:15.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:15.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:14 smithi187 ceph-mon[111815]: pgmap v18860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:16.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:16.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:45:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:45:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:16 smithi187 ceph-mon[111815]: pgmap v18861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:17.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:17.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:16 smithi088 ceph-mon[96111]: pgmap v18861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:18.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:18.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:18 smithi187 ceph-mon[111815]: pgmap v18862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:18 smithi088 ceph-mon[96111]: pgmap v18862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:19.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:19.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:20.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:20.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:20 smithi187 ceph-mon[111815]: pgmap v18863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:20 smithi088 ceph-mon[96111]: pgmap v18863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:21.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:21.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:22.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:22.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:22 smithi187 ceph-mon[111815]: pgmap v18864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:22 smithi088 ceph-mon[96111]: pgmap v18864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:23.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:23.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:24.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:24.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:24 smithi088 ceph-mon[96111]: pgmap v18865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:25.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:25.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:24 smithi187 ceph-mon[111815]: pgmap v18865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:26.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:26.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:26 smithi187 ceph-mon[111815]: pgmap v18866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:26 smithi088 ceph-mon[96111]: pgmap v18866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:27.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:27.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:28.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:28.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:28 smithi187 ceph-mon[111815]: pgmap v18867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:28 smithi088 ceph-mon[96111]: pgmap v18867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:29.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:29.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:30.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:30.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:30 smithi187 ceph-mon[111815]: pgmap v18868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:30 smithi088 ceph-mon[96111]: pgmap v18868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:31.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:31.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:45:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:45:32.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:32.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:32 smithi187 ceph-mon[111815]: pgmap v18869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:32 smithi088 ceph-mon[96111]: pgmap v18869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:33.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:33.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:34.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:34.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:45:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: pgmap v18870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:45:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:45:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:45:35.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:45:35.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:45:35.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:45:35.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:45:35.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:45:35.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:45:35.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:45:35.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:35.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:45:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: pgmap v18870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:45:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:45:35.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:45:35.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:45:35.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:45:35.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:45:35.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:45:35.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:45:35.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:45:35.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:45:36.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:36.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:35 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1392M 2023-10-13T09:45:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:35 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1392M 2023-10-13T09:45:37.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:37.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:36 smithi187 ceph-mon[111815]: pgmap v18871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:36 smithi088 ceph-mon[96111]: pgmap v18871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:38.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:38.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:38 smithi187 ceph-mon[111815]: pgmap v18872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:38 smithi088 ceph-mon[96111]: pgmap v18872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:39.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:39.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:40.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:40.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:40 smithi187 ceph-mon[111815]: pgmap v18873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:40 smithi088 ceph-mon[96111]: pgmap v18873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:41.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:41.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:42.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:42.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:42 smithi187 ceph-mon[111815]: pgmap v18874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:42 smithi088 ceph-mon[96111]: pgmap v18874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:43.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:43.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:44.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:44.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:44.946 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:44 smithi088 ceph-mon[96111]: pgmap v18875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:45.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:45.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:44 smithi187 ceph-mon[111815]: pgmap v18875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:46.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:46.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:45:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:45:47.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:47.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:46 smithi187 ceph-mon[111815]: pgmap v18876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:46 smithi088 ceph-mon[96111]: pgmap v18876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:48.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:48.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:48 smithi187 ceph-mon[111815]: pgmap v18877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:48 smithi088 ceph-mon[96111]: pgmap v18877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:49.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:49.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:50.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:50.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:50 smithi187 ceph-mon[111815]: pgmap v18878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:50 smithi088 ceph-mon[96111]: pgmap v18878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:51.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:51.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:52.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:52.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:52 smithi187 ceph-mon[111815]: pgmap v18879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:52 smithi088 ceph-mon[96111]: pgmap v18879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:53.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:53.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:54.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:54.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:55.043 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:54 smithi088 ceph-mon[96111]: pgmap v18880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:55.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:55.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:54 smithi187 ceph-mon[111815]: pgmap v18880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:45:56.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:56.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:56 smithi187 ceph-mon[111815]: pgmap v18881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:56 smithi088 ceph-mon[96111]: pgmap v18881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:57.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:57.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:58.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:58.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:45:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:45:58 smithi187 ceph-mon[111815]: pgmap v18882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:45:58 smithi088 ceph-mon[96111]: pgmap v18882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:45:59.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:45:59.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:00.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:00.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:00 smithi187 ceph-mon[111815]: pgmap v18883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:00 smithi088 ceph-mon[96111]: pgmap v18883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:01.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:01.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:46:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:46:02.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:02.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:02 smithi088 ceph-mon[96111]: pgmap v18884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:02 smithi187 ceph-mon[111815]: pgmap v18884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:03.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:03.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:04.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:04.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:04 smithi088 ceph-mon[96111]: pgmap v18885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:04 smithi187 ceph-mon[111815]: pgmap v18885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:05.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:05.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:06.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:06.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:06 smithi187 ceph-mon[111815]: pgmap v18886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:06 smithi088 ceph-mon[96111]: pgmap v18886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:07.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:07.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:08.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:08.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:08 smithi187 ceph-mon[111815]: pgmap v18887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:08 smithi088 ceph-mon[96111]: pgmap v18887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:09.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:09.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:10.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:10.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:10 smithi187 ceph-mon[111815]: pgmap v18888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:10 smithi088 ceph-mon[96111]: pgmap v18888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:11.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:11.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:12.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:12.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:12 smithi187 ceph-mon[111815]: pgmap v18889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:12 smithi088 ceph-mon[96111]: pgmap v18889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:13.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:13.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:14.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:14.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:15.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:15.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:15 smithi187 ceph-mon[111815]: pgmap v18890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:46:16.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:16.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:15 smithi088 ceph-mon[96111]: pgmap v18890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:46:17.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:17.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:17 smithi187 ceph-mon[111815]: pgmap v18891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:18.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:18.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:17 smithi088 ceph-mon[96111]: pgmap v18891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:19.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:19.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:19 smithi187 ceph-mon[111815]: pgmap v18892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:20.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:20.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:20.290 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:19 smithi088 ceph-mon[96111]: pgmap v18892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:21.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:21.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:22.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:21 smithi187 ceph-mon[111815]: pgmap v18893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:22.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:22.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:21 smithi088 ceph-mon[96111]: pgmap v18893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:23.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:23.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:23 smithi187 ceph-mon[111815]: pgmap v18894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:24.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:24.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:23 smithi088 ceph-mon[96111]: pgmap v18894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:25.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:25.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:25 smithi187 ceph-mon[111815]: pgmap v18895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:26.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:26.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:25 smithi088 ceph-mon[96111]: pgmap v18895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:27.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:27.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:28.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:27 smithi187 ceph-mon[111815]: pgmap v18896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:28.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:28.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:27 smithi088 ceph-mon[96111]: pgmap v18896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:29.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:29.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:29 smithi187 ceph-mon[111815]: pgmap v18897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:30.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:30.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:29 smithi088 ceph-mon[96111]: pgmap v18897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:46:31.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:31.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:46:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:31 smithi187 ceph-mon[111815]: pgmap v18898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:32.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:32.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:31 smithi088 ceph-mon[96111]: pgmap v18898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:33.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:33.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:34.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:33 smithi187 ceph-mon[111815]: pgmap v18899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:34.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:34.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:33 smithi088 ceph-mon[96111]: pgmap v18899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:46:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:46:35.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:35.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:36.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:35 smithi187 ceph-mon[111815]: pgmap v18900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:46:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:46:36.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:46:36.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:46:36.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:35 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:46:36.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:36.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:35 smithi088 ceph-mon[96111]: pgmap v18900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:46:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:46:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:46:36.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:46:36.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:35 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:46:37.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:37.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:37 smithi187 ceph-mon[111815]: pgmap v18901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:38.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:38.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:37 smithi088 ceph-mon[96111]: pgmap v18901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:39.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:39.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:40.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:39 smithi187 ceph-mon[111815]: pgmap v18902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:40.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:40.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:39 smithi088 ceph-mon[96111]: pgmap v18902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:41.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:41.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:41 smithi187 ceph-mon[111815]: pgmap v18903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:42.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:42.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:41 smithi088 ceph-mon[96111]: pgmap v18903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:43.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:43.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:43 smithi187 ceph-mon[111815]: pgmap v18904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:44.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:44.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:43 smithi088 ceph-mon[96111]: pgmap v18904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:45.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:45.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:45 smithi187 ceph-mon[111815]: pgmap v18905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:46.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:46:46.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:46.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:45 smithi088 ceph-mon[96111]: pgmap v18905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:46:47.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:47.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:47 smithi187 ceph-mon[111815]: pgmap v18906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:48.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:48.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:47 smithi088 ceph-mon[96111]: pgmap v18906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:49.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:49.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:49 smithi187 ceph-mon[111815]: pgmap v18907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:50.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:50.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:49 smithi088 ceph-mon[96111]: pgmap v18907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:51.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:51.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:51 smithi187 ceph-mon[111815]: pgmap v18908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:52.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:52.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:51 smithi088 ceph-mon[96111]: pgmap v18908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:53.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:53.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:53 smithi187 ceph-mon[111815]: pgmap v18909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:54.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:54.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:53 smithi088 ceph-mon[96111]: pgmap v18909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:55.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:55.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:55 smithi187 ceph-mon[111815]: pgmap v18910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:56.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:56.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:55 smithi088 ceph-mon[96111]: pgmap v18910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:46:57.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:57.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:57.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:57 smithi187 ceph-mon[111815]: pgmap v18911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:58.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:58.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:46:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:57 smithi088 ceph-mon[96111]: pgmap v18911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:46:59.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:46:59.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:46:59 smithi187 ceph-mon[111815]: pgmap v18912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:00.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:00.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:46:59 smithi088 ceph-mon[96111]: pgmap v18912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:47:01.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:01.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:47:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:01 smithi187 ceph-mon[111815]: pgmap v18913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:02.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:02.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:01 smithi088 ceph-mon[96111]: pgmap v18913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:03.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:03.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:03 smithi187 ceph-mon[111815]: pgmap v18914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:04.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:04.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:03 smithi088 ceph-mon[96111]: pgmap v18914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:05.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:05.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:05 smithi088 ceph-mon[96111]: pgmap v18915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:06.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:06.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:05 smithi187 ceph-mon[111815]: pgmap v18915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:07.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:07.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:07 smithi187 ceph-mon[111815]: pgmap v18916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:08.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:08.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:07 smithi088 ceph-mon[96111]: pgmap v18916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:09.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:09.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:09 smithi088 ceph-mon[96111]: pgmap v18917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:10.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:10.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:09 smithi187 ceph-mon[111815]: pgmap v18917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:11.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:11.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:11 smithi088 ceph-mon[96111]: pgmap v18918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:12.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:12.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:11 smithi187 ceph-mon[111815]: pgmap v18918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:13.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:13.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:13 smithi088 ceph-mon[96111]: pgmap v18919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:14.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:14.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:13 smithi187 ceph-mon[111815]: pgmap v18919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:15.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:15.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:15 smithi088 ceph-mon[96111]: pgmap v18920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:47:16.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:16.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:15 smithi187 ceph-mon[111815]: pgmap v18920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:47:17.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:17.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:17 smithi187 ceph-mon[111815]: pgmap v18921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:17 smithi088 ceph-mon[96111]: pgmap v18921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:18.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:18.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:19.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:19.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:20.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:19 smithi088 ceph-mon[96111]: pgmap v18922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:20.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:20.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:19 smithi187 ceph-mon[111815]: pgmap v18922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:21.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:21.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:21 smithi088 ceph-mon[96111]: pgmap v18923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:22.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:22.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:21 smithi187 ceph-mon[111815]: pgmap v18923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:23.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:23.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:23 smithi088 ceph-mon[96111]: pgmap v18924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:24.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:24.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:23 smithi187 ceph-mon[111815]: pgmap v18924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:25.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:25.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:25 smithi088 ceph-mon[96111]: pgmap v18925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:26.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:26.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:25 smithi187 ceph-mon[111815]: pgmap v18925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:27.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:27.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:27 smithi088 ceph-mon[96111]: pgmap v18926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:28.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:28.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:27 smithi187 ceph-mon[111815]: pgmap v18926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:29.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:29.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:29 smithi088 ceph-mon[96111]: pgmap v18927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:30.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:30.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:29 smithi187 ceph-mon[111815]: pgmap v18927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:47:31.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:31.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:47:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:32 smithi088 ceph-mon[96111]: pgmap v18928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:32.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:32.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:32 smithi187 ceph-mon[111815]: pgmap v18928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:33.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:33.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:34 smithi088 ceph-mon[96111]: pgmap v18929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:34.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:34.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:34 smithi187 ceph-mon[111815]: pgmap v18929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:35.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:35.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:36 smithi088 ceph-mon[96111]: pgmap v18930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:47:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:47:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:47:36.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:47:36.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:47:36.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:47:36.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:36.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:36 smithi187 ceph-mon[111815]: pgmap v18930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:47:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:47:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:47:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:47:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:47:36.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:47:37.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:37.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:38 smithi088 ceph-mon[96111]: pgmap v18931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:38.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:38.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:38 smithi187 ceph-mon[111815]: pgmap v18931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:39.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:39.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:40 smithi088 ceph-mon[96111]: pgmap v18932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:40.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:40.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:40 smithi187 ceph-mon[111815]: pgmap v18932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:41.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:41.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:42 smithi088 ceph-mon[96111]: pgmap v18933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:42.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:42.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:42 smithi187 ceph-mon[111815]: pgmap v18933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:43.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:43.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:44 smithi088 ceph-mon[96111]: pgmap v18934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:44.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:44.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:44 smithi187 ceph-mon[111815]: pgmap v18934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:45.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:45.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:46 smithi088 ceph-mon[96111]: pgmap v18935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:47:46.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:46.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:46 smithi187 ceph-mon[111815]: pgmap v18935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:47:47.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:47.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:48 smithi088 ceph-mon[96111]: pgmap v18936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:48.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:48.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:48 smithi187 ceph-mon[111815]: pgmap v18936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:49.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:49.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:50 smithi088 ceph-mon[96111]: pgmap v18937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:50.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:50.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:50 smithi187 ceph-mon[111815]: pgmap v18937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:51.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:51.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:52 smithi088 ceph-mon[96111]: pgmap v18938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:52.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:52.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:52 smithi187 ceph-mon[111815]: pgmap v18938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:53.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:53.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:54 smithi088 ceph-mon[96111]: pgmap v18939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:54.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:54.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:54 smithi187 ceph-mon[111815]: pgmap v18939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:55.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:55.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:56 smithi088 ceph-mon[96111]: pgmap v18940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:56.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:56.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:56 smithi187 ceph-mon[111815]: pgmap v18940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:47:57.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:57.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:47:58 smithi088 ceph-mon[96111]: pgmap v18941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:58.339 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:47:58 smithi187 ceph-mon[111815]: pgmap v18941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:47:58.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:58.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:47:59.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:47:59.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:00 smithi088 ceph-mon[96111]: pgmap v18942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:00.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:00.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:00 smithi187 ceph-mon[111815]: pgmap v18942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:48:01.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:01.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:48:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:02 smithi088 ceph-mon[96111]: pgmap v18943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:02.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:02.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:02 smithi187 ceph-mon[111815]: pgmap v18943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:03.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:03.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:04 smithi088 ceph-mon[96111]: pgmap v18944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:04.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:04.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:04 smithi187 ceph-mon[111815]: pgmap v18944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:05.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:05.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:06 smithi088 ceph-mon[96111]: pgmap v18945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:06.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:06.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:06 smithi187 ceph-mon[111815]: pgmap v18945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:07.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:07.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:08 smithi088 ceph-mon[96111]: pgmap v18946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:08.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:08.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:08.444 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:08 smithi187 ceph-mon[111815]: pgmap v18946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:09.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:09.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:10 smithi088 ceph-mon[96111]: pgmap v18947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:10.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:10.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:10 smithi187 ceph-mon[111815]: pgmap v18947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:11.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:11.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:12 smithi088 ceph-mon[96111]: pgmap v18948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:12.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:12.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:12 smithi187 ceph-mon[111815]: pgmap v18948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:13.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:13.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:14.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:14.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:14 smithi187 ceph-mon[111815]: pgmap v18949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:14 smithi088 ceph-mon[96111]: pgmap v18949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:15.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:15.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:16.409 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:16 smithi088 ceph-mon[96111]: pgmap v18950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:16.409 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:48:16.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:16.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:16 smithi187 ceph-mon[111815]: pgmap v18950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:48:17.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:17.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:18.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:18.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:18 smithi187 ceph-mon[111815]: pgmap v18951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:18 smithi088 ceph-mon[96111]: pgmap v18951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:19.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:19.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:20.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:20.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:20 smithi187 ceph-mon[111815]: pgmap v18952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:20 smithi088 ceph-mon[96111]: pgmap v18952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:21.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:21.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:22.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:22.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:22 smithi187 ceph-mon[111815]: pgmap v18953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:22 smithi088 ceph-mon[96111]: pgmap v18953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:23.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:23.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:24.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:24.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:24 smithi187 ceph-mon[111815]: pgmap v18954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:24 smithi088 ceph-mon[96111]: pgmap v18954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:25.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:25.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:26.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:26.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:26 smithi187 ceph-mon[111815]: pgmap v18955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:26.508 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:26 smithi088 ceph-mon[96111]: pgmap v18955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:27.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:27.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:28.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:28.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:28 smithi187 ceph-mon[111815]: pgmap v18956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:28 smithi088 ceph-mon[96111]: pgmap v18956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:29.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:29.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:30.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:30.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:30 smithi187 ceph-mon[111815]: pgmap v18957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:30 smithi088 ceph-mon[96111]: pgmap v18957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:31.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:31.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:48:31.557 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:48:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:32 smithi187 ceph-mon[111815]: pgmap v18958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:32.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:32.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:32 smithi088 ceph-mon[96111]: pgmap v18958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:33.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:33.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:34 smithi187 ceph-mon[111815]: pgmap v18959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:34.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:34.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:34 smithi088 ceph-mon[96111]: pgmap v18959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:35.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:35.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:36 smithi187 ceph-mon[111815]: pgmap v18960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:36 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:48:36.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:36.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:36 smithi088 ceph-mon[96111]: pgmap v18960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:36 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:48:37.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:37.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:38 smithi187 ceph-mon[111815]: pgmap v18961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:38.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:38.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:38 smithi088 ceph-mon[96111]: pgmap v18961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:39.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:39.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:39 smithi187 ceph-mon[111815]: pgmap v18962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:48:39.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:48:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:48:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:48:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:48:39.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:48:39.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:48:40.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:39 smithi088 ceph-mon[96111]: pgmap v18962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:48:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:48:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:48:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:48:40.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:48:40.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:48:40.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:48:40.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:40.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:41.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:41.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:41.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:41 smithi187 ceph-mon[111815]: pgmap v18963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:42.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:41 smithi088 ceph-mon[96111]: pgmap v18963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:42.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:42.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:43.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:43.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:43 smithi187 ceph-mon[111815]: pgmap v18964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:43 smithi088 ceph-mon[96111]: pgmap v18964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:44.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:44.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:45.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:45.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:45 smithi187 ceph-mon[111815]: pgmap v18965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:48:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:45 smithi088 ceph-mon[96111]: pgmap v18965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:48:46.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:46.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:47.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:47.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:48.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:47 smithi187 ceph-mon[111815]: pgmap v18966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:47 smithi088 ceph-mon[96111]: pgmap v18966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:48.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:48.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:49.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:49.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:50.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:49 smithi187 ceph-mon[111815]: pgmap v18967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:49 smithi088 ceph-mon[96111]: pgmap v18967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:50.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:50.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:51.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:51.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:51 smithi088 ceph-mon[96111]: pgmap v18968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:51 smithi187 ceph-mon[111815]: pgmap v18968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:52.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:52.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:53.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:53.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:54.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:53 smithi187 ceph-mon[111815]: pgmap v18969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:53 smithi088 ceph-mon[96111]: pgmap v18969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:54.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:54.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:55.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:55.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:55 smithi187 ceph-mon[111815]: pgmap v18970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:55 smithi088 ceph-mon[96111]: pgmap v18970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:48:56.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:56.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:57.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:57.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:58.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:57 smithi187 ceph-mon[111815]: pgmap v18971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:57 smithi088 ceph-mon[96111]: pgmap v18971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:48:58.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:58.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:48:59.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:48:59.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:00.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:48:59 smithi187 ceph-mon[111815]: pgmap v18972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:48:59 smithi088 ceph-mon[96111]: pgmap v18972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:00.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:00.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:49:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:49:01.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:01.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:01 smithi187 ceph-mon[111815]: pgmap v18973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:01 smithi088 ceph-mon[96111]: pgmap v18973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:02.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:02.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:03.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:03.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:03 smithi187 ceph-mon[111815]: pgmap v18974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:03 smithi088 ceph-mon[96111]: pgmap v18974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:04.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:04.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:05.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:05.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:05 smithi187 ceph-mon[111815]: pgmap v18975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:05 smithi088 ceph-mon[96111]: pgmap v18975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:06.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:06.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:07.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:07.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:07 smithi187 ceph-mon[111815]: pgmap v18976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:07 smithi088 ceph-mon[96111]: pgmap v18976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:08.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:08.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:09.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:09.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:09 smithi187 ceph-mon[111815]: pgmap v18977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:09 smithi088 ceph-mon[96111]: pgmap v18977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:10.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:10.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:11.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:11.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:11 smithi187 ceph-mon[111815]: pgmap v18978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:11 smithi088 ceph-mon[96111]: pgmap v18978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:12.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:12.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:13.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:13.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:13 smithi187 ceph-mon[111815]: pgmap v18979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:13 smithi088 ceph-mon[96111]: pgmap v18979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:14.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:14.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:15.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:15.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:15 smithi187 ceph-mon[111815]: pgmap v18980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:49:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:15 smithi088 ceph-mon[96111]: pgmap v18980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:49:16.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:16.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:17.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:17.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:17 smithi187 ceph-mon[111815]: pgmap v18981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:17 smithi088 ceph-mon[96111]: pgmap v18981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:18.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:18.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:19.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:19.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:20.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:19 smithi187 ceph-mon[111815]: pgmap v18982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:19 smithi088 ceph-mon[96111]: pgmap v18982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:20.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:20.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:21.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:21.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:21 smithi088 ceph-mon[96111]: pgmap v18983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:21 smithi187 ceph-mon[111815]: pgmap v18983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:22.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:22.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:23.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:23.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:24.236 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:23 smithi187 ceph-mon[111815]: pgmap v18984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:23 smithi088 ceph-mon[96111]: pgmap v18984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:24.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:24.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:25.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:25.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:25 smithi088 ceph-mon[96111]: pgmap v18985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:25 smithi187 ceph-mon[111815]: pgmap v18985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:26.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:26.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:27.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:27.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:27 smithi088 ceph-mon[96111]: pgmap v18986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:27 smithi187 ceph-mon[111815]: pgmap v18986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:28.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:28.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:29.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:29.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:29 smithi088 ceph-mon[96111]: pgmap v18987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:29 smithi187 ceph-mon[111815]: pgmap v18987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:30.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:30.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:49:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:49:31.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:31.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:31 smithi088 ceph-mon[96111]: pgmap v18988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:31 smithi187 ceph-mon[111815]: pgmap v18988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:32.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:32.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:33.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:33.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:33 smithi088 ceph-mon[96111]: pgmap v18989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:34.342 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:33 smithi187 ceph-mon[111815]: pgmap v18989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:34.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:34.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:35.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:35.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:35 smithi088 ceph-mon[96111]: pgmap v18990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:35 smithi187 ceph-mon[111815]: pgmap v18990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:36.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:36.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:37.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:37.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:37 smithi088 ceph-mon[96111]: pgmap v18991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:37 smithi187 ceph-mon[111815]: pgmap v18991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:38.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:38.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:39.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:39.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:39 smithi088 ceph-mon[96111]: pgmap v18992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:39 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:49:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:39 smithi187 ceph-mon[111815]: pgmap v18992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:39 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:49:40.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:40.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:41.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:41.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:41 smithi088 ceph-mon[96111]: pgmap v18993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:41 smithi187 ceph-mon[111815]: pgmap v18993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:42.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:42.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:43.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:43.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:44 smithi088 ceph-mon[96111]: pgmap v18994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:49:44.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:49:44.452 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:44 smithi187 ceph-mon[111815]: pgmap v18994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:44.452 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:49:44.452 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:49:44.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:44.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:49:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:49:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:49:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:49:45.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:49:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:49:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:49:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:49:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:49:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:49:45.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:45.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:46 smithi187 ceph-mon[111815]: pgmap v18995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:49:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:46 smithi088 ceph-mon[96111]: pgmap v18995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:49:46.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:46.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:47.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:47.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:48 smithi187 ceph-mon[111815]: pgmap v18996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:48 smithi088 ceph-mon[96111]: pgmap v18996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:48.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:48.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:49.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:49.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:50 smithi187 ceph-mon[111815]: pgmap v18997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:50 smithi088 ceph-mon[96111]: pgmap v18997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:50.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:50.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:51.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:51.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:52.342 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:52 smithi088 ceph-mon[96111]: pgmap v18998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:52 smithi187 ceph-mon[111815]: pgmap v18998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:52.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:52.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:53.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:53.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:54 smithi187 ceph-mon[111815]: pgmap v18999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:54 smithi088 ceph-mon[96111]: pgmap v18999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:54.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:54.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:55.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:55.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:56 smithi187 ceph-mon[111815]: pgmap v19000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:56 smithi088 ceph-mon[96111]: pgmap v19000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:49:56.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:56.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:57.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:57.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:49:58 smithi187 ceph-mon[111815]: pgmap v19001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:49:58 smithi088 ceph-mon[96111]: pgmap v19001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:49:58.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:58.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:49:59.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:49:59.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:00 smithi187 ceph-mon[111815]: pgmap v19002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T09:50:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:00 smithi088 ceph-mon[96111]: pgmap v19002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T09:50:00.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:00.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:50:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:50:01.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:01.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:02.441 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:02 smithi088 ceph-mon[96111]: pgmap v19003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:02 smithi187 ceph-mon[111815]: pgmap v19003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:02.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:02.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:03.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:03.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:04 smithi187 ceph-mon[111815]: pgmap v19004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:04 smithi088 ceph-mon[96111]: pgmap v19004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:04.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:04.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:05.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:05.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:06 smithi187 ceph-mon[111815]: pgmap v19005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:06 smithi088 ceph-mon[96111]: pgmap v19005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:06.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:06.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:07.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:07.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:08 smithi187 ceph-mon[111815]: pgmap v19006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:08 smithi088 ceph-mon[96111]: pgmap v19006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:08.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:08.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:09.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:09.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:10 smithi187 ceph-mon[111815]: pgmap v19007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:10 smithi088 ceph-mon[96111]: pgmap v19007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:10.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:10.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:11.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:11.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:12 smithi187 ceph-mon[111815]: pgmap v19008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:12.539 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:12 smithi088 ceph-mon[96111]: pgmap v19008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:12.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:12.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:13.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:13.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:14 smithi187 ceph-mon[111815]: pgmap v19009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:14 smithi088 ceph-mon[96111]: pgmap v19009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:14.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:14.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:15.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:15.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:16 smithi187 ceph-mon[111815]: pgmap v19010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:50:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:16 smithi088 ceph-mon[96111]: pgmap v19010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:50:16.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:16.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:17.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:17.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:18 smithi187 ceph-mon[111815]: pgmap v19011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:18 smithi088 ceph-mon[96111]: pgmap v19011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:18.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:18.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:19.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:19.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:20 smithi187 ceph-mon[111815]: pgmap v19012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:20.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:20 smithi088 ceph-mon[96111]: pgmap v19012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:20.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:20.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:21.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:21.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:22 smithi187 ceph-mon[111815]: pgmap v19013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:22 smithi088 ceph-mon[96111]: pgmap v19013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:22.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:22.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:23.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:23.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:24 smithi187 ceph-mon[111815]: pgmap v19014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:24 smithi088 ceph-mon[96111]: pgmap v19014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:24.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:24.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:25.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:25.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:26 smithi187 ceph-mon[111815]: pgmap v19015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:26 smithi088 ceph-mon[96111]: pgmap v19015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:26.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:26.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:27.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:27.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:28 smithi187 ceph-mon[111815]: pgmap v19016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:28 smithi088 ceph-mon[96111]: pgmap v19016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:28.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:28.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:29.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:29.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:30 smithi187 ceph-mon[111815]: pgmap v19017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:30 smithi088 ceph-mon[96111]: pgmap v19017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:30.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:30.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:50:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:50:31.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:31.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:32 smithi187 ceph-mon[111815]: pgmap v19018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:32 smithi088 ceph-mon[96111]: pgmap v19018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:32.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:32.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:33.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:33.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:34 smithi187 ceph-mon[111815]: pgmap v19019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:34 smithi088 ceph-mon[96111]: pgmap v19019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:34.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:34.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:35.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:35.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:36 smithi187 ceph-mon[111815]: pgmap v19020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:36 smithi088 ceph-mon[96111]: pgmap v19020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:36.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:36.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:37.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:37.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:38 smithi187 ceph-mon[111815]: pgmap v19021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:38 smithi088 ceph-mon[96111]: pgmap v19021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:38.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:38.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:39.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:39.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:40 smithi187 ceph-mon[111815]: pgmap v19022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:40 smithi088 ceph-mon[96111]: pgmap v19022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:40.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:40.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:41.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:41.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:42 smithi187 ceph-mon[111815]: pgmap v19023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:42 smithi088 ceph-mon[96111]: pgmap v19023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:42.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:42.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:43.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:43.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:44 smithi187 ceph-mon[111815]: pgmap v19024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:50:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:44 smithi088 ceph-mon[96111]: pgmap v19024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:50:44.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:44.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:50:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:50:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:50:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:50:45.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:50:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:50:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:50:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:50:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:50:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:50:45.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:45.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:46 smithi187 ceph-mon[111815]: pgmap v19025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:50:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:46 smithi088 ceph-mon[96111]: pgmap v19025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:50:46.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:46.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:47.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:47.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:48 smithi187 ceph-mon[111815]: pgmap v19026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:48 smithi088 ceph-mon[96111]: pgmap v19026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:48.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:48.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:49.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:49.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:50 smithi187 ceph-mon[111815]: pgmap v19027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:50 smithi088 ceph-mon[96111]: pgmap v19027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:50.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:50.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:51.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:51.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:52 smithi187 ceph-mon[111815]: pgmap v19028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:52 smithi088 ceph-mon[96111]: pgmap v19028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:52.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:52.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:53.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:53.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:54 smithi088 ceph-mon[96111]: pgmap v19029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:54.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:54.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:54 smithi187 ceph-mon[111815]: pgmap v19029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:55.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:55.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:56 smithi088 ceph-mon[96111]: pgmap v19030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:56.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:56.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:56 smithi187 ceph-mon[111815]: pgmap v19030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:50:57.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:57.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:50:58 smithi088 ceph-mon[96111]: pgmap v19031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:58.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:58.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:50:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:50:58 smithi187 ceph-mon[111815]: pgmap v19031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:50:59.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:50:59.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:00 smithi088 ceph-mon[96111]: pgmap v19032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:00.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:00.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:00 smithi187 ceph-mon[111815]: pgmap v19032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:51:01.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:01.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:51:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:02 smithi088 ceph-mon[96111]: pgmap v19033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:02.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:02.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:02 smithi187 ceph-mon[111815]: pgmap v19033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:03.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:03.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:04 smithi088 ceph-mon[96111]: pgmap v19034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:04 smithi187 ceph-mon[111815]: pgmap v19034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:04.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:04.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:05.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:05.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:06 smithi088 ceph-mon[96111]: pgmap v19035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:06 smithi187 ceph-mon[111815]: pgmap v19035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:06.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:06.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:07.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:07.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:08.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:08 smithi088 ceph-mon[96111]: pgmap v19036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:08 smithi187 ceph-mon[111815]: pgmap v19036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:08.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:08.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:09.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:09.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:10 smithi088 ceph-mon[96111]: pgmap v19037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:10 smithi187 ceph-mon[111815]: pgmap v19037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:10.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:10.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:11.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:11.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:12 smithi088 ceph-mon[96111]: pgmap v19038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:12 smithi187 ceph-mon[111815]: pgmap v19038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:12.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:12.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:13.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:13.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:14 smithi088 ceph-mon[96111]: pgmap v19039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:14 smithi187 ceph-mon[111815]: pgmap v19039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:14.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:14.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:15.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:15.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:16 smithi088 ceph-mon[96111]: pgmap v19040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:51:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:16 smithi187 ceph-mon[111815]: pgmap v19040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:51:16.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:16.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:17.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:17.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:18 smithi088 ceph-mon[96111]: pgmap v19041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:18 smithi187 ceph-mon[111815]: pgmap v19041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:18.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:18.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:19.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:19.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:20 smithi088 ceph-mon[96111]: pgmap v19042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:20 smithi187 ceph-mon[111815]: pgmap v19042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:20.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:20.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:21.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:21.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:22 smithi088 ceph-mon[96111]: pgmap v19043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:22 smithi187 ceph-mon[111815]: pgmap v19043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:22.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:22.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:23.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:23.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:24 smithi088 ceph-mon[96111]: pgmap v19044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:24 smithi187 ceph-mon[111815]: pgmap v19044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:24.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:24.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:25.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:25.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:26 smithi088 ceph-mon[96111]: pgmap v19045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:26 smithi187 ceph-mon[111815]: pgmap v19045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:26.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:26.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:27.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:27.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:28 smithi088 ceph-mon[96111]: pgmap v19046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:28 smithi187 ceph-mon[111815]: pgmap v19046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:28.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:28.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:29.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:29.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:30.559 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:30 smithi187 ceph-mon[111815]: pgmap v19047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:30 smithi088 ceph-mon[96111]: pgmap v19047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:30.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:30.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:51:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:51:31.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:31.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:32 smithi088 ceph-mon[96111]: pgmap v19048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:32 smithi187 ceph-mon[111815]: pgmap v19048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:32.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:32.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:33.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:33.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:34 smithi088 ceph-mon[96111]: pgmap v19049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:34 smithi187 ceph-mon[111815]: pgmap v19049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:34.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:34.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:35.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:35.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:36 smithi088 ceph-mon[96111]: pgmap v19050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:36 smithi187 ceph-mon[111815]: pgmap v19050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:36.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:36.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:37.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:37.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:38 smithi088 ceph-mon[96111]: pgmap v19051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:38 smithi187 ceph-mon[111815]: pgmap v19051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:38.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:38.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:39.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:39.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:40 smithi088 ceph-mon[96111]: pgmap v19052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:40.666 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:40 smithi187 ceph-mon[111815]: pgmap v19052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:40.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:40.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:41.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:41.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:42 smithi088 ceph-mon[96111]: pgmap v19053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:42 smithi187 ceph-mon[111815]: pgmap v19053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:42.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:42.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:43.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:43.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:44.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:44 smithi088 ceph-mon[96111]: pgmap v19054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:44 smithi187 ceph-mon[111815]: pgmap v19054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:44.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:44.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:45.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:51:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:51:45.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:51:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:51:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:51:45.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:51:45.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:45.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:46 smithi088 ceph-mon[96111]: pgmap v19055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:51:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:51:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:51:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:51:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:51:46.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:51:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:46 smithi187 ceph-mon[111815]: pgmap v19055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:51:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:51:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:51:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:51:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:51:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:51:46.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:46.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:47.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:47.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:48 smithi088 ceph-mon[96111]: pgmap v19056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:48 smithi187 ceph-mon[111815]: pgmap v19056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:48.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:48.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:49.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:49.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:50 smithi088 ceph-mon[96111]: pgmap v19057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:50 smithi187 ceph-mon[111815]: pgmap v19057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:50.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:50.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:51.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:51.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:52 smithi187 ceph-mon[111815]: pgmap v19058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:52.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:52.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:52 smithi088 ceph-mon[96111]: pgmap v19058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:53.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:53.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:54 smithi088 ceph-mon[96111]: pgmap v19059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:54 smithi187 ceph-mon[111815]: pgmap v19059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:54.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:54.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:55.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:55.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:56 smithi187 ceph-mon[111815]: pgmap v19060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:56.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:56.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:56 smithi088 ceph-mon[96111]: pgmap v19060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:51:57.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:57.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:51:58 smithi187 ceph-mon[111815]: pgmap v19061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:58.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:58.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:51:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:51:58 smithi088 ceph-mon[96111]: pgmap v19061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:51:59.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:51:59.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:00 smithi187 ceph-mon[111815]: pgmap v19062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:00.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:00.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:00 smithi088 ceph-mon[96111]: pgmap v19062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:52:01.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:01.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:52:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:02 smithi187 ceph-mon[111815]: pgmap v19063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:02.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:02.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:02 smithi088 ceph-mon[96111]: pgmap v19063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:03.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:03.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:04 smithi088 ceph-mon[96111]: pgmap v19064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:04 smithi187 ceph-mon[111815]: pgmap v19064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:04.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:04.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:05.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:05.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:06 smithi187 ceph-mon[111815]: pgmap v19065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:06.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:06.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:06 smithi088 ceph-mon[96111]: pgmap v19065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:07.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:07.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:08.679 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:08 smithi088 ceph-mon[96111]: pgmap v19066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:08 smithi187 ceph-mon[111815]: pgmap v19066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:08.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:08.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:09.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:09.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:10 smithi187 ceph-mon[111815]: pgmap v19067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:10.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:10.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:10 smithi088 ceph-mon[96111]: pgmap v19067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:11.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:11.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:12 smithi187 ceph-mon[111815]: pgmap v19068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:12.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:12.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:12 smithi088 ceph-mon[96111]: pgmap v19068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:13.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:13.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:14 smithi088 ceph-mon[96111]: pgmap v19069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:14 smithi187 ceph-mon[111815]: pgmap v19069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:14.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:14.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:15.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:15.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:16 smithi187 ceph-mon[111815]: pgmap v19070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:52:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:16 smithi088 ceph-mon[96111]: pgmap v19070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:52:16.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:16.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:17.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:17.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:18 smithi187 ceph-mon[111815]: pgmap v19071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:18.778 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:18 smithi088 ceph-mon[96111]: pgmap v19071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:18.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:18.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:19.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:19.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:20 smithi187 ceph-mon[111815]: pgmap v19072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:20 smithi088 ceph-mon[96111]: pgmap v19072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:20.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:20.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:21.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:21.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:22 smithi187 ceph-mon[111815]: pgmap v19073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:22 smithi088 ceph-mon[96111]: pgmap v19073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:22.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:22.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:23.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:23.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:24 smithi088 ceph-mon[96111]: pgmap v19074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:24 smithi187 ceph-mon[111815]: pgmap v19074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:24.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:24.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:25.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:25.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:26 smithi187 ceph-mon[111815]: pgmap v19075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:26 smithi088 ceph-mon[96111]: pgmap v19075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:26.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:26.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:27.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:27.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:28 smithi187 ceph-mon[111815]: pgmap v19076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:28 smithi088 ceph-mon[96111]: pgmap v19076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:28.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:28.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:29.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:29.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:30 smithi187 ceph-mon[111815]: pgmap v19077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:30 smithi088 ceph-mon[96111]: pgmap v19077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:30.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:30.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:52:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:52:31.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:31.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:32 smithi187 ceph-mon[111815]: pgmap v19078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:32 smithi088 ceph-mon[96111]: pgmap v19078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:32.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:32.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:33.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:33.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:34 smithi088 ceph-mon[96111]: pgmap v19079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:34 smithi187 ceph-mon[111815]: pgmap v19079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:34.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:34.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:35.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:35.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:36 smithi187 ceph-mon[111815]: pgmap v19080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:36 smithi088 ceph-mon[96111]: pgmap v19080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:36.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:36.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:37.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:37.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:38 smithi187 ceph-mon[111815]: pgmap v19081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:38 smithi088 ceph-mon[96111]: pgmap v19081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:38.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:38.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:39.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:39.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:40 smithi187 ceph-mon[111815]: pgmap v19082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:40 smithi088 ceph-mon[96111]: pgmap v19082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:40.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:40.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:41.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:41.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:42 smithi187 ceph-mon[111815]: pgmap v19083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:42 smithi088 ceph-mon[96111]: pgmap v19083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:42.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:42.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:43.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:43.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:44.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:44 smithi088 ceph-mon[96111]: pgmap v19084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:44 smithi187 ceph-mon[111815]: pgmap v19084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:44.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:44.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:45.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:45.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:46 smithi187 ceph-mon[111815]: pgmap v19085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:52:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:52:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:52:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:52:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:52:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:52:46.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:52:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:46 smithi088 ceph-mon[96111]: pgmap v19085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:52:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:52:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:52:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:52:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:52:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:52:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:52:46.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:46.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:47.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:47.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:48 smithi187 ceph-mon[111815]: pgmap v19086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:48 smithi088 ceph-mon[96111]: pgmap v19086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:48.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:48.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:49.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:49.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:50 smithi187 ceph-mon[111815]: pgmap v19087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:50 smithi088 ceph-mon[96111]: pgmap v19087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:50.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:50.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:51.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:51.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:52 smithi187 ceph-mon[111815]: pgmap v19088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:52 smithi088 ceph-mon[96111]: pgmap v19088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:52.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:52.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:53.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:53.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:54 smithi088 ceph-mon[96111]: pgmap v19089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:54 smithi187 ceph-mon[111815]: pgmap v19089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:54.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:54.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:55.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:55.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:56 smithi187 ceph-mon[111815]: pgmap v19090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:56 smithi088 ceph-mon[96111]: pgmap v19090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:52:56.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:56.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:57.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:57.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:52:58 smithi187 ceph-mon[111815]: pgmap v19091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:52:58 smithi088 ceph-mon[96111]: pgmap v19091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:52:58.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:58.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:52:59.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:52:59.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:00 smithi187 ceph-mon[111815]: pgmap v19092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:00 smithi088 ceph-mon[96111]: pgmap v19092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:00.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:00.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:53:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:53:01.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:01.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:02 smithi187 ceph-mon[111815]: pgmap v19093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:02 smithi088 ceph-mon[96111]: pgmap v19093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:02.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:02.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:03.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:03.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:04 smithi088 ceph-mon[96111]: pgmap v19094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:04 smithi187 ceph-mon[111815]: pgmap v19094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:04.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:04.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:05.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:05.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:06 smithi187 ceph-mon[111815]: pgmap v19095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:06 smithi088 ceph-mon[96111]: pgmap v19095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:06.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:06.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:07.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:07 smithi088 ceph-mon[96111]: pgmap v19096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:07.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:07.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:07.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:07 smithi187 ceph-mon[111815]: pgmap v19096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:08.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:08.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:09.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:09.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:10.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:09 smithi187 ceph-mon[111815]: pgmap v19097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:09 smithi088 ceph-mon[96111]: pgmap v19097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:10.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:10.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:11.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:11.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:11 smithi088 ceph-mon[96111]: pgmap v19098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:11 smithi187 ceph-mon[111815]: pgmap v19098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:12.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:12.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:13.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:13.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:14.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:13 smithi088 ceph-mon[96111]: pgmap v19099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:13 smithi187 ceph-mon[111815]: pgmap v19099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:14.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:14.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:15.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:15.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:15 smithi088 ceph-mon[96111]: pgmap v19100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:53:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:15 smithi187 ceph-mon[111815]: pgmap v19100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:53:16.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:16.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:17.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:17.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:17 smithi088 ceph-mon[96111]: pgmap v19101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:17 smithi187 ceph-mon[111815]: pgmap v19101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:18.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:18.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:19.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:19.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:19 smithi088 ceph-mon[96111]: pgmap v19102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:19 smithi187 ceph-mon[111815]: pgmap v19102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:20.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:20.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:21.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:21.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:21 smithi088 ceph-mon[96111]: pgmap v19103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:21 smithi187 ceph-mon[111815]: pgmap v19103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:22.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:22.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:23.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:23.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:23 smithi088 ceph-mon[96111]: pgmap v19104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:23 smithi187 ceph-mon[111815]: pgmap v19104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:24.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:24.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:25.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:25.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:25 smithi088 ceph-mon[96111]: pgmap v19105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:25 smithi187 ceph-mon[111815]: pgmap v19105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:26.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:26.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:27.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:27.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:27 smithi088 ceph-mon[96111]: pgmap v19106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:27 smithi187 ceph-mon[111815]: pgmap v19106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:28.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:28.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:29.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:29.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:29 smithi088 ceph-mon[96111]: pgmap v19107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:29 smithi187 ceph-mon[111815]: pgmap v19107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:30.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:30.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:53:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:53:31.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:31.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:31 smithi187 ceph-mon[111815]: pgmap v19108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:31 smithi088 ceph-mon[96111]: pgmap v19108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:32.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:32.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:33.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:33.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:33 smithi088 ceph-mon[96111]: pgmap v19109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:33 smithi187 ceph-mon[111815]: pgmap v19109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:34.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:34.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:35.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:35.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:36 smithi088 ceph-mon[96111]: pgmap v19110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:36 smithi187 ceph-mon[111815]: pgmap v19110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:36.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:36.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:37.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:37.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:38 smithi088 ceph-mon[96111]: pgmap v19111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:38 smithi187 ceph-mon[111815]: pgmap v19111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:38.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:38.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:39.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:39.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:40 smithi088 ceph-mon[96111]: pgmap v19112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:40 smithi187 ceph-mon[111815]: pgmap v19112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:40.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:40.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:41.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:41.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:42.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:42 smithi187 ceph-mon[111815]: pgmap v19113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:42 smithi088 ceph-mon[96111]: pgmap v19113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:42.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:42.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:43.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:43.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:44 smithi088 ceph-mon[96111]: pgmap v19114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:44 smithi187 ceph-mon[111815]: pgmap v19114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:44.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:44.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:45.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:45.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:46 smithi088 ceph-mon[96111]: pgmap v19115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:53:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:46 smithi187 ceph-mon[111815]: pgmap v19115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:53:46.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:46.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:53:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:53:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:53:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:53:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:53:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:53:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:53:47.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:53:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:53:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:53:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:53:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:53:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:53:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:53:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:53:47.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:53:47.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:47.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:48 smithi088 ceph-mon[96111]: pgmap v19116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:48 smithi187 ceph-mon[111815]: pgmap v19116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:48.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:48.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:49.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:49.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:50 smithi088 ceph-mon[96111]: pgmap v19117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:50 smithi187 ceph-mon[111815]: pgmap v19117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:50.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:50.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:51.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:51 smithi088 ceph-mon[96111]: pgmap v19118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:51 smithi187 ceph-mon[111815]: pgmap v19118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:51.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:51.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:52.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:52.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:53.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:53 smithi187 ceph-mon[111815]: pgmap v19119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:53.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:53.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:54.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:53 smithi088 ceph-mon[96111]: pgmap v19119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:54.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:54.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:55.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:55.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:55 smithi088 ceph-mon[96111]: pgmap v19120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:55 smithi187 ceph-mon[111815]: pgmap v19120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:53:56.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:56.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:57.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:57.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:57 smithi088 ceph-mon[96111]: pgmap v19121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:57 smithi187 ceph-mon[111815]: pgmap v19121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:53:58.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:58.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:53:59.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:53:59.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:00.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:53:59 smithi088 ceph-mon[96111]: pgmap v19122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:53:59 smithi187 ceph-mon[111815]: pgmap v19122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:00.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:00.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:54:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:54:01.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:02.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:01 smithi088 ceph-mon[96111]: pgmap v19123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:02.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:01 smithi187 ceph-mon[111815]: pgmap v19123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:03.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:03.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:04.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:04.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:03 smithi088 ceph-mon[96111]: pgmap v19124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:03 smithi187 ceph-mon[111815]: pgmap v19124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:05.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:05.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:06.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:06.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:05 smithi088 ceph-mon[96111]: pgmap v19125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:05 smithi187 ceph-mon[111815]: pgmap v19125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:07.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:07.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:08.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:08.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:07 smithi088 ceph-mon[96111]: pgmap v19126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:07 smithi187 ceph-mon[111815]: pgmap v19126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:09.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:09.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:10.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:10.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:10.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:09 smithi088 ceph-mon[96111]: pgmap v19127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:09 smithi187 ceph-mon[111815]: pgmap v19127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:11.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:11.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:12.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:12.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:12.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:11 smithi088 ceph-mon[96111]: pgmap v19128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:11 smithi187 ceph-mon[111815]: pgmap v19128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:13.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:13.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:14.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:14.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:14 smithi088 ceph-mon[96111]: pgmap v19129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:14 smithi187 ceph-mon[111815]: pgmap v19129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:15.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:15.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:16.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:16.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:16 smithi088 ceph-mon[96111]: pgmap v19130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:54:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:16 smithi187 ceph-mon[111815]: pgmap v19130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:54:17.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:17.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:18.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:18.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:18 smithi088 ceph-mon[96111]: pgmap v19131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:18 smithi187 ceph-mon[111815]: pgmap v19131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:19.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:19.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:20.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:20.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:20.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:20 smithi088 ceph-mon[96111]: pgmap v19132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:20 smithi187 ceph-mon[111815]: pgmap v19132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:21.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:21.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:22.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:22.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:22 smithi088 ceph-mon[96111]: pgmap v19133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:22.344 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:22 smithi187 ceph-mon[111815]: pgmap v19133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:23.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:23.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:24.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:24.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:24 smithi088 ceph-mon[96111]: pgmap v19134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:24 smithi187 ceph-mon[111815]: pgmap v19134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:25.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:25.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:26.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:26.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:26 smithi088 ceph-mon[96111]: pgmap v19135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:26 smithi187 ceph-mon[111815]: pgmap v19135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:27.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:27.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:28.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:28.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:28 smithi088 ceph-mon[96111]: pgmap v19136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:28 smithi187 ceph-mon[111815]: pgmap v19136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:29.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:29.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:30.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:30.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:30 smithi088 ceph-mon[96111]: pgmap v19137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:30 smithi187 ceph-mon[111815]: pgmap v19137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:31.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:31.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:54:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:54:32.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:32.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:32 smithi088 ceph-mon[96111]: pgmap v19138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:32.449 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:32 smithi187 ceph-mon[111815]: pgmap v19138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:33.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:33.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:34.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:34.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:34 smithi088 ceph-mon[96111]: pgmap v19139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:34 smithi187 ceph-mon[111815]: pgmap v19139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:35.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:35.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:36.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:36.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:36 smithi088 ceph-mon[96111]: pgmap v19140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:36 smithi187 ceph-mon[111815]: pgmap v19140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:37.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:37.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:38.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:38.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:38 smithi088 ceph-mon[96111]: pgmap v19141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:38 smithi187 ceph-mon[111815]: pgmap v19141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:39.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:39.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:40.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:40.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:40 smithi088 ceph-mon[96111]: pgmap v19142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:40 smithi187 ceph-mon[111815]: pgmap v19142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:41.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:41.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:42.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:42.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:42 smithi088 ceph-mon[96111]: pgmap v19143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:42 smithi187 ceph-mon[111815]: pgmap v19143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:43.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:43.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:44.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:44.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:44 smithi088 ceph-mon[96111]: pgmap v19144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:44 smithi187 ceph-mon[111815]: pgmap v19144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:45.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:45.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:46.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:46.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:46 smithi088 ceph-mon[96111]: pgmap v19145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:54:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:46 smithi187 ceph-mon[111815]: pgmap v19145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:54:47.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:47.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:47 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:54:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:47 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:54:48.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:48.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:48 smithi088 ceph-mon[96111]: pgmap v19146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:54:48.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:54:48.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:54:48.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:54:48.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:54:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:48 smithi187 ceph-mon[111815]: pgmap v19146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:54:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:54:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:54:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:54:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:54:49.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:49.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:50.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:50.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:50 smithi187 ceph-mon[111815]: pgmap v19147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:50 smithi088 ceph-mon[96111]: pgmap v19147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:51.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:51.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:52.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:52.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:52 smithi187 ceph-mon[111815]: pgmap v19148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:52 smithi088 ceph-mon[96111]: pgmap v19148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:53.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:53.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:54.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:54.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:54 smithi187 ceph-mon[111815]: pgmap v19149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:54 smithi088 ceph-mon[96111]: pgmap v19149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:55.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:55.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:56.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:56.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:56 smithi187 ceph-mon[111815]: pgmap v19150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:56 smithi088 ceph-mon[96111]: pgmap v19150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:54:57.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:57.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:58.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:58.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:54:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:54:58 smithi187 ceph-mon[111815]: pgmap v19151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:54:58 smithi088 ceph-mon[96111]: pgmap v19151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:54:59.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:54:59.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:00.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:00.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:00.356 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:00 smithi088 ceph-mon[96111]: pgmap v19152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:00 smithi187 ceph-mon[111815]: pgmap v19152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:01.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:01.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:55:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:55:02.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:02.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:02 smithi187 ceph-mon[111815]: pgmap v19153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:02 smithi088 ceph-mon[96111]: pgmap v19153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:03.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:03.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:04.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:04.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:04 smithi187 ceph-mon[111815]: pgmap v19154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:04 smithi088 ceph-mon[96111]: pgmap v19154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:05.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:05.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:06.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:06.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:06 smithi187 ceph-mon[111815]: pgmap v19155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:06 smithi088 ceph-mon[96111]: pgmap v19155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:07.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:07.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:08.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:08.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:08 smithi187 ceph-mon[111815]: pgmap v19156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:08 smithi088 ceph-mon[96111]: pgmap v19156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:09.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:09.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:10.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:10.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:10.454 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:10 smithi088 ceph-mon[96111]: pgmap v19157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:10 smithi187 ceph-mon[111815]: pgmap v19157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:11.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:11.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:12.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:12.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:12 smithi187 ceph-mon[111815]: pgmap v19158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:12 smithi088 ceph-mon[96111]: pgmap v19158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:13.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:13.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:14.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:14.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:14 smithi187 ceph-mon[111815]: pgmap v19159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:14 smithi088 ceph-mon[96111]: pgmap v19159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:15.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:15.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:16.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:16.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:16 smithi187 ceph-mon[111815]: pgmap v19160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:55:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:16 smithi088 ceph-mon[96111]: pgmap v19160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:55:17.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:17.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:18.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:18.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:18 smithi187 ceph-mon[111815]: pgmap v19161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:18 smithi088 ceph-mon[96111]: pgmap v19161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:19.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:19.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:20.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:20.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:20 smithi187 ceph-mon[111815]: pgmap v19162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:20.552 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:20 smithi088 ceph-mon[96111]: pgmap v19162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:21.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:21.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:22.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:22.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:22 smithi187 ceph-mon[111815]: pgmap v19163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:22 smithi088 ceph-mon[96111]: pgmap v19163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:23.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:23.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:24.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:24.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:24 smithi187 ceph-mon[111815]: pgmap v19164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:24 smithi088 ceph-mon[96111]: pgmap v19164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:25.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:25.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:26.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:26.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:26 smithi187 ceph-mon[111815]: pgmap v19165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:26 smithi088 ceph-mon[96111]: pgmap v19165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:27.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:27.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:28.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:28.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:28 smithi187 ceph-mon[111815]: pgmap v19166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:28 smithi088 ceph-mon[96111]: pgmap v19166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:29.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:29.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:30.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:30.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:30 smithi187 ceph-mon[111815]: pgmap v19167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:30 smithi088 ceph-mon[96111]: pgmap v19167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:31.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:31.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:55:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:55:32.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:32.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:32 smithi187 ceph-mon[111815]: pgmap v19168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:32 smithi088 ceph-mon[96111]: pgmap v19168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:33.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:33.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:34.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:34.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:34 smithi187 ceph-mon[111815]: pgmap v19169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:34 smithi088 ceph-mon[96111]: pgmap v19169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:35.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:35.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:36.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:36.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:36 smithi187 ceph-mon[111815]: pgmap v19170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:36 smithi088 ceph-mon[96111]: pgmap v19170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:37.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:37.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:38.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:38.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:38 smithi187 ceph-mon[111815]: pgmap v19171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:38 smithi088 ceph-mon[96111]: pgmap v19171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:39.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:39.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:40.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:40.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:40 smithi187 ceph-mon[111815]: pgmap v19172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:40 smithi088 ceph-mon[96111]: pgmap v19172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:41.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:41.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:42.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:42.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:42 smithi187 ceph-mon[111815]: pgmap v19173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:42 smithi088 ceph-mon[96111]: pgmap v19173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:43.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:43.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:44.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:44.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:44 smithi187 ceph-mon[111815]: pgmap v19174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:44 smithi088 ceph-mon[96111]: pgmap v19174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:45.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:45.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:46.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:46.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:46 smithi187 ceph-mon[111815]: pgmap v19175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:55:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:46 smithi088 ceph-mon[96111]: pgmap v19175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:55:47.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:47.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:48.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:48.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: pgmap v19176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:55:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:55:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:55:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:55:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:55:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:55:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:55:48.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:55:48.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:55:48.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:55:48.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:55:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: pgmap v19176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:55:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:55:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:55:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:55:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T09:55:48.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:55:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:55:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:55:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:55:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:55:48.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:55:49.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:49.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:49.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:49 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1384M 2023-10-13T09:55:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:49 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1384M 2023-10-13T09:55:50.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:50.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:50 smithi187 ceph-mon[111815]: pgmap v19177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:50 smithi088 ceph-mon[96111]: pgmap v19177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:51.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:51.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:52.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:52.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:52 smithi187 ceph-mon[111815]: pgmap v19178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:52 smithi088 ceph-mon[96111]: pgmap v19178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:53.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:53.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:54.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:54.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:54 smithi187 ceph-mon[111815]: pgmap v19179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:54 smithi088 ceph-mon[96111]: pgmap v19179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:55.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:55.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:56.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:56.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:56 smithi187 ceph-mon[111815]: pgmap v19180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:56 smithi088 ceph-mon[96111]: pgmap v19180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:55:57.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:57.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:58.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:58.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:55:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:55:58 smithi187 ceph-mon[111815]: pgmap v19181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:55:58 smithi088 ceph-mon[96111]: pgmap v19181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:55:59.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:55:59.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:00.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:00.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:00 smithi187 ceph-mon[111815]: pgmap v19182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:00 smithi088 ceph-mon[96111]: pgmap v19182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:01.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:01.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:56:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:56:02.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:02.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:02 smithi187 ceph-mon[111815]: pgmap v19183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:02 smithi088 ceph-mon[96111]: pgmap v19183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:03.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:03.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:04.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:04.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:04 smithi187 ceph-mon[111815]: pgmap v19184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:04 smithi088 ceph-mon[96111]: pgmap v19184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:05.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:05.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:06.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:06.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:06 smithi088 ceph-mon[96111]: pgmap v19185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:06 smithi187 ceph-mon[111815]: pgmap v19185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:07.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:07.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:08.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:08.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:08 smithi187 ceph-mon[111815]: pgmap v19186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:08 smithi088 ceph-mon[96111]: pgmap v19186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:09.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:09.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:10.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:10.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:10 smithi187 ceph-mon[111815]: pgmap v19187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:10 smithi088 ceph-mon[96111]: pgmap v19187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:11.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:11.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:12.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:12.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:12 smithi088 ceph-mon[96111]: pgmap v19188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:12 smithi187 ceph-mon[111815]: pgmap v19188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:13.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:13.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:14.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:14.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:14 smithi088 ceph-mon[96111]: pgmap v19189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:14 smithi187 ceph-mon[111815]: pgmap v19189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:15.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:15.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:16.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:16.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:16 smithi088 ceph-mon[96111]: pgmap v19190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:56:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:16 smithi187 ceph-mon[111815]: pgmap v19190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:56:17.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:17.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:18.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:18.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:18.541 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:18 smithi187 ceph-mon[111815]: pgmap v19191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:18 smithi088 ceph-mon[96111]: pgmap v19191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:19.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:19.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:20.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:20.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:20 smithi088 ceph-mon[96111]: pgmap v19192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:20 smithi187 ceph-mon[111815]: pgmap v19192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:21.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:21.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:22.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:22.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:22 smithi088 ceph-mon[96111]: pgmap v19193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:22 smithi187 ceph-mon[111815]: pgmap v19193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:23.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:23.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:24.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:24.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:24 smithi088 ceph-mon[96111]: pgmap v19194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:24 smithi187 ceph-mon[111815]: pgmap v19194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:25.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:25.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:26.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:26.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:26 smithi088 ceph-mon[96111]: pgmap v19195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:26 smithi187 ceph-mon[111815]: pgmap v19195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:27.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:27.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:28.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:28.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:28 smithi088 ceph-mon[96111]: pgmap v19196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:28.646 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:28 smithi187 ceph-mon[111815]: pgmap v19196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:29.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:29.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:30.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:30.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:30 smithi088 ceph-mon[96111]: pgmap v19197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:30 smithi187 ceph-mon[111815]: pgmap v19197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:31.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:31.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:56:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:56:32.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:32.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:32 smithi088 ceph-mon[96111]: pgmap v19198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:32 smithi187 ceph-mon[111815]: pgmap v19198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:33.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:33.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:34.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:34.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:34 smithi088 ceph-mon[96111]: pgmap v19199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:34 smithi187 ceph-mon[111815]: pgmap v19199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:35.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:35.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:36.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:36.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:36 smithi088 ceph-mon[96111]: pgmap v19200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:36 smithi187 ceph-mon[111815]: pgmap v19200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:37.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:37.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:38.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:38.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:38 smithi088 ceph-mon[96111]: pgmap v19201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:38 smithi187 ceph-mon[111815]: pgmap v19201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:39.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:39.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:40.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:40.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:40 smithi088 ceph-mon[96111]: pgmap v19202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:40 smithi187 ceph-mon[111815]: pgmap v19202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:41.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:41.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:42.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:42.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:42 smithi088 ceph-mon[96111]: pgmap v19203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:42 smithi187 ceph-mon[111815]: pgmap v19203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:43.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:43.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:44.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:44.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:44 smithi088 ceph-mon[96111]: pgmap v19204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:44 smithi187 ceph-mon[111815]: pgmap v19204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:45.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:45.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:46.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:46.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:46 smithi088 ceph-mon[96111]: pgmap v19205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:56:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:46 smithi187 ceph-mon[111815]: pgmap v19205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:56:47.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:47.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:48.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:48.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:48 smithi088 ceph-mon[96111]: pgmap v19206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:56:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:48 smithi187 ceph-mon[111815]: pgmap v19206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:56:49.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:49.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:56:49.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:56:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:56:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:56:49.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:56:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:56:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:56:49.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:56:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:56:49.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:56:50.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:50.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:50 smithi187 ceph-mon[111815]: pgmap v19207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:50 smithi088 ceph-mon[96111]: pgmap v19207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:51.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:51.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:52.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:52.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:52 smithi187 ceph-mon[111815]: pgmap v19208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:52 smithi088 ceph-mon[96111]: pgmap v19208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:53.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:53.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:54.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:54.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:54 smithi088 ceph-mon[96111]: pgmap v19209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:54 smithi187 ceph-mon[111815]: pgmap v19209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:55.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:55.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:56.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:56.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:56.484 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:56 smithi088 ceph-mon[96111]: pgmap v19210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:56 smithi187 ceph-mon[111815]: pgmap v19210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:56:57.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:57.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:58.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:58.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:56:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:56:58 smithi187 ceph-mon[111815]: pgmap v19211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:56:58 smithi088 ceph-mon[96111]: pgmap v19211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:56:59.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:56:59.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:00.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:00.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:00 smithi187 ceph-mon[111815]: pgmap v19212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:00 smithi088 ceph-mon[96111]: pgmap v19212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:01.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:01.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:57:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:57:02.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:02.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:02 smithi187 ceph-mon[111815]: pgmap v19213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:02 smithi088 ceph-mon[96111]: pgmap v19213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:03.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:03.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:04.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:04.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:04 smithi187 ceph-mon[111815]: pgmap v19214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:04 smithi088 ceph-mon[96111]: pgmap v19214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:05.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:05.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:06.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:06.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:06 smithi187 ceph-mon[111815]: pgmap v19215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:06 smithi088 ceph-mon[96111]: pgmap v19215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:07.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:07.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:08.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:08.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:08 smithi187 ceph-mon[111815]: pgmap v19216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:08 smithi088 ceph-mon[96111]: pgmap v19216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:09.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:09.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:10.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:10.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:10 smithi187 ceph-mon[111815]: pgmap v19217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:10 smithi088 ceph-mon[96111]: pgmap v19217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:11.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:11.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:12.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:12.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:12 smithi187 ceph-mon[111815]: pgmap v19218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:12 smithi088 ceph-mon[96111]: pgmap v19218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:13.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:13.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:14.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:14.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:14 smithi088 ceph-mon[96111]: pgmap v19219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:14 smithi187 ceph-mon[111815]: pgmap v19219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:15.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:15.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:16.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:16.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:16 smithi088 ceph-mon[96111]: pgmap v19220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:57:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:16 smithi187 ceph-mon[111815]: pgmap v19220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:57:17.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:17.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:18.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:18.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:18 smithi088 ceph-mon[96111]: pgmap v19221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:18 smithi187 ceph-mon[111815]: pgmap v19221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:19.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:19.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:20.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:20.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:20 smithi088 ceph-mon[96111]: pgmap v19222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:20 smithi187 ceph-mon[111815]: pgmap v19222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:21.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:21.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:22.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:22.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:22 smithi088 ceph-mon[96111]: pgmap v19223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:22 smithi187 ceph-mon[111815]: pgmap v19223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:23.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:23.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:24.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:24.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:24 smithi088 ceph-mon[96111]: pgmap v19224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:24 smithi187 ceph-mon[111815]: pgmap v19224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:25.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:25.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:26.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:26.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:26.781 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:26 smithi088 ceph-mon[96111]: pgmap v19225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:26 smithi187 ceph-mon[111815]: pgmap v19225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:27.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:27.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:28.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:28.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:28 smithi088 ceph-mon[96111]: pgmap v19226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:28 smithi187 ceph-mon[111815]: pgmap v19226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:29.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:29.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:30.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:30.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:30 smithi088 ceph-mon[96111]: pgmap v19227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:30 smithi187 ceph-mon[111815]: pgmap v19227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:31.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:31.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:57:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:57:32.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:32.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:32 smithi088 ceph-mon[96111]: pgmap v19228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:32 smithi187 ceph-mon[111815]: pgmap v19228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:33.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:33.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:34.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:34.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:34 smithi187 ceph-mon[111815]: pgmap v19229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:34 smithi088 ceph-mon[96111]: pgmap v19229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:35.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:35.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:36.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:36.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:36 smithi088 ceph-mon[96111]: pgmap v19230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:36 smithi187 ceph-mon[111815]: pgmap v19230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:37.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:37.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:37.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:37 smithi088 ceph-mon[96111]: pgmap v19231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:37 smithi187 ceph-mon[111815]: pgmap v19231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:38.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:38.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:39.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:39.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:40.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:40 smithi088 ceph-mon[96111]: pgmap v19232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:40.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:40.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:40 smithi187 ceph-mon[111815]: pgmap v19232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:41.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:41.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:42 smithi088 ceph-mon[96111]: pgmap v19233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:42.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:42.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:42 smithi187 ceph-mon[111815]: pgmap v19233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:43.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:43.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:44 smithi088 ceph-mon[96111]: pgmap v19234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:44.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:44.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:44.430 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:44 smithi187 ceph-mon[111815]: pgmap v19234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:45.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:45.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:46 smithi088 ceph-mon[96111]: pgmap v19235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:57:46.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:46.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:46 smithi187 ceph-mon[111815]: pgmap v19235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:57:47.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:47.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:48 smithi088 ceph-mon[96111]: pgmap v19236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:48.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:48.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:48 smithi187 ceph-mon[111815]: pgmap v19236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:57:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:57:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:57:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:57:49.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:57:49.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:49 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:57:49.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:49.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:57:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:57:49.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:57:49.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:57:49.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:57:49.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:49 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:57:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:50 smithi088 ceph-mon[96111]: pgmap v19237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:50.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:50.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:50 smithi187 ceph-mon[111815]: pgmap v19237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:51.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:51.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:52 smithi088 ceph-mon[96111]: pgmap v19238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:52.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:52.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:52 smithi187 ceph-mon[111815]: pgmap v19238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:53.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:53.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:54.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:54 smithi088 ceph-mon[96111]: pgmap v19239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:54.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:54.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:54 smithi187 ceph-mon[111815]: pgmap v19239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:55.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:55.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:56.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:56 smithi088 ceph-mon[96111]: pgmap v19240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:56.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:56.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:56 smithi187 ceph-mon[111815]: pgmap v19240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:57:57.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:57.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:57:58 smithi088 ceph-mon[96111]: pgmap v19241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:58.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:58.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:57:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:57:58 smithi187 ceph-mon[111815]: pgmap v19241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:57:59.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:57:59.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:00 smithi088 ceph-mon[96111]: pgmap v19242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:00.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:00.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:00 smithi187 ceph-mon[111815]: pgmap v19242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:58:01.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:01.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:58:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:02 smithi088 ceph-mon[96111]: pgmap v19243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:02.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:02.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:02 smithi187 ceph-mon[111815]: pgmap v19243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:03.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:03.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:04.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:04.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:04 smithi187 ceph-mon[111815]: pgmap v19244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:04 smithi088 ceph-mon[96111]: pgmap v19244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:05.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:05.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:06.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:06.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:06 smithi187 ceph-mon[111815]: pgmap v19245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:06 smithi088 ceph-mon[96111]: pgmap v19245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:07.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:07.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:08.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:08.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:08 smithi187 ceph-mon[111815]: pgmap v19246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:08 smithi088 ceph-mon[96111]: pgmap v19246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:09.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:09.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:10.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:10.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:10.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:10 smithi187 ceph-mon[111815]: pgmap v19247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:10 smithi088 ceph-mon[96111]: pgmap v19247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:11.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:11.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:12.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:12.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:12 smithi187 ceph-mon[111815]: pgmap v19248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:12 smithi088 ceph-mon[96111]: pgmap v19248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:13.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:13.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:14.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:14.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:14 smithi187 ceph-mon[111815]: pgmap v19249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:14 smithi088 ceph-mon[96111]: pgmap v19249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:15.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:15.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:16.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:16.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:16 smithi187 ceph-mon[111815]: pgmap v19250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:58:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:16 smithi088 ceph-mon[96111]: pgmap v19250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:58:17.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:17.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:18.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:18.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:18 smithi187 ceph-mon[111815]: pgmap v19251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:18 smithi088 ceph-mon[96111]: pgmap v19251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:19.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:19.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:20.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:20.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:20 smithi187 ceph-mon[111815]: pgmap v19252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:20 smithi088 ceph-mon[96111]: pgmap v19252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:21.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:21.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:22.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:22.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:22 smithi187 ceph-mon[111815]: pgmap v19253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:22 smithi088 ceph-mon[96111]: pgmap v19253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:23.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:23.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:24.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:24.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:24 smithi187 ceph-mon[111815]: pgmap v19254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:24 smithi088 ceph-mon[96111]: pgmap v19254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:25.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:25.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:26.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:26.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:26 smithi187 ceph-mon[111815]: pgmap v19255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:26 smithi088 ceph-mon[96111]: pgmap v19255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:27.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:27.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:28.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:28.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:28 smithi187 ceph-mon[111815]: pgmap v19256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:28.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:28 smithi088 ceph-mon[96111]: pgmap v19256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:29.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:29.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:30.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:30 smithi187 ceph-mon[111815]: pgmap v19257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:30.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:30.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:30 smithi088 ceph-mon[96111]: pgmap v19257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:31.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:31.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:58:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:58:32.422 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:32 smithi088 ceph-mon[96111]: pgmap v19258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:32.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:32.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:32 smithi187 ceph-mon[111815]: pgmap v19258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:33.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:33.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:34.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:34.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:34 smithi187 ceph-mon[111815]: pgmap v19259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:34 smithi088 ceph-mon[96111]: pgmap v19259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:35.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:35.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:36.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:36.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:36 smithi187 ceph-mon[111815]: pgmap v19260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:36 smithi088 ceph-mon[96111]: pgmap v19260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:37.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:37.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:38.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:38.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:38 smithi187 ceph-mon[111815]: pgmap v19261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:38 smithi088 ceph-mon[96111]: pgmap v19261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:39.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:39.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:40.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:40.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:40 smithi187 ceph-mon[111815]: pgmap v19262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:40 smithi088 ceph-mon[96111]: pgmap v19262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:41.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:41.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:42.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:42.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:42 smithi187 ceph-mon[111815]: pgmap v19263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:42.521 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:42 smithi088 ceph-mon[96111]: pgmap v19263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:43.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:43.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:44.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:44.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:44 smithi187 ceph-mon[111815]: pgmap v19264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:44 smithi088 ceph-mon[96111]: pgmap v19264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:45.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:45.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:46.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:46.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:46 smithi187 ceph-mon[111815]: pgmap v19265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:58:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:46 smithi088 ceph-mon[96111]: pgmap v19265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:58:47.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:47.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:48 smithi187 ceph-mon[111815]: pgmap v19266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:48.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:48.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:48 smithi088 ceph-mon[96111]: pgmap v19266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:49.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:49.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:50 smithi088 ceph-mon[96111]: pgmap v19267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:50.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:50 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:58:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:50 smithi187 ceph-mon[111815]: pgmap v19267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:50.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:50 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:58:50.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:50.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:51.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:51.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:52 smithi088 ceph-mon[96111]: pgmap v19268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:58:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:58:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:52 smithi187 ceph-mon[111815]: pgmap v19268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:58:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:58:52.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:52.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:58:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:58:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:58:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:58:53.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:58:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:58:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:58:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:58:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:58:53.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:58:53.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:53.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:54.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:54.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:54 smithi187 ceph-mon[111815]: pgmap v19269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:54 smithi088 ceph-mon[96111]: pgmap v19269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:55.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:55.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:56.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:56.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:56 smithi187 ceph-mon[111815]: pgmap v19270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:56 smithi088 ceph-mon[96111]: pgmap v19270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:58:57.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:57.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:58.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:58.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:58:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:58:58 smithi088 ceph-mon[96111]: pgmap v19271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:58:58 smithi187 ceph-mon[111815]: pgmap v19271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:58:59.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:58:59.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:00.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:00.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:00 smithi187 ceph-mon[111815]: pgmap v19272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:00 smithi088 ceph-mon[96111]: pgmap v19272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:01.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:01.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:59:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:59:02.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:02.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:02 smithi088 ceph-mon[96111]: pgmap v19273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:02 smithi187 ceph-mon[111815]: pgmap v19273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:03.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:03.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:04.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:04.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:04 smithi088 ceph-mon[96111]: pgmap v19274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:04 smithi187 ceph-mon[111815]: pgmap v19274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:05.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:05.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:06.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:06.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:06 smithi088 ceph-mon[96111]: pgmap v19275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:06 smithi187 ceph-mon[111815]: pgmap v19275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:07.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:07.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:08.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:08.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:08 smithi088 ceph-mon[96111]: pgmap v19276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:08 smithi187 ceph-mon[111815]: pgmap v19276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:09.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:09.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:10.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:10.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:10 smithi187 ceph-mon[111815]: pgmap v19277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:10 smithi088 ceph-mon[96111]: pgmap v19277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:11.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:11.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:12.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:12.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:12.813 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:12 smithi088 ceph-mon[96111]: pgmap v19278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:12 smithi187 ceph-mon[111815]: pgmap v19278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:13.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:13.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:14.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:14.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:14 smithi088 ceph-mon[96111]: pgmap v19279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:14 smithi187 ceph-mon[111815]: pgmap v19279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:15.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:15.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:16.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:16.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:16 smithi088 ceph-mon[96111]: pgmap v19280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:59:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:16 smithi187 ceph-mon[111815]: pgmap v19280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:59:17.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:17.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:18.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:18.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:18 smithi088 ceph-mon[96111]: pgmap v19281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:18 smithi187 ceph-mon[111815]: pgmap v19281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:19.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:19.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:20.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:20.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:20 smithi187 ceph-mon[111815]: pgmap v19282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:20 smithi088 ceph-mon[96111]: pgmap v19282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:21.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:21.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:22.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:22.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:22 smithi088 ceph-mon[96111]: pgmap v19283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:22 smithi187 ceph-mon[111815]: pgmap v19283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:23.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:23.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:24.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:24.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:24 smithi088 ceph-mon[96111]: pgmap v19284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:24 smithi187 ceph-mon[111815]: pgmap v19284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:25.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:25.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:26.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:26.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:26 smithi088 ceph-mon[96111]: pgmap v19285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:26 smithi187 ceph-mon[111815]: pgmap v19285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:27.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:27.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:28.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:28.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:28 smithi088 ceph-mon[96111]: pgmap v19286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:28 smithi187 ceph-mon[111815]: pgmap v19286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:29.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:29.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:30.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:30 smithi088 ceph-mon[96111]: pgmap v19287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:30 smithi187 ceph-mon[111815]: pgmap v19287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:30.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:30.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:59:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:59:31.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:31.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:32.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:32 smithi088 ceph-mon[96111]: pgmap v19288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:32 smithi187 ceph-mon[111815]: pgmap v19288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:32.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:32.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:33.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:33.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:34 smithi088 ceph-mon[96111]: pgmap v19289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:34 smithi187 ceph-mon[111815]: pgmap v19289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:34.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:34.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:35.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:35.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:36.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:36 smithi088 ceph-mon[96111]: pgmap v19290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:36 smithi187 ceph-mon[111815]: pgmap v19290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:36.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:36.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:37.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:37.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:38 smithi088 ceph-mon[96111]: pgmap v19291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:38 smithi187 ceph-mon[111815]: pgmap v19291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:38.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:38.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:39.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:39.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:40.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:40 smithi088 ceph-mon[96111]: pgmap v19292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:40 smithi187 ceph-mon[111815]: pgmap v19292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:40.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:40.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:41.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:41.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:42 smithi088 ceph-mon[96111]: pgmap v19293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:42 smithi187 ceph-mon[111815]: pgmap v19293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:42.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:42.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:43.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:43.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:44.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:44 smithi088 ceph-mon[96111]: pgmap v19294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:44 smithi187 ceph-mon[111815]: pgmap v19294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:44.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:44.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:45.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:45.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:46 smithi187 ceph-mon[111815]: pgmap v19295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:59:46.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:46.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:46 smithi088 ceph-mon[96111]: pgmap v19295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T09:59:47.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:47.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:48 smithi187 ceph-mon[111815]: pgmap v19296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:48.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:48.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:48 smithi088 ceph-mon[96111]: pgmap v19296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:49.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:49.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:50 smithi187 ceph-mon[111815]: pgmap v19297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:50.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:50.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:50 smithi088 ceph-mon[96111]: pgmap v19297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:51.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:51.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:52 smithi187 ceph-mon[111815]: pgmap v19298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:52.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:52.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:52 smithi088 ceph-mon[96111]: pgmap v19298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:53 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:59:53.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:53.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:53.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:53 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T09:59:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:54 smithi187 ceph-mon[111815]: pgmap v19299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:54.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:54.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:54 smithi088 ceph-mon[96111]: pgmap v19299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:55.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:55.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:56 smithi187 ceph-mon[111815]: pgmap v19300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:56.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:56.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:56 smithi088 ceph-mon[96111]: pgmap v19300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T09:59:57.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:57.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:58 smithi088 ceph-mon[96111]: pgmap v19301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:59:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:59:58.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:59:58.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:59:58.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:59:58.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:59:58.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 09:59:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:59:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:58 smithi187 ceph-mon[111815]: pgmap v19301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T09:59:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:59:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:59:58.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T09:59:58.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T09:59:58.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:59:58.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T09:59:58.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 09:59:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T09:59:58.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:58.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T09:59:59.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T09:59:59.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:00 smithi088 ceph-mon[96111]: pgmap v19302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T10:00:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:00 smithi187 ceph-mon[111815]: pgmap v19302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T10:00:00.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:00.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:00:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:00:01.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:01.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:02 smithi088 ceph-mon[96111]: pgmap v19303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:02 smithi187 ceph-mon[111815]: pgmap v19303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:02.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:02.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:03.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:03.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:04 smithi088 ceph-mon[96111]: pgmap v19304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:04 smithi187 ceph-mon[111815]: pgmap v19304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:04.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:04.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:05.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:05.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:06.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:06 smithi187 ceph-mon[111815]: pgmap v19305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:06 smithi088 ceph-mon[96111]: pgmap v19305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:06.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:06.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:07.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:07.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:08.350 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:08 smithi088 ceph-mon[96111]: pgmap v19306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:08 smithi187 ceph-mon[111815]: pgmap v19306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:08.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:08.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:09.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:09.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:10 smithi187 ceph-mon[111815]: pgmap v19307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:10 smithi088 ceph-mon[96111]: pgmap v19307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:10.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:10.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:11.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:11.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:12 smithi187 ceph-mon[111815]: pgmap v19308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:12 smithi088 ceph-mon[96111]: pgmap v19308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:12.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:12.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:13.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:13.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:14 smithi187 ceph-mon[111815]: pgmap v19309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:14 smithi088 ceph-mon[96111]: pgmap v19309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:14.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:14.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:15.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:15.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:16 smithi187 ceph-mon[111815]: pgmap v19310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:00:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:16 smithi088 ceph-mon[96111]: pgmap v19310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:00:16.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:16.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:17.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:17.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:18.447 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:18 smithi088 ceph-mon[96111]: pgmap v19311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:18 smithi187 ceph-mon[111815]: pgmap v19311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:18.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:18.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:19.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:19.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:20 smithi187 ceph-mon[111815]: pgmap v19312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:20 smithi088 ceph-mon[96111]: pgmap v19312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:20.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:20.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:21.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:21.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:22 smithi187 ceph-mon[111815]: pgmap v19313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:22 smithi088 ceph-mon[96111]: pgmap v19313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:22.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:22.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:23.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:23.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:24 smithi187 ceph-mon[111815]: pgmap v19314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:24 smithi088 ceph-mon[96111]: pgmap v19314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:24.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:24.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:25.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:25.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:26 smithi187 ceph-mon[111815]: pgmap v19315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:26 smithi088 ceph-mon[96111]: pgmap v19315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:26.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:26.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:27.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:27.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:28 smithi187 ceph-mon[111815]: pgmap v19316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:28.546 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:28 smithi088 ceph-mon[96111]: pgmap v19316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:28.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:28.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:29.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:29.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:30 smithi187 ceph-mon[111815]: pgmap v19317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:30 smithi088 ceph-mon[96111]: pgmap v19317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:30.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:30.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:00:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:00:31.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:31.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:32 smithi187 ceph-mon[111815]: pgmap v19318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:32 smithi088 ceph-mon[96111]: pgmap v19318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:32.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:32.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:33.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:33.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:34.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:34 smithi187 ceph-mon[111815]: pgmap v19319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:34 smithi088 ceph-mon[96111]: pgmap v19319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:34.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:34.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:35.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:35.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:36 smithi187 ceph-mon[111815]: pgmap v19320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:36 smithi088 ceph-mon[96111]: pgmap v19320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:36.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:36.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:37.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:37.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:38 smithi187 ceph-mon[111815]: pgmap v19321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:38 smithi088 ceph-mon[96111]: pgmap v19321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:38.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:38.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:39.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:39.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:40 smithi187 ceph-mon[111815]: pgmap v19322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:40 smithi088 ceph-mon[96111]: pgmap v19322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:40.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:40.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:41.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:41.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:42 smithi187 ceph-mon[111815]: pgmap v19323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:42 smithi088 ceph-mon[96111]: pgmap v19323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:42.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:42.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:43.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:43.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:44 smithi187 ceph-mon[111815]: pgmap v19324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:44 smithi088 ceph-mon[96111]: pgmap v19324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:44.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:44.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:45.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:45.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:46 smithi187 ceph-mon[111815]: pgmap v19325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:00:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:46 smithi088 ceph-mon[96111]: pgmap v19325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:00:46.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:46.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:47.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:47.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:48 smithi187 ceph-mon[111815]: pgmap v19326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:48 smithi088 ceph-mon[96111]: pgmap v19326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:48.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:48.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:49.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:49.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:50 smithi187 ceph-mon[111815]: pgmap v19327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:50 smithi088 ceph-mon[96111]: pgmap v19327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:50.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:50.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:51.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:51.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:52 smithi187 ceph-mon[111815]: pgmap v19328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:52 smithi088 ceph-mon[96111]: pgmap v19328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:52.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:52.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:53.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:53.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:54 smithi187 ceph-mon[111815]: pgmap v19329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:54 smithi088 ceph-mon[96111]: pgmap v19329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:54.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:54.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:55.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:55.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:56.418 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:56 smithi187 ceph-mon[111815]: pgmap v19330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:56 smithi088 ceph-mon[96111]: pgmap v19330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:00:56.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:56.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:57.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:57.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:58 smithi187 ceph-mon[111815]: pgmap v19331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:00:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:00:58.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:00:58.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:00:58.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:00:58.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:00:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:00:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:58 smithi088 ceph-mon[96111]: pgmap v19331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:00:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:00:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:00:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:00:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:00:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:00:58.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:00:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:00:58.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:58.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:00:59.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:00:59.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:00 smithi187 ceph-mon[111815]: pgmap v19332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:00 smithi088 ceph-mon[96111]: pgmap v19332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:00.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:00.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:01:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:01:01.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:01.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:02 smithi187 ceph-mon[111815]: pgmap v19333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:02 smithi088 ceph-mon[96111]: pgmap v19333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:02.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:02.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:03.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:03.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:04 smithi187 ceph-mon[111815]: pgmap v19334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:04.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:04 smithi088 ceph-mon[96111]: pgmap v19334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:04.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:04.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:05.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:05.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:06 smithi187 ceph-mon[111815]: pgmap v19335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:06 smithi088 ceph-mon[96111]: pgmap v19335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:06.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:06.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:07.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:07.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:08 smithi187 ceph-mon[111815]: pgmap v19336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:08 smithi088 ceph-mon[96111]: pgmap v19336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:08.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:08.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:09.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:09.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:10 smithi187 ceph-mon[111815]: pgmap v19337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:10 smithi088 ceph-mon[96111]: pgmap v19337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:10.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:10.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:11.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:11.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:12 smithi187 ceph-mon[111815]: pgmap v19338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:12 smithi088 ceph-mon[96111]: pgmap v19338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:12.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:12.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:13.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:13.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:14 smithi088 ceph-mon[96111]: pgmap v19339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:14 smithi187 ceph-mon[111815]: pgmap v19339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:14.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:14.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:15.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:15.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:16 smithi187 ceph-mon[111815]: pgmap v19340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:01:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:16 smithi088 ceph-mon[96111]: pgmap v19340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:01:16.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:16.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:17.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:17.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:18 smithi187 ceph-mon[111815]: pgmap v19341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:18 smithi088 ceph-mon[96111]: pgmap v19341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:18.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:18.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:19.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:19.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:20 smithi187 ceph-mon[111815]: pgmap v19342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:20 smithi088 ceph-mon[96111]: pgmap v19342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:20.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:20.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:21.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:21.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:22 smithi187 ceph-mon[111815]: pgmap v19343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:22 smithi088 ceph-mon[96111]: pgmap v19343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:22.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:22.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:23.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:23.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:24 smithi187 ceph-mon[111815]: pgmap v19344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:24 smithi088 ceph-mon[96111]: pgmap v19344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:24.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:24.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:25.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:25.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:26 smithi187 ceph-mon[111815]: pgmap v19345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:26 smithi088 ceph-mon[96111]: pgmap v19345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:26.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:26.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:27.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:27.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:28 smithi088 ceph-mon[96111]: pgmap v19346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:28 smithi187 ceph-mon[111815]: pgmap v19346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:28.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:28.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:29.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:29.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:30 smithi088 ceph-mon[96111]: pgmap v19347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:30 smithi187 ceph-mon[111815]: pgmap v19347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:30.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:30.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:01:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:01:31.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:31.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:32 smithi088 ceph-mon[96111]: pgmap v19348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:32 smithi187 ceph-mon[111815]: pgmap v19348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:32.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:32.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:33.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:33.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:34 smithi088 ceph-mon[96111]: pgmap v19349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:34 smithi187 ceph-mon[111815]: pgmap v19349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:34.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:34.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:35.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:35.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:36 smithi088 ceph-mon[96111]: pgmap v19350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:36 smithi187 ceph-mon[111815]: pgmap v19350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:36.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:36.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:37.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:37.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:38 smithi088 ceph-mon[96111]: pgmap v19351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:38 smithi187 ceph-mon[111815]: pgmap v19351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:38.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:38.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:39.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:39.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:40 smithi088 ceph-mon[96111]: pgmap v19352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:40 smithi187 ceph-mon[111815]: pgmap v19352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:40.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:40.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:41.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:41.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:42 smithi088 ceph-mon[96111]: pgmap v19353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:42 smithi187 ceph-mon[111815]: pgmap v19353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:42.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:42.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:43.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:43.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:44 smithi088 ceph-mon[96111]: pgmap v19354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:44 smithi187 ceph-mon[111815]: pgmap v19354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:44.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:44.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:45.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:45.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:46 smithi088 ceph-mon[96111]: pgmap v19355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:01:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:46 smithi187 ceph-mon[111815]: pgmap v19355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:01:46.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:46.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:47.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:47.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:48 smithi088 ceph-mon[96111]: pgmap v19356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:48 smithi187 ceph-mon[111815]: pgmap v19356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:48.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:48.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:49.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:49.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:50 smithi088 ceph-mon[96111]: pgmap v19357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:50 smithi187 ceph-mon[111815]: pgmap v19357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:50.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:50.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:51.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:51.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:52 smithi088 ceph-mon[96111]: pgmap v19358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:52 smithi187 ceph-mon[111815]: pgmap v19358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:52.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:52.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:53.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:53.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:54 smithi088 ceph-mon[96111]: pgmap v19359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:54 smithi187 ceph-mon[111815]: pgmap v19359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:54.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:54.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:55.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:55.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:56 smithi088 ceph-mon[96111]: pgmap v19360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:56 smithi187 ceph-mon[111815]: pgmap v19360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:01:56.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:56.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:57.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:57.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:58 smithi088 ceph-mon[96111]: pgmap v19361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:58 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:01:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:58 smithi187 ceph-mon[111815]: pgmap v19361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:01:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:58 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:01:58.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:58.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:59.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:01:59.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:01:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:01:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:01:59.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:01:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:01:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:01:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:01:59.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:01:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:01:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:01:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:01:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:01:59.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:01:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:01:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:01:59.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:01:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:02:00.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:00.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:00 smithi088 ceph-mon[96111]: pgmap v19362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:00 smithi187 ceph-mon[111815]: pgmap v19362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:01.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:01.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:02:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:02:02.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:02.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:02 smithi088 ceph-mon[96111]: pgmap v19363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:02 smithi187 ceph-mon[111815]: pgmap v19363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:03.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:03.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:04.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:04.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:04 smithi088 ceph-mon[96111]: pgmap v19364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:04 smithi187 ceph-mon[111815]: pgmap v19364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:05.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:05.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:06.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:06.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:06 smithi088 ceph-mon[96111]: pgmap v19365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:06 smithi187 ceph-mon[111815]: pgmap v19365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:07.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:07.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:08.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:08.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:08 smithi088 ceph-mon[96111]: pgmap v19366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:08 smithi187 ceph-mon[111815]: pgmap v19366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:09.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:09.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:10.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:10.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:10 smithi088 ceph-mon[96111]: pgmap v19367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:10 smithi187 ceph-mon[111815]: pgmap v19367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:11.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:11.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:12.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:12.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:12 smithi088 ceph-mon[96111]: pgmap v19368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:12 smithi187 ceph-mon[111815]: pgmap v19368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:13.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:13.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:14.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:14.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:14 smithi088 ceph-mon[96111]: pgmap v19369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:14 smithi187 ceph-mon[111815]: pgmap v19369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:15.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:15.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:16.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:16.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:16 smithi088 ceph-mon[96111]: pgmap v19370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:02:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:16 smithi187 ceph-mon[111815]: pgmap v19370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:02:17.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:17.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:18.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:18.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:18 smithi088 ceph-mon[96111]: pgmap v19371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:18.855 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:18 smithi187 ceph-mon[111815]: pgmap v19371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:19.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:19.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:20.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:20.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:20 smithi088 ceph-mon[96111]: pgmap v19372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:20 smithi187 ceph-mon[111815]: pgmap v19372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:21.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:21.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:22.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:22.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:22 smithi088 ceph-mon[96111]: pgmap v19373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:22 smithi187 ceph-mon[111815]: pgmap v19373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:23.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:23.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:24 smithi187 ceph-mon[111815]: pgmap v19374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:24.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:24.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:24 smithi088 ceph-mon[96111]: pgmap v19374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:25.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:25.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:26.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:26.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:26 smithi088 ceph-mon[96111]: pgmap v19375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:26 smithi187 ceph-mon[111815]: pgmap v19375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:27.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:27.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:28.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:28.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:28 smithi088 ceph-mon[96111]: pgmap v19376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:28 smithi187 ceph-mon[111815]: pgmap v19376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:29.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:29.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:30.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:30.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:30 smithi088 ceph-mon[96111]: pgmap v19377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:30 smithi187 ceph-mon[111815]: pgmap v19377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:31.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:31.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:02:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:02:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:32 smithi187 ceph-mon[111815]: pgmap v19378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:32.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:32.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:32 smithi088 ceph-mon[96111]: pgmap v19378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:33.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:33.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:34.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:34 smithi088 ceph-mon[96111]: pgmap v19379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:34.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:34.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:34 smithi187 ceph-mon[111815]: pgmap v19379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:35.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:35.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:36 smithi088 ceph-mon[96111]: pgmap v19380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:36.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:36.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:36 smithi187 ceph-mon[111815]: pgmap v19380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:37.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:37.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:37.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:37 smithi187 ceph-mon[111815]: pgmap v19381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:37 smithi088 ceph-mon[96111]: pgmap v19381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:38.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:38.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:39.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:39.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:40 smithi187 ceph-mon[111815]: pgmap v19382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:40 smithi088 ceph-mon[96111]: pgmap v19382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:40.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:40.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:41.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:41.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:42 smithi187 ceph-mon[111815]: pgmap v19383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:42 smithi088 ceph-mon[96111]: pgmap v19383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:42.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:42.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:43.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:43.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:44 smithi187 ceph-mon[111815]: pgmap v19384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:44 smithi088 ceph-mon[96111]: pgmap v19384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:44.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:44.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:45.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:45.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:46 smithi187 ceph-mon[111815]: pgmap v19385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:02:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:46 smithi088 ceph-mon[96111]: pgmap v19385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:02:46.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:46.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:47.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:47.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:48 smithi187 ceph-mon[111815]: pgmap v19386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:48 smithi088 ceph-mon[96111]: pgmap v19386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:48.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:48.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:49.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:49.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:50.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:50 smithi088 ceph-mon[96111]: pgmap v19387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:50.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:50 smithi187 ceph-mon[111815]: pgmap v19387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:50.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:50.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:51.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:51.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:52.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:52 smithi187 ceph-mon[111815]: pgmap v19388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:52 smithi088 ceph-mon[96111]: pgmap v19388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:52.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:52.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:53.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:53.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:54 smithi187 ceph-mon[111815]: pgmap v19389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:54 smithi088 ceph-mon[96111]: pgmap v19389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:54.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:54.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:55.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:55.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:56 smithi187 ceph-mon[111815]: pgmap v19390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:56 smithi088 ceph-mon[96111]: pgmap v19390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:02:56.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:56.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:57.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:57.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:58 smithi187 ceph-mon[111815]: pgmap v19391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:58 smithi088 ceph-mon[96111]: pgmap v19391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:02:58.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:58.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:02:59.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:02:59 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:02:59.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:02:59 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:02:59.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:02:59.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:00.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:00 smithi088 ceph-mon[96111]: pgmap v19392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:03:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:03:00.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:03:00.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:03:00.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:03:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:00 smithi187 ceph-mon[111815]: pgmap v19392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:03:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:03:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:03:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:03:00.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:03:00.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:00.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:03:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:03:01.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:01.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:02.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:02 smithi187 ceph-mon[111815]: pgmap v19393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:02 smithi088 ceph-mon[96111]: pgmap v19393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:02.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:02.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:03.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:03.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:04.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:04 smithi187 ceph-mon[111815]: pgmap v19394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:04 smithi088 ceph-mon[96111]: pgmap v19394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:04.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:04.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:05.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:05.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:06.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:06 smithi187 ceph-mon[111815]: pgmap v19395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:06 smithi088 ceph-mon[96111]: pgmap v19395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:06.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:06.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:07.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:07.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:08 smithi187 ceph-mon[111815]: pgmap v19396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:08 smithi088 ceph-mon[96111]: pgmap v19396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:08.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:08.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:09.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:09.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:10 smithi187 ceph-mon[111815]: pgmap v19397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:10 smithi088 ceph-mon[96111]: pgmap v19397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:10.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:10.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:11.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:11.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:12.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:12 smithi187 ceph-mon[111815]: pgmap v19398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:12 smithi088 ceph-mon[96111]: pgmap v19398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:12.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:12.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:13.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:13.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:14 smithi187 ceph-mon[111815]: pgmap v19399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:14 smithi088 ceph-mon[96111]: pgmap v19399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:14.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:14.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:15.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:15.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:16 smithi187 ceph-mon[111815]: pgmap v19400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:03:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:16 smithi088 ceph-mon[96111]: pgmap v19400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:03:16.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:16.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:17.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:17.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:18 smithi187 ceph-mon[111815]: pgmap v19401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:18 smithi088 ceph-mon[96111]: pgmap v19401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:18.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:18.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:19.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:19.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:20 smithi187 ceph-mon[111815]: pgmap v19402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:20 smithi088 ceph-mon[96111]: pgmap v19402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:20.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:20.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:21.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:21.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:22 smithi187 ceph-mon[111815]: pgmap v19403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:22 smithi088 ceph-mon[96111]: pgmap v19403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:22.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:22.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:23.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:23.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:24 smithi187 ceph-mon[111815]: pgmap v19404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:24 smithi088 ceph-mon[96111]: pgmap v19404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:24.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:24.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:25.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:25.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:26 smithi187 ceph-mon[111815]: pgmap v19405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:26 smithi088 ceph-mon[96111]: pgmap v19405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:26.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:26.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:27.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:27.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:28 smithi187 ceph-mon[111815]: pgmap v19406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:28 smithi088 ceph-mon[96111]: pgmap v19406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:28.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:28.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:29.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:29.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:30 smithi187 ceph-mon[111815]: pgmap v19407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:30 smithi088 ceph-mon[96111]: pgmap v19407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:30.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:30.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:03:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:03:31.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:31.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:32 smithi187 ceph-mon[111815]: pgmap v19408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:32 smithi088 ceph-mon[96111]: pgmap v19408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:32.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:32.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:33.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:33.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:34 smithi187 ceph-mon[111815]: pgmap v19409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:34 smithi088 ceph-mon[96111]: pgmap v19409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:34.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:34.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:35.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:35.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:36 smithi187 ceph-mon[111815]: pgmap v19410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:36 smithi088 ceph-mon[96111]: pgmap v19410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:36.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:36.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:37.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:37.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:38 smithi187 ceph-mon[111815]: pgmap v19411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:38 smithi088 ceph-mon[96111]: pgmap v19411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:38.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:38.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:39.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:39.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:40 smithi187 ceph-mon[111815]: pgmap v19412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:40 smithi088 ceph-mon[96111]: pgmap v19412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:40.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:40.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:41.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:41.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:42 smithi187 ceph-mon[111815]: pgmap v19413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:42 smithi088 ceph-mon[96111]: pgmap v19413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:42.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:42.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:43.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:43.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:44 smithi187 ceph-mon[111815]: pgmap v19414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:44 smithi088 ceph-mon[96111]: pgmap v19414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:44.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:44.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:45.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:45.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:46 smithi187 ceph-mon[111815]: pgmap v19415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:03:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:46 smithi088 ceph-mon[96111]: pgmap v19415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:03:46.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:46.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:47.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:47.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:48 smithi088 ceph-mon[96111]: pgmap v19416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:48 smithi187 ceph-mon[111815]: pgmap v19416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:48.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:48.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:49.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:49.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:50.514 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:50 smithi088 ceph-mon[96111]: pgmap v19417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:50 smithi187 ceph-mon[111815]: pgmap v19417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:50.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:50.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:51.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:51.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:52 smithi088 ceph-mon[96111]: pgmap v19418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:52 smithi187 ceph-mon[111815]: pgmap v19418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:52.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:52.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:53.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:53.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:54 smithi088 ceph-mon[96111]: pgmap v19419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:54 smithi187 ceph-mon[111815]: pgmap v19419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:54.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:54.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:55.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:55.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:56 smithi088 ceph-mon[96111]: pgmap v19420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:56 smithi187 ceph-mon[111815]: pgmap v19420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:03:56.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:56.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:57.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:57.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:03:58 smithi088 ceph-mon[96111]: pgmap v19421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:03:58 smithi187 ceph-mon[111815]: pgmap v19421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:03:58.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:58.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:03:59.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:03:59.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:00 smithi088 ceph-mon[96111]: pgmap v19422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:04:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:04:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:04:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:00 smithi187 ceph-mon[111815]: pgmap v19422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:04:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:04:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:04:00.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:00.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:04:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:04:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:04:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:04:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:04:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:04:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:04:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:04:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:04:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:04:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:04:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:04:01.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:01.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:02 smithi088 ceph-mon[96111]: pgmap v19423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:02 smithi187 ceph-mon[111815]: pgmap v19423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:02.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:02.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:03.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:03.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:04 smithi088 ceph-mon[96111]: pgmap v19424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:04 smithi187 ceph-mon[111815]: pgmap v19424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:04.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:04.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:05.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:05.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:06 smithi088 ceph-mon[96111]: pgmap v19425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:06 smithi187 ceph-mon[111815]: pgmap v19425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:06.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:06.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:07.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:07.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:08 smithi187 ceph-mon[111815]: pgmap v19426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:08 smithi088 ceph-mon[96111]: pgmap v19426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:08.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:08.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:09.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:09.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:10.707 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:10 smithi088 ceph-mon[96111]: pgmap v19427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:10 smithi187 ceph-mon[111815]: pgmap v19427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:10.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:10.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:11.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:11.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:12 smithi187 ceph-mon[111815]: pgmap v19428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:12 smithi088 ceph-mon[96111]: pgmap v19428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:12.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:12.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:13.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:13.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:14 smithi088 ceph-mon[96111]: pgmap v19429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:14 smithi187 ceph-mon[111815]: pgmap v19429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:14.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:14.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:15.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:15.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:16 smithi187 ceph-mon[111815]: pgmap v19430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:04:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:16 smithi088 ceph-mon[96111]: pgmap v19430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:04:16.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:16.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:17.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:17.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:18 smithi187 ceph-mon[111815]: pgmap v19431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:18 smithi088 ceph-mon[96111]: pgmap v19431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:18.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:18.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:19.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:19.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:20 smithi187 ceph-mon[111815]: pgmap v19432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:20.806 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:20 smithi088 ceph-mon[96111]: pgmap v19432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:20.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:20.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:22.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:22.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:22 smithi187 ceph-mon[111815]: pgmap v19433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:22 smithi088 ceph-mon[96111]: pgmap v19433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:23.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:23.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:24.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:24.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:24 smithi088 ceph-mon[96111]: pgmap v19434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:24 smithi187 ceph-mon[111815]: pgmap v19434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:25.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:25.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:26.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:26.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:26 smithi187 ceph-mon[111815]: pgmap v19435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:26 smithi088 ceph-mon[96111]: pgmap v19435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:27.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:27.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:28.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:28.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:28.628 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:28 smithi187 ceph-mon[111815]: pgmap v19436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:28 smithi088 ceph-mon[96111]: pgmap v19436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:29.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:29.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:30.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:30.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:30 smithi187 ceph-mon[111815]: pgmap v19437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:30 smithi088 ceph-mon[96111]: pgmap v19437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:31.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:31.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:04:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:04:32.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:32.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:32 smithi187 ceph-mon[111815]: pgmap v19438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:32 smithi088 ceph-mon[96111]: pgmap v19438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:33.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:33.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:34.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:34.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:34 smithi088 ceph-mon[96111]: pgmap v19439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:34 smithi187 ceph-mon[111815]: pgmap v19439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:35.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:35.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:36.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:36.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:36 smithi187 ceph-mon[111815]: pgmap v19440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:36 smithi088 ceph-mon[96111]: pgmap v19440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:37.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:37.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:38.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:38.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:38 smithi187 ceph-mon[111815]: pgmap v19441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:38 smithi088 ceph-mon[96111]: pgmap v19441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:39.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:39.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:40.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:40.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:40 smithi187 ceph-mon[111815]: pgmap v19442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:40 smithi088 ceph-mon[96111]: pgmap v19442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:41.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:41.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:42.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:42.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:42 smithi187 ceph-mon[111815]: pgmap v19443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:42 smithi088 ceph-mon[96111]: pgmap v19443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:43.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:43.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:44.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:44.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:44 smithi088 ceph-mon[96111]: pgmap v19444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:44 smithi187 ceph-mon[111815]: pgmap v19444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:45.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:45.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:46.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:46.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:46 smithi187 ceph-mon[111815]: pgmap v19445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:04:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:46 smithi088 ceph-mon[96111]: pgmap v19445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:04:47.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:47.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:48.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:48.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:48 smithi187 ceph-mon[111815]: pgmap v19446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:48 smithi088 ceph-mon[96111]: pgmap v19446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:49.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:49.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:50.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:50.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:50 smithi187 ceph-mon[111815]: pgmap v19447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:50 smithi088 ceph-mon[96111]: pgmap v19447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:51.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:51.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:52.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:52.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:52 smithi187 ceph-mon[111815]: pgmap v19448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:52 smithi088 ceph-mon[96111]: pgmap v19448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:53.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:53.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:54.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:54.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:54 smithi088 ceph-mon[96111]: pgmap v19449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:54 smithi187 ceph-mon[111815]: pgmap v19449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:55.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:55.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:56.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:56.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:56 smithi187 ceph-mon[111815]: pgmap v19450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:56 smithi088 ceph-mon[96111]: pgmap v19450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:04:57.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:57.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:58.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:58.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:04:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:04:58 smithi187 ceph-mon[111815]: pgmap v19451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:04:58 smithi088 ceph-mon[96111]: pgmap v19451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:04:59.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:04:59.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:00.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:00.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:00 smithi187 ceph-mon[111815]: pgmap v19452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:05:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:00 smithi088 ceph-mon[96111]: pgmap v19452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:00.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:05:01.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:01.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:05:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:05:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:05:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:05:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:05:01.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:05:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:05:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:05:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:05:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:05:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:05:01.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:05:02.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:02.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:02 smithi187 ceph-mon[111815]: pgmap v19453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:02 smithi088 ceph-mon[96111]: pgmap v19453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:03.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:03.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:04.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:04.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:04 smithi088 ceph-mon[96111]: pgmap v19454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:04 smithi187 ceph-mon[111815]: pgmap v19454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:05.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:05.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:06.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:06.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:06 smithi088 ceph-mon[96111]: pgmap v19455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:06 smithi187 ceph-mon[111815]: pgmap v19455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:07.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:07.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:08.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:08.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:08 smithi187 ceph-mon[111815]: pgmap v19456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:08 smithi088 ceph-mon[96111]: pgmap v19456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:09.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:09.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:10.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:10.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:10 smithi187 ceph-mon[111815]: pgmap v19457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:10 smithi088 ceph-mon[96111]: pgmap v19457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:11.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:11.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:12.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:12.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:12 smithi187 ceph-mon[111815]: pgmap v19458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:12 smithi088 ceph-mon[96111]: pgmap v19458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:13.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:13.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:14.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:14.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:14 smithi187 ceph-mon[111815]: pgmap v19459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:14 smithi088 ceph-mon[96111]: pgmap v19459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:15.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:15.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:16.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:16.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:16 smithi187 ceph-mon[111815]: pgmap v19460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:05:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:16 smithi088 ceph-mon[96111]: pgmap v19460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:05:17.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:17.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:18.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:18.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:18 smithi187 ceph-mon[111815]: pgmap v19461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:18 smithi088 ceph-mon[96111]: pgmap v19461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:19.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:19.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:20.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:20.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:20 smithi187 ceph-mon[111815]: pgmap v19462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:20 smithi088 ceph-mon[96111]: pgmap v19462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:21.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:21.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:22.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:22.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:22 smithi088 ceph-mon[96111]: pgmap v19463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:22 smithi187 ceph-mon[111815]: pgmap v19463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:23.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:23.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:24.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:24.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:24 smithi088 ceph-mon[96111]: pgmap v19464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:24 smithi187 ceph-mon[111815]: pgmap v19464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:25.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:25.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:26.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:26.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:26 smithi088 ceph-mon[96111]: pgmap v19465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:26 smithi187 ceph-mon[111815]: pgmap v19465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:27.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:27.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:28.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:28.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:28 smithi088 ceph-mon[96111]: pgmap v19466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:28 smithi187 ceph-mon[111815]: pgmap v19466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:29.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:29.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:30.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:30.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:30 smithi088 ceph-mon[96111]: pgmap v19467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:30 smithi187 ceph-mon[111815]: pgmap v19467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:31.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:31.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:05:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:05:32.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:32.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:32 smithi088 ceph-mon[96111]: pgmap v19468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:32 smithi187 ceph-mon[111815]: pgmap v19468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:33.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:33.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:34.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:34.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:34 smithi187 ceph-mon[111815]: pgmap v19469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:34 smithi088 ceph-mon[96111]: pgmap v19469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:35.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:35.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:36.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:36.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:36 smithi088 ceph-mon[96111]: pgmap v19470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:36 smithi187 ceph-mon[111815]: pgmap v19470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:37.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:37.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:38.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:38.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:38 smithi088 ceph-mon[96111]: pgmap v19471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:38 smithi187 ceph-mon[111815]: pgmap v19471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:39.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:39.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:40.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:40.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:40 smithi088 ceph-mon[96111]: pgmap v19472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:40 smithi187 ceph-mon[111815]: pgmap v19472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:41.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:41.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:42.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:42.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:42 smithi088 ceph-mon[96111]: pgmap v19473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:42 smithi187 ceph-mon[111815]: pgmap v19473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:43.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:43.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:44.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:44.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:44 smithi187 ceph-mon[111815]: pgmap v19474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:44 smithi088 ceph-mon[96111]: pgmap v19474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:45.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:45.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:46.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:46.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:46 smithi088 ceph-mon[96111]: pgmap v19475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:05:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:46 smithi187 ceph-mon[111815]: pgmap v19475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:05:47.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:47.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:48.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:48.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:48 smithi088 ceph-mon[96111]: pgmap v19476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:48 smithi187 ceph-mon[111815]: pgmap v19476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:49.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:49.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:50.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:50.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:50 smithi088 ceph-mon[96111]: pgmap v19477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:50 smithi187 ceph-mon[111815]: pgmap v19477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:51.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:51.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:52.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:52.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:52 smithi088 ceph-mon[96111]: pgmap v19478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:52 smithi187 ceph-mon[111815]: pgmap v19478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:53.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:53.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:54.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:54.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:54 smithi088 ceph-mon[96111]: pgmap v19479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:54 smithi187 ceph-mon[111815]: pgmap v19479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:55.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:55.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:56.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:56.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:56 smithi088 ceph-mon[96111]: pgmap v19480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:56 smithi187 ceph-mon[111815]: pgmap v19480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:05:57.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:57.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:58.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:58.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:05:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:05:58 smithi088 ceph-mon[96111]: pgmap v19481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:05:58 smithi187 ceph-mon[111815]: pgmap v19481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:05:59.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:05:59.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:00.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:00.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:00 smithi088 ceph-mon[96111]: pgmap v19482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:00 smithi187 ceph-mon[111815]: pgmap v19482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:01.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:01.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:06:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:06:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:06:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:06:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:06:01.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:06:01.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:06:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:06:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:06:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:06:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:06:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:06:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:06:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:06:02.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:02.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:02 smithi088 ceph-mon[96111]: pgmap v19483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:02 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1376M 2023-10-13T10:06:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:06:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:06:02.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:06:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:06:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:06:02.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:06:02.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:06:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:02 smithi187 ceph-mon[111815]: pgmap v19483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:02 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1376M 2023-10-13T10:06:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:06:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:06:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:06:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:06:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:06:02.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:06:02.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:06:03.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:03.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:04.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:04.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:04 smithi088 ceph-mon[96111]: pgmap v19484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:04 smithi187 ceph-mon[111815]: pgmap v19484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:05.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:05.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:06.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:06.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:06 smithi088 ceph-mon[96111]: pgmap v19485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:06 smithi187 ceph-mon[111815]: pgmap v19485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:07.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:07.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:08.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:08.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:08 smithi088 ceph-mon[96111]: pgmap v19486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:08 smithi187 ceph-mon[111815]: pgmap v19486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:09.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:09.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:10.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:10.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:10 smithi088 ceph-mon[96111]: pgmap v19487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:10 smithi187 ceph-mon[111815]: pgmap v19487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:11.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:11.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:12.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:12.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:12 smithi088 ceph-mon[96111]: pgmap v19488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:12 smithi187 ceph-mon[111815]: pgmap v19488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:13.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:13.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:14.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:14.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:14.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:14 smithi088 ceph-mon[96111]: pgmap v19489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:14 smithi187 ceph-mon[111815]: pgmap v19489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:15.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:15.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:16.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:16.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:16 smithi088 ceph-mon[96111]: pgmap v19490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:06:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:16 smithi187 ceph-mon[111815]: pgmap v19490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:06:17.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:17.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:18.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:18.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:18 smithi088 ceph-mon[96111]: pgmap v19491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:18 smithi187 ceph-mon[111815]: pgmap v19491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:19.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:19.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:20.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:20.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:20 smithi088 ceph-mon[96111]: pgmap v19492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:20 smithi187 ceph-mon[111815]: pgmap v19492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:21.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:21.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:21 smithi187 ceph-mon[111815]: pgmap v19493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:21.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:21 smithi088 ceph-mon[96111]: pgmap v19493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:22.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:22.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:23.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:23.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:24.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:23 smithi088 ceph-mon[96111]: pgmap v19494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:24.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:24.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:24.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:23 smithi187 ceph-mon[111815]: pgmap v19494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:25.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:25.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:26.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:26.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:26 smithi187 ceph-mon[111815]: pgmap v19495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:26 smithi088 ceph-mon[96111]: pgmap v19495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:27.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:27.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:28.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:28.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:28 smithi187 ceph-mon[111815]: pgmap v19496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:28 smithi088 ceph-mon[96111]: pgmap v19496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:29.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:30.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:30.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:30 smithi187 ceph-mon[111815]: pgmap v19497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:30 smithi088 ceph-mon[96111]: pgmap v19497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:31.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:31.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:06:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:06:32.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:32.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:32 smithi187 ceph-mon[111815]: pgmap v19498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:32 smithi088 ceph-mon[96111]: pgmap v19498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:33.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:33.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:34.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:34.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:34 smithi187 ceph-mon[111815]: pgmap v19499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:34 smithi088 ceph-mon[96111]: pgmap v19499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:35.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:35.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:36.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:36.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:36.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:36 smithi187 ceph-mon[111815]: pgmap v19500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:36 smithi088 ceph-mon[96111]: pgmap v19500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:37.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:37.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:38.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:38.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:38 smithi187 ceph-mon[111815]: pgmap v19501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:38 smithi088 ceph-mon[96111]: pgmap v19501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:39.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:39.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:40.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:40.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:40.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:40 smithi187 ceph-mon[111815]: pgmap v19502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:40 smithi088 ceph-mon[96111]: pgmap v19502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:41.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:41.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:42.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:42.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:42.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:42 smithi187 ceph-mon[111815]: pgmap v19503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:42 smithi088 ceph-mon[96111]: pgmap v19503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:43.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:43.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:44.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:44.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:44.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:44 smithi187 ceph-mon[111815]: pgmap v19504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:44 smithi088 ceph-mon[96111]: pgmap v19504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:45.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:45.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:46.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:46.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:46 smithi187 ceph-mon[111815]: pgmap v19505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:06:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:46 smithi088 ceph-mon[96111]: pgmap v19505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:06:47.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:47.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:48.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:48.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:48 smithi187 ceph-mon[111815]: pgmap v19506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:48 smithi088 ceph-mon[96111]: pgmap v19506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:49.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:49.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:50.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:50.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:50.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:50 smithi187 ceph-mon[111815]: pgmap v19507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:50 smithi088 ceph-mon[96111]: pgmap v19507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:51.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:51.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:52.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:52.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:52.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:52 smithi187 ceph-mon[111815]: pgmap v19508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:52 smithi088 ceph-mon[96111]: pgmap v19508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:53.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:53.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:54.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:54.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:54.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:54 smithi187 ceph-mon[111815]: pgmap v19509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:54 smithi088 ceph-mon[96111]: pgmap v19509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:55.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:55.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:56.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:56.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:56.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:56 smithi187 ceph-mon[111815]: pgmap v19510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:56 smithi088 ceph-mon[96111]: pgmap v19510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:06:57.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:57.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:58.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:58.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:06:58.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:06:58 smithi187 ceph-mon[111815]: pgmap v19511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:06:58 smithi088 ceph-mon[96111]: pgmap v19511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:06:59.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:06:59.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:00.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:00.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:00.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:00 smithi187 ceph-mon[111815]: pgmap v19512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:00 smithi088 ceph-mon[96111]: pgmap v19512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:01.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:01.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:07:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:07:02.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:02.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:02 smithi088 ceph-mon[96111]: pgmap v19513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:07:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:02 smithi187 ceph-mon[111815]: pgmap v19513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:07:03.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:03.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:03.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:03.836 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:03.837 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:04.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:04.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:04 smithi088 ceph-mon[96111]: pgmap v19514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:04 smithi187 ceph-mon[111815]: pgmap v19514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:05.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:05.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:06.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:06.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:06 smithi088 ceph-mon[96111]: pgmap v19515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:06 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:06 smithi187 ceph-mon[111815]: pgmap v19515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:06 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:07.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:07.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:08.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:08.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:08.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:07:08.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:07:08.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:08.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:07:08.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:08.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:07 smithi088 ceph-mon[96111]: pgmap v19516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:08.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:08.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:07:08.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:07:08.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:08.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:07:08.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:07:08.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:07 smithi187 ceph-mon[111815]: pgmap v19516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:08.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:08.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:09.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:09.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:10.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:10.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:10.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:10 smithi187 ceph-mon[111815]: pgmap v19517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:10 smithi088 ceph-mon[96111]: pgmap v19517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:11.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:11.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:12.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:12.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:12.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:12 smithi187 ceph-mon[111815]: pgmap v19518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:12.478 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:12 smithi088 ceph-mon[96111]: pgmap v19518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:13.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:13.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:14.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:14.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:14 smithi187 ceph-mon[111815]: pgmap v19519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:14 smithi088 ceph-mon[96111]: pgmap v19519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:15.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:15.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:16.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:16.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:16 smithi187 ceph-mon[111815]: pgmap v19520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:07:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:16 smithi088 ceph-mon[96111]: pgmap v19520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:07:17.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:17.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:18.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:18.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:18.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:18 smithi187 ceph-mon[111815]: pgmap v19521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:18 smithi088 ceph-mon[96111]: pgmap v19521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:19.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:19.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:20.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:20.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:20.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:20 smithi187 ceph-mon[111815]: pgmap v19522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:20 smithi088 ceph-mon[96111]: pgmap v19522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:21.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:21.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:22.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:22.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:22 smithi187 ceph-mon[111815]: pgmap v19523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:22 smithi088 ceph-mon[96111]: pgmap v19523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:23.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:23.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:24.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:24.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:24.462 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:24 smithi187 ceph-mon[111815]: pgmap v19524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:24 smithi088 ceph-mon[96111]: pgmap v19524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:25.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:25.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:26.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:26.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:26.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:26 smithi187 ceph-mon[111815]: pgmap v19525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:26 smithi088 ceph-mon[96111]: pgmap v19525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:27.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:27.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:28.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:28.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:28 smithi187 ceph-mon[111815]: pgmap v19526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:28 smithi088 ceph-mon[96111]: pgmap v19526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:29.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:29.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:30.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:30.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:30.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:30 smithi187 ceph-mon[111815]: pgmap v19527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:30 smithi088 ceph-mon[96111]: pgmap v19527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:31.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:31.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:07:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:07:32.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:32.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:32.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:32 smithi187 ceph-mon[111815]: pgmap v19528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:32 smithi088 ceph-mon[96111]: pgmap v19528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:33.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:33.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:34.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:34.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:34 smithi187 ceph-mon[111815]: pgmap v19529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:34 smithi088 ceph-mon[96111]: pgmap v19529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:35.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:35.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:36.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:36.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:36 smithi088 ceph-mon[96111]: pgmap v19530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:36 smithi187 ceph-mon[111815]: pgmap v19530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:37.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:37.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:38.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:38.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:38 smithi088 ceph-mon[96111]: pgmap v19531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:38 smithi187 ceph-mon[111815]: pgmap v19531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:39.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:39.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:40.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:40.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:40 smithi088 ceph-mon[96111]: pgmap v19532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:40.627 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:40 smithi187 ceph-mon[111815]: pgmap v19532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:41.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:41.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:42.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:42.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:42 smithi088 ceph-mon[96111]: pgmap v19533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:42 smithi187 ceph-mon[111815]: pgmap v19533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:43.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:43.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:44.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:44.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:44 smithi088 ceph-mon[96111]: pgmap v19534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:44 smithi187 ceph-mon[111815]: pgmap v19534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:45.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:45.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:46.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:46.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:46 smithi088 ceph-mon[96111]: pgmap v19535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:07:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:46 smithi187 ceph-mon[111815]: pgmap v19535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:07:47.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:47.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:48.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:48.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:48 smithi088 ceph-mon[96111]: pgmap v19536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:48 smithi187 ceph-mon[111815]: pgmap v19536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:49.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:49.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:50.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:50.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:50 smithi088 ceph-mon[96111]: pgmap v19537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:50 smithi187 ceph-mon[111815]: pgmap v19537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:51.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:51.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:52.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:52.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:52 smithi088 ceph-mon[96111]: pgmap v19538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:52 smithi187 ceph-mon[111815]: pgmap v19538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:53.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:53.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:54.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:54.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:54 smithi088 ceph-mon[96111]: pgmap v19539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:54 smithi187 ceph-mon[111815]: pgmap v19539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:55.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:55.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:56.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:56.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:56 smithi088 ceph-mon[96111]: pgmap v19540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:56 smithi187 ceph-mon[111815]: pgmap v19540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:07:57.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:57.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:58.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:58.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:07:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:07:58 smithi088 ceph-mon[96111]: pgmap v19541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:07:58 smithi187 ceph-mon[111815]: pgmap v19541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:07:59.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:07:59.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:00.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:00.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:00.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:00 smithi088 ceph-mon[96111]: pgmap v19542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:00 smithi187 ceph-mon[111815]: pgmap v19542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:01.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:01.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:08:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:08:02.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:02.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:02 smithi088 ceph-mon[96111]: pgmap v19543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:02 smithi187 ceph-mon[111815]: pgmap v19543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:03.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:03.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:04.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:04.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:04 smithi088 ceph-mon[96111]: pgmap v19544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:04 smithi187 ceph-mon[111815]: pgmap v19544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:05.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:05.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:06.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:06.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:06 smithi088 ceph-mon[96111]: pgmap v19545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:06 smithi187 ceph-mon[111815]: pgmap v19545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:07.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:07.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:07.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:07 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:08:07.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:07 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:08:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:08 smithi088 ceph-mon[96111]: pgmap v19546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:08:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:08:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:08:08.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:08:08.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:08:08.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:08.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:08 smithi187 ceph-mon[111815]: pgmap v19546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:08:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:08:08.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:08:08.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:08:08.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:08:09.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:09.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:10.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:10.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:10.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:10 smithi088 ceph-mon[96111]: pgmap v19547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:10 smithi187 ceph-mon[111815]: pgmap v19547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:11.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:11.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:12.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:12.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:12.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:12 smithi088 ceph-mon[96111]: pgmap v19548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:12 smithi187 ceph-mon[111815]: pgmap v19548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:13.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:13.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:14.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:14.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:14 smithi088 ceph-mon[96111]: pgmap v19549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:14 smithi187 ceph-mon[111815]: pgmap v19549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:15.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:15.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:16.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:16.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:16 smithi088 ceph-mon[96111]: pgmap v19550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:08:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:16 smithi187 ceph-mon[111815]: pgmap v19550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:08:17.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:17.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:18.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:18.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:18 smithi088 ceph-mon[96111]: pgmap v19551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:18 smithi187 ceph-mon[111815]: pgmap v19551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:19.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:19.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:20.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:20.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:20 smithi088 ceph-mon[96111]: pgmap v19552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:20 smithi187 ceph-mon[111815]: pgmap v19552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:21.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:21.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:22.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:22.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:22 smithi088 ceph-mon[96111]: pgmap v19553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:22 smithi187 ceph-mon[111815]: pgmap v19553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:23.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:23.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:24.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:24.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:24 smithi088 ceph-mon[96111]: pgmap v19554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:24 smithi187 ceph-mon[111815]: pgmap v19554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:25.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:25.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:26.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:26.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:26.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:26 smithi187 ceph-mon[111815]: pgmap v19555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:26 smithi088 ceph-mon[96111]: pgmap v19555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:27.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:27.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:28.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:28.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:28 smithi088 ceph-mon[96111]: pgmap v19556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:28 smithi187 ceph-mon[111815]: pgmap v19556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:29.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:29.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:30.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:30.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:30 smithi088 ceph-mon[96111]: pgmap v19557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:30 smithi187 ceph-mon[111815]: pgmap v19557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:31.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:31.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:08:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:08:32.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:32.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:32 smithi088 ceph-mon[96111]: pgmap v19558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:32 smithi187 ceph-mon[111815]: pgmap v19558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:33.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:33.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:34.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:34.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:34 smithi088 ceph-mon[96111]: pgmap v19559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:34 smithi187 ceph-mon[111815]: pgmap v19559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:35.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:35.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:36.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:36.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:36 smithi187 ceph-mon[111815]: pgmap v19560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:36 smithi088 ceph-mon[96111]: pgmap v19560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:37.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:37.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:38.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:38.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:38 smithi088 ceph-mon[96111]: pgmap v19561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:38 smithi187 ceph-mon[111815]: pgmap v19561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:39.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:39.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:40.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:40.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:40.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:40 smithi088 ceph-mon[96111]: pgmap v19562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:40 smithi187 ceph-mon[111815]: pgmap v19562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:41.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:41.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:42.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:42.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:42 smithi187 ceph-mon[111815]: pgmap v19563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:42 smithi088 ceph-mon[96111]: pgmap v19563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:43.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:43.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:44.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:44.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:44 smithi088 ceph-mon[96111]: pgmap v19564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:44 smithi187 ceph-mon[111815]: pgmap v19564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:45.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:45.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:46.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:46.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:46 smithi187 ceph-mon[111815]: pgmap v19565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:46.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:08:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:46 smithi088 ceph-mon[96111]: pgmap v19565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:08:47.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:47.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:48.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:48.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:48 smithi187 ceph-mon[111815]: pgmap v19566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:48 smithi088 ceph-mon[96111]: pgmap v19566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:49.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:49.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:50.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:50.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:50 smithi187 ceph-mon[111815]: pgmap v19567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:50 smithi088 ceph-mon[96111]: pgmap v19567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:51.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:51.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:52.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:52.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:52 smithi187 ceph-mon[111815]: pgmap v19568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:52 smithi088 ceph-mon[96111]: pgmap v19568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:53.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:53.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:54.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:54.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:54.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:54 smithi088 ceph-mon[96111]: pgmap v19569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:54 smithi187 ceph-mon[111815]: pgmap v19569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:55.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:55.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:56.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:56.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:56 smithi187 ceph-mon[111815]: pgmap v19570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:56 smithi088 ceph-mon[96111]: pgmap v19570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:08:57.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:57.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:58.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:58.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:08:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:08:58 smithi187 ceph-mon[111815]: pgmap v19571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:08:58 smithi088 ceph-mon[96111]: pgmap v19571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:08:59.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:08:59.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:00.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:00.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:00 smithi187 ceph-mon[111815]: pgmap v19572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:00 smithi088 ceph-mon[96111]: pgmap v19572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:01.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:01.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:09:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:09:02.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:02.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:02 smithi187 ceph-mon[111815]: pgmap v19573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:02 smithi088 ceph-mon[96111]: pgmap v19573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:03.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:03.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:04.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:04.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:04 smithi088 ceph-mon[96111]: pgmap v19574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:04 smithi187 ceph-mon[111815]: pgmap v19574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:05.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:05.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:06.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:06.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:06 smithi187 ceph-mon[111815]: pgmap v19575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:06 smithi088 ceph-mon[96111]: pgmap v19575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:07.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:07.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:08.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:08.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:08 smithi187 ceph-mon[111815]: pgmap v19576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:09:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:08 smithi088 ceph-mon[96111]: pgmap v19576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:08.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:09:09.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:09.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:10.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:10.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:10 smithi187 ceph-mon[111815]: pgmap v19577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:09:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:10 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:09:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:10 smithi088 ceph-mon[96111]: pgmap v19577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:09:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:10 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:09:11.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:11.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:09:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:09:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:09:11.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:09:11.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:09:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:09:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:09:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:09:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:09:11.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:09:12.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:12.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:12 smithi187 ceph-mon[111815]: pgmap v19578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:12 smithi088 ceph-mon[96111]: pgmap v19578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:13.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:13.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:14.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:14.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:14 smithi088 ceph-mon[96111]: pgmap v19579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:14 smithi187 ceph-mon[111815]: pgmap v19579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:15.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:15.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:16.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:16.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:16 smithi187 ceph-mon[111815]: pgmap v19580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:09:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:16 smithi088 ceph-mon[96111]: pgmap v19580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:09:17.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:17.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:18.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:18.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:18 smithi187 ceph-mon[111815]: pgmap v19581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:18.710 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:18 smithi088 ceph-mon[96111]: pgmap v19581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:19.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:19.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:20.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:20.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:20 smithi187 ceph-mon[111815]: pgmap v19582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:20 smithi088 ceph-mon[96111]: pgmap v19582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:21.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:21.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:22.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:22.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:22 smithi187 ceph-mon[111815]: pgmap v19583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:22 smithi088 ceph-mon[96111]: pgmap v19583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:23.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:23.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:24.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:24.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:24 smithi088 ceph-mon[96111]: pgmap v19584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:24 smithi187 ceph-mon[111815]: pgmap v19584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:25.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:25.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:26.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:26.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:26 smithi187 ceph-mon[111815]: pgmap v19585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:26 smithi088 ceph-mon[96111]: pgmap v19585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:27.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:27.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:28.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:28.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:28 smithi187 ceph-mon[111815]: pgmap v19586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:28.809 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:28 smithi088 ceph-mon[96111]: pgmap v19586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:29.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:29.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:30.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:30.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:30 smithi187 ceph-mon[111815]: pgmap v19587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:30 smithi088 ceph-mon[96111]: pgmap v19587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:31.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:31.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:09:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:09:32.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:32.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:32 smithi187 ceph-mon[111815]: pgmap v19588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:32 smithi088 ceph-mon[96111]: pgmap v19588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:33.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:33.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:34.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:34.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:34 smithi088 ceph-mon[96111]: pgmap v19589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:34 smithi187 ceph-mon[111815]: pgmap v19589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:35.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:35.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:36.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:36.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:36 smithi187 ceph-mon[111815]: pgmap v19590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:36 smithi088 ceph-mon[96111]: pgmap v19590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:37.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:37.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:38.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:38.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:38 smithi187 ceph-mon[111815]: pgmap v19591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:38 smithi088 ceph-mon[96111]: pgmap v19591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:39.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:39.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:40.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:40.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:40 smithi187 ceph-mon[111815]: pgmap v19592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:40 smithi088 ceph-mon[96111]: pgmap v19592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:41.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:41.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:42.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:42.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:42 smithi187 ceph-mon[111815]: pgmap v19593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:42 smithi088 ceph-mon[96111]: pgmap v19593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:43.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:43.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:44.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:44.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:44 smithi088 ceph-mon[96111]: pgmap v19594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:44 smithi187 ceph-mon[111815]: pgmap v19594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:45.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:45.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:46.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:46.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:46 smithi187 ceph-mon[111815]: pgmap v19595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:09:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:46 smithi088 ceph-mon[96111]: pgmap v19595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:09:47.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:47.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:48.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:48.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:48 smithi187 ceph-mon[111815]: pgmap v19596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:48 smithi088 ceph-mon[96111]: pgmap v19596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:49.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:49.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:50.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:50.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:50 smithi187 ceph-mon[111815]: pgmap v19597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:50 smithi088 ceph-mon[96111]: pgmap v19597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:51.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:51.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:52.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:52.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:52 smithi187 ceph-mon[111815]: pgmap v19598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:52 smithi088 ceph-mon[96111]: pgmap v19598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:53.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:53.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:54.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:54.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:54 smithi187 ceph-mon[111815]: pgmap v19599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:54 smithi088 ceph-mon[96111]: pgmap v19599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:55.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:55.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:56.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:56.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:56 smithi187 ceph-mon[111815]: pgmap v19600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:56 smithi088 ceph-mon[96111]: pgmap v19600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:09:57.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:57.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:58.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:58.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:09:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:09:58 smithi187 ceph-mon[111815]: pgmap v19601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:09:58 smithi088 ceph-mon[96111]: pgmap v19601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:09:59.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:09:59.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:00.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:00.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:00 smithi088 ceph-mon[96111]: pgmap v19602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T10:10:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:00 smithi187 ceph-mon[111815]: pgmap v19602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T10:10:01.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:01.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:10:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:10:02.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:02.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:02 smithi088 ceph-mon[96111]: pgmap v19603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:02 smithi187 ceph-mon[111815]: pgmap v19603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:03.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:03.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:04.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:04.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:04 smithi088 ceph-mon[96111]: pgmap v19604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:04 smithi187 ceph-mon[111815]: pgmap v19604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:05.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:05.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:06.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:06.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:06 smithi088 ceph-mon[96111]: pgmap v19605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:06 smithi187 ceph-mon[111815]: pgmap v19605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:07.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:07.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:08.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:08.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:08 smithi088 ceph-mon[96111]: pgmap v19606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:08 smithi187 ceph-mon[111815]: pgmap v19606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:09.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:09.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:10.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:10.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:10 smithi088 ceph-mon[96111]: pgmap v19607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:10 smithi187 ceph-mon[111815]: pgmap v19607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:11.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:11.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:11.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:11 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:10:11.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:11 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:10:12.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:12.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:12 smithi088 ceph-mon[96111]: pgmap v19608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:12 smithi187 ceph-mon[111815]: pgmap v19608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:13.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:13.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:14.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:14.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:14 smithi088 ceph-mon[96111]: pgmap v19609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:14 smithi187 ceph-mon[111815]: pgmap v19609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:15.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:15.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:16 smithi088 ceph-mon[96111]: pgmap v19610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:10:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:10:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:10:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:10:16.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:10:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:10:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:10:16.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:10:16.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:16.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:16 smithi187 ceph-mon[111815]: pgmap v19610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:10:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:10:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:10:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:10:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:10:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:10:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:10:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:10:17.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:17.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:18.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:18 smithi088 ceph-mon[96111]: pgmap v19611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:18.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:18.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:18 smithi187 ceph-mon[111815]: pgmap v19611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:19.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:19.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:20.574 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:20 smithi088 ceph-mon[96111]: pgmap v19612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:20.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:20.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:20 smithi187 ceph-mon[111815]: pgmap v19612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:21.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:21.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:22 smithi088 ceph-mon[96111]: pgmap v19613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:22.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:22.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:22 smithi187 ceph-mon[111815]: pgmap v19613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:23.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:23.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:24 smithi088 ceph-mon[96111]: pgmap v19614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:24.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:24.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:24 smithi187 ceph-mon[111815]: pgmap v19614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:25.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:25.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:26 smithi088 ceph-mon[96111]: pgmap v19615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:26.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:26.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:26 smithi187 ceph-mon[111815]: pgmap v19615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:27.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:27.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:28 smithi088 ceph-mon[96111]: pgmap v19616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:28.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:28.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:28 smithi187 ceph-mon[111815]: pgmap v19616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:29.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:29.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:30 smithi088 ceph-mon[96111]: pgmap v19617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:30.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:30.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:30 smithi187 ceph-mon[111815]: pgmap v19617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:10:31.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:31.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:10:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:32 smithi088 ceph-mon[96111]: pgmap v19618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:32.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:32.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:32 smithi187 ceph-mon[111815]: pgmap v19618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:33.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:33.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:34 smithi088 ceph-mon[96111]: pgmap v19619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:34.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:34.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:34 smithi187 ceph-mon[111815]: pgmap v19619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:35.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:35.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:36 smithi088 ceph-mon[96111]: pgmap v19620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:36.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:36.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:36 smithi187 ceph-mon[111815]: pgmap v19620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:37.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:37.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:38 smithi088 ceph-mon[96111]: pgmap v19621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:38.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:38.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:38 smithi187 ceph-mon[111815]: pgmap v19621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:39.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:39.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:40 smithi088 ceph-mon[96111]: pgmap v19622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:40.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:40.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:40 smithi187 ceph-mon[111815]: pgmap v19622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:41.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:41.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:42 smithi088 ceph-mon[96111]: pgmap v19623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:42.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:42.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:42 smithi187 ceph-mon[111815]: pgmap v19623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:43.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:43.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:44.547 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:44 smithi088 ceph-mon[96111]: pgmap v19624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:44.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:44.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:44 smithi187 ceph-mon[111815]: pgmap v19624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:45.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:45.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:46 smithi088 ceph-mon[96111]: pgmap v19625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:10:46.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:46.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:46 smithi187 ceph-mon[111815]: pgmap v19625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:10:47.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:47.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:48 smithi088 ceph-mon[96111]: pgmap v19626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:48.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:48.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:48 smithi187 ceph-mon[111815]: pgmap v19626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:49.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:49.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:50 smithi088 ceph-mon[96111]: pgmap v19627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:50.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:50.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:50 smithi187 ceph-mon[111815]: pgmap v19627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:51.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:51.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:52 smithi088 ceph-mon[96111]: pgmap v19628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:52.629 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:52 smithi187 ceph-mon[111815]: pgmap v19628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:52.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:52.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:53.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:53.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:54 smithi088 ceph-mon[96111]: pgmap v19629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:54.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:54.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:54 smithi187 ceph-mon[111815]: pgmap v19629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:55.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:55.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:56 smithi088 ceph-mon[96111]: pgmap v19630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:56.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:56.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:56 smithi187 ceph-mon[111815]: pgmap v19630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:10:57.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:57.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:10:58 smithi088 ceph-mon[96111]: pgmap v19631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:58.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:58.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:10:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:10:58 smithi187 ceph-mon[111815]: pgmap v19631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:10:59.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:10:59.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:00 smithi088 ceph-mon[96111]: pgmap v19632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:00.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:00.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:00 smithi187 ceph-mon[111815]: pgmap v19632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:11:01.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:01.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:11:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:02 smithi088 ceph-mon[96111]: pgmap v19633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:02.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:02.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:02 smithi187 ceph-mon[111815]: pgmap v19633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:03.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:03.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:04.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:04.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:04 smithi088 ceph-mon[96111]: pgmap v19634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:04 smithi187 ceph-mon[111815]: pgmap v19634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:05.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:05.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:06.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:06.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:06 smithi187 ceph-mon[111815]: pgmap v19635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:06 smithi088 ceph-mon[96111]: pgmap v19635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:07.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:07.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:08.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:08.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:08 smithi187 ceph-mon[111815]: pgmap v19636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:08 smithi088 ceph-mon[96111]: pgmap v19636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:09.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:09.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:10.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:10.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:10 smithi187 ceph-mon[111815]: pgmap v19637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:10 smithi088 ceph-mon[96111]: pgmap v19637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:11.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:11.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:12.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:12.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:12 smithi187 ceph-mon[111815]: pgmap v19638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:12 smithi088 ceph-mon[96111]: pgmap v19638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:13.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:13.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:14.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:14.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:14 smithi088 ceph-mon[96111]: pgmap v19639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:14 smithi187 ceph-mon[111815]: pgmap v19639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:15.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:15.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:16.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:16.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:16 smithi187 ceph-mon[111815]: pgmap v19640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:11:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:11:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:11:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:11:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:11:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:11:16.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:11:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:16 smithi088 ceph-mon[96111]: pgmap v19640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:11:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:11:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:11:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:11:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:11:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:11:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:11:17.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:17.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:18.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:18.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:18 smithi187 ceph-mon[111815]: pgmap v19641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:18 smithi088 ceph-mon[96111]: pgmap v19641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:19.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:19.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:20.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:20.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:20 smithi187 ceph-mon[111815]: pgmap v19642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:20 smithi088 ceph-mon[96111]: pgmap v19642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:21.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:21.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:22.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:22.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:22 smithi187 ceph-mon[111815]: pgmap v19643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:22 smithi088 ceph-mon[96111]: pgmap v19643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:23.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:23.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:24.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:24.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:24 smithi088 ceph-mon[96111]: pgmap v19644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:24 smithi187 ceph-mon[111815]: pgmap v19644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:25.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:25.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:26.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:26.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:26 smithi187 ceph-mon[111815]: pgmap v19645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:26 smithi088 ceph-mon[96111]: pgmap v19645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:27.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:27.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:28.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:28.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:28 smithi187 ceph-mon[111815]: pgmap v19646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:28 smithi088 ceph-mon[96111]: pgmap v19646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:29.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:29.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:30.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:30.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:30 smithi187 ceph-mon[111815]: pgmap v19647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:30 smithi088 ceph-mon[96111]: pgmap v19647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:31.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:31.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:11:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:11:32.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:32.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:32 smithi187 ceph-mon[111815]: pgmap v19648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:32 smithi088 ceph-mon[96111]: pgmap v19648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:33.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:33.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:34.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:34 smithi088 ceph-mon[96111]: pgmap v19649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:34.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:34.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:34 smithi187 ceph-mon[111815]: pgmap v19649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:35.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:35.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:36.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:36.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:36 smithi187 ceph-mon[111815]: pgmap v19650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:36 smithi088 ceph-mon[96111]: pgmap v19650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:37.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:37.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:38 smithi187 ceph-mon[111815]: pgmap v19651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:38.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:38.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:38 smithi088 ceph-mon[96111]: pgmap v19651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:39.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:39.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:40 smithi187 ceph-mon[111815]: pgmap v19652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:40.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:40.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:40 smithi088 ceph-mon[96111]: pgmap v19652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:41.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:41.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:42 smithi187 ceph-mon[111815]: pgmap v19653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:42.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:42.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:42 smithi088 ceph-mon[96111]: pgmap v19653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:43.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:43.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:44 smithi088 ceph-mon[96111]: pgmap v19654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:44 smithi187 ceph-mon[111815]: pgmap v19654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:44.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:44.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:45.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:45.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:46 smithi187 ceph-mon[111815]: pgmap v19655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:11:46.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:46.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:46 smithi088 ceph-mon[96111]: pgmap v19655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:11:47.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:47.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:48 smithi187 ceph-mon[111815]: pgmap v19656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:48.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:48.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:48 smithi088 ceph-mon[96111]: pgmap v19656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:49.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:49.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:50 smithi088 ceph-mon[96111]: pgmap v19657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:50 smithi187 ceph-mon[111815]: pgmap v19657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:50.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:50.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:51.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:51.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:52 smithi187 ceph-mon[111815]: pgmap v19658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:52.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:52.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:52 smithi088 ceph-mon[96111]: pgmap v19658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:53.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:53.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:54 smithi088 ceph-mon[96111]: pgmap v19659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:54 smithi187 ceph-mon[111815]: pgmap v19659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:54.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:54.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:55.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:55.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:56 smithi187 ceph-mon[111815]: pgmap v19660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:56.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:56.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:56 smithi088 ceph-mon[96111]: pgmap v19660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:11:57.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:57.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:11:58 smithi187 ceph-mon[111815]: pgmap v19661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:58.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:58.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:11:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:11:58 smithi088 ceph-mon[96111]: pgmap v19661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:11:59.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:11:59.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:00 smithi088 ceph-mon[96111]: pgmap v19662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:00 smithi187 ceph-mon[111815]: pgmap v19662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:00.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:00.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:12:01.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:01.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:12:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:02 smithi187 ceph-mon[111815]: pgmap v19663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:02.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:02.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:02 smithi088 ceph-mon[96111]: pgmap v19663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:03.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:03.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:04 smithi088 ceph-mon[96111]: pgmap v19664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:04 smithi187 ceph-mon[111815]: pgmap v19664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:04.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:04.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:05.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:05.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:06 smithi187 ceph-mon[111815]: pgmap v19665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:06.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:06.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:06 smithi088 ceph-mon[96111]: pgmap v19665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:07.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:07.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:08.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:08 smithi187 ceph-mon[111815]: pgmap v19666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:08.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:08.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:08.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:08 smithi088 ceph-mon[96111]: pgmap v19666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:09.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:09.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:10.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:10 smithi187 ceph-mon[111815]: pgmap v19667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:10.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:10.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:10 smithi088 ceph-mon[96111]: pgmap v19667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:11.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:11.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:12 smithi187 ceph-mon[111815]: pgmap v19668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:12.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:12.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:12 smithi088 ceph-mon[96111]: pgmap v19668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:13.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:13.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:14.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:14 smithi088 ceph-mon[96111]: pgmap v19669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:14.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:14 smithi187 ceph-mon[111815]: pgmap v19669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:14.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:14.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:15.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:15.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:16 smithi187 ceph-mon[111815]: pgmap v19670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:12:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:12:16.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:16.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:16 smithi088 ceph-mon[96111]: pgmap v19670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:12:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:12:17.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:17.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:12:17.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:12:17.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:17 smithi187 ceph-mon[111815]: pgmap v19671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:17.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:12:17.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:12:17.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:12:17.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:12:17.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:12:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:12:18.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:12:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:17 smithi088 ceph-mon[96111]: pgmap v19671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:12:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:12:18.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:12:18.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:12:18.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:12:18.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:18.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:19.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:19.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:20.481 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:20 smithi088 ceph-mon[96111]: pgmap v19672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:20 smithi187 ceph-mon[111815]: pgmap v19672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:20.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:20.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:21.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:21.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:22 smithi088 ceph-mon[96111]: pgmap v19673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:22 smithi187 ceph-mon[111815]: pgmap v19673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:22.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:22.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:23.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:23.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:24 smithi088 ceph-mon[96111]: pgmap v19674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:24 smithi187 ceph-mon[111815]: pgmap v19674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:24.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:24.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:25.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:25.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:26 smithi088 ceph-mon[96111]: pgmap v19675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:26 smithi187 ceph-mon[111815]: pgmap v19675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:26.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:26.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:27.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:27.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:28 smithi088 ceph-mon[96111]: pgmap v19676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:28.624 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:28 smithi187 ceph-mon[111815]: pgmap v19676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:28.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:28.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:29.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:29.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:30 smithi088 ceph-mon[96111]: pgmap v19677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:30 smithi187 ceph-mon[111815]: pgmap v19677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:30.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:30.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:12:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:12:31.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:31.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:32 smithi088 ceph-mon[96111]: pgmap v19678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:32 smithi187 ceph-mon[111815]: pgmap v19678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:32.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:32.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:33.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:33.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:34 smithi088 ceph-mon[96111]: pgmap v19679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:34 smithi187 ceph-mon[111815]: pgmap v19679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:34.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:34.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:35.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:35.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:36 smithi088 ceph-mon[96111]: pgmap v19680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:36 smithi187 ceph-mon[111815]: pgmap v19680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:36.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:36.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:37.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:37.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:38 smithi088 ceph-mon[96111]: pgmap v19681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:38 smithi187 ceph-mon[111815]: pgmap v19681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:38.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:38.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:39.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:39.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:40 smithi088 ceph-mon[96111]: pgmap v19682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:40 smithi187 ceph-mon[111815]: pgmap v19682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:40.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:40.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:41.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:41.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:42 smithi088 ceph-mon[96111]: pgmap v19683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:42 smithi187 ceph-mon[111815]: pgmap v19683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:42.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:42.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:43.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:43.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:44 smithi088 ceph-mon[96111]: pgmap v19684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:44 smithi187 ceph-mon[111815]: pgmap v19684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:44.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:44.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:45.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:45.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:46 smithi088 ceph-mon[96111]: pgmap v19685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:46.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:12:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:46 smithi187 ceph-mon[111815]: pgmap v19685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:12:46.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:46.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:47.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:47.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:48 smithi088 ceph-mon[96111]: pgmap v19686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:48 smithi187 ceph-mon[111815]: pgmap v19686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:48.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:48.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:49.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:49.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:50 smithi088 ceph-mon[96111]: pgmap v19687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:50 smithi187 ceph-mon[111815]: pgmap v19687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:50.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:50.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:51.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:51.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:52 smithi088 ceph-mon[96111]: pgmap v19688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:52 smithi187 ceph-mon[111815]: pgmap v19688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:52.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:52.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:53.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:53.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:54.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:54 smithi088 ceph-mon[96111]: pgmap v19689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:54 smithi187 ceph-mon[111815]: pgmap v19689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:54.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:54.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:55.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:55.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:56.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:56 smithi088 ceph-mon[96111]: pgmap v19690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:56 smithi187 ceph-mon[111815]: pgmap v19690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:12:56.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:56.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:57.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:57.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:58.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:12:58 smithi088 ceph-mon[96111]: pgmap v19691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:12:58 smithi187 ceph-mon[111815]: pgmap v19691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:12:58.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:58.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:12:59.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:12:59.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:00.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:00 smithi088 ceph-mon[96111]: pgmap v19692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:00 smithi187 ceph-mon[111815]: pgmap v19692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:00.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:00.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:01.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:13:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:13:01.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:01.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:02.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:02 smithi088 ceph-mon[96111]: pgmap v19693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:02 smithi187 ceph-mon[111815]: pgmap v19693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:02.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:02.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:03.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:03.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:04.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:04 smithi088 ceph-mon[96111]: pgmap v19694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:04 smithi187 ceph-mon[111815]: pgmap v19694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:04.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:04.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:05.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:05.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:06 smithi088 ceph-mon[96111]: pgmap v19695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:06 smithi187 ceph-mon[111815]: pgmap v19695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:06.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:06.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:07.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:07.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:08 smithi088 ceph-mon[96111]: pgmap v19696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:08 smithi187 ceph-mon[111815]: pgmap v19696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:08.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:08.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:09.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:09.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:10 smithi187 ceph-mon[111815]: pgmap v19697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:10 smithi088 ceph-mon[96111]: pgmap v19697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:10.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:10.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:11.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:11.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:12 smithi187 ceph-mon[111815]: pgmap v19698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:12 smithi088 ceph-mon[96111]: pgmap v19698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:12.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:12.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:13.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:13.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:14 smithi187 ceph-mon[111815]: pgmap v19699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:14 smithi088 ceph-mon[96111]: pgmap v19699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:14.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:14.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:15.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:15.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:16 smithi187 ceph-mon[111815]: pgmap v19700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:13:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:16 smithi088 ceph-mon[96111]: pgmap v19700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:13:16.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:16.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:17.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:13:17.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:13:17.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:17.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:18 smithi187 ceph-mon[111815]: pgmap v19701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:13:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:13:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:13:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:13:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:13:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:18 smithi088 ceph-mon[96111]: pgmap v19701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:13:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:13:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:13:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:13:18.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:13:18.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:18.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:19.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:19.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:20 smithi187 ceph-mon[111815]: pgmap v19702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:20 smithi088 ceph-mon[96111]: pgmap v19702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:20.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:20.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:21.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:21.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:22 smithi187 ceph-mon[111815]: pgmap v19703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:22 smithi088 ceph-mon[96111]: pgmap v19703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:22.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:22.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:23.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:23.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:24 smithi187 ceph-mon[111815]: pgmap v19704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:24.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:24 smithi088 ceph-mon[96111]: pgmap v19704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:24.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:24.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:25.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:25.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:26 smithi088 ceph-mon[96111]: pgmap v19705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:26 smithi187 ceph-mon[111815]: pgmap v19705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:26.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:26.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:27.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:27.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:28 smithi187 ceph-mon[111815]: pgmap v19706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:28 smithi088 ceph-mon[96111]: pgmap v19706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:28.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:28.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:29.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:29.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:30 smithi187 ceph-mon[111815]: pgmap v19707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:30 smithi088 ceph-mon[96111]: pgmap v19707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:30.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:30.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:13:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:13:31.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:31.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:32 smithi187 ceph-mon[111815]: pgmap v19708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:32 smithi088 ceph-mon[96111]: pgmap v19708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:32.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:32.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:33.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:33.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:34 smithi088 ceph-mon[96111]: pgmap v19709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:34 smithi187 ceph-mon[111815]: pgmap v19709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:34.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:34.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:35.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:35.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:36 smithi088 ceph-mon[96111]: pgmap v19710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:36 smithi187 ceph-mon[111815]: pgmap v19710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:36.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:36.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:37.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:37.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:38 smithi187 ceph-mon[111815]: pgmap v19711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:38 smithi088 ceph-mon[96111]: pgmap v19711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:38.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:38.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:39.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:39.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:40 smithi187 ceph-mon[111815]: pgmap v19712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:40 smithi088 ceph-mon[96111]: pgmap v19712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:40.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:40.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:41.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:41.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:42 smithi187 ceph-mon[111815]: pgmap v19713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:42 smithi088 ceph-mon[96111]: pgmap v19713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:42.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:42.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:43.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:43.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:44.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:44 smithi088 ceph-mon[96111]: pgmap v19714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:44 smithi187 ceph-mon[111815]: pgmap v19714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:44.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:44.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:45.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:45.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:46 smithi088 ceph-mon[96111]: pgmap v19715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:13:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:46 smithi187 ceph-mon[111815]: pgmap v19715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:13:46.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:46.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:47.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:47.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:48 smithi187 ceph-mon[111815]: pgmap v19716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:48 smithi088 ceph-mon[96111]: pgmap v19716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:48.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:48.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:49.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:49.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:50 smithi187 ceph-mon[111815]: pgmap v19717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:50 smithi088 ceph-mon[96111]: pgmap v19717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:50.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:50.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:51.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:51.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:52 smithi187 ceph-mon[111815]: pgmap v19718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:52 smithi088 ceph-mon[96111]: pgmap v19718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:52.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:52.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:53.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:53.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:54 smithi088 ceph-mon[96111]: pgmap v19719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:54 smithi187 ceph-mon[111815]: pgmap v19719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:54.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:54.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:55.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:55.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:56 smithi187 ceph-mon[111815]: pgmap v19720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:56 smithi088 ceph-mon[96111]: pgmap v19720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:13:56.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:56.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:57.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:57.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:13:58 smithi187 ceph-mon[111815]: pgmap v19721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:13:58 smithi088 ceph-mon[96111]: pgmap v19721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:13:58.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:58.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:13:59.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:13:59.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:00 smithi187 ceph-mon[111815]: pgmap v19722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:00 smithi088 ceph-mon[96111]: pgmap v19722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:00.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:00.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:14:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:14:01.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:01.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:02 smithi187 ceph-mon[111815]: pgmap v19723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:02 smithi088 ceph-mon[96111]: pgmap v19723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:02.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:02.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:03.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:03.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:04 smithi088 ceph-mon[96111]: pgmap v19724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:04 smithi187 ceph-mon[111815]: pgmap v19724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:04.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:04.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:05.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:05.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:06 smithi187 ceph-mon[111815]: pgmap v19725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:06 smithi088 ceph-mon[96111]: pgmap v19725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:06.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:06.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:07.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:07.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:08 smithi187 ceph-mon[111815]: pgmap v19726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:08 smithi088 ceph-mon[96111]: pgmap v19726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:08.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:08.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:09.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:09.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:10 smithi187 ceph-mon[111815]: pgmap v19727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:10 smithi088 ceph-mon[96111]: pgmap v19727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:10.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:10.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:11.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:11.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:12 smithi187 ceph-mon[111815]: pgmap v19728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:12 smithi088 ceph-mon[96111]: pgmap v19728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:12.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:12.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:13.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:13.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:14 smithi187 ceph-mon[111815]: pgmap v19729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:14 smithi088 ceph-mon[96111]: pgmap v19729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:14.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:14.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:15.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:15.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:16 smithi187 ceph-mon[111815]: pgmap v19730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:14:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:16 smithi088 ceph-mon[96111]: pgmap v19730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:14:16.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:16.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:17.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:17.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:18 smithi187 ceph-mon[111815]: pgmap v19731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:14:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:14:18.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:14:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:18 smithi088 ceph-mon[96111]: pgmap v19731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:14:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:14:18.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:14:18.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:18.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:14:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:14:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:14:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:14:19.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:14:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:14:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:14:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:14:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:14:19.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:14:19.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:19.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:20 smithi088 ceph-mon[96111]: pgmap v19732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:20 smithi187 ceph-mon[111815]: pgmap v19732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:20.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:20.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:21.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:21.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:22 smithi088 ceph-mon[96111]: pgmap v19733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:22 smithi187 ceph-mon[111815]: pgmap v19733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:22.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:22.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:23.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:23.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:24 smithi088 ceph-mon[96111]: pgmap v19734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:24.832 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:24 smithi187 ceph-mon[111815]: pgmap v19734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:24.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:24.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:25.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:25.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:26 smithi088 ceph-mon[96111]: pgmap v19735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:26 smithi187 ceph-mon[111815]: pgmap v19735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:26.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:26.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:27.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:27.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:28 smithi088 ceph-mon[96111]: pgmap v19736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:28 smithi187 ceph-mon[111815]: pgmap v19736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:28.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:28.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:29.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:29.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:30 smithi088 ceph-mon[96111]: pgmap v19737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:30 smithi187 ceph-mon[111815]: pgmap v19737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:30.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:30.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:14:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:14:31.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:31.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:32 smithi088 ceph-mon[96111]: pgmap v19738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:32 smithi187 ceph-mon[111815]: pgmap v19738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:32.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:32.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:33.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:33.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:34 smithi088 ceph-mon[96111]: pgmap v19739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:34.937 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:34 smithi187 ceph-mon[111815]: pgmap v19739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:34.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:34.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:35.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:35.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:36 smithi088 ceph-mon[96111]: pgmap v19740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:36 smithi187 ceph-mon[111815]: pgmap v19740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:36.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:36.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:38.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:38.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:38 smithi088 ceph-mon[96111]: pgmap v19741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:38 smithi187 ceph-mon[111815]: pgmap v19741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:39.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:39.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:40.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:40.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:40 smithi187 ceph-mon[111815]: pgmap v19742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:41.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:41.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:40 smithi088 ceph-mon[96111]: pgmap v19742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:42.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:42.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:42 smithi187 ceph-mon[111815]: pgmap v19743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:43.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:43.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:43.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:42 smithi088 ceph-mon[96111]: pgmap v19743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:44.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:44.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:44 smithi187 ceph-mon[111815]: pgmap v19744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:45.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:45.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:44 smithi088 ceph-mon[96111]: pgmap v19744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:46.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:46.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:46.908 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:46 smithi088 ceph-mon[96111]: pgmap v19745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:46.908 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:14:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:46 smithi187 ceph-mon[111815]: pgmap v19745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:14:47.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:47.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:48.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:48.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:48 smithi187 ceph-mon[111815]: pgmap v19746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:49.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:49.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:48 smithi088 ceph-mon[96111]: pgmap v19746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:50.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:50.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:50 smithi187 ceph-mon[111815]: pgmap v19747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:51.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:51.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:50 smithi088 ceph-mon[96111]: pgmap v19747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:52.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:52.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:52 smithi187 ceph-mon[111815]: pgmap v19748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:53.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:53.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:52 smithi088 ceph-mon[96111]: pgmap v19748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:54.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:54.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:54 smithi187 ceph-mon[111815]: pgmap v19749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:55.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:55.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:54 smithi088 ceph-mon[96111]: pgmap v19749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:56.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:56.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:56 smithi187 ceph-mon[111815]: pgmap v19750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:57.006 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:56 smithi088 ceph-mon[96111]: pgmap v19750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:14:57.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:57.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:58.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:58.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:14:58 smithi187 ceph-mon[111815]: pgmap v19751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:14:59.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:14:59.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:14:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:14:58 smithi088 ceph-mon[96111]: pgmap v19751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:00.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:00.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:00 smithi187 ceph-mon[111815]: pgmap v19752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:01.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:01.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:00 smithi088 ceph-mon[96111]: pgmap v19752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:15:02.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:02.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:02.055 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:15:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:02 smithi187 ceph-mon[111815]: pgmap v19753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:03.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:03.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:02 smithi088 ceph-mon[96111]: pgmap v19753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:04.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:04.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:04 smithi187 ceph-mon[111815]: pgmap v19754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:05.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:05.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:04 smithi088 ceph-mon[96111]: pgmap v19754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:06.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:06.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:06 smithi187 ceph-mon[111815]: pgmap v19755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:07.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:07.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:06 smithi088 ceph-mon[96111]: pgmap v19755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:08.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:08.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:08 smithi187 ceph-mon[111815]: pgmap v19756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:09.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:09.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:08 smithi088 ceph-mon[96111]: pgmap v19756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:10.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:10.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:10 smithi187 ceph-mon[111815]: pgmap v19757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:11.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:11.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:10 smithi088 ceph-mon[96111]: pgmap v19757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:12.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:12.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:12 smithi187 ceph-mon[111815]: pgmap v19758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:13.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:13.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:12 smithi088 ceph-mon[96111]: pgmap v19758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:14.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:14.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:14 smithi187 ceph-mon[111815]: pgmap v19759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:15.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:15.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:14 smithi088 ceph-mon[96111]: pgmap v19759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:16.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:16.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:16 smithi187 ceph-mon[111815]: pgmap v19760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:15:17.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:17.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:16 smithi088 ceph-mon[96111]: pgmap v19760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:15:18.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:18.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:18 smithi187 ceph-mon[111815]: pgmap v19761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:15:19.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:19.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:18 smithi088 ceph-mon[96111]: pgmap v19761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:15:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:15:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:15:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:15:19.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:15:19.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:15:20.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:20.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:15:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:15:20.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:15:20.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:15:20.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:15:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:20 smithi187 ceph-mon[111815]: pgmap v19762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:21.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:21.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:20 smithi088 ceph-mon[96111]: pgmap v19762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:21 smithi187 ceph-mon[111815]: pgmap v19763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:22.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:22.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:21 smithi088 ceph-mon[96111]: pgmap v19763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:23.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:23.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:24.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:24.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:24.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:23 smithi088 ceph-mon[96111]: pgmap v19764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:23 smithi187 ceph-mon[111815]: pgmap v19764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:25.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:25.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:26.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:26.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:26.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:26 smithi088 ceph-mon[96111]: pgmap v19765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:26 smithi187 ceph-mon[111815]: pgmap v19765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:27.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:27.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:28.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:28.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:28.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:28 smithi088 ceph-mon[96111]: pgmap v19766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:28.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:28 smithi187 ceph-mon[111815]: pgmap v19766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:29.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:29.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:30.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:30.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:30.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:30 smithi088 ceph-mon[96111]: pgmap v19767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:30 smithi187 ceph-mon[111815]: pgmap v19767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:31.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:31.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:31.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:15:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:15:32.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:32.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:32.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:32 smithi088 ceph-mon[96111]: pgmap v19768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:32 smithi187 ceph-mon[111815]: pgmap v19768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:33.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:33.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:34.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:34.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:34.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:34 smithi088 ceph-mon[96111]: pgmap v19769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:34 smithi187 ceph-mon[111815]: pgmap v19769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:35.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:35.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:36.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:36.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:36.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:36 smithi088 ceph-mon[96111]: pgmap v19770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:36.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:36 smithi187 ceph-mon[111815]: pgmap v19770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:37.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:37.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:38.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:38.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:38 smithi088 ceph-mon[96111]: pgmap v19771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:38.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:38 smithi187 ceph-mon[111815]: pgmap v19771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:39.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:39.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:40.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:40.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:40.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:40 smithi088 ceph-mon[96111]: pgmap v19772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:40.622 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:40 smithi187 ceph-mon[111815]: pgmap v19772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:41.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:41.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:42.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:42.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:42.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:42 smithi088 ceph-mon[96111]: pgmap v19773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:42.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:42 smithi187 ceph-mon[111815]: pgmap v19773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:43.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:43.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:44.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:44.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:44 smithi088 ceph-mon[96111]: pgmap v19774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:44.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:44 smithi187 ceph-mon[111815]: pgmap v19774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:45.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:45.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:46.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:46.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:46 smithi088 ceph-mon[96111]: pgmap v19775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:46.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:15:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:46 smithi187 ceph-mon[111815]: pgmap v19775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:15:47.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:47.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:48.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:48.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:48 smithi088 ceph-mon[96111]: pgmap v19776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:48 smithi187 ceph-mon[111815]: pgmap v19776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:49.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:49.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:50.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:50.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:50.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:50 smithi088 ceph-mon[96111]: pgmap v19777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:50 smithi187 ceph-mon[111815]: pgmap v19777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:51.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:51.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:52.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:52.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:52.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:52 smithi088 ceph-mon[96111]: pgmap v19778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:52 smithi187 ceph-mon[111815]: pgmap v19778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:53.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:53.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:54.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:54.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:54.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:54 smithi088 ceph-mon[96111]: pgmap v19779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:54 smithi187 ceph-mon[111815]: pgmap v19779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:55.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:55.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:56.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:56.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:56 smithi187 ceph-mon[111815]: pgmap v19780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:56 smithi088 ceph-mon[96111]: pgmap v19780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:15:57.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:57.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:58.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:58.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:15:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:15:58 smithi187 ceph-mon[111815]: pgmap v19781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:15:58 smithi088 ceph-mon[96111]: pgmap v19781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:15:59.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:15:59.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:00.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:00.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:00 smithi187 ceph-mon[111815]: pgmap v19782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:00 smithi088 ceph-mon[96111]: pgmap v19782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:01.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:01.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:16:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:16:02.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:02.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:02.649 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:02 smithi088 ceph-mon[96111]: pgmap v19783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:02 smithi187 ceph-mon[111815]: pgmap v19783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:03.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:03.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:04.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:04.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:04.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:04 smithi088 ceph-mon[96111]: pgmap v19784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:04 smithi187 ceph-mon[111815]: pgmap v19784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:05.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:05.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:06.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:06.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:06 smithi187 ceph-mon[111815]: pgmap v19785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:06 smithi088 ceph-mon[96111]: pgmap v19785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:07.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:07.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:08.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:08.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:08 smithi187 ceph-mon[111815]: pgmap v19786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:08 smithi088 ceph-mon[96111]: pgmap v19786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:09.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:09.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:10.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:10.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:10 smithi187 ceph-mon[111815]: pgmap v19787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:10 smithi088 ceph-mon[96111]: pgmap v19787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:11.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:11.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:12.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:12.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:12 smithi187 ceph-mon[111815]: pgmap v19788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:12.749 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:12 smithi088 ceph-mon[96111]: pgmap v19788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:13.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:13.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:14.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:14.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:14 smithi088 ceph-mon[96111]: pgmap v19789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:14 smithi187 ceph-mon[111815]: pgmap v19789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:15.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:15.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:16.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:16.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:16 smithi187 ceph-mon[111815]: pgmap v19790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:16:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:16 smithi088 ceph-mon[96111]: pgmap v19790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:16:17.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:17.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:18.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:18.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:18 smithi187 ceph-mon[111815]: pgmap v19791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:18 smithi088 ceph-mon[96111]: pgmap v19791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:19.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:19.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:19.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:19 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:16:19.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:19 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:16:20.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:20.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: pgmap v19792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi187 to 2657M 2023-10-13T10:16:20.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1369M 2023-10-13T10:16:20.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:16:20.712 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:16:20.713 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:16:20.713 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:16:20.713 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:16:20.713 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:16:20.714 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:16:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: pgmap v19792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:16:20.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi187 to 2657M 2023-10-13T10:16:20.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1369M 2023-10-13T10:16:20.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:16:20.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:16:20.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:16:20.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:16:20.826 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:16:20.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:16:20.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:16:21.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:21.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:22.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:22.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:22 smithi187 ceph-mon[111815]: pgmap v19793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:22 smithi088 ceph-mon[96111]: pgmap v19793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:23.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:23.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:24.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:24.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:24 smithi088 ceph-mon[96111]: pgmap v19794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:24.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:24 smithi187 ceph-mon[111815]: pgmap v19794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:25.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:25.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:26.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:26.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:26 smithi187 ceph-mon[111815]: pgmap v19795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:26 smithi088 ceph-mon[96111]: pgmap v19795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:27.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:27.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:28.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:28.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:28 smithi187 ceph-mon[111815]: pgmap v19796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:28 smithi088 ceph-mon[96111]: pgmap v19796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:29.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:29.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:30.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:30.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:30 smithi187 ceph-mon[111815]: pgmap v19797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:30 smithi088 ceph-mon[96111]: pgmap v19797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:31.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:31.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:31.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:16:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:16:32.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:32.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:32 smithi187 ceph-mon[111815]: pgmap v19798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:32 smithi088 ceph-mon[96111]: pgmap v19798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:33.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:33.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:34.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:34.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:34 smithi088 ceph-mon[96111]: pgmap v19799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:34.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:34 smithi187 ceph-mon[111815]: pgmap v19799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:35.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:35.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:36.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:36.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:36.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:36 smithi187 ceph-mon[111815]: pgmap v19800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:36 smithi088 ceph-mon[96111]: pgmap v19800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:37.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:37.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:38.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:38.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:38 smithi187 ceph-mon[111815]: pgmap v19801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:38 smithi088 ceph-mon[96111]: pgmap v19801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:39.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:39.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:40.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:40.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:40.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:40 smithi187 ceph-mon[111815]: pgmap v19802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:40 smithi088 ceph-mon[96111]: pgmap v19802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:41.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:41.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:42.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:42.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:42 smithi187 ceph-mon[111815]: pgmap v19803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:42 smithi088 ceph-mon[96111]: pgmap v19803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:43.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:43.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:44.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:44.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:44 smithi088 ceph-mon[96111]: pgmap v19804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:44 smithi187 ceph-mon[111815]: pgmap v19804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:45.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:45.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:46.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:46.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:46 smithi187 ceph-mon[111815]: pgmap v19805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:16:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:46 smithi088 ceph-mon[96111]: pgmap v19805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:16:47.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:47.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:48.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:48.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:48.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:48 smithi187 ceph-mon[111815]: pgmap v19806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:48 smithi088 ceph-mon[96111]: pgmap v19806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:49.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:49.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:50.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:50.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:50 smithi187 ceph-mon[111815]: pgmap v19807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:50 smithi088 ceph-mon[96111]: pgmap v19807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:51.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:51.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:52.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:52.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:52 smithi187 ceph-mon[111815]: pgmap v19808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:52 smithi088 ceph-mon[96111]: pgmap v19808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:53.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:53.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:54.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:54.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:54.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:54 smithi088 ceph-mon[96111]: pgmap v19809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:54 smithi187 ceph-mon[111815]: pgmap v19809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:55.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:55.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:56.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:56.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:56 smithi187 ceph-mon[111815]: pgmap v19810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:56 smithi088 ceph-mon[96111]: pgmap v19810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:16:57.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:57.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:58.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:58.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:16:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:16:58 smithi187 ceph-mon[111815]: pgmap v19811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:16:58 smithi088 ceph-mon[96111]: pgmap v19811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:16:59.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:16:59.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:00.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:00.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:00.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:00 smithi187 ceph-mon[111815]: pgmap v19812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:00 smithi088 ceph-mon[96111]: pgmap v19812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:01.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:01.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:17:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:17:02.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:02.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:02 smithi187 ceph-mon[111815]: pgmap v19813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:02 smithi088 ceph-mon[96111]: pgmap v19813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:03.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:03.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:04.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:04.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:04.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:04 smithi187 ceph-mon[111815]: pgmap v19814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:04 smithi088 ceph-mon[96111]: pgmap v19814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:05.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:05.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:06.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:06.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:06 smithi088 ceph-mon[96111]: pgmap v19815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:06 smithi187 ceph-mon[111815]: pgmap v19815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:07.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:07.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:08.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:08.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:08 smithi088 ceph-mon[96111]: pgmap v19816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:08 smithi187 ceph-mon[111815]: pgmap v19816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:09.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:09.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:10.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:10.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:10 smithi088 ceph-mon[96111]: pgmap v19817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:10 smithi187 ceph-mon[111815]: pgmap v19817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:11.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:11.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:12.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:12.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:12 smithi088 ceph-mon[96111]: pgmap v19818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:12 smithi187 ceph-mon[111815]: pgmap v19818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:13.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:13.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:14.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:14.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:14 smithi088 ceph-mon[96111]: pgmap v19819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:14 smithi187 ceph-mon[111815]: pgmap v19819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:15.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:15.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:16.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:16.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:16 smithi088 ceph-mon[96111]: pgmap v19820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:17:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:16 smithi187 ceph-mon[111815]: pgmap v19820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:17:17.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:17.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:18.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:18.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:18 smithi088 ceph-mon[96111]: pgmap v19821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:18 smithi187 ceph-mon[111815]: pgmap v19821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:19.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:19.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:20.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:20.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:20 smithi088 ceph-mon[96111]: pgmap v19822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:17:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:17:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:17:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:17:20.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:17:20.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:17:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:20 smithi187 ceph-mon[111815]: pgmap v19822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:17:20.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:17:20.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:17:20.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:17:20.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:17:20.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:17:21.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:21.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:22.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:22.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:22 smithi088 ceph-mon[96111]: pgmap v19823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:22 smithi187 ceph-mon[111815]: pgmap v19823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:23.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:23.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:24.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:24.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:24 smithi088 ceph-mon[96111]: pgmap v19824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:24 smithi187 ceph-mon[111815]: pgmap v19824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:25.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:25.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:26.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:26.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:26 smithi088 ceph-mon[96111]: pgmap v19825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:26 smithi187 ceph-mon[111815]: pgmap v19825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:27.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:27.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:28.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:28.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:28 smithi088 ceph-mon[96111]: pgmap v19826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:28 smithi187 ceph-mon[111815]: pgmap v19826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:29.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:29.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:30.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:30.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:30 smithi088 ceph-mon[96111]: pgmap v19827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:30 smithi187 ceph-mon[111815]: pgmap v19827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:31.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:31.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:31.775 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:17:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:17:32.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:32.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:32 smithi088 ceph-mon[96111]: pgmap v19828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:32 smithi187 ceph-mon[111815]: pgmap v19828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:33.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:33.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:34.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:34.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:34 smithi088 ceph-mon[96111]: pgmap v19829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:34 smithi187 ceph-mon[111815]: pgmap v19829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:35.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:35.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:36.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:36.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:36 smithi088 ceph-mon[96111]: pgmap v19830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:36.828 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:36 smithi187 ceph-mon[111815]: pgmap v19830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:37.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:37.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:38.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:38.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:38 smithi088 ceph-mon[96111]: pgmap v19831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:38 smithi187 ceph-mon[111815]: pgmap v19831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:39.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:39.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:40.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:40.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:40 smithi088 ceph-mon[96111]: pgmap v19832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:40 smithi187 ceph-mon[111815]: pgmap v19832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:41.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:41.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:42.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:42.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:42 smithi088 ceph-mon[96111]: pgmap v19833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:42 smithi187 ceph-mon[111815]: pgmap v19833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:43.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:43.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:44.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:44.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:44 smithi088 ceph-mon[96111]: pgmap v19834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:44 smithi187 ceph-mon[111815]: pgmap v19834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:45.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:45.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:46.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:46.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:46 smithi088 ceph-mon[96111]: pgmap v19835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:17:46.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:46 smithi187 ceph-mon[111815]: pgmap v19835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:46.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:17:47.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:47.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:48.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:48.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:48 smithi088 ceph-mon[96111]: pgmap v19836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:48 smithi187 ceph-mon[111815]: pgmap v19836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:49.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:49.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:50.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:50.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:50 smithi088 ceph-mon[96111]: pgmap v19837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:50 smithi187 ceph-mon[111815]: pgmap v19837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:51.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:51.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:52.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:52.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:52 smithi088 ceph-mon[96111]: pgmap v19838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:52 smithi187 ceph-mon[111815]: pgmap v19838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:53.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:53.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:54.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:54.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:54 smithi088 ceph-mon[96111]: pgmap v19839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:54 smithi187 ceph-mon[111815]: pgmap v19839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:55.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:55.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:56.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:56.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:56 smithi088 ceph-mon[96111]: pgmap v19840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:56 smithi187 ceph-mon[111815]: pgmap v19840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:17:57.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:57.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:58.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:58.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:17:58.827 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:17:58 smithi088 ceph-mon[96111]: pgmap v19841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:17:58 smithi187 ceph-mon[111815]: pgmap v19841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:17:59.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:17:59.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:00.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:00.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:00 smithi088 ceph-mon[96111]: pgmap v19842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:00 smithi187 ceph-mon[111815]: pgmap v19842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:01.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:01.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:18:01.947 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:18:02.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:02.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:02 smithi088 ceph-mon[96111]: pgmap v19843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:02 smithi187 ceph-mon[111815]: pgmap v19843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:03.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:03.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:04.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:04.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:04 smithi088 ceph-mon[96111]: pgmap v19844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:04 smithi187 ceph-mon[111815]: pgmap v19844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:05.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:05.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:06.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:06.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:06 smithi088 ceph-mon[96111]: pgmap v19845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:06 smithi187 ceph-mon[111815]: pgmap v19845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:07.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:07.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:08.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:08.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:08 smithi088 ceph-mon[96111]: pgmap v19846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:08 smithi187 ceph-mon[111815]: pgmap v19846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:09.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:09.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:10.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:10.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:10 smithi187 ceph-mon[111815]: pgmap v19847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:10 smithi088 ceph-mon[96111]: pgmap v19847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:11.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:11.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:12.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:12.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:12 smithi187 ceph-mon[111815]: pgmap v19848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:12 smithi088 ceph-mon[96111]: pgmap v19848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:13.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:13.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:14.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:14.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:14 smithi187 ceph-mon[111815]: pgmap v19849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:14 smithi088 ceph-mon[96111]: pgmap v19849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:15.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:15.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:16.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:16.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:16 smithi187 ceph-mon[111815]: pgmap v19850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:18:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:16 smithi088 ceph-mon[96111]: pgmap v19850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:18:17.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:17.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:18.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:18.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:18 smithi187 ceph-mon[111815]: pgmap v19851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:18.978 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:18 smithi088 ceph-mon[96111]: pgmap v19851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:19.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:19.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:20.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:20.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:20 smithi187 ceph-mon[111815]: pgmap v19852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:20 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:18:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:20 smithi088 ceph-mon[96111]: pgmap v19852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:20 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:18:21.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:21.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:21.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:18:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:18:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:18:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:18:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:18:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:18:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:18:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:18:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:18:22.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:18:22.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:22.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:22 smithi187 ceph-mon[111815]: pgmap v19853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:22 smithi088 ceph-mon[96111]: pgmap v19853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:23.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:23.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:24.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:24.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:24.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:24 smithi187 ceph-mon[111815]: pgmap v19854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:24 smithi088 ceph-mon[96111]: pgmap v19854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:25.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:25.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:26.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:26.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:26 smithi187 ceph-mon[111815]: pgmap v19855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:26 smithi088 ceph-mon[96111]: pgmap v19855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:27.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:27.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:28.373 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:28.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:28 smithi187 ceph-mon[111815]: pgmap v19856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:28 smithi088 ceph-mon[96111]: pgmap v19856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:29.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:29.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:30.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:30.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:30 smithi187 ceph-mon[111815]: pgmap v19857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:30 smithi088 ceph-mon[96111]: pgmap v19857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:31.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:31.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:18:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:18:32.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:32.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:32 smithi187 ceph-mon[111815]: pgmap v19858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:32 smithi088 ceph-mon[96111]: pgmap v19858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:33.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:33.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:34.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:34.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:34 smithi187 ceph-mon[111815]: pgmap v19859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:34 smithi088 ceph-mon[96111]: pgmap v19859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:35.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:35.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:36.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:36.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:36 smithi187 ceph-mon[111815]: pgmap v19860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:36 smithi088 ceph-mon[96111]: pgmap v19860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:37.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:37.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:38.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:38.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:38 smithi187 ceph-mon[111815]: pgmap v19861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:39.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:38 smithi088 ceph-mon[96111]: pgmap v19861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:39.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:39.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:40.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:40.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:40 smithi187 ceph-mon[111815]: pgmap v19862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:40 smithi088 ceph-mon[96111]: pgmap v19862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:41.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:41.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:42.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:42.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:42 smithi187 ceph-mon[111815]: pgmap v19863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:42 smithi088 ceph-mon[96111]: pgmap v19863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:43.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:43.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:44.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:44.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:44 smithi187 ceph-mon[111815]: pgmap v19864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:44 smithi088 ceph-mon[96111]: pgmap v19864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:45.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:45.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:46.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:46.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:46 smithi187 ceph-mon[111815]: pgmap v19865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:18:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:46 smithi088 ceph-mon[96111]: pgmap v19865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:18:47.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:47.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:48.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:48.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:48 smithi187 ceph-mon[111815]: pgmap v19866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:48 smithi088 ceph-mon[96111]: pgmap v19866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:49.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:49.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:50.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:50.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:50 smithi187 ceph-mon[111815]: pgmap v19867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:50 smithi088 ceph-mon[96111]: pgmap v19867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:51.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:51.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:52.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:52.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:52 smithi187 ceph-mon[111815]: pgmap v19868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:52 smithi088 ceph-mon[96111]: pgmap v19868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:53.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:53.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:54.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:54.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:54 smithi187 ceph-mon[111815]: pgmap v19869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:54 smithi088 ceph-mon[96111]: pgmap v19869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:55.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:55.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:56.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:56.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:56 smithi187 ceph-mon[111815]: pgmap v19870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:56 smithi088 ceph-mon[96111]: pgmap v19870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:18:57.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:57.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:58.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:58.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:18:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:18:58 smithi187 ceph-mon[111815]: pgmap v19871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:18:58 smithi088 ceph-mon[96111]: pgmap v19871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:18:59.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:18:59.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:00.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:00.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:00 smithi187 ceph-mon[111815]: pgmap v19872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:00 smithi088 ceph-mon[96111]: pgmap v19872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:01.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:01.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:19:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:19:02.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:02.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:02 smithi187 ceph-mon[111815]: pgmap v19873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:02 smithi088 ceph-mon[96111]: pgmap v19873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:03.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:03.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:04.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:04.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:04 smithi088 ceph-mon[96111]: pgmap v19874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:04 smithi187 ceph-mon[111815]: pgmap v19874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:05.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:05.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:06.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:06.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:06 smithi187 ceph-mon[111815]: pgmap v19875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:06 smithi088 ceph-mon[96111]: pgmap v19875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:07.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:07.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:08.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:08.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:08 smithi187 ceph-mon[111815]: pgmap v19876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:08 smithi088 ceph-mon[96111]: pgmap v19876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:09.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:09.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:10.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:10.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:10 smithi187 ceph-mon[111815]: pgmap v19877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:10 smithi088 ceph-mon[96111]: pgmap v19877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:11.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:11.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:12.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:11 smithi088 ceph-mon[96111]: pgmap v19878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:12.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:11 smithi187 ceph-mon[111815]: pgmap v19878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:12.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:12.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:13.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:13.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:14.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:14.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:14 smithi187 ceph-mon[111815]: pgmap v19879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:14.523 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:14 smithi088 ceph-mon[96111]: pgmap v19879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:15.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:15.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:16.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:16.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:16 smithi187 ceph-mon[111815]: pgmap v19880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:19:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:16 smithi088 ceph-mon[96111]: pgmap v19880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:19:17.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:17.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:18.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:18.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:18 smithi187 ceph-mon[111815]: pgmap v19881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:18 smithi088 ceph-mon[96111]: pgmap v19881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:19.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:19.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:20.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:20.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:20 smithi187 ceph-mon[111815]: pgmap v19882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:20 smithi088 ceph-mon[96111]: pgmap v19882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:21.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:21.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:21.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:19:21.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:19:22.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:22.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:22 smithi187 ceph-mon[111815]: pgmap v19883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:22 smithi088 ceph-mon[96111]: pgmap v19883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:23.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:23.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:24.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:24.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:24 smithi187 ceph-mon[111815]: pgmap v19884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:19:24.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:19:24.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:19:24.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:19:24.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:19:24.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:19:24.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:19:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:24 smithi088 ceph-mon[96111]: pgmap v19884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:19:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:19:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:19:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:19:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:19:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:19:25.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:19:25.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:25.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:26.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:26.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:26 smithi187 ceph-mon[111815]: pgmap v19885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:26 smithi088 ceph-mon[96111]: pgmap v19885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:27.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:27.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:28.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:28.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:28 smithi187 ceph-mon[111815]: pgmap v19886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:28 smithi088 ceph-mon[96111]: pgmap v19886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:29.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:29.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:30.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:30.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:30 smithi187 ceph-mon[111815]: pgmap v19887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:30 smithi088 ceph-mon[96111]: pgmap v19887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:31.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:31.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:19:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:19:32.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:32.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:32 smithi187 ceph-mon[111815]: pgmap v19888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:32 smithi088 ceph-mon[96111]: pgmap v19888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:33.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:33.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:34.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:34.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:34 smithi187 ceph-mon[111815]: pgmap v19889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:34 smithi088 ceph-mon[96111]: pgmap v19889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:35.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:35.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:36.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:36.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:36 smithi187 ceph-mon[111815]: pgmap v19890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:36 smithi088 ceph-mon[96111]: pgmap v19890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:37.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:37.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:38.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:38.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:38 smithi187 ceph-mon[111815]: pgmap v19891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:38 smithi088 ceph-mon[96111]: pgmap v19891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:39.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:39.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:40.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:40.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:40 smithi187 ceph-mon[111815]: pgmap v19892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:40 smithi088 ceph-mon[96111]: pgmap v19892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:41.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:41.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:42.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:42.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:42 smithi187 ceph-mon[111815]: pgmap v19893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:42 smithi088 ceph-mon[96111]: pgmap v19893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:43.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:43.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:44.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:44.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:44 smithi187 ceph-mon[111815]: pgmap v19894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:44 smithi088 ceph-mon[96111]: pgmap v19894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:45.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:45.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:46.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:46.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:46 smithi187 ceph-mon[111815]: pgmap v19895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:19:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:46 smithi088 ceph-mon[96111]: pgmap v19895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:19:47.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:47.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:48.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:48.503 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:48 smithi187 ceph-mon[111815]: pgmap v19896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:48 smithi088 ceph-mon[96111]: pgmap v19896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:49.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:49.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:50.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:50.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:50 smithi187 ceph-mon[111815]: pgmap v19897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:50 smithi088 ceph-mon[96111]: pgmap v19897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:51.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:51.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:52.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:52.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:52 smithi187 ceph-mon[111815]: pgmap v19898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:52 smithi088 ceph-mon[96111]: pgmap v19898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:53.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:53.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:54.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:54.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:54 smithi187 ceph-mon[111815]: pgmap v19899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:54 smithi088 ceph-mon[96111]: pgmap v19899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:55.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:55.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:56.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:56.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:56 smithi187 ceph-mon[111815]: pgmap v19900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:56 smithi088 ceph-mon[96111]: pgmap v19900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:19:57.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:57.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:58.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:58.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:19:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:19:58 smithi187 ceph-mon[111815]: pgmap v19901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:19:58 smithi088 ceph-mon[96111]: pgmap v19901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:19:59.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:19:59.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:00.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:00.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:00 smithi187 ceph-mon[111815]: pgmap v19902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T10:20:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:00 smithi088 ceph-mon[96111]: pgmap v19902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T10:20:01.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:01.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:20:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:20:02.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:02.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:02 smithi187 ceph-mon[111815]: pgmap v19903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:02 smithi088 ceph-mon[96111]: pgmap v19903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:03.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:03.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:03 smithi088 ceph-mon[96111]: pgmap v19904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:03 smithi187 ceph-mon[111815]: pgmap v19904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:04.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:04.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:05.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:05.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:06.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:06.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:06 smithi187 ceph-mon[111815]: pgmap v19905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:06 smithi088 ceph-mon[96111]: pgmap v19905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:07.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:07.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:08.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:08.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:08 smithi187 ceph-mon[111815]: pgmap v19906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:08 smithi088 ceph-mon[96111]: pgmap v19906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:09.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:09.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:10.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:10.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:10 smithi187 ceph-mon[111815]: pgmap v19907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:10 smithi088 ceph-mon[96111]: pgmap v19907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:11.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:11.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:12.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:12.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:12 smithi187 ceph-mon[111815]: pgmap v19908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:12 smithi088 ceph-mon[96111]: pgmap v19908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:13.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:13.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:14.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:14.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:14 smithi088 ceph-mon[96111]: pgmap v19909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:14 smithi187 ceph-mon[111815]: pgmap v19909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:15.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:15.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:16.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:16.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:16 smithi187 ceph-mon[111815]: pgmap v19910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:20:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:16 smithi088 ceph-mon[96111]: pgmap v19910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:20:17.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:17.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:18.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:18.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:18.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:18 smithi187 ceph-mon[111815]: pgmap v19911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:18 smithi088 ceph-mon[96111]: pgmap v19911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:19.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:19.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:20.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:20.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:20.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:20 smithi088 ceph-mon[96111]: pgmap v19912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:20 smithi187 ceph-mon[111815]: pgmap v19912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:21.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:21.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:22.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:22.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:22 smithi187 ceph-mon[111815]: pgmap v19913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:22 smithi088 ceph-mon[96111]: pgmap v19913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:23.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:23.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:24.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:24.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:24.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:24 smithi088 ceph-mon[96111]: pgmap v19914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:24.695 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:24 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:20:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:24 smithi187 ceph-mon[111815]: pgmap v19914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:24 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:20:25.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:25.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:26.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:26.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:26.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:26 smithi187 ceph-mon[111815]: pgmap v19915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:26 smithi088 ceph-mon[96111]: pgmap v19915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:27.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:27.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:28.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:28.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:28 smithi187 ceph-mon[111815]: pgmap v19916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:28 smithi088 ceph-mon[96111]: pgmap v19916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:29.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:29.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:29.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:20:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:20:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:20:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:20:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:20:29.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:20:29.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:20:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:20:30.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:20:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:20:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:20:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:20:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:20:30.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:20:30.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:30.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:30 smithi187 ceph-mon[111815]: pgmap v19917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:30 smithi088 ceph-mon[96111]: pgmap v19917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:31.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:31.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:20:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:20:32.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:32.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:32 smithi187 ceph-mon[111815]: pgmap v19918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:32 smithi088 ceph-mon[96111]: pgmap v19918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:33.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:33.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:34.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:34.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:34 smithi187 ceph-mon[111815]: pgmap v19919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:34 smithi088 ceph-mon[96111]: pgmap v19919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:35.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:35.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:36.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:36.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:36 smithi187 ceph-mon[111815]: pgmap v19920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:36 smithi088 ceph-mon[96111]: pgmap v19920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:37.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:37.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:38.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:38.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:38 smithi187 ceph-mon[111815]: pgmap v19921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:38 smithi088 ceph-mon[96111]: pgmap v19921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:39.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:39.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:40.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:40.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:40 smithi187 ceph-mon[111815]: pgmap v19922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:40 smithi088 ceph-mon[96111]: pgmap v19922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:41.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:41.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:42.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:42.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:42 smithi187 ceph-mon[111815]: pgmap v19923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:42 smithi088 ceph-mon[96111]: pgmap v19923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:43.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:43.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:44.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:44.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:44 smithi187 ceph-mon[111815]: pgmap v19924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:44 smithi088 ceph-mon[96111]: pgmap v19924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:45.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:45.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:46.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:46.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:46 smithi187 ceph-mon[111815]: pgmap v19925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:20:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:46 smithi088 ceph-mon[96111]: pgmap v19925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:20:47.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:47.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:48.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:48.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:48 smithi187 ceph-mon[111815]: pgmap v19926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:48 smithi088 ceph-mon[96111]: pgmap v19926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:49.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:49.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:50.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:50.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:50 smithi088 ceph-mon[96111]: pgmap v19927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:50 smithi187 ceph-mon[111815]: pgmap v19927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:51.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:51.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:52.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:52.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:52 smithi187 ceph-mon[111815]: pgmap v19928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:52 smithi088 ceph-mon[96111]: pgmap v19928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:53.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:53.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:54.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:54.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:54 smithi187 ceph-mon[111815]: pgmap v19929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:54 smithi088 ceph-mon[96111]: pgmap v19929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:55.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:55.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:56.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:56.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:56 smithi187 ceph-mon[111815]: pgmap v19930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:56 smithi088 ceph-mon[96111]: pgmap v19930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:20:57.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:57.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:58.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:58.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:20:58.934 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:20:58 smithi187 ceph-mon[111815]: pgmap v19931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:20:58 smithi088 ceph-mon[96111]: pgmap v19931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:20:59.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:20:59.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:00.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:00.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:00 smithi088 ceph-mon[96111]: pgmap v19932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:00 smithi187 ceph-mon[111815]: pgmap v19932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:01.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:01.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:21:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:21:02.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:02.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:02 smithi187 ceph-mon[111815]: pgmap v19933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:02 smithi088 ceph-mon[96111]: pgmap v19933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:03.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:03.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:04.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:04.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:04 smithi187 ceph-mon[111815]: pgmap v19934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:04 smithi088 ceph-mon[96111]: pgmap v19934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:05.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:05.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:06.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:06.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:06 smithi187 ceph-mon[111815]: pgmap v19935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:06 smithi088 ceph-mon[96111]: pgmap v19935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:07.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:07.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:08.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:08.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:08 smithi187 ceph-mon[111815]: pgmap v19936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:08 smithi088 ceph-mon[96111]: pgmap v19936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:09.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:09.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:10.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:10.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:10 smithi187 ceph-mon[111815]: pgmap v19937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:10 smithi088 ceph-mon[96111]: pgmap v19937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:11.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:11.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:12.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:12.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:12 smithi187 ceph-mon[111815]: pgmap v19938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:12 smithi088 ceph-mon[96111]: pgmap v19938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:13.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:13.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:14.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:14.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:14 smithi187 ceph-mon[111815]: pgmap v19939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:14 smithi088 ceph-mon[96111]: pgmap v19939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:15.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:15.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:16.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:16.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:16 smithi187 ceph-mon[111815]: pgmap v19940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:21:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:16 smithi088 ceph-mon[96111]: pgmap v19940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:21:17.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:17.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:18.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:18.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:18 smithi187 ceph-mon[111815]: pgmap v19941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:18 smithi088 ceph-mon[96111]: pgmap v19941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:19.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:19.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:20.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:20.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:20 smithi187 ceph-mon[111815]: pgmap v19942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:20 smithi088 ceph-mon[96111]: pgmap v19942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:21.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:21.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:21.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:21 smithi187 ceph-mon[111815]: pgmap v19943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:22.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:21 smithi088 ceph-mon[96111]: pgmap v19943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:22.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:22.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:23.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:23.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:24 smithi187 ceph-mon[111815]: pgmap v19944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:24 smithi088 ceph-mon[96111]: pgmap v19944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:24.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:24.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:25.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:25.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:26.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:26.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:26.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:26 smithi187 ceph-mon[111815]: pgmap v19945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:26 smithi088 ceph-mon[96111]: pgmap v19945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:27.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:27.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:28.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:28.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:28.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:28 smithi187 ceph-mon[111815]: pgmap v19946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:28 smithi088 ceph-mon[96111]: pgmap v19946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:29.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:29.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:29.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:29 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:21:29.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:29 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:21:30.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:30.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:30.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:30 smithi187 ceph-mon[111815]: pgmap v19947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:21:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:21:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:21:30.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:21:30.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:21:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:30 smithi088 ceph-mon[96111]: pgmap v19947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:21:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:21:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:21:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:21:30.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:21:31.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:31.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:31.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:21:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:21:32.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:32.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:32 smithi187 ceph-mon[111815]: pgmap v19948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:32 smithi088 ceph-mon[96111]: pgmap v19948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:33.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:33.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:34.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:34.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:34.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:34 smithi088 ceph-mon[96111]: pgmap v19949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:34.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:34 smithi187 ceph-mon[111815]: pgmap v19949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:35.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:35.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:36.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:36.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:36.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:36 smithi187 ceph-mon[111815]: pgmap v19950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:36 smithi088 ceph-mon[96111]: pgmap v19950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:37.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:37.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:38.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:38.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:38.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:38 smithi187 ceph-mon[111815]: pgmap v19951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:38 smithi088 ceph-mon[96111]: pgmap v19951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:39.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:39.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:40.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:40.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:40.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:40 smithi187 ceph-mon[111815]: pgmap v19952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:40 smithi088 ceph-mon[96111]: pgmap v19952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:41.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:41.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:42.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:42.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:42.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:42 smithi187 ceph-mon[111815]: pgmap v19953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:42 smithi088 ceph-mon[96111]: pgmap v19953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:43.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:43.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:44.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:44.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:44.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:44 smithi088 ceph-mon[96111]: pgmap v19954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:44 smithi187 ceph-mon[111815]: pgmap v19954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:45.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:45.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:46.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:46.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:46.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:46 smithi187 ceph-mon[111815]: pgmap v19955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:46.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:21:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:46 smithi088 ceph-mon[96111]: pgmap v19955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:21:47.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:47.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:48.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:48.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:48 smithi187 ceph-mon[111815]: pgmap v19956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:48 smithi088 ceph-mon[96111]: pgmap v19956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:49.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:49.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:50.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:50.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:50.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:50 smithi187 ceph-mon[111815]: pgmap v19957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:50 smithi088 ceph-mon[96111]: pgmap v19957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:51.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:51.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:52.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:52.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:52.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:52 smithi187 ceph-mon[111815]: pgmap v19958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:52 smithi088 ceph-mon[96111]: pgmap v19958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:53.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:53.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:54 smithi088 ceph-mon[96111]: pgmap v19959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:54.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:54.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:54 smithi187 ceph-mon[111815]: pgmap v19959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:55.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:55.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:56 smithi187 ceph-mon[111815]: pgmap v19960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:56.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:56.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:56 smithi088 ceph-mon[96111]: pgmap v19960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:21:57.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:57.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:58.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:21:58 smithi187 ceph-mon[111815]: pgmap v19961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:58.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:58.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:21:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:21:58 smithi088 ceph-mon[96111]: pgmap v19961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:21:59.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:21:59.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:00 smithi187 ceph-mon[111815]: pgmap v19962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:00.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:00.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:00 smithi088 ceph-mon[96111]: pgmap v19962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:22:01.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:01.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:22:02.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:02 smithi187 ceph-mon[111815]: pgmap v19963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:02.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:02.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:02 smithi088 ceph-mon[96111]: pgmap v19963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:03.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:03.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:04 smithi088 ceph-mon[96111]: pgmap v19964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:04 smithi187 ceph-mon[111815]: pgmap v19964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:04.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:04.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:05.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:05.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:06.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:06 smithi088 ceph-mon[96111]: pgmap v19965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:06.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:06 smithi187 ceph-mon[111815]: pgmap v19965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:06.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:06.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:07.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:07.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:08 smithi187 ceph-mon[111815]: pgmap v19966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:08.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:08.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:08 smithi088 ceph-mon[96111]: pgmap v19966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:09.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:09.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:10 smithi187 ceph-mon[111815]: pgmap v19967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:10.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:10.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:10 smithi088 ceph-mon[96111]: pgmap v19967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:11.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:11.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:12 smithi187 ceph-mon[111815]: pgmap v19968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:12.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:12.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:12 smithi088 ceph-mon[96111]: pgmap v19968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:13.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:13.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:14.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:14 smithi088 ceph-mon[96111]: pgmap v19969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:14 smithi187 ceph-mon[111815]: pgmap v19969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:14.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:14.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:15.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:15.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:16 smithi088 ceph-mon[96111]: pgmap v19970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:16.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:22:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:16 smithi187 ceph-mon[111815]: pgmap v19970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:22:16.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:16.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:17.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:17.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:18 smithi187 ceph-mon[111815]: pgmap v19971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:18.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:18.746 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:18 smithi088 ceph-mon[96111]: pgmap v19971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:19.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:19.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:20 smithi187 ceph-mon[111815]: pgmap v19972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:20.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:20.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:20 smithi088 ceph-mon[96111]: pgmap v19972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:21.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:21.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:22 smithi187 ceph-mon[111815]: pgmap v19973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:22.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:22.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:22 smithi088 ceph-mon[96111]: pgmap v19973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:23.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:23.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:24.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:24.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:24 smithi088 ceph-mon[96111]: pgmap v19974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:24.840 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:24 smithi187 ceph-mon[111815]: pgmap v19974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:25.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:25.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:26.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:26.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:26 smithi088 ceph-mon[96111]: pgmap v19975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:26 smithi187 ceph-mon[111815]: pgmap v19975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:27.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:27.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:28.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:28.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:28 smithi088 ceph-mon[96111]: pgmap v19976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:28 smithi187 ceph-mon[111815]: pgmap v19976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:29.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:29.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:30.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:30.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:30 smithi088 ceph-mon[96111]: pgmap v19977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:22:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:22:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:22:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:22:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:22:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:22:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:22:30.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:22:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:30 smithi187 ceph-mon[111815]: pgmap v19977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:22:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:22:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:22:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:22:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:22:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:22:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:22:30.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:22:31.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:31.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:22:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:22:32.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:32.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:32 smithi088 ceph-mon[96111]: pgmap v19978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:32 smithi187 ceph-mon[111815]: pgmap v19978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:33.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:33.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:34.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:34.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:34 smithi088 ceph-mon[96111]: pgmap v19979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:34.944 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:34 smithi187 ceph-mon[111815]: pgmap v19979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:35.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:35.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:36.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:36.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:36 smithi088 ceph-mon[96111]: pgmap v19980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:36 smithi187 ceph-mon[111815]: pgmap v19980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:37.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:37.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:38.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:38.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:38 smithi088 ceph-mon[96111]: pgmap v19981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:38 smithi187 ceph-mon[111815]: pgmap v19981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:39.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:39.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:40.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:40.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:40 smithi088 ceph-mon[96111]: pgmap v19982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:40 smithi187 ceph-mon[111815]: pgmap v19982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:41.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:41.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:42.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:42.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:42 smithi088 ceph-mon[96111]: pgmap v19983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:42 smithi187 ceph-mon[111815]: pgmap v19983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:43.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:43.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:44.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:44.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:44 smithi088 ceph-mon[96111]: pgmap v19984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:44 smithi187 ceph-mon[111815]: pgmap v19984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:45.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:45.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:46.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:46.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:46 smithi088 ceph-mon[96111]: pgmap v19985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:22:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:46 smithi187 ceph-mon[111815]: pgmap v19985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:22:47.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:47.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:48.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:48.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:48 smithi088 ceph-mon[96111]: pgmap v19986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:48 smithi187 ceph-mon[111815]: pgmap v19986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:49.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:49.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:50.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:50.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:50 smithi088 ceph-mon[96111]: pgmap v19987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:50 smithi187 ceph-mon[111815]: pgmap v19987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:51.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:51.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:52.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:52.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:52 smithi088 ceph-mon[96111]: pgmap v19988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:52 smithi187 ceph-mon[111815]: pgmap v19988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:53.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:53.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:54.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:54.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:54 smithi088 ceph-mon[96111]: pgmap v19989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:54 smithi187 ceph-mon[111815]: pgmap v19989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:55.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:55.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:56.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:56.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:56 smithi088 ceph-mon[96111]: pgmap v19990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:56 smithi187 ceph-mon[111815]: pgmap v19990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:22:57.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:57.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:58.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:58.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:22:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:22:58 smithi088 ceph-mon[96111]: pgmap v19991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:22:58 smithi187 ceph-mon[111815]: pgmap v19991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:22:59.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:22:59.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:00.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:00.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:00 smithi088 ceph-mon[96111]: pgmap v19992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:00 smithi187 ceph-mon[111815]: pgmap v19992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:01.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:01.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:23:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:23:02.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:02.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:02 smithi088 ceph-mon[96111]: pgmap v19993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:02 smithi187 ceph-mon[111815]: pgmap v19993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:03.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:03.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:04.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:04.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:04 smithi088 ceph-mon[96111]: pgmap v19994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:04 smithi187 ceph-mon[111815]: pgmap v19994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:05.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:05.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:06 smithi088 ceph-mon[96111]: pgmap v19995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:06.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:06.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:06 smithi187 ceph-mon[111815]: pgmap v19995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:07.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:07.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:08 smithi088 ceph-mon[96111]: pgmap v19996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:08.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:08.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:08 smithi187 ceph-mon[111815]: pgmap v19996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:09.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:09.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:10 smithi187 ceph-mon[111815]: pgmap v19997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:10 smithi088 ceph-mon[96111]: pgmap v19997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:10.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:10.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:11.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:11.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:12 smithi088 ceph-mon[96111]: pgmap v19998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:12.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:12.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:12 smithi187 ceph-mon[111815]: pgmap v19998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:13.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:13.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:14 smithi088 ceph-mon[96111]: pgmap v19999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:14.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:14.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:14 smithi187 ceph-mon[111815]: pgmap v19999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:15.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:15.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:16 smithi088 ceph-mon[96111]: pgmap v20000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:23:16.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:16.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:16 smithi187 ceph-mon[111815]: pgmap v20000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:23:17.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:17.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:18 smithi088 ceph-mon[96111]: pgmap v20001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:18.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:18.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:18 smithi187 ceph-mon[111815]: pgmap v20001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:19.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:19.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:20.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:20 smithi187 ceph-mon[111815]: pgmap v20002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:20.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:20.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:20 smithi088 ceph-mon[96111]: pgmap v20002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:21.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:21.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:22.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:22.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:22 smithi187 ceph-mon[111815]: pgmap v20003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:22 smithi088 ceph-mon[96111]: pgmap v20003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:23.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:23.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:24.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:24.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:24 smithi187 ceph-mon[111815]: pgmap v20004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:24 smithi088 ceph-mon[96111]: pgmap v20004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:25.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:25.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:26.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:26.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:26 smithi187 ceph-mon[111815]: pgmap v20005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:26.983 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:26 smithi088 ceph-mon[96111]: pgmap v20005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:27.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:27.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:28.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:28.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:28 smithi187 ceph-mon[111815]: pgmap v20006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:28 smithi088 ceph-mon[96111]: pgmap v20006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:29.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:29.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:30.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:30.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:30 smithi187 ceph-mon[111815]: pgmap v20007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:23:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:30 smithi088 ceph-mon[96111]: pgmap v20007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:23:31.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:31.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:23:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:23:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:23:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:23:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:23:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:23:32.032 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:23:32.033 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:23:32.033 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:23:32.033 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:23:32.033 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:23:32.034 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:23:32.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:32.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:32 smithi187 ceph-mon[111815]: pgmap v20008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:32 smithi088 ceph-mon[96111]: pgmap v20008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:33.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:33.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:34.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:34.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:34 smithi187 ceph-mon[111815]: pgmap v20009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:34 smithi088 ceph-mon[96111]: pgmap v20009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:35.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:35.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:36.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:36.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:36 smithi187 ceph-mon[111815]: pgmap v20010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:36 smithi088 ceph-mon[96111]: pgmap v20010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:37.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:37.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:38.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:38.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:38 smithi187 ceph-mon[111815]: pgmap v20011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:38 smithi088 ceph-mon[96111]: pgmap v20011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:39.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:39.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:40.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:40.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:40 smithi187 ceph-mon[111815]: pgmap v20012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:40 smithi088 ceph-mon[96111]: pgmap v20012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:41.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:41.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:42.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:42.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:42 smithi187 ceph-mon[111815]: pgmap v20013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:42 smithi088 ceph-mon[96111]: pgmap v20013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:43.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:43.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:44.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:44.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:44 smithi187 ceph-mon[111815]: pgmap v20014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:44 smithi088 ceph-mon[96111]: pgmap v20014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:45.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:45.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:46.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:46.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:46 smithi187 ceph-mon[111815]: pgmap v20015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:23:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:46 smithi088 ceph-mon[96111]: pgmap v20015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:23:47.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:47.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:48.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:48.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:48 smithi187 ceph-mon[111815]: pgmap v20016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:48 smithi088 ceph-mon[96111]: pgmap v20016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:49.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:49.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:50.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:50.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:50 smithi187 ceph-mon[111815]: pgmap v20017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:50 smithi088 ceph-mon[96111]: pgmap v20017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:51.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:51.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:52.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:52.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:52 smithi187 ceph-mon[111815]: pgmap v20018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:52 smithi088 ceph-mon[96111]: pgmap v20018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:53.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:53.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:54.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:54.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:54 smithi187 ceph-mon[111815]: pgmap v20019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:54 smithi088 ceph-mon[96111]: pgmap v20019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:55.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:55.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:56.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:56.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:56 smithi187 ceph-mon[111815]: pgmap v20020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:56 smithi088 ceph-mon[96111]: pgmap v20020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:23:57.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:57.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:58.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:58.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:23:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:23:58 smithi187 ceph-mon[111815]: pgmap v20021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:23:58 smithi088 ceph-mon[96111]: pgmap v20021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:23:59.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:23:59.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:00.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:00.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:00 smithi187 ceph-mon[111815]: pgmap v20022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:00 smithi088 ceph-mon[96111]: pgmap v20022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:01.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:01.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:24:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:24:02.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:02.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:02 smithi187 ceph-mon[111815]: pgmap v20023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:02 smithi088 ceph-mon[96111]: pgmap v20023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:03.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:03.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:04.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:04.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:04 smithi187 ceph-mon[111815]: pgmap v20024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:04 smithi088 ceph-mon[96111]: pgmap v20024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:05.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:05.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:06.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:06.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:06 smithi187 ceph-mon[111815]: pgmap v20025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:06 smithi088 ceph-mon[96111]: pgmap v20025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:07.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:07.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:08.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:08.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:08 smithi187 ceph-mon[111815]: pgmap v20026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:08 smithi088 ceph-mon[96111]: pgmap v20026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:09.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:09.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:10.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:10.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:10.951 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:10 smithi187 ceph-mon[111815]: pgmap v20027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:10 smithi088 ceph-mon[96111]: pgmap v20027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:11.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:11.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:12 smithi088 ceph-mon[96111]: pgmap v20028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:12.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:12.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:12.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:12 smithi187 ceph-mon[111815]: pgmap v20028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:13.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:13.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:14.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:14.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:14 smithi187 ceph-mon[111815]: pgmap v20029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:14 smithi088 ceph-mon[96111]: pgmap v20029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:15.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:15.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:16.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:16.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:16 smithi187 ceph-mon[111815]: pgmap v20030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:24:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:16 smithi088 ceph-mon[96111]: pgmap v20030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:24:17.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:17.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:18.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:18.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:18 smithi187 ceph-mon[111815]: pgmap v20031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:18 smithi088 ceph-mon[96111]: pgmap v20031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:19.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:19.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:20.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:20.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:20 smithi187 ceph-mon[111815]: pgmap v20032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:20 smithi088 ceph-mon[96111]: pgmap v20032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:21.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:21.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:22 smithi088 ceph-mon[96111]: pgmap v20033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:22.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:22.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:22 smithi187 ceph-mon[111815]: pgmap v20033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:23.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:23.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:24.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:24.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:24 smithi187 ceph-mon[111815]: pgmap v20034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:24 smithi088 ceph-mon[96111]: pgmap v20034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:25.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:25.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:26.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:26.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:26 smithi187 ceph-mon[111815]: pgmap v20035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:26 smithi088 ceph-mon[96111]: pgmap v20035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:27.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:27.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:28.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:28.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:28 smithi187 ceph-mon[111815]: pgmap v20036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:28 smithi088 ceph-mon[96111]: pgmap v20036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:29.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:29.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:30 smithi187 ceph-mon[111815]: pgmap v20037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:30.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:30.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:30 smithi088 ceph-mon[96111]: pgmap v20037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:24:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:24:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:24:31.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:24:31.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:31.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:24:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:24:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:24:32.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:24:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:32 smithi187 ceph-mon[111815]: pgmap v20038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:24:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:24:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:24:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:24:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:24:32.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:32.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:32 smithi088 ceph-mon[96111]: pgmap v20038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:24:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:24:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:24:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:24:33.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:24:33.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:33.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:34.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:34 smithi187 ceph-mon[111815]: pgmap v20039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:34.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:34.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:34 smithi088 ceph-mon[96111]: pgmap v20039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:35.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:35.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:36 smithi187 ceph-mon[111815]: pgmap v20040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:36.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:36.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:36 smithi088 ceph-mon[96111]: pgmap v20040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:37.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:37.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:38.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:38.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:38 smithi088 ceph-mon[96111]: pgmap v20041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:38 smithi187 ceph-mon[111815]: pgmap v20041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:39.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:39.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:40.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:40.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:40 smithi088 ceph-mon[96111]: pgmap v20042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:40 smithi187 ceph-mon[111815]: pgmap v20042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:41.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:41.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:42.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:42.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:42 smithi088 ceph-mon[96111]: pgmap v20043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:42 smithi187 ceph-mon[111815]: pgmap v20043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:43.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:43.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:44.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:44.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:44 smithi088 ceph-mon[96111]: pgmap v20044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:44 smithi187 ceph-mon[111815]: pgmap v20044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:45.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:45.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:46.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:46.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:46 smithi088 ceph-mon[96111]: pgmap v20045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:24:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:46 smithi187 ceph-mon[111815]: pgmap v20045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:24:47.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:47.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:48.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:48.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:48 smithi088 ceph-mon[96111]: pgmap v20046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:48 smithi187 ceph-mon[111815]: pgmap v20046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:49.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:49.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:50.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:50 smithi187 ceph-mon[111815]: pgmap v20047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:50 smithi088 ceph-mon[96111]: pgmap v20047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:50.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:50.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:51.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:51.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:52.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:52 smithi187 ceph-mon[111815]: pgmap v20048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:52 smithi088 ceph-mon[96111]: pgmap v20048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:52.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:52.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:53.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:53.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:54 smithi088 ceph-mon[96111]: pgmap v20049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:54.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:54 smithi187 ceph-mon[111815]: pgmap v20049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:54.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:55.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:56.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:56.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:56.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:56 smithi187 ceph-mon[111815]: pgmap v20050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:56 smithi088 ceph-mon[96111]: pgmap v20050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:24:57.002 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:57.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:58.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:58.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:24:58.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:24:58 smithi187 ceph-mon[111815]: pgmap v20051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:24:58 smithi088 ceph-mon[96111]: pgmap v20051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:24:59.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:24:59.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:00.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:00.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:00.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:00 smithi187 ceph-mon[111815]: pgmap v20052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:00 smithi088 ceph-mon[96111]: pgmap v20052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:01.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:01.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:01.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:25:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:25:02.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:02.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:02.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:02 smithi187 ceph-mon[111815]: pgmap v20053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:02 smithi088 ceph-mon[96111]: pgmap v20053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:03.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:03.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:04.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:04.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:04.693 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:04 smithi088 ceph-mon[96111]: pgmap v20054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:04.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:04 smithi187 ceph-mon[111815]: pgmap v20054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:05.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:05.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:06.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:06.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:06.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:06 smithi187 ceph-mon[111815]: pgmap v20055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:06 smithi088 ceph-mon[96111]: pgmap v20055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:07.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:07.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:08.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:08.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:08 smithi187 ceph-mon[111815]: pgmap v20056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:08 smithi088 ceph-mon[96111]: pgmap v20056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:09.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:09.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:10.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:10.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:10.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:10 smithi187 ceph-mon[111815]: pgmap v20057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:10 smithi088 ceph-mon[96111]: pgmap v20057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:11.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:11.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:12.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:12.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:12.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:12 smithi187 ceph-mon[111815]: pgmap v20058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:12 smithi088 ceph-mon[96111]: pgmap v20058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:13.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:13.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:14.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:14.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:14.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:14 smithi088 ceph-mon[96111]: pgmap v20059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:14.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:14 smithi187 ceph-mon[111815]: pgmap v20059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:15.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:15.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:16.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:16.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:16.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:16 smithi187 ceph-mon[111815]: pgmap v20060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:25:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:16 smithi088 ceph-mon[96111]: pgmap v20060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:25:17.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:17.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:18.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:18.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:18.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:18 smithi187 ceph-mon[111815]: pgmap v20061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:18 smithi088 ceph-mon[96111]: pgmap v20061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:19.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:19.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:20.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:20.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:20 smithi187 ceph-mon[111815]: pgmap v20062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:20 smithi088 ceph-mon[96111]: pgmap v20062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:21.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:21.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:22.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:22.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:22.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:22 smithi187 ceph-mon[111815]: pgmap v20063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:22 smithi088 ceph-mon[96111]: pgmap v20063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:23.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:23.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:24.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:24.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:24.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:24 smithi187 ceph-mon[111815]: pgmap v20064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:24 smithi088 ceph-mon[96111]: pgmap v20064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:25.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:25.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:26.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:26.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:26.729 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:26 smithi187 ceph-mon[111815]: pgmap v20065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:26 smithi088 ceph-mon[96111]: pgmap v20065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:27.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:27.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:28.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:28.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:28 smithi088 ceph-mon[96111]: pgmap v20066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:28 smithi187 ceph-mon[111815]: pgmap v20066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:29.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:29.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:30.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:30.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:30 smithi088 ceph-mon[96111]: pgmap v20067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:30 smithi187 ceph-mon[111815]: pgmap v20067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:31.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:31.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:31.782 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:25:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:25:32.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:32.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:32 smithi088 ceph-mon[96111]: pgmap v20068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:25:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:25:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:25:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:25:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:25:32.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:25:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:32 smithi187 ceph-mon[111815]: pgmap v20068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:25:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:25:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:25:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:25:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:25:32.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:25:33.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:33.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:34.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:34.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:34 smithi088 ceph-mon[96111]: pgmap v20069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:34 smithi187 ceph-mon[111815]: pgmap v20069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:35.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:35.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:36.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:36.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:36 smithi088 ceph-mon[96111]: pgmap v20070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:36.834 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:36 smithi187 ceph-mon[111815]: pgmap v20070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:37.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:37.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:38.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:38.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:38.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:38 smithi088 ceph-mon[96111]: pgmap v20071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:38 smithi187 ceph-mon[111815]: pgmap v20071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:39.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:39.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:40.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:40.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:40 smithi088 ceph-mon[96111]: pgmap v20072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:40 smithi187 ceph-mon[111815]: pgmap v20072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:41.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:41.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:42.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:42.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:42 smithi088 ceph-mon[96111]: pgmap v20073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:42 smithi187 ceph-mon[111815]: pgmap v20073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:43.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:43.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:44.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:44.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:44 smithi088 ceph-mon[96111]: pgmap v20074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:44 smithi187 ceph-mon[111815]: pgmap v20074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:45.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:45.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:46.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:46.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:46 smithi088 ceph-mon[96111]: pgmap v20075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:25:46.938 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:46 smithi187 ceph-mon[111815]: pgmap v20075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:46.939 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:25:47.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:47.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:48.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:48.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:48 smithi088 ceph-mon[96111]: pgmap v20076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:48 smithi187 ceph-mon[111815]: pgmap v20076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:49.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:49.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:50.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:50.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:50 smithi088 ceph-mon[96111]: pgmap v20077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:50 smithi187 ceph-mon[111815]: pgmap v20077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:51.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:51.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:52.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:52.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:52 smithi088 ceph-mon[96111]: pgmap v20078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:52 smithi187 ceph-mon[111815]: pgmap v20078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:53.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:53.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:54.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:54.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:54 smithi088 ceph-mon[96111]: pgmap v20079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:54 smithi187 ceph-mon[111815]: pgmap v20079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:55.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:55.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:56.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:56.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:56 smithi088 ceph-mon[96111]: pgmap v20080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:56 smithi187 ceph-mon[111815]: pgmap v20080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:25:57.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:57.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:58.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:58.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:25:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:25:58 smithi088 ceph-mon[96111]: pgmap v20081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:25:58 smithi187 ceph-mon[111815]: pgmap v20081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:25:59.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:25:59.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:00.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:00.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:00 smithi088 ceph-mon[96111]: pgmap v20082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:00 smithi187 ceph-mon[111815]: pgmap v20082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:01.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:01.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:26:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:26:02.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:02.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:02 smithi088 ceph-mon[96111]: pgmap v20083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:02 smithi187 ceph-mon[111815]: pgmap v20083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:03.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:03.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:04.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:04.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:04 smithi088 ceph-mon[96111]: pgmap v20084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:04 smithi187 ceph-mon[111815]: pgmap v20084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:05.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:05.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:06.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:06.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:06 smithi088 ceph-mon[96111]: pgmap v20085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:06 smithi187 ceph-mon[111815]: pgmap v20085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:07.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:07.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:08.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:08.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:08 smithi088 ceph-mon[96111]: pgmap v20086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:08 smithi187 ceph-mon[111815]: pgmap v20086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:09.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:09.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:10.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:10.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:10 smithi088 ceph-mon[96111]: pgmap v20087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:10 smithi187 ceph-mon[111815]: pgmap v20087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:11.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:11.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:12.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:12.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:12 smithi088 ceph-mon[96111]: pgmap v20088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:12 smithi187 ceph-mon[111815]: pgmap v20088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:13.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:13.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:14.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:14.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:14 smithi088 ceph-mon[96111]: pgmap v20089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:14 smithi187 ceph-mon[111815]: pgmap v20089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:15.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:15.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:16.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:16.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:16 smithi088 ceph-mon[96111]: pgmap v20090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:26:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:16 smithi187 ceph-mon[111815]: pgmap v20090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:26:17.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:17.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:18.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:18.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:18 smithi088 ceph-mon[96111]: pgmap v20091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:18 smithi187 ceph-mon[111815]: pgmap v20091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:19.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:19.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:20.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:20.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:20 smithi088 ceph-mon[96111]: pgmap v20092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:20 smithi187 ceph-mon[111815]: pgmap v20092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:21.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:21.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:22.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:22.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:22 smithi088 ceph-mon[96111]: pgmap v20093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:22 smithi187 ceph-mon[111815]: pgmap v20093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:23.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:23.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:24.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:24.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:24 smithi187 ceph-mon[111815]: pgmap v20094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:24 smithi088 ceph-mon[96111]: pgmap v20094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:25.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:25.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:26.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:26.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:26 smithi187 ceph-mon[111815]: pgmap v20095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:26 smithi088 ceph-mon[96111]: pgmap v20095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:27.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:27.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:28.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:28.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:28 smithi187 ceph-mon[111815]: pgmap v20096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:28 smithi088 ceph-mon[96111]: pgmap v20096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:29.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:29.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:30.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:30.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:30 smithi187 ceph-mon[111815]: pgmap v20097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:30 smithi088 ceph-mon[96111]: pgmap v20097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:31.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:31.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:26:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:26:32.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:32.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:32.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:32 smithi187 ceph-mon[111815]: pgmap v20098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:32.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:32 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:26:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:32 smithi088 ceph-mon[96111]: pgmap v20098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:32 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:26:33.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:33.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:33.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:33.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:33.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:33.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:33.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:26:33.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:26:33.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:26:33.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:26:33.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:26:33.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:26:33.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:26:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:26:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:26:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:26:34.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:26:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:26:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:26:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:26:34.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:26:34.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:34.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:34 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi187 to 2653M 2023-10-13T10:26:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:34 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1361M 2023-10-13T10:26:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:34 smithi187 ceph-mon[111815]: pgmap v20099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:34 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi187 to 2653M 2023-10-13T10:26:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:34 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1361M 2023-10-13T10:26:35.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:34 smithi088 ceph-mon[96111]: pgmap v20099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:35.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:35.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:36.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:36.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:36 smithi187 ceph-mon[111815]: pgmap v20100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:36 smithi088 ceph-mon[96111]: pgmap v20100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:37.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:37.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:38.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:38.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:38.863 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:38 smithi088 ceph-mon[96111]: pgmap v20101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:38 smithi187 ceph-mon[111815]: pgmap v20101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:39.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:39.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:40.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:40.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:40 smithi187 ceph-mon[111815]: pgmap v20102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:40 smithi088 ceph-mon[96111]: pgmap v20102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:41.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:41.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:42.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:42.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:42 smithi187 ceph-mon[111815]: pgmap v20103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:42 smithi088 ceph-mon[96111]: pgmap v20103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:43.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:43.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:44.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:44.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:44 smithi187 ceph-mon[111815]: pgmap v20104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:44 smithi088 ceph-mon[96111]: pgmap v20104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:45.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:45.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:46.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:46.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:46 smithi187 ceph-mon[111815]: pgmap v20105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:26:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:46 smithi088 ceph-mon[96111]: pgmap v20105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:26:47.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:47.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:48.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:48.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:48 smithi187 ceph-mon[111815]: pgmap v20106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:48.961 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:48 smithi088 ceph-mon[96111]: pgmap v20106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:49.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:49.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:50.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:50.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:50 smithi187 ceph-mon[111815]: pgmap v20107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:50 smithi088 ceph-mon[96111]: pgmap v20107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:51.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:51.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:52.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:52.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:52 smithi187 ceph-mon[111815]: pgmap v20108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:52 smithi088 ceph-mon[96111]: pgmap v20108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:53.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:53.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:54.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:54.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:54 smithi187 ceph-mon[111815]: pgmap v20109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:54 smithi088 ceph-mon[96111]: pgmap v20109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:55.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:55.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:56.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:56.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:56 smithi088 ceph-mon[96111]: pgmap v20110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:56 smithi187 ceph-mon[111815]: pgmap v20110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:26:57.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:57.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:58.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:58.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:26:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:26:58 smithi187 ceph-mon[111815]: pgmap v20111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:59.060 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:26:58 smithi088 ceph-mon[96111]: pgmap v20111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:26:59.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:26:59.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:00.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:00.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:00 smithi187 ceph-mon[111815]: pgmap v20112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:00 smithi088 ceph-mon[96111]: pgmap v20112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:01.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:01.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:27:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:27:02.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:02.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:02 smithi187 ceph-mon[111815]: pgmap v20113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:02 smithi088 ceph-mon[96111]: pgmap v20113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:03.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:03.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:04.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:04.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:04 smithi187 ceph-mon[111815]: pgmap v20114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:04 smithi088 ceph-mon[96111]: pgmap v20114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:05.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:05.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:06.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:06.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:06 smithi187 ceph-mon[111815]: pgmap v20115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:06 smithi088 ceph-mon[96111]: pgmap v20115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:07.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:07.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:08.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:08.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:08 smithi187 ceph-mon[111815]: pgmap v20116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:08 smithi088 ceph-mon[96111]: pgmap v20116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:09.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:09.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:10.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:10.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:10 smithi187 ceph-mon[111815]: pgmap v20117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:10 smithi088 ceph-mon[96111]: pgmap v20117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:11.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:11.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:12.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:12.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:12 smithi187 ceph-mon[111815]: pgmap v20118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:12 smithi088 ceph-mon[96111]: pgmap v20118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:13.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:13.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:14.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:14.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:14 smithi187 ceph-mon[111815]: pgmap v20119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:14 smithi088 ceph-mon[96111]: pgmap v20119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:15.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:15.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:16.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:16.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:16 smithi187 ceph-mon[111815]: pgmap v20120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:27:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:16 smithi088 ceph-mon[96111]: pgmap v20120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:27:17.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:17.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:18.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:18.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:18 smithi187 ceph-mon[111815]: pgmap v20121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:18 smithi088 ceph-mon[96111]: pgmap v20121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:19.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:19.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:20.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:20.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:20 smithi187 ceph-mon[111815]: pgmap v20122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:20 smithi088 ceph-mon[96111]: pgmap v20122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:21.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:21.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:22.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:22.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:22.932 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:22 smithi187 ceph-mon[111815]: pgmap v20123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:22 smithi088 ceph-mon[96111]: pgmap v20123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:23.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:23.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:24.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:24.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:24 smithi187 ceph-mon[111815]: pgmap v20124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:24 smithi088 ceph-mon[96111]: pgmap v20124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:25.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:25.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:26.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:26.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:26 smithi187 ceph-mon[111815]: pgmap v20125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:26 smithi088 ceph-mon[96111]: pgmap v20125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:27.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:27.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:28.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:28.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:28 smithi187 ceph-mon[111815]: pgmap v20126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:29.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:28 smithi088 ceph-mon[96111]: pgmap v20126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:29.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:29.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:30.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:30.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:30 smithi187 ceph-mon[111815]: pgmap v20127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:30 smithi088 ceph-mon[96111]: pgmap v20127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:31.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:31.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:27:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:27:32.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:32.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:32 smithi187 ceph-mon[111815]: pgmap v20128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:32 smithi088 ceph-mon[96111]: pgmap v20128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:33.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:33.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:33.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:27:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:27:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:27:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:27:33.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:27:33.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:33 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:27:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:27:34.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:27:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:27:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:27:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:27:34.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:33 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:27:34.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:34.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:34 smithi187 ceph-mon[111815]: pgmap v20129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:34 smithi088 ceph-mon[96111]: pgmap v20129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:35.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:35.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:36.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:36.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:36 smithi187 ceph-mon[111815]: pgmap v20130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:36 smithi088 ceph-mon[96111]: pgmap v20130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:37.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:37.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:38.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:38.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:38 smithi088 ceph-mon[96111]: pgmap v20131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:38 smithi187 ceph-mon[111815]: pgmap v20131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:39.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:39.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:40.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:40.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:40 smithi088 ceph-mon[96111]: pgmap v20132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:40 smithi187 ceph-mon[111815]: pgmap v20132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:41.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:41.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:42.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:42.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:42 smithi088 ceph-mon[96111]: pgmap v20133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:43.142 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:42 smithi187 ceph-mon[111815]: pgmap v20133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:43.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:43.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:44.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:44.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:44 smithi088 ceph-mon[96111]: pgmap v20134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:44 smithi187 ceph-mon[111815]: pgmap v20134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:45.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:45.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:46.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:46.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:46 smithi088 ceph-mon[96111]: pgmap v20135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:27:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:46 smithi187 ceph-mon[111815]: pgmap v20135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:27:47.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:47.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:48.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:48.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:48 smithi088 ceph-mon[96111]: pgmap v20136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:48 smithi187 ceph-mon[111815]: pgmap v20136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:49.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:49.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:50.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:50.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:50 smithi088 ceph-mon[96111]: pgmap v20137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:50 smithi187 ceph-mon[111815]: pgmap v20137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:51.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:51.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:52.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:52.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:52 smithi088 ceph-mon[96111]: pgmap v20138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:52 smithi187 ceph-mon[111815]: pgmap v20138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:53.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:53.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:54.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:54.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:54 smithi088 ceph-mon[96111]: pgmap v20139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:54 smithi187 ceph-mon[111815]: pgmap v20139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:55.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:55.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:56.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:56.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:56 smithi088 ceph-mon[96111]: pgmap v20140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:56 smithi187 ceph-mon[111815]: pgmap v20140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:27:57.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:57.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:58.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:58.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:27:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:27:58 smithi088 ceph-mon[96111]: pgmap v20141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:27:58 smithi187 ceph-mon[111815]: pgmap v20141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:27:59.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:27:59.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:00.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:00.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:00 smithi088 ceph-mon[96111]: pgmap v20142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:00 smithi187 ceph-mon[111815]: pgmap v20142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:01.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:01.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:28:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:28:02.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:02.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:02 smithi088 ceph-mon[96111]: pgmap v20143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:02 smithi187 ceph-mon[111815]: pgmap v20143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:03.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:03.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:04.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:04.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:04 smithi088 ceph-mon[96111]: pgmap v20144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:04 smithi187 ceph-mon[111815]: pgmap v20144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:05.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:05.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:05 smithi088 ceph-mon[96111]: pgmap v20145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:05 smithi187 ceph-mon[111815]: pgmap v20145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:06.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:06.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:07.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:07.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:08.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:08.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:08.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:08 smithi088 ceph-mon[96111]: pgmap v20146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:08.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:08 smithi187 ceph-mon[111815]: pgmap v20146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:09.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:09.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:10.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:10.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:10.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:10 smithi187 ceph-mon[111815]: pgmap v20147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:10 smithi088 ceph-mon[96111]: pgmap v20147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:11.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:11.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:12.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:12.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:12.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:12 smithi187 ceph-mon[111815]: pgmap v20148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:12 smithi088 ceph-mon[96111]: pgmap v20148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:13.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:13.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:14.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:14.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:14.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:14 smithi187 ceph-mon[111815]: pgmap v20149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:14.798 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:14 smithi088 ceph-mon[96111]: pgmap v20149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:15.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:15.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:16.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:16.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:16 smithi187 ceph-mon[111815]: pgmap v20150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:16.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:28:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:16 smithi088 ceph-mon[96111]: pgmap v20150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:28:17.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:17.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:18.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:18.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:18 smithi088 ceph-mon[96111]: pgmap v20151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:18 smithi187 ceph-mon[111815]: pgmap v20151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:19.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:19.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:20.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:20.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:20 smithi088 ceph-mon[96111]: pgmap v20152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:20 smithi187 ceph-mon[111815]: pgmap v20152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:21.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:21.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:22.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:22.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:22 smithi088 ceph-mon[96111]: pgmap v20153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:22 smithi187 ceph-mon[111815]: pgmap v20153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:23.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:23.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:24.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:24.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:24 smithi088 ceph-mon[96111]: pgmap v20154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:24 smithi187 ceph-mon[111815]: pgmap v20154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:25.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:25.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:26.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:26.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:26 smithi088 ceph-mon[96111]: pgmap v20155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:26 smithi187 ceph-mon[111815]: pgmap v20155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:27.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:27.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:28.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:28.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:28 smithi088 ceph-mon[96111]: pgmap v20156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:28 smithi187 ceph-mon[111815]: pgmap v20156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:29.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:29.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:30.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:30.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:30 smithi088 ceph-mon[96111]: pgmap v20157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:30 smithi187 ceph-mon[111815]: pgmap v20157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:31.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:31.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:28:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:28:32.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:32.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:32.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:32 smithi088 ceph-mon[96111]: pgmap v20158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:32 smithi187 ceph-mon[111815]: pgmap v20158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:33.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:33.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:34.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:34.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:34 smithi088 ceph-mon[96111]: pgmap v20159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:28:34.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:28:34.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:28:34.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:28:34.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:28:34.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:28:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:34 smithi187 ceph-mon[111815]: pgmap v20159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:28:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:28:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:28:34.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:28:34.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:28:34.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:28:35.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:35.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:36.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:36.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:36 smithi088 ceph-mon[96111]: pgmap v20160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:36 smithi187 ceph-mon[111815]: pgmap v20160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:37.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:37.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:38.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:38.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:38 smithi088 ceph-mon[96111]: pgmap v20161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:38 smithi187 ceph-mon[111815]: pgmap v20161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:39.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:39.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:40.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:40.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:40 smithi088 ceph-mon[96111]: pgmap v20162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:40 smithi187 ceph-mon[111815]: pgmap v20162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:41.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:41.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:42.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:42.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:42 smithi088 ceph-mon[96111]: pgmap v20163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:42 smithi187 ceph-mon[111815]: pgmap v20163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:43.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:43.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:44.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:44.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:44 smithi088 ceph-mon[96111]: pgmap v20164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:44 smithi187 ceph-mon[111815]: pgmap v20164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:45.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:45.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:46.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:46.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:46 smithi088 ceph-mon[96111]: pgmap v20165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:28:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:46 smithi187 ceph-mon[111815]: pgmap v20165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:28:47.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:47.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:48.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:48.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:48 smithi088 ceph-mon[96111]: pgmap v20166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:48.826 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:48 smithi187 ceph-mon[111815]: pgmap v20166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:49.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:49.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:50.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:50.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:50 smithi088 ceph-mon[96111]: pgmap v20167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:50 smithi187 ceph-mon[111815]: pgmap v20167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:51.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:51.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:52.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:52.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:52 smithi088 ceph-mon[96111]: pgmap v20168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:52 smithi187 ceph-mon[111815]: pgmap v20168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:53.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:53.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:54.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:54.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:54 smithi088 ceph-mon[96111]: pgmap v20169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:54 smithi187 ceph-mon[111815]: pgmap v20169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:55.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:55.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:56.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:56.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:56 smithi088 ceph-mon[96111]: pgmap v20170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:56 smithi187 ceph-mon[111815]: pgmap v20170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:28:57.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:57.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:58.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:58.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:28:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:28:58 smithi088 ceph-mon[96111]: pgmap v20171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:58.931 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:28:58 smithi187 ceph-mon[111815]: pgmap v20171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:28:59.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:28:59.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:00.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:00.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:00 smithi088 ceph-mon[96111]: pgmap v20172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:00 smithi187 ceph-mon[111815]: pgmap v20172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:01.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:01.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:29:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:29:02.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:02.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:02 smithi088 ceph-mon[96111]: pgmap v20173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:02 smithi187 ceph-mon[111815]: pgmap v20173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:03.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:03.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:04.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:04.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:04 smithi088 ceph-mon[96111]: pgmap v20174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:04 smithi187 ceph-mon[111815]: pgmap v20174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:05.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:05.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:06.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:06.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:06 smithi088 ceph-mon[96111]: pgmap v20175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:06 smithi187 ceph-mon[111815]: pgmap v20175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:07.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:07.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:08.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:08.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:08 smithi088 ceph-mon[96111]: pgmap v20176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:08 smithi187 ceph-mon[111815]: pgmap v20176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:09.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:09.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:10.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:10.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:10 smithi088 ceph-mon[96111]: pgmap v20177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:10 smithi187 ceph-mon[111815]: pgmap v20177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:11.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:12.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:12.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:12 smithi088 ceph-mon[96111]: pgmap v20178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:12 smithi187 ceph-mon[111815]: pgmap v20178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:13.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:13.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:14.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:14.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:14 smithi088 ceph-mon[96111]: pgmap v20179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:14 smithi187 ceph-mon[111815]: pgmap v20179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:15.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:15.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:16.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:16.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:16 smithi088 ceph-mon[96111]: pgmap v20180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:29:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:16 smithi187 ceph-mon[111815]: pgmap v20180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:29:17.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:17.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:18.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:18.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:18 smithi088 ceph-mon[96111]: pgmap v20181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:18 smithi187 ceph-mon[111815]: pgmap v20181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:19.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:19.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:20.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:20.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:20 smithi088 ceph-mon[96111]: pgmap v20182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:20 smithi187 ceph-mon[111815]: pgmap v20182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:21.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:21.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:22.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:22.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:22 smithi088 ceph-mon[96111]: pgmap v20183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:22 smithi187 ceph-mon[111815]: pgmap v20183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:23.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:23.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:24.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:24.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:24 smithi187 ceph-mon[111815]: pgmap v20184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:24 smithi088 ceph-mon[96111]: pgmap v20184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:25.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:25.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:26.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:26.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:26 smithi187 ceph-mon[111815]: pgmap v20185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:26 smithi088 ceph-mon[96111]: pgmap v20185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:27.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:27.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:28.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:28.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:28.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:28 smithi187 ceph-mon[111815]: pgmap v20186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:28 smithi088 ceph-mon[96111]: pgmap v20186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:29.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:29.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:30.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:30.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:30 smithi088 ceph-mon[96111]: pgmap v20187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:30 smithi187 ceph-mon[111815]: pgmap v20187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:31.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:31.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:29:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:29:32.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:32.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:32 smithi187 ceph-mon[111815]: pgmap v20188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:32 smithi088 ceph-mon[96111]: pgmap v20188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:33.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:33.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:34.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:34.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:34 smithi187 ceph-mon[111815]: pgmap v20189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:34 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:29:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:34 smithi088 ceph-mon[96111]: pgmap v20189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:34 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:29:35.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:35.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:36.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:36.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:36 smithi187 ceph-mon[111815]: pgmap v20190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:36 smithi088 ceph-mon[96111]: pgmap v20190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:37.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:37.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:29:38.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:29:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:37 smithi187 ceph-mon[111815]: pgmap v20191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:29:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:29:38.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:29:38.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:29:38.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:29:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:29:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:29:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:37 smithi088 ceph-mon[96111]: pgmap v20191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:29:38.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:29:38.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:29:38.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:29:38.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:29:38.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:38.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:39.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:39.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:40.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:40.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:40.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:40 smithi088 ceph-mon[96111]: pgmap v20192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:40 smithi187 ceph-mon[111815]: pgmap v20192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:41.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:41.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:42.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:42.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:42.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:42 smithi088 ceph-mon[96111]: pgmap v20193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:42 smithi187 ceph-mon[111815]: pgmap v20193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:43.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:43.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:44.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:44.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:44 smithi187 ceph-mon[111815]: pgmap v20194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:44.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:44 smithi088 ceph-mon[96111]: pgmap v20194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:45.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:45.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:46.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:46.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:46 smithi088 ceph-mon[96111]: pgmap v20195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:29:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:46 smithi187 ceph-mon[111815]: pgmap v20195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:29:47.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:47.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:48.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:48.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:48 smithi088 ceph-mon[96111]: pgmap v20196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:48 smithi187 ceph-mon[111815]: pgmap v20196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:49.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:49.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:50.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:50.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:50 smithi088 ceph-mon[96111]: pgmap v20197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:50 smithi187 ceph-mon[111815]: pgmap v20197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:51.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:51.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:52.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:52.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:52 smithi088 ceph-mon[96111]: pgmap v20198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:52 smithi187 ceph-mon[111815]: pgmap v20198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:53.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:53.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:54.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:54.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:54 smithi088 ceph-mon[96111]: pgmap v20199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:54 smithi187 ceph-mon[111815]: pgmap v20199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:55.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:55.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:56.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:56.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:56 smithi088 ceph-mon[96111]: pgmap v20200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:56 smithi187 ceph-mon[111815]: pgmap v20200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:29:57.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:57.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:58.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:58.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:29:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:29:58 smithi088 ceph-mon[96111]: pgmap v20201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:29:58 smithi187 ceph-mon[111815]: pgmap v20201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:29:59.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:29:59.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:00.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:00.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:00 smithi088 ceph-mon[96111]: pgmap v20202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T10:30:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:00 smithi187 ceph-mon[111815]: pgmap v20202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T10:30:01.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:01.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:30:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:30:02.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:02.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:02 smithi088 ceph-mon[96111]: pgmap v20203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:02 smithi187 ceph-mon[111815]: pgmap v20203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:03.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:03.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:04.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:04.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:04 smithi088 ceph-mon[96111]: pgmap v20204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:04 smithi187 ceph-mon[111815]: pgmap v20204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:05.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:05.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:06.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:06.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:06 smithi088 ceph-mon[96111]: pgmap v20205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:06 smithi187 ceph-mon[111815]: pgmap v20205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:07.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:07.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:08.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:08.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:08 smithi088 ceph-mon[96111]: pgmap v20206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:08 smithi187 ceph-mon[111815]: pgmap v20206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:09.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:09.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:10.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:10.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:10 smithi088 ceph-mon[96111]: pgmap v20207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:10 smithi187 ceph-mon[111815]: pgmap v20207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:11.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:11.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:12.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:12.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:12 smithi088 ceph-mon[96111]: pgmap v20208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:12 smithi187 ceph-mon[111815]: pgmap v20208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:13.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:13.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:14.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:14.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:14 smithi088 ceph-mon[96111]: pgmap v20209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:14 smithi187 ceph-mon[111815]: pgmap v20209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:15.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:15.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:16.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:16.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:16 smithi088 ceph-mon[96111]: pgmap v20210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:30:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:16 smithi187 ceph-mon[111815]: pgmap v20210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:30:17.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:17.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:18.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:18.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:18 smithi088 ceph-mon[96111]: pgmap v20211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:18 smithi187 ceph-mon[111815]: pgmap v20211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:19.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:19.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:20.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:20.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:20 smithi088 ceph-mon[96111]: pgmap v20212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:20 smithi187 ceph-mon[111815]: pgmap v20212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:21.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:21.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:22.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:22.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:22.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:22 smithi088 ceph-mon[96111]: pgmap v20213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:22 smithi187 ceph-mon[111815]: pgmap v20213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:23.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:23.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:24.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:24.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:24.820 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:24 smithi187 ceph-mon[111815]: pgmap v20214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:24.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:24 smithi088 ceph-mon[96111]: pgmap v20214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:25.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:25.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:26.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:26.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:26.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:26 smithi088 ceph-mon[96111]: pgmap v20215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:26 smithi187 ceph-mon[111815]: pgmap v20215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:27.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:27.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:28.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:28.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:28 smithi088 ceph-mon[96111]: pgmap v20216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:28 smithi187 ceph-mon[111815]: pgmap v20216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:29.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:29.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:30.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:30.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:30.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:30 smithi088 ceph-mon[96111]: pgmap v20217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:30 smithi187 ceph-mon[111815]: pgmap v20217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:31.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:31.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:31.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:30:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:30:32.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:32.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:32.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:32 smithi088 ceph-mon[96111]: pgmap v20218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:32 smithi187 ceph-mon[111815]: pgmap v20218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:33.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:33.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:34.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:34.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:34.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:34 smithi088 ceph-mon[96111]: pgmap v20219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:34.925 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:34 smithi187 ceph-mon[111815]: pgmap v20219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:35.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:35.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:36.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:36.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:36.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:36 smithi088 ceph-mon[96111]: pgmap v20220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:36 smithi187 ceph-mon[111815]: pgmap v20220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:37.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:37.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:37.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:37 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:30:38.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:37 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:30:38.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:38.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:38 smithi187 ceph-mon[111815]: pgmap v20221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:38 smithi088 ceph-mon[96111]: pgmap v20221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:39.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:39.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:40.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:40.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:40 smithi187 ceph-mon[111815]: pgmap v20222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:40 smithi088 ceph-mon[96111]: pgmap v20222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:41.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:41.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:42.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:42.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:42 smithi187 ceph-mon[111815]: pgmap v20223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:30:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:30:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:30:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:30:42.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:30:42.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:30:42.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:30:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:42 smithi088 ceph-mon[96111]: pgmap v20223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:30:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:30:43.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:30:43.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:30:43.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:30:43.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:30:43.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:30:43.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:43.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:44.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:44.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:44 smithi187 ceph-mon[111815]: pgmap v20224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:44 smithi088 ceph-mon[96111]: pgmap v20224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:45.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:45.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:46.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:46.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:46 smithi187 ceph-mon[111815]: pgmap v20225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:30:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:46 smithi088 ceph-mon[96111]: pgmap v20225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:30:47.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:47.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:48.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:48.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:48 smithi187 ceph-mon[111815]: pgmap v20226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:48 smithi088 ceph-mon[96111]: pgmap v20226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:49.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:49.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:50.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:50.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:50 smithi187 ceph-mon[111815]: pgmap v20227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:50 smithi088 ceph-mon[96111]: pgmap v20227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:51.576 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:51.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:52.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:52.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:52 smithi187 ceph-mon[111815]: pgmap v20228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:52 smithi088 ceph-mon[96111]: pgmap v20228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:53.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:53.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:54.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:54.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:54 smithi187 ceph-mon[111815]: pgmap v20229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:54 smithi088 ceph-mon[96111]: pgmap v20229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:55.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:55.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:56.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:56.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:56 smithi088 ceph-mon[96111]: pgmap v20230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:56 smithi187 ceph-mon[111815]: pgmap v20230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:30:57.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:57.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:58.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:58.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:30:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:30:58 smithi187 ceph-mon[111815]: pgmap v20231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:30:58 smithi088 ceph-mon[96111]: pgmap v20231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:30:59.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:30:59.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:00.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:00.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:00 smithi187 ceph-mon[111815]: pgmap v20232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:00 smithi088 ceph-mon[96111]: pgmap v20232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:01.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:01.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:31:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:31:02.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:02.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:02 smithi187 ceph-mon[111815]: pgmap v20233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:03.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:02 smithi088 ceph-mon[96111]: pgmap v20233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:03.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:03.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:04.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:04.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:04 smithi187 ceph-mon[111815]: pgmap v20234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:04 smithi088 ceph-mon[96111]: pgmap v20234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:05.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:05.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:06.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:06.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:06 smithi088 ceph-mon[96111]: pgmap v20235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:06 smithi187 ceph-mon[111815]: pgmap v20235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:07.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:07.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:08.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:08.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:08 smithi187 ceph-mon[111815]: pgmap v20236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:08 smithi088 ceph-mon[96111]: pgmap v20236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:09.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:09.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:10.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:10.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:10 smithi187 ceph-mon[111815]: pgmap v20237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:10 smithi088 ceph-mon[96111]: pgmap v20237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:11.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:11.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:12.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:12.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:12 smithi187 ceph-mon[111815]: pgmap v20238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:12 smithi088 ceph-mon[96111]: pgmap v20238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:13.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:13.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:14.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:14.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:14.968 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:14 smithi187 ceph-mon[111815]: pgmap v20239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:14 smithi088 ceph-mon[96111]: pgmap v20239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:15.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:15.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:16.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:16.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:16 smithi088 ceph-mon[96111]: pgmap v20240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:16.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:31:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:16 smithi187 ceph-mon[111815]: pgmap v20240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:31:17.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:17.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:18.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:18.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:18 smithi187 ceph-mon[111815]: pgmap v20241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:18 smithi088 ceph-mon[96111]: pgmap v20241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:19.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:19.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:20.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:20.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:20.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:20 smithi187 ceph-mon[111815]: pgmap v20242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:20 smithi088 ceph-mon[96111]: pgmap v20242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:21.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:21.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:22.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:22.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:22 smithi187 ceph-mon[111815]: pgmap v20243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:22 smithi088 ceph-mon[96111]: pgmap v20243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:23.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:23.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:24.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:24.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:24 smithi187 ceph-mon[111815]: pgmap v20244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:24 smithi088 ceph-mon[96111]: pgmap v20244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:25.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:25.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:26.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:26.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:26 smithi187 ceph-mon[111815]: pgmap v20245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:27.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:26 smithi088 ceph-mon[96111]: pgmap v20245: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:27.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:27.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:28.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:28.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:28 smithi187 ceph-mon[111815]: pgmap v20246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:28 smithi088 ceph-mon[96111]: pgmap v20246: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:29.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:29.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:30.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:30.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:30 smithi187 ceph-mon[111815]: pgmap v20247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:30 smithi088 ceph-mon[96111]: pgmap v20247: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:31.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:31.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:31:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:31:32.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:32.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:32 smithi187 ceph-mon[111815]: pgmap v20248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:32 smithi088 ceph-mon[96111]: pgmap v20248: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:33.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:33.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:34.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:34.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:34 smithi187 ceph-mon[111815]: pgmap v20249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:34 smithi088 ceph-mon[96111]: pgmap v20249: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:35.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:35.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:36.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:36.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:36 smithi187 ceph-mon[111815]: pgmap v20250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:36 smithi088 ceph-mon[96111]: pgmap v20250: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:37.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:37.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:38.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:38.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:38 smithi187 ceph-mon[111815]: pgmap v20251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:38 smithi088 ceph-mon[96111]: pgmap v20251: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:39.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:39.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:40.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:40.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:40 smithi187 ceph-mon[111815]: pgmap v20252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:40 smithi088 ceph-mon[96111]: pgmap v20252: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:41.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:41.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:42.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:42.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:42 smithi187 ceph-mon[111815]: pgmap v20253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:42 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:31:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:42 smithi088 ceph-mon[96111]: pgmap v20253: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:43.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:42 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:31:43.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:43.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:43.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:31:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:31:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:31:43.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:31:43.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:31:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:31:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:31:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:31:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:31:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:31:44.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:44.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:44 smithi187 ceph-mon[111815]: pgmap v20254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:44 smithi088 ceph-mon[96111]: pgmap v20254: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:45.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:45.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:46.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:46.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:46 smithi187 ceph-mon[111815]: pgmap v20255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:31:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:46 smithi088 ceph-mon[96111]: pgmap v20255: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:31:47.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:47.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:48.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:48.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:48 smithi187 ceph-mon[111815]: pgmap v20256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:48 smithi088 ceph-mon[96111]: pgmap v20256: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:49.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:49.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:50.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:50.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:50 smithi187 ceph-mon[111815]: pgmap v20257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:50 smithi088 ceph-mon[96111]: pgmap v20257: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:51.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:51.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:52.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:52.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:52 smithi187 ceph-mon[111815]: pgmap v20258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:52 smithi088 ceph-mon[96111]: pgmap v20258: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:53.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:53.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:54.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:54.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:54 smithi187 ceph-mon[111815]: pgmap v20259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:54 smithi088 ceph-mon[96111]: pgmap v20259: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:55.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:55.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:56.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:56.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:56 smithi187 ceph-mon[111815]: pgmap v20260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:56.960 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:56 smithi088 ceph-mon[96111]: pgmap v20260: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:31:57.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:57.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:58.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:58.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:31:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:31:58 smithi187 ceph-mon[111815]: pgmap v20261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:31:58 smithi088 ceph-mon[96111]: pgmap v20261: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:31:59.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:31:59.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:00.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:00.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:00 smithi088 ceph-mon[96111]: pgmap v20262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:00 smithi187 ceph-mon[111815]: pgmap v20262: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:01.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:01.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:02.009 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:32:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:32:02.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:02.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:02 smithi088 ceph-mon[96111]: pgmap v20263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:02 smithi187 ceph-mon[111815]: pgmap v20263: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:03.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:03.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:04.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:04.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:04 smithi088 ceph-mon[96111]: pgmap v20264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:04 smithi187 ceph-mon[111815]: pgmap v20264: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:05.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:05.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:06.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:06.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:07.058 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:06 smithi088 ceph-mon[96111]: pgmap v20265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:06 smithi187 ceph-mon[111815]: pgmap v20265: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:07.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:07.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:08.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:08.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:09.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:08 smithi088 ceph-mon[96111]: pgmap v20266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:08 smithi187 ceph-mon[111815]: pgmap v20266: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:09.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:09.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:10.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:10.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:10 smithi088 ceph-mon[96111]: pgmap v20267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:10 smithi187 ceph-mon[111815]: pgmap v20267: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:11.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:11.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:12.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:12.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:12 smithi088 ceph-mon[96111]: pgmap v20268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:12 smithi187 ceph-mon[111815]: pgmap v20268: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:13.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:13.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:14.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:14.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:14 smithi088 ceph-mon[96111]: pgmap v20269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:14 smithi187 ceph-mon[111815]: pgmap v20269: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:15.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:15.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:16.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:16.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:17.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:16 smithi088 ceph-mon[96111]: pgmap v20270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:17.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:32:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:16 smithi187 ceph-mon[111815]: pgmap v20270: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:32:17.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:17.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:18.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:18.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:18 smithi088 ceph-mon[96111]: pgmap v20271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:18 smithi187 ceph-mon[111815]: pgmap v20271: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:19.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:19.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:20.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:20.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:21.020 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:20 smithi187 ceph-mon[111815]: pgmap v20272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:20 smithi088 ceph-mon[96111]: pgmap v20272: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:21.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:21.725 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:22.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:22.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:22 smithi088 ceph-mon[96111]: pgmap v20273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:22 smithi187 ceph-mon[111815]: pgmap v20273: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:23.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:23.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:24.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:24.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:24 smithi088 ceph-mon[96111]: pgmap v20274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:24 smithi187 ceph-mon[111815]: pgmap v20274: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:25.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:25.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:26.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:26.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:26 smithi088 ceph-mon[96111]: pgmap v20275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:26 smithi187 ceph-mon[111815]: pgmap v20275: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:27.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:27.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:28.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:28.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:28 smithi088 ceph-mon[96111]: pgmap v20276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:28 smithi187 ceph-mon[111815]: pgmap v20276: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:29.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:29.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:30.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:30.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:30 smithi088 ceph-mon[96111]: pgmap v20277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:31.124 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:30 smithi187 ceph-mon[111815]: pgmap v20277: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:31.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:31.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:32:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:32:32.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:32.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:32 smithi088 ceph-mon[96111]: pgmap v20278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:32 smithi187 ceph-mon[111815]: pgmap v20278: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:33.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:33.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:34.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:34.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:34 smithi088 ceph-mon[96111]: pgmap v20279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:34 smithi187 ceph-mon[111815]: pgmap v20279: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:35.748 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:35.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:36.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:36.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:36 smithi088 ceph-mon[96111]: pgmap v20280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:36 smithi187 ceph-mon[111815]: pgmap v20280: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:37.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:37.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:38.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:38.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:38 smithi088 ceph-mon[96111]: pgmap v20281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:38 smithi187 ceph-mon[111815]: pgmap v20281: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:39.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:39.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:40.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:40.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:40 smithi088 ceph-mon[96111]: pgmap v20282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:40 smithi187 ceph-mon[111815]: pgmap v20282: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:41.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:41.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:42.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:42.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:42 smithi088 ceph-mon[96111]: pgmap v20283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:42 smithi187 ceph-mon[111815]: pgmap v20283: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:43.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:43.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:32:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:32:44.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:32:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:32:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:32:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:32:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:32:44.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:43 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:32:44.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:32:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:32:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:32:44.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:32:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:32:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:32:44.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:32:44.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:43 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:32:44.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:44.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:44 smithi088 ceph-mon[96111]: pgmap v20284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:44 smithi187 ceph-mon[111815]: pgmap v20284: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:45.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:45.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:45 smithi088 ceph-mon[96111]: pgmap v20285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:46.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:32:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:45 smithi187 ceph-mon[111815]: pgmap v20285: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:32:46.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:46.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:47.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:47.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:48.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:48 smithi187 ceph-mon[111815]: pgmap v20286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:48.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:48.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:48.821 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:48 smithi088 ceph-mon[96111]: pgmap v20286: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:49.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:49.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:50.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:50.773 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:50 smithi088 ceph-mon[96111]: pgmap v20287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:50 smithi187 ceph-mon[111815]: pgmap v20287: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:51.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:52.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:52.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:52.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:52 smithi088 ceph-mon[96111]: pgmap v20288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:52 smithi187 ceph-mon[111815]: pgmap v20288: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:53.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:53.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:54.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:54.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:54 smithi088 ceph-mon[96111]: pgmap v20289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:54 smithi187 ceph-mon[111815]: pgmap v20289: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:55.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:55.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:56.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:56 smithi187 ceph-mon[111815]: pgmap v20290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:56.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:56.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:56 smithi088 ceph-mon[96111]: pgmap v20290: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:32:57.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:57.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:58.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:58.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:32:58.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:32:58 smithi088 ceph-mon[96111]: pgmap v20291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:32:58 smithi187 ceph-mon[111815]: pgmap v20291: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:32:59.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:32:59.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:00.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:00.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:00 smithi088 ceph-mon[96111]: pgmap v20292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:00 smithi187 ceph-mon[111815]: pgmap v20292: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:01.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:33:01.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:01.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:01.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:33:02.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:02.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:02.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:02 smithi088 ceph-mon[96111]: pgmap v20293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:02 smithi187 ceph-mon[111815]: pgmap v20293: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:03.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:03.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:04.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:04.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:04.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:04 smithi088 ceph-mon[96111]: pgmap v20294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:04 smithi187 ceph-mon[111815]: pgmap v20294: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:05.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:05.797 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:06.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:06.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:06.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:06 smithi088 ceph-mon[96111]: pgmap v20295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:06 smithi187 ceph-mon[111815]: pgmap v20295: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:07.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:07.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:08.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:08.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:08 smithi088 ceph-mon[96111]: pgmap v20296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:08 smithi187 ceph-mon[111815]: pgmap v20296: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:09.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:09.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:10.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:10.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:10.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:10 smithi088 ceph-mon[96111]: pgmap v20297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:10 smithi187 ceph-mon[111815]: pgmap v20297: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:11.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:11.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:12.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:12.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:12.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:12 smithi088 ceph-mon[96111]: pgmap v20298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:12 smithi187 ceph-mon[111815]: pgmap v20298: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:13.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:13.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:14.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:14.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:14 smithi088 ceph-mon[96111]: pgmap v20299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:14 smithi187 ceph-mon[111815]: pgmap v20299: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:15.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:15.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:16.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:16.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:16 smithi088 ceph-mon[96111]: pgmap v20300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:16.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:33:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:16 smithi187 ceph-mon[111815]: pgmap v20300: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:33:17.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:17.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:18.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:18.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:18.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:18 smithi088 ceph-mon[96111]: pgmap v20301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:18 smithi187 ceph-mon[111815]: pgmap v20301: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:19.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:19.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:20.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:20.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:20.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:20 smithi088 ceph-mon[96111]: pgmap v20302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:20 smithi187 ceph-mon[111815]: pgmap v20302: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:21.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:21.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:22.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:22.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:22 smithi187 ceph-mon[111815]: pgmap v20303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:22 smithi088 ceph-mon[96111]: pgmap v20303: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:23.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:23.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:24.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:24.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:24 smithi187 ceph-mon[111815]: pgmap v20304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:24 smithi088 ceph-mon[96111]: pgmap v20304: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:25.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:25.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:26.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:26.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:26 smithi187 ceph-mon[111815]: pgmap v20305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:26 smithi088 ceph-mon[96111]: pgmap v20305: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:27.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:27.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:28.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:28.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:28 smithi187 ceph-mon[111815]: pgmap v20306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:28 smithi088 ceph-mon[96111]: pgmap v20306: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:29.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:29.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:30.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:30.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:30 smithi187 ceph-mon[111815]: pgmap v20307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:30 smithi088 ceph-mon[96111]: pgmap v20307: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:31.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:31.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:33:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:33:32.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:32.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:32.894 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:32 smithi088 ceph-mon[96111]: pgmap v20308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:32 smithi187 ceph-mon[111815]: pgmap v20308: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:33.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:33.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:34.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:34.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:34 smithi187 ceph-mon[111815]: pgmap v20309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:34 smithi088 ceph-mon[96111]: pgmap v20309: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:35.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:35.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:36.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:36.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:36 smithi187 ceph-mon[111815]: pgmap v20310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:36 smithi088 ceph-mon[96111]: pgmap v20310: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:37.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:37.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:38.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:38.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:38 smithi187 ceph-mon[111815]: pgmap v20311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:38 smithi088 ceph-mon[96111]: pgmap v20311: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:39.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:39.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:40.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:40.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:40 smithi187 ceph-mon[111815]: pgmap v20312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:40 smithi088 ceph-mon[96111]: pgmap v20312: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:41.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:41.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:42.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:42.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:42 smithi187 ceph-mon[111815]: pgmap v20313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:42.993 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:42 smithi088 ceph-mon[96111]: pgmap v20313: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:43.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:43.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:44.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:44.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:44 smithi187 ceph-mon[111815]: pgmap v20314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:33:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:33:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:33:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:33:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:33:44.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:33:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:44 smithi088 ceph-mon[96111]: pgmap v20314: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:33:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:33:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:33:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:33:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:33:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:33:45.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:45.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:46.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:46.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:46.912 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:46 smithi187 ceph-mon[111815]: pgmap v20315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:46.912 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:33:47.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:46 smithi088 ceph-mon[96111]: pgmap v20315: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:47.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:33:47.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:47.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:48.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:48.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:48 smithi187 ceph-mon[111815]: pgmap v20316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:48 smithi088 ceph-mon[96111]: pgmap v20316: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:49.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:49.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:50.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:50.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:50 smithi187 ceph-mon[111815]: pgmap v20317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:50 smithi088 ceph-mon[96111]: pgmap v20317: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:51.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:51.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:52.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:52.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:52 smithi187 ceph-mon[111815]: pgmap v20318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:52 smithi088 ceph-mon[96111]: pgmap v20318: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:53.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:53.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:54.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:54.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:54 smithi187 ceph-mon[111815]: pgmap v20319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:54 smithi088 ceph-mon[96111]: pgmap v20319: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:55.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:55.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:56.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:56.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:56 smithi187 ceph-mon[111815]: pgmap v20320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:56 smithi088 ceph-mon[96111]: pgmap v20320: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:33:57.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:57.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:58.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:58.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:33:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:33:58 smithi187 ceph-mon[111815]: pgmap v20321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:33:58 smithi088 ceph-mon[96111]: pgmap v20321: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:33:59.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:33:59.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:00.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:00.886 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:00 smithi187 ceph-mon[111815]: pgmap v20322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:00 smithi088 ceph-mon[96111]: pgmap v20322: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:01.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:01.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:01.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:34:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:34:02.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:02.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:02 smithi187 ceph-mon[111815]: pgmap v20323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:02 smithi088 ceph-mon[96111]: pgmap v20323: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:03.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:03.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:04.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:04.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:04 smithi187 ceph-mon[111815]: pgmap v20324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:04 smithi088 ceph-mon[96111]: pgmap v20324: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:05.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:05.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:06.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:06.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:06 smithi187 ceph-mon[111815]: pgmap v20325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:06 smithi088 ceph-mon[96111]: pgmap v20325: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:07.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:07.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:08.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:08.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:08 smithi187 ceph-mon[111815]: pgmap v20326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:09.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:08 smithi088 ceph-mon[96111]: pgmap v20326: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:09.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:09.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:10.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:10.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:10 smithi187 ceph-mon[111815]: pgmap v20327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:11.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:10 smithi088 ceph-mon[96111]: pgmap v20327: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:11.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:11.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:12.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:12.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:12 smithi187 ceph-mon[111815]: pgmap v20328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:12 smithi088 ceph-mon[96111]: pgmap v20328: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:13.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:13.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:14.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:14.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:14 smithi187 ceph-mon[111815]: pgmap v20329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:14 smithi088 ceph-mon[96111]: pgmap v20329: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:15.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:15.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:16.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:16.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:16 smithi187 ceph-mon[111815]: pgmap v20330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:34:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:16 smithi088 ceph-mon[96111]: pgmap v20330: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:34:17.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:17.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:18.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:18.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:18 smithi187 ceph-mon[111815]: pgmap v20331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:18 smithi088 ceph-mon[96111]: pgmap v20331: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:19.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:19.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:20.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:20.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:20 smithi187 ceph-mon[111815]: pgmap v20332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:20 smithi088 ceph-mon[96111]: pgmap v20332: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:21.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:21.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:22.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:22.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:22 smithi187 ceph-mon[111815]: pgmap v20333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:22 smithi088 ceph-mon[96111]: pgmap v20333: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:23.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:23.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:24.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:24.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:24 smithi187 ceph-mon[111815]: pgmap v20334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:24 smithi088 ceph-mon[96111]: pgmap v20334: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:25.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:25.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:26.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:26.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:26 smithi187 ceph-mon[111815]: pgmap v20335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:26 smithi088 ceph-mon[96111]: pgmap v20335: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:27.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:27.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:28.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:28.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:28 smithi187 ceph-mon[111815]: pgmap v20336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:29.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:28 smithi088 ceph-mon[96111]: pgmap v20336: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:29.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:29.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:30.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:30.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:30 smithi187 ceph-mon[111815]: pgmap v20337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:30 smithi088 ceph-mon[96111]: pgmap v20337: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:31.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:31.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:34:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:34:32.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:32.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:32 smithi187 ceph-mon[111815]: pgmap v20338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:32 smithi088 ceph-mon[96111]: pgmap v20338: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:33.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:33.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:34.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:34.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:34 smithi088 ceph-mon[96111]: pgmap v20339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:34 smithi187 ceph-mon[111815]: pgmap v20339: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:35.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:35.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:36.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:36.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:36 smithi088 ceph-mon[96111]: pgmap v20340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:36 smithi187 ceph-mon[111815]: pgmap v20340: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:37.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:37.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:38.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:38 smithi088 ceph-mon[96111]: pgmap v20341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:38.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:38.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:38 smithi187 ceph-mon[111815]: pgmap v20341: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:39.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:39.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:40.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:40.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:40 smithi088 ceph-mon[96111]: pgmap v20342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:40 smithi187 ceph-mon[111815]: pgmap v20342: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:41.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:41.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:42.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:42.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:42 smithi187 ceph-mon[111815]: pgmap v20343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:42 smithi088 ceph-mon[96111]: pgmap v20343: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:43.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:43.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:44.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:44.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:44 smithi088 ceph-mon[96111]: pgmap v20344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:34:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:34:45.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:44 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:34:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:44 smithi187 ceph-mon[111815]: pgmap v20344: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:34:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:34:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:44 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:34:45.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:45.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:34:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:34:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:34:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:34:46.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:34:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:34:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:34:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:34:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:34:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:34:46.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:46.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:47.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:46 smithi088 ceph-mon[96111]: pgmap v20345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:34:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:46 smithi187 ceph-mon[111815]: pgmap v20345: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:34:47.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:47.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:48.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:48.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:48 smithi088 ceph-mon[96111]: pgmap v20346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:48 smithi187 ceph-mon[111815]: pgmap v20346: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:49.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:49.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:50.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:50.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:50 smithi088 ceph-mon[96111]: pgmap v20347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:50 smithi187 ceph-mon[111815]: pgmap v20347: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:51.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:51.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:52 smithi187 ceph-mon[111815]: pgmap v20348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:52.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:52.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:52 smithi088 ceph-mon[96111]: pgmap v20348: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:53.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:53.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:54.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:54.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:54 smithi088 ceph-mon[96111]: pgmap v20349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:54 smithi187 ceph-mon[111815]: pgmap v20349: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:55.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:55.977 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:56.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:56.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:56 smithi088 ceph-mon[96111]: pgmap v20350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:56 smithi187 ceph-mon[111815]: pgmap v20350: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:34:57.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:57.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:58.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:58.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:34:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:34:58 smithi088 ceph-mon[96111]: pgmap v20351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:34:58 smithi187 ceph-mon[111815]: pgmap v20351: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:34:59.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:34:59.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:00.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:00.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:00 smithi088 ceph-mon[96111]: pgmap v20352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:00 smithi187 ceph-mon[111815]: pgmap v20352: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:01.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:01.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:02.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:35:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:35:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:02 smithi187 ceph-mon[111815]: pgmap v20353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:02.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:02.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:02 smithi088 ceph-mon[96111]: pgmap v20353: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:03.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:03.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:04.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:04.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:04 smithi088 ceph-mon[96111]: pgmap v20354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:04 smithi187 ceph-mon[111815]: pgmap v20354: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:05.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:05.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:06.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:06.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:06 smithi088 ceph-mon[96111]: pgmap v20355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:06 smithi187 ceph-mon[111815]: pgmap v20355: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:07.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:07.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:08.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:08.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:08 smithi088 ceph-mon[96111]: pgmap v20356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:08 smithi187 ceph-mon[111815]: pgmap v20356: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:10.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:10.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:11.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:11.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:10 smithi088 ceph-mon[96111]: pgmap v20357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:10 smithi187 ceph-mon[111815]: pgmap v20357: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:12.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:12.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:13.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:13.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:12 smithi088 ceph-mon[96111]: pgmap v20358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:12 smithi187 ceph-mon[111815]: pgmap v20358: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:14.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:14.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:15.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:15.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:14 smithi088 ceph-mon[96111]: pgmap v20359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:14 smithi187 ceph-mon[111815]: pgmap v20359: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:16.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:16.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:17.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:17.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:16 smithi088 ceph-mon[96111]: pgmap v20360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:35:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:16 smithi187 ceph-mon[111815]: pgmap v20360: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:35:18.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:18.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:19.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:19.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:18 smithi088 ceph-mon[96111]: pgmap v20361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:18 smithi187 ceph-mon[111815]: pgmap v20361: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:20.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:20.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:21.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:21.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:20 smithi088 ceph-mon[96111]: pgmap v20362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:20 smithi187 ceph-mon[111815]: pgmap v20362: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:22.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:22.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:23.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:23.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:22 smithi088 ceph-mon[96111]: pgmap v20363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:22 smithi187 ceph-mon[111815]: pgmap v20363: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:24.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:24.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:25.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:25.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:24 smithi088 ceph-mon[96111]: pgmap v20364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:24 smithi187 ceph-mon[111815]: pgmap v20364: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:26.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:26.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:27.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:27.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:26 smithi088 ceph-mon[96111]: pgmap v20365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:26 smithi187 ceph-mon[111815]: pgmap v20365: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:28.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:28.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:29.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:29.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:28 smithi088 ceph-mon[96111]: pgmap v20366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:28 smithi187 ceph-mon[111815]: pgmap v20366: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:30.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:30.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:31.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:31.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:30 smithi088 ceph-mon[96111]: pgmap v20367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:35:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:30 smithi187 ceph-mon[111815]: pgmap v20367: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:35:32.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:32.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:33.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:33.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:32 smithi088 ceph-mon[96111]: pgmap v20368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:32 smithi187 ceph-mon[111815]: pgmap v20368: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:34.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:34.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:35.040 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:35.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:34 smithi088 ceph-mon[96111]: pgmap v20369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:34 smithi187 ceph-mon[111815]: pgmap v20369: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:36.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:36.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:37.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:37.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:36 smithi088 ceph-mon[96111]: pgmap v20370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:36 smithi187 ceph-mon[111815]: pgmap v20370: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:38.045 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:38.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:39.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:39.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:38 smithi088 ceph-mon[96111]: pgmap v20371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:38 smithi187 ceph-mon[111815]: pgmap v20371: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:40.048 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:40.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:41.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:41.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:40 smithi088 ceph-mon[96111]: pgmap v20372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:40 smithi187 ceph-mon[111815]: pgmap v20372: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:42.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:42.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:42.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:41 smithi187 ceph-mon[111815]: pgmap v20373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:42.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:41 smithi088 ceph-mon[96111]: pgmap v20373: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:43.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:43.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:44.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:44.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:44.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:44 smithi088 ceph-mon[96111]: pgmap v20374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:44.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:44 smithi187 ceph-mon[111815]: pgmap v20374: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:45.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:45.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:45.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:35:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:35:46.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:46.058 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:46 smithi088 ceph-mon[96111]: pgmap v20375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:35:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:35:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:35:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:35:46.823 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:35:46.824 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:35:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:46 smithi187 ceph-mon[111815]: pgmap v20375: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:35:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:35:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:35:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:35:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:35:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:35:47.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:47.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:48.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:48.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:48.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:48 smithi088 ceph-mon[96111]: pgmap v20376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:48 smithi187 ceph-mon[111815]: pgmap v20376: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:49.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:49.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:50.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:50.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:50.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:50 smithi088 ceph-mon[96111]: pgmap v20377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:50 smithi187 ceph-mon[111815]: pgmap v20377: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:51.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:51.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:52.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:52.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:52.825 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:52 smithi088 ceph-mon[96111]: pgmap v20378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:52 smithi187 ceph-mon[111815]: pgmap v20378: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:53.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:53.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:54.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:54.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:54 smithi187 ceph-mon[111815]: pgmap v20379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:54 smithi088 ceph-mon[96111]: pgmap v20379: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:55.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:55.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:56.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:56.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:56 smithi187 ceph-mon[111815]: pgmap v20380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:56 smithi088 ceph-mon[96111]: pgmap v20380: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:35:57.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:57.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:58.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:58.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:35:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:35:58 smithi187 ceph-mon[111815]: pgmap v20381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:35:58 smithi088 ceph-mon[96111]: pgmap v20381: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:35:59.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:35:59.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:00.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:00.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:00 smithi187 ceph-mon[111815]: pgmap v20382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:00 smithi088 ceph-mon[96111]: pgmap v20382: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:01.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:01.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:36:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:36:02.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:02.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:02 smithi187 ceph-mon[111815]: pgmap v20383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:02 smithi088 ceph-mon[96111]: pgmap v20383: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:03.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:03.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:04.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:04.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:04.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:04 smithi088 ceph-mon[96111]: pgmap v20384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:04 smithi187 ceph-mon[111815]: pgmap v20384: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:05.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:05.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:06.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:06.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:06 smithi187 ceph-mon[111815]: pgmap v20385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:06 smithi088 ceph-mon[96111]: pgmap v20385: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:07.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:07.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:08.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:08.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:08.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:08 smithi187 ceph-mon[111815]: pgmap v20386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:08 smithi088 ceph-mon[96111]: pgmap v20386: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:09.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:09.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:10.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:10.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:10.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:10 smithi187 ceph-mon[111815]: pgmap v20387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:10 smithi088 ceph-mon[96111]: pgmap v20387: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:11.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:11.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:12.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:12.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:12 smithi187 ceph-mon[111815]: pgmap v20388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:12 smithi088 ceph-mon[96111]: pgmap v20388: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:13.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:13.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:14.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:14.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:14.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:14 smithi088 ceph-mon[96111]: pgmap v20389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:14 smithi187 ceph-mon[111815]: pgmap v20389: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:15.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:15.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:16.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:16.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:16 smithi187 ceph-mon[111815]: pgmap v20390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:36:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:16 smithi088 ceph-mon[96111]: pgmap v20390: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:36:17.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:17.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:18.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:18.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:18.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:18 smithi187 ceph-mon[111815]: pgmap v20391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:18 smithi088 ceph-mon[96111]: pgmap v20391: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:19.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:19.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:20.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:20.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:20.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:20 smithi187 ceph-mon[111815]: pgmap v20392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:20 smithi088 ceph-mon[96111]: pgmap v20392: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:21.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:21.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:22.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:22.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:22.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:22 smithi187 ceph-mon[111815]: pgmap v20393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:22 smithi088 ceph-mon[96111]: pgmap v20393: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:23.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:23.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:24.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:24.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:24.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:24 smithi187 ceph-mon[111815]: pgmap v20394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:24 smithi088 ceph-mon[96111]: pgmap v20394: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:25.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:25.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:26.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:26.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:26 smithi187 ceph-mon[111815]: pgmap v20395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:26 smithi088 ceph-mon[96111]: pgmap v20395: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:27.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:27.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:28.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:28.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:28 smithi187 ceph-mon[111815]: pgmap v20396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:28 smithi088 ceph-mon[96111]: pgmap v20396: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:29.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:29.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:30.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:30.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:30 smithi187 ceph-mon[111815]: pgmap v20397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:30 smithi088 ceph-mon[96111]: pgmap v20397: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:31.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:31.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:36:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:36:32.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:32.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:32 smithi187 ceph-mon[111815]: pgmap v20398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:32 smithi088 ceph-mon[96111]: pgmap v20398: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:33.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:33.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:34.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:34.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:34.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:34 smithi187 ceph-mon[111815]: pgmap v20399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:34 smithi088 ceph-mon[96111]: pgmap v20399: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:35.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:35.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:36.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:36.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:36.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:36 smithi187 ceph-mon[111815]: pgmap v20400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:36 smithi088 ceph-mon[96111]: pgmap v20400: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:37.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:37.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:38.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:38.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:38 smithi187 ceph-mon[111815]: pgmap v20401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:38 smithi088 ceph-mon[96111]: pgmap v20401: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:39.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:39.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:40.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:40.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:40 smithi187 ceph-mon[111815]: pgmap v20402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:40 smithi088 ceph-mon[96111]: pgmap v20402: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:41.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:41.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:42.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:42.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:42 smithi187 ceph-mon[111815]: pgmap v20403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:42 smithi088 ceph-mon[96111]: pgmap v20403: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:43.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:43.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:44.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:44.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:44 smithi187 ceph-mon[111815]: pgmap v20404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:44 smithi088 ceph-mon[96111]: pgmap v20404: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:45.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:45.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:46.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:46.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: pgmap v20405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:36:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:36:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:46.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:46.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:46.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:46.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:46.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:46.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:46.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:46.962 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:46.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:46.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:36:46.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:36:46.963 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:46.964 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:36:46.964 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: pgmap v20405: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:36:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:36:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:47.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:47.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:47.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:47.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:47.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:47.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:47.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:47.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:47.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:36:47.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:47.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:36:47.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:36:47.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:47.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:36:47.077 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:36:47.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:47.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:47.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:47 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1353M 2023-10-13T10:36:47.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:47 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi187 to 2649M 2023-10-13T10:36:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:47 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1353M 2023-10-13T10:36:48.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:47 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi187 to 2649M 2023-10-13T10:36:48.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:48.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:48 smithi187 ceph-mon[111815]: pgmap v20406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:48 smithi088 ceph-mon[96111]: pgmap v20406: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:49.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:49.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:50.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:50.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:50 smithi187 ceph-mon[111815]: pgmap v20407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:50 smithi088 ceph-mon[96111]: pgmap v20407: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:51.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:51.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:52.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:52.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:52.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:52 smithi187 ceph-mon[111815]: pgmap v20408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:52 smithi088 ceph-mon[96111]: pgmap v20408: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:53.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:53.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:54.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:54.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:54 smithi187 ceph-mon[111815]: pgmap v20409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:54 smithi088 ceph-mon[96111]: pgmap v20409: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:55.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:55.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:56.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:56.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:56.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:56 smithi088 ceph-mon[96111]: pgmap v20410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:56 smithi187 ceph-mon[111815]: pgmap v20410: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:36:57.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:57.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:58.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:58.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:36:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:36:58 smithi187 ceph-mon[111815]: pgmap v20411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:36:58 smithi088 ceph-mon[96111]: pgmap v20411: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:36:59.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:36:59.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:00.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:00.179 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:00 smithi187 ceph-mon[111815]: pgmap v20412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:00 smithi088 ceph-mon[96111]: pgmap v20412: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:01.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:01.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:37:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:37:02.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:02.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:02 smithi187 ceph-mon[111815]: pgmap v20413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:02 smithi088 ceph-mon[96111]: pgmap v20413: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:03.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:03.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:04.185 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:04.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:04 smithi187 ceph-mon[111815]: pgmap v20414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:04.970 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:04 smithi088 ceph-mon[96111]: pgmap v20414: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:05.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:05.188 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:06.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:06.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:06 smithi088 ceph-mon[96111]: pgmap v20415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:07.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:07.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:06 smithi187 ceph-mon[111815]: pgmap v20415: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:08.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:08.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:09.016 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:08 smithi187 ceph-mon[111815]: pgmap v20416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:08 smithi088 ceph-mon[96111]: pgmap v20416: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:09.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:09.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:10.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:10.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:10 smithi088 ceph-mon[96111]: pgmap v20417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:11.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:11.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:10 smithi187 ceph-mon[111815]: pgmap v20417: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:12.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:12.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:12 smithi088 ceph-mon[96111]: pgmap v20418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:13.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:13.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:12 smithi187 ceph-mon[111815]: pgmap v20418: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:14.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:14.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:15.070 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:14 smithi088 ceph-mon[96111]: pgmap v20419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:15.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:15.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:14 smithi187 ceph-mon[111815]: pgmap v20419: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:16.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:16.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:16 smithi088 ceph-mon[96111]: pgmap v20420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:37:17.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:17.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:16 smithi187 ceph-mon[111815]: pgmap v20420: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:37:18.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:18.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:18 smithi088 ceph-mon[96111]: pgmap v20421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:19.123 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:18 smithi187 ceph-mon[111815]: pgmap v20421: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:19.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:19.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:20.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:20.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:20 smithi088 ceph-mon[96111]: pgmap v20422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:20 smithi187 ceph-mon[111815]: pgmap v20422: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:21.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:21.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:22.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:22.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:22 smithi088 ceph-mon[96111]: pgmap v20423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:22 smithi187 ceph-mon[111815]: pgmap v20423: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:23.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:23.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:24.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:24.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:24 smithi088 ceph-mon[96111]: pgmap v20424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:24 smithi187 ceph-mon[111815]: pgmap v20424: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:25.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:25.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:26.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:26.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:26 smithi088 ceph-mon[96111]: pgmap v20425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:26 smithi187 ceph-mon[111815]: pgmap v20425: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:27.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:27.224 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:28.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:28.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:28 smithi088 ceph-mon[96111]: pgmap v20426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:28 smithi187 ceph-mon[111815]: pgmap v20426: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:29.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:29.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:30.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:30.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:30 smithi088 ceph-mon[96111]: pgmap v20427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:30 smithi187 ceph-mon[111815]: pgmap v20427: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:31.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:31.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:37:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:37:32.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:32.232 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:32 smithi088 ceph-mon[96111]: pgmap v20428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:32 smithi187 ceph-mon[111815]: pgmap v20428: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:33.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:33.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:34.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:34.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:34 smithi088 ceph-mon[96111]: pgmap v20429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:34 smithi187 ceph-mon[111815]: pgmap v20429: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:35.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:35.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:36.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:36.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:36 smithi088 ceph-mon[96111]: pgmap v20430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:36 smithi187 ceph-mon[111815]: pgmap v20430: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:37.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:37.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:38.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:38.242 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:38 smithi088 ceph-mon[96111]: pgmap v20431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:38 smithi187 ceph-mon[111815]: pgmap v20431: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:39.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:39.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:40.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:40.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:40 smithi088 ceph-mon[96111]: pgmap v20432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:40 smithi187 ceph-mon[111815]: pgmap v20432: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:41.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:41.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:42.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:42.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:42 smithi088 ceph-mon[96111]: pgmap v20433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:42 smithi187 ceph-mon[111815]: pgmap v20433: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:43.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:43.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:44.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:44.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:44 smithi088 ceph-mon[96111]: pgmap v20434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:44 smithi187 ceph-mon[111815]: pgmap v20434: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:45.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:45.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:46.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:46.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:46 smithi088 ceph-mon[96111]: pgmap v20435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:37:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:37:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:46 smithi187 ceph-mon[111815]: pgmap v20435: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:37:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:37:47.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:47.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:48.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:48.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:48.565 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:48.566 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:48 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:48.566 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:48 smithi088 ceph-mon[96111]: pgmap v20436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:48.585 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:48.585 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:48 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:48.585 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:48 smithi187 ceph-mon[111815]: pgmap v20436: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:49.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:49.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:50.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:50.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:50.723 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:50 smithi088 ceph-mon[96111]: pgmap v20437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:50.839 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:50 smithi187 ceph-mon[111815]: pgmap v20437: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:51.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:51.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:37:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:37:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:37:52.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:51 smithi187 ceph-mon[111815]: pgmap v20438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:52.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:52.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:37:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:37:52.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:37:52.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:37:52.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:51 smithi088 ceph-mon[96111]: pgmap v20438: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:53.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:53.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:54.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:54.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:54.694 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:54 smithi088 ceph-mon[96111]: pgmap v20439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:54.708 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:54 smithi187 ceph-mon[111815]: pgmap v20439: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:55.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:55.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:56.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:56.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:56 smithi187 ceph-mon[111815]: pgmap v20440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:56 smithi088 ceph-mon[96111]: pgmap v20440: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:37:57.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:57.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:58.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:58.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:37:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:37:58 smithi187 ceph-mon[111815]: pgmap v20441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:37:58 smithi088 ceph-mon[96111]: pgmap v20441: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:37:59.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:37:59.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:00.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:00.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:00.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:00 smithi088 ceph-mon[96111]: pgmap v20442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:00 smithi187 ceph-mon[111815]: pgmap v20442: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:01.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:01.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:01.952 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:38:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:38:02.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:02.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:02 smithi187 ceph-mon[111815]: pgmap v20443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:02 smithi088 ceph-mon[96111]: pgmap v20443: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:03.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:03.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:04.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:04.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:04 smithi187 ceph-mon[111815]: pgmap v20444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:04 smithi088 ceph-mon[96111]: pgmap v20444: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:05.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:05.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:06.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:06.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:06 smithi187 ceph-mon[111815]: pgmap v20445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:06 smithi088 ceph-mon[96111]: pgmap v20445: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:07.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:07.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:08.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:08.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:08.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:08 smithi187 ceph-mon[111815]: pgmap v20446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:08 smithi088 ceph-mon[96111]: pgmap v20446: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:09.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:09.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:10.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:10.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:10.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:10 smithi187 ceph-mon[111815]: pgmap v20447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:10 smithi088 ceph-mon[96111]: pgmap v20447: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:11.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:11.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:12.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:12.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:12.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:12 smithi187 ceph-mon[111815]: pgmap v20448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:12 smithi088 ceph-mon[96111]: pgmap v20448: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:13.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:13.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:14.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:14.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:14.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:14 smithi187 ceph-mon[111815]: pgmap v20449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:14 smithi088 ceph-mon[96111]: pgmap v20449: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:15.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:15.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:16.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:16.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:16.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:16 smithi187 ceph-mon[111815]: pgmap v20450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:38:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:16 smithi088 ceph-mon[96111]: pgmap v20450: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:38:17.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:17.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:18.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:18.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:18.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:18 smithi187 ceph-mon[111815]: pgmap v20451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:18 smithi088 ceph-mon[96111]: pgmap v20451: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:19.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:19.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:20.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:20.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:20.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:20 smithi187 ceph-mon[111815]: pgmap v20452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:20 smithi088 ceph-mon[96111]: pgmap v20452: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:21.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:21.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:22.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:22.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:22.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:22 smithi187 ceph-mon[111815]: pgmap v20453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:22 smithi088 ceph-mon[96111]: pgmap v20453: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:23.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:23.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:24.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:24.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:24.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:24 smithi187 ceph-mon[111815]: pgmap v20454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:24 smithi088 ceph-mon[96111]: pgmap v20454: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:25.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:25.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:26.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:26.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:26 smithi187 ceph-mon[111815]: pgmap v20455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:26 smithi088 ceph-mon[96111]: pgmap v20455: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:27.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:27.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:28.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:28.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:28 smithi187 ceph-mon[111815]: pgmap v20456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:28 smithi088 ceph-mon[96111]: pgmap v20456: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:29.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:29.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:30.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:30.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:30.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:30 smithi187 ceph-mon[111815]: pgmap v20457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:30 smithi088 ceph-mon[96111]: pgmap v20457: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:31.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:31.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:31.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:38:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:38:32.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:32.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:32.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:32 smithi187 ceph-mon[111815]: pgmap v20458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:32 smithi088 ceph-mon[96111]: pgmap v20458: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:33.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:33.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:34.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:34.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:34.920 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:34 smithi187 ceph-mon[111815]: pgmap v20459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:34 smithi088 ceph-mon[96111]: pgmap v20459: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:35.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:35.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:36.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:36.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:36 smithi187 ceph-mon[111815]: pgmap v20460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:36 smithi088 ceph-mon[96111]: pgmap v20460: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:37.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:37.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:38.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:38.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:38 smithi187 ceph-mon[111815]: pgmap v20461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:38 smithi088 ceph-mon[96111]: pgmap v20461: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:39.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:39.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:40.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:40.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:40 smithi187 ceph-mon[111815]: pgmap v20462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:40 smithi088 ceph-mon[96111]: pgmap v20462: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:41.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:41.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:42.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:42.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:42 smithi187 ceph-mon[111815]: pgmap v20463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:42 smithi088 ceph-mon[96111]: pgmap v20463: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:43.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:43.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:44.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:44.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:44 smithi187 ceph-mon[111815]: pgmap v20464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:44 smithi088 ceph-mon[96111]: pgmap v20464: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:45.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:45.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:46.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:46.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:46 smithi187 ceph-mon[111815]: pgmap v20465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:38:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:46 smithi088 ceph-mon[96111]: pgmap v20465: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:38:47.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:47.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:48.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:48.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:48 smithi187 ceph-mon[111815]: pgmap v20466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:48 smithi088 ceph-mon[96111]: pgmap v20466: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:49.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:49.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:50.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:50.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:50 smithi187 ceph-mon[111815]: pgmap v20467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:51.006 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:50 smithi088 ceph-mon[96111]: pgmap v20467: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:51.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:51.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:51.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:51 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:38:52.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:51 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:38:52.362 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:52.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:52 smithi187 ceph-mon[111815]: pgmap v20468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:38:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:38:52.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:38:52.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:38:52.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:38:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:52 smithi088 ceph-mon[96111]: pgmap v20468: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:38:53.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:38:53.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:38:53.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:38:53.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:38:53.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:53.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:54.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:54.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:54.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:54 smithi187 ceph-mon[111815]: pgmap v20469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:54 smithi088 ceph-mon[96111]: pgmap v20469: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:55.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:55.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:56.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:56.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:56.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:56 smithi187 ceph-mon[111815]: pgmap v20470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:56 smithi088 ceph-mon[96111]: pgmap v20470: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:38:57.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:57.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:58.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:58.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:38:58.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:38:58 smithi187 ceph-mon[111815]: pgmap v20471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:38:58 smithi088 ceph-mon[96111]: pgmap v20471: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:38:59.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:38:59.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:00.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:00.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:00 smithi187 ceph-mon[111815]: pgmap v20472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:00 smithi088 ceph-mon[96111]: pgmap v20472: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:01.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:01.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:39:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:39:02.378 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:02.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:02 smithi088 ceph-mon[96111]: pgmap v20473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:02 smithi187 ceph-mon[111815]: pgmap v20473: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:03.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:03.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:04.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:04.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:04 smithi088 ceph-mon[96111]: pgmap v20474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:04 smithi187 ceph-mon[111815]: pgmap v20474: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:05.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:05.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:06.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:06.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:06 smithi088 ceph-mon[96111]: pgmap v20475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:06 smithi187 ceph-mon[111815]: pgmap v20475: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:07.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:07.386 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:08.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:08.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:08 smithi088 ceph-mon[96111]: pgmap v20476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:08 smithi187 ceph-mon[111815]: pgmap v20476: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:09.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:09.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:10.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:10.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:10 smithi088 ceph-mon[96111]: pgmap v20477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:10 smithi187 ceph-mon[111815]: pgmap v20477: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:11.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:11.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:12.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:12.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:12 smithi088 ceph-mon[96111]: pgmap v20478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:12 smithi187 ceph-mon[111815]: pgmap v20478: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:13.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:13.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:14.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:14.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:14 smithi088 ceph-mon[96111]: pgmap v20479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:14 smithi187 ceph-mon[111815]: pgmap v20479: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:15.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:15.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:16.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:16.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:16 smithi088 ceph-mon[96111]: pgmap v20480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:39:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:16 smithi187 ceph-mon[111815]: pgmap v20480: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:39:17.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:17.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:18.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:18.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:18 smithi088 ceph-mon[96111]: pgmap v20481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:18 smithi187 ceph-mon[111815]: pgmap v20481: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:19.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:19.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:20.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:20.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:20 smithi088 ceph-mon[96111]: pgmap v20482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:20 smithi187 ceph-mon[111815]: pgmap v20482: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:21.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:21.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:22.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:22.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:23.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:22 smithi088 ceph-mon[96111]: pgmap v20483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:22 smithi187 ceph-mon[111815]: pgmap v20483: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:23.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:23.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:24.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:24.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:24 smithi088 ceph-mon[96111]: pgmap v20484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:24 smithi187 ceph-mon[111815]: pgmap v20484: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:25.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:25.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:26.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:26.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:26 smithi088 ceph-mon[96111]: pgmap v20485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:26 smithi187 ceph-mon[111815]: pgmap v20485: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:27.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:27.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:28.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:28.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:28 smithi088 ceph-mon[96111]: pgmap v20486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:28 smithi187 ceph-mon[111815]: pgmap v20486: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:29.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:29.422 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:30.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:30.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:30 smithi088 ceph-mon[96111]: pgmap v20487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:30 smithi187 ceph-mon[111815]: pgmap v20487: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:31.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:31.425 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:39:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:39:32.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:32.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:32 smithi088 ceph-mon[96111]: pgmap v20488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:32 smithi187 ceph-mon[111815]: pgmap v20488: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:33.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:33.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:34.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:34.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:34 smithi088 ceph-mon[96111]: pgmap v20489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:34 smithi187 ceph-mon[111815]: pgmap v20489: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:35.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:35.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:36.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:36.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:36 smithi088 ceph-mon[96111]: pgmap v20490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:36 smithi187 ceph-mon[111815]: pgmap v20490: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:37.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:37.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:38.436 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:38.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:38 smithi088 ceph-mon[96111]: pgmap v20491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:38 smithi187 ceph-mon[111815]: pgmap v20491: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:39.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:39.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:40.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:40.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:40 smithi187 ceph-mon[111815]: pgmap v20492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:41.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:40 smithi088 ceph-mon[96111]: pgmap v20492: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:41.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:41.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:42.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:42.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:42 smithi088 ceph-mon[96111]: pgmap v20493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:42 smithi187 ceph-mon[111815]: pgmap v20493: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:43.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:43.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:44.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:44.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:44 smithi088 ceph-mon[96111]: pgmap v20494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:44 smithi187 ceph-mon[111815]: pgmap v20494: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:45.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:45.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:46.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:46.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:46 smithi088 ceph-mon[96111]: pgmap v20495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:46.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:39:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:46 smithi187 ceph-mon[111815]: pgmap v20495: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:39:47.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:47.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:48.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:48.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:48 smithi088 ceph-mon[96111]: pgmap v20496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:48 smithi187 ceph-mon[111815]: pgmap v20496: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:49.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:49.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:50.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:50.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:50 smithi187 ceph-mon[111815]: pgmap v20497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:50 smithi088 ceph-mon[96111]: pgmap v20497: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:51.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:51.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:52.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:52.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:52 smithi088 ceph-mon[96111]: pgmap v20498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:52 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:39:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:52 smithi187 ceph-mon[111815]: pgmap v20498: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:52 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:39:53.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:53.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:54.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:54.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:54 smithi088 ceph-mon[96111]: pgmap v20499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:39:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:54 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:39:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:54 smithi187 ceph-mon[111815]: pgmap v20499: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:39:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:54 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:39:55.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:55.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:39:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:39:56.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:39:56.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:39:56.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:39:56.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:39:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:39:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:39:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:39:56.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:39:56.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:56.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:56 smithi088 ceph-mon[96111]: pgmap v20500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:56 smithi187 ceph-mon[111815]: pgmap v20500: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:39:57.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:57.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:58.469 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:58.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:39:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:39:58 smithi088 ceph-mon[96111]: pgmap v20501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:39:58 smithi187 ceph-mon[111815]: pgmap v20501: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:39:59.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:39:59.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:00.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:00.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:00 smithi088 ceph-mon[96111]: pgmap v20502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T10:40:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:40:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:00 smithi187 ceph-mon[111815]: pgmap v20502: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T10:40:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:40:01.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:01.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:02.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:02.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:02 smithi088 ceph-mon[96111]: pgmap v20503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:02 smithi187 ceph-mon[111815]: pgmap v20503: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:03.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:03.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:04.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:04.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:04 smithi088 ceph-mon[96111]: pgmap v20504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:05.103 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:04 smithi187 ceph-mon[111815]: pgmap v20504: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:05.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:05.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:06.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:06.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:06 smithi088 ceph-mon[96111]: pgmap v20505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:06 smithi187 ceph-mon[111815]: pgmap v20505: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:07.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:07.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:08.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:08.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:08 smithi187 ceph-mon[111815]: pgmap v20506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:08 smithi088 ceph-mon[96111]: pgmap v20506: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:09.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:09.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:10.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:10.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:10 smithi187 ceph-mon[111815]: pgmap v20507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:10 smithi088 ceph-mon[96111]: pgmap v20507: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:11.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:11.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:12.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:12.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:12 smithi187 ceph-mon[111815]: pgmap v20508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:12 smithi088 ceph-mon[96111]: pgmap v20508: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:13.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:13.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:14.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:14.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:14 smithi088 ceph-mon[96111]: pgmap v20509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:14 smithi187 ceph-mon[111815]: pgmap v20509: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:15.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:15.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:40:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:40:16.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:16.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:16 smithi187 ceph-mon[111815]: pgmap v20510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:17.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:16 smithi088 ceph-mon[96111]: pgmap v20510: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:17.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:17.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:18.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:18.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:18 smithi187 ceph-mon[111815]: pgmap v20511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:18 smithi088 ceph-mon[96111]: pgmap v20511: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:19.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:19.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:20.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:20.506 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:20 smithi187 ceph-mon[111815]: pgmap v20512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:20 smithi088 ceph-mon[96111]: pgmap v20512: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:21.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:21.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:22.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:22.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:22 smithi187 ceph-mon[111815]: pgmap v20513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:22 smithi088 ceph-mon[96111]: pgmap v20513: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:23.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:23.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:24.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:24.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:24 smithi088 ceph-mon[96111]: pgmap v20514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:24 smithi187 ceph-mon[111815]: pgmap v20514: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:25.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:25.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:26.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:25 smithi187 ceph-mon[111815]: pgmap v20515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:26.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:25 smithi088 ceph-mon[96111]: pgmap v20515: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:26.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:26.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:27.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:27.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:28.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:28.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:28.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:28 smithi088 ceph-mon[96111]: pgmap v20516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:28.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:28 smithi187 ceph-mon[111815]: pgmap v20516: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:29.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:29.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:30.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:30.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:30 smithi187 ceph-mon[111815]: pgmap v20517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:30 smithi088 ceph-mon[96111]: pgmap v20517: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:31.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:31.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:40:31.997 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:40:32.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:32.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:32 smithi187 ceph-mon[111815]: pgmap v20518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:32 smithi088 ceph-mon[96111]: pgmap v20518: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:33.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:33.528 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:34.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:34.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:34 smithi187 ceph-mon[111815]: pgmap v20519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:34 smithi088 ceph-mon[96111]: pgmap v20519: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:35.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:35.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:36.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:36.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:36 smithi187 ceph-mon[111815]: pgmap v20520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:37.047 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:36 smithi088 ceph-mon[96111]: pgmap v20520: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:37.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:37.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:38.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:38.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:38 smithi187 ceph-mon[111815]: pgmap v20521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:38 smithi088 ceph-mon[96111]: pgmap v20521: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:39.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:39.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:40.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:40.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:40.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:40 smithi187 ceph-mon[111815]: pgmap v20522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:40 smithi088 ceph-mon[96111]: pgmap v20522: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:41.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:41.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:42.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:42.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:42.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:42 smithi187 ceph-mon[111815]: pgmap v20523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:42 smithi088 ceph-mon[96111]: pgmap v20523: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:43.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:43.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:44.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:44.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:44.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:44 smithi187 ceph-mon[111815]: pgmap v20524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:44 smithi088 ceph-mon[96111]: pgmap v20524: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:45.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:45.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:46.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:46.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:46 smithi187 ceph-mon[111815]: pgmap v20525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:40:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:46 smithi088 ceph-mon[96111]: pgmap v20525: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:40:47.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:47.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:48.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:48.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:48.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:48 smithi187 ceph-mon[111815]: pgmap v20526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:48 smithi088 ceph-mon[96111]: pgmap v20526: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:49.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:49.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:50.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:50.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:50 smithi187 ceph-mon[111815]: pgmap v20527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:50 smithi088 ceph-mon[96111]: pgmap v20527: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:51.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:51.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:52.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:52.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:52 smithi187 ceph-mon[111815]: pgmap v20528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:52 smithi088 ceph-mon[96111]: pgmap v20528: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:53.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:53.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:54.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:54.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:54 smithi187 ceph-mon[111815]: pgmap v20529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:54 smithi088 ceph-mon[96111]: pgmap v20529: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:55.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:55.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:55.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:55 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:40:56.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:55 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:40:56.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:56.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:56 smithi187 ceph-mon[111815]: pgmap v20530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:57.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:56 smithi088 ceph-mon[96111]: pgmap v20530: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:40:57.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:57.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:58.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:58.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:40:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:40:58 smithi187 ceph-mon[111815]: pgmap v20531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:40:58 smithi088 ceph-mon[96111]: pgmap v20531: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:40:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:40:59.568 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:00.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:00.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:00 smithi088 ceph-mon[96111]: pgmap v20532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:41:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:41:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:41:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:41:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:41:01.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:41:01.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:41:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:00 smithi187 ceph-mon[111815]: pgmap v20532: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:41:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:41:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:41:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:41:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:41:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:41:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:41:01.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:01.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:41:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:41:02.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:02.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:02 smithi088 ceph-mon[96111]: pgmap v20533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:02 smithi187 ceph-mon[111815]: pgmap v20533: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:03.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:03.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:04.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:04.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:04 smithi088 ceph-mon[96111]: pgmap v20534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:04 smithi187 ceph-mon[111815]: pgmap v20534: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:05.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:05.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:06.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:06.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:06 smithi187 ceph-mon[111815]: pgmap v20535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:06 smithi088 ceph-mon[96111]: pgmap v20535: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:07.581 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:07.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:08.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:08.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:08 smithi088 ceph-mon[96111]: pgmap v20536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:08 smithi187 ceph-mon[111815]: pgmap v20536: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:09.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:09.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:10.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:10.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:10 smithi088 ceph-mon[96111]: pgmap v20537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:10 smithi187 ceph-mon[111815]: pgmap v20537: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:11.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:11.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:12.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:12.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:12 smithi088 ceph-mon[96111]: pgmap v20538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:12 smithi187 ceph-mon[111815]: pgmap v20538: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:13.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:13.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:14.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:14.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:14 smithi088 ceph-mon[96111]: pgmap v20539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:14 smithi187 ceph-mon[111815]: pgmap v20539: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:15.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:15.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:16.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:16.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:16 smithi187 ceph-mon[111815]: pgmap v20540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:41:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:16 smithi088 ceph-mon[96111]: pgmap v20540: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:41:17.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:17.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:18.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:18.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:18 smithi088 ceph-mon[96111]: pgmap v20541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:18 smithi187 ceph-mon[111815]: pgmap v20541: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:19.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:19.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:20.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:20.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:20 smithi088 ceph-mon[96111]: pgmap v20542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:20 smithi187 ceph-mon[111815]: pgmap v20542: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:21.605 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:21.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:22.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:22.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:22 smithi088 ceph-mon[96111]: pgmap v20543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:22 smithi187 ceph-mon[111815]: pgmap v20543: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:23.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:23.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:24.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:24.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:24 smithi088 ceph-mon[96111]: pgmap v20544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:24 smithi187 ceph-mon[111815]: pgmap v20544: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:25.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:25.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:26.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:26.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:26.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:26 smithi187 ceph-mon[111815]: pgmap v20545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:26 smithi088 ceph-mon[96111]: pgmap v20545: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:27.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:27.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:28.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:28.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:28 smithi088 ceph-mon[96111]: pgmap v20546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:28 smithi187 ceph-mon[111815]: pgmap v20546: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:29.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:29.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:30.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:30.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:30 smithi088 ceph-mon[96111]: pgmap v20547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:30 smithi187 ceph-mon[111815]: pgmap v20547: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:31.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:31.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:41:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:41:32.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:32.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:32 smithi088 ceph-mon[96111]: pgmap v20548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:32 smithi187 ceph-mon[111815]: pgmap v20548: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:33.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:33.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:34.626 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:34.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:34 smithi088 ceph-mon[96111]: pgmap v20549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:34 smithi187 ceph-mon[111815]: pgmap v20549: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:35.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:35.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:36.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:36.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:36 smithi088 ceph-mon[96111]: pgmap v20550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:36 smithi187 ceph-mon[111815]: pgmap v20550: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:37.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:37.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:38.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:38.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:38 smithi088 ceph-mon[96111]: pgmap v20551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:38 smithi187 ceph-mon[111815]: pgmap v20551: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:39.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:39.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:40.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:40.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:40 smithi088 ceph-mon[96111]: pgmap v20552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:40 smithi187 ceph-mon[111815]: pgmap v20552: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:41.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:41.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:42.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:42.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:42 smithi088 ceph-mon[96111]: pgmap v20553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:42 smithi187 ceph-mon[111815]: pgmap v20553: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:43.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:43.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:44.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:44.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:44 smithi088 ceph-mon[96111]: pgmap v20554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:44 smithi187 ceph-mon[111815]: pgmap v20554: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:45.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:45.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:46.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:46.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:46 smithi088 ceph-mon[96111]: pgmap v20555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:41:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:46 smithi187 ceph-mon[111815]: pgmap v20555: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:41:47.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:47.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:48.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:48.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:48 smithi088 ceph-mon[96111]: pgmap v20556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:48 smithi187 ceph-mon[111815]: pgmap v20556: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:49.650 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:49.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:50.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:50.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:50 smithi088 ceph-mon[96111]: pgmap v20557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:50 smithi187 ceph-mon[111815]: pgmap v20557: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:51.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:51.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:52.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:52.655 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:52 smithi088 ceph-mon[96111]: pgmap v20558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:52 smithi187 ceph-mon[111815]: pgmap v20558: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:53.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:53.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:54.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:54.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:54 smithi088 ceph-mon[96111]: pgmap v20559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:54 smithi187 ceph-mon[111815]: pgmap v20559: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:55.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:55.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:56.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:56.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:56 smithi088 ceph-mon[96111]: pgmap v20560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:56 smithi187 ceph-mon[111815]: pgmap v20560: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:41:57.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:57.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:58.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:58.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:41:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:41:58 smithi088 ceph-mon[96111]: pgmap v20561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:41:58 smithi187 ceph-mon[111815]: pgmap v20561: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:41:59.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:41:59.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:00.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:00.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:00 smithi187 ceph-mon[111815]: pgmap v20562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:42:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:42:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:42:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:42:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:42:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:42:01.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:42:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:00 smithi088 ceph-mon[96111]: pgmap v20562: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:42:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:42:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:42:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:42:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:42:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:42:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:42:01.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:01.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:02.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:02.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:02 smithi187 ceph-mon[111815]: pgmap v20563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:02 smithi088 ceph-mon[96111]: pgmap v20563: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:03.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:03.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:04.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:04.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:04 smithi088 ceph-mon[96111]: pgmap v20564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:04 smithi187 ceph-mon[111815]: pgmap v20564: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:05.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:05.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:06.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:06.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:07.124 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:06 smithi187 ceph-mon[111815]: pgmap v20565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:06 smithi088 ceph-mon[96111]: pgmap v20565: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:07.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:07.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:08.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:08.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:08 smithi187 ceph-mon[111815]: pgmap v20566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:08 smithi088 ceph-mon[96111]: pgmap v20566: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:09.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:09.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:10.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:10.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:10 smithi187 ceph-mon[111815]: pgmap v20567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:10 smithi088 ceph-mon[96111]: pgmap v20567: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:11.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:11.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:12.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:12.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:12 smithi187 ceph-mon[111815]: pgmap v20568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:12 smithi088 ceph-mon[96111]: pgmap v20568: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:13.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:13.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:14.690 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:14.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:14 smithi088 ceph-mon[96111]: pgmap v20569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:14 smithi187 ceph-mon[111815]: pgmap v20569: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:15.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:15.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:42:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:42:16.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:16.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:16 smithi187 ceph-mon[111815]: pgmap v20570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:16 smithi088 ceph-mon[96111]: pgmap v20570: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:17.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:17.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:18.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:18.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:18 smithi187 ceph-mon[111815]: pgmap v20571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:18 smithi088 ceph-mon[96111]: pgmap v20571: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:19.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:19.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:20.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:20.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:20 smithi187 ceph-mon[111815]: pgmap v20572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:20 smithi088 ceph-mon[96111]: pgmap v20572: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:21.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:21.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:22.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:22.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:22 smithi187 ceph-mon[111815]: pgmap v20573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:22 smithi088 ceph-mon[96111]: pgmap v20573: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:23.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:23.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:24.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:24.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:24 smithi088 ceph-mon[96111]: pgmap v20574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:24 smithi187 ceph-mon[111815]: pgmap v20574: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:25.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:25.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:26.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:26.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:26 smithi187 ceph-mon[111815]: pgmap v20575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:26 smithi088 ceph-mon[96111]: pgmap v20575: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:27.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:27.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:28.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:27 smithi187 ceph-mon[111815]: pgmap v20576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:27 smithi088 ceph-mon[96111]: pgmap v20576: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:28.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:28.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:29.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:29.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:30.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:30.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:30.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:30 smithi187 ceph-mon[111815]: pgmap v20577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:30 smithi088 ceph-mon[96111]: pgmap v20577: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:31.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:31.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:31.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:42:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:42:32.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:32.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:32.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:32 smithi187 ceph-mon[111815]: pgmap v20578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:32 smithi088 ceph-mon[96111]: pgmap v20578: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:33.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:33.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:34.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:34.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:34.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:34 smithi187 ceph-mon[111815]: pgmap v20579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:34 smithi088 ceph-mon[96111]: pgmap v20579: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:35.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:35.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:36.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:36.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:36.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:36 smithi187 ceph-mon[111815]: pgmap v20580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:36 smithi088 ceph-mon[96111]: pgmap v20580: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:37.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:37.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:38.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:38.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:38.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:38 smithi187 ceph-mon[111815]: pgmap v20581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:38 smithi088 ceph-mon[96111]: pgmap v20581: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:39.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:39.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:40.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:40.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:40 smithi187 ceph-mon[111815]: pgmap v20582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:40 smithi088 ceph-mon[96111]: pgmap v20582: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:41.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:41.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:42.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:42.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:42.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:42 smithi187 ceph-mon[111815]: pgmap v20583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:42 smithi088 ceph-mon[96111]: pgmap v20583: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:43.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:43.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:44.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:44.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:44.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:44 smithi187 ceph-mon[111815]: pgmap v20584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:44 smithi088 ceph-mon[96111]: pgmap v20584: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:45.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:45.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:46.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:46.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:46.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:46 smithi187 ceph-mon[111815]: pgmap v20585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:46.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:42:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:46 smithi088 ceph-mon[96111]: pgmap v20585: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:42:47.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:47.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:48.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:48.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:48.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:48 smithi187 ceph-mon[111815]: pgmap v20586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:48 smithi088 ceph-mon[96111]: pgmap v20586: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:49.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:49.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:50.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:50.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:50 smithi187 ceph-mon[111815]: pgmap v20587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:50 smithi088 ceph-mon[96111]: pgmap v20587: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:51.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:51.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:52.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:52.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:52 smithi187 ceph-mon[111815]: pgmap v20588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:52 smithi088 ceph-mon[96111]: pgmap v20588: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:53.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:53.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:54.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:54.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:54 smithi187 ceph-mon[111815]: pgmap v20589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:54 smithi088 ceph-mon[96111]: pgmap v20589: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:55.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:55.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:56.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:56.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:56 smithi187 ceph-mon[111815]: pgmap v20590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:56 smithi088 ceph-mon[96111]: pgmap v20590: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:42:57.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:57.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:58.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:58.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:42:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:42:58 smithi088 ceph-mon[96111]: pgmap v20591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:42:59.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:42:59.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:00.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:00.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:00.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:42:58 smithi187 ceph-mon[111815]: pgmap v20591: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:00 smithi187 ceph-mon[111815]: pgmap v20592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:00 smithi088 ceph-mon[96111]: pgmap v20592: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:01.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:01.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:43:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:43:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:43:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:43:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:43:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:43:01.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:43:01.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:43:01.961 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:43:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:43:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:43:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:43:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:43:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:43:02.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:43:02.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:43:02.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:43:02.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:43:02.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:02.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:02 smithi187 ceph-mon[111815]: pgmap v20593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:02 smithi088 ceph-mon[96111]: pgmap v20593: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:03.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:03.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:04.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:04.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:04 smithi187 ceph-mon[111815]: pgmap v20594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:04 smithi088 ceph-mon[96111]: pgmap v20594: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:05.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:05.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:06.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:06.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:06.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:06 smithi187 ceph-mon[111815]: pgmap v20595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:06 smithi088 ceph-mon[96111]: pgmap v20595: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:07.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:07.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:08.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:08.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:08.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:08 smithi088 ceph-mon[96111]: pgmap v20596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:08 smithi187 ceph-mon[111815]: pgmap v20596: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:09.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:09.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:10.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:10.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:10 smithi088 ceph-mon[96111]: pgmap v20597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:10 smithi187 ceph-mon[111815]: pgmap v20597: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:11.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:11.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:12.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:12.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:12 smithi088 ceph-mon[96111]: pgmap v20598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:12 smithi187 ceph-mon[111815]: pgmap v20598: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:13.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:13.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:14.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:14.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:14 smithi088 ceph-mon[96111]: pgmap v20599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:14 smithi187 ceph-mon[111815]: pgmap v20599: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:15.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:15.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:16.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:16.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:16 smithi088 ceph-mon[96111]: pgmap v20600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:43:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:16 smithi187 ceph-mon[111815]: pgmap v20600: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:43:17.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:17.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:18.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:18.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:18 smithi088 ceph-mon[96111]: pgmap v20601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:18 smithi187 ceph-mon[111815]: pgmap v20601: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:19.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:19.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:20.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:20.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:20 smithi088 ceph-mon[96111]: pgmap v20602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:20 smithi187 ceph-mon[111815]: pgmap v20602: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:21.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:21.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:22.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:22.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:22 smithi088 ceph-mon[96111]: pgmap v20603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:22 smithi187 ceph-mon[111815]: pgmap v20603: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:23.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:23.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:24.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:24.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:24 smithi088 ceph-mon[96111]: pgmap v20604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:24 smithi187 ceph-mon[111815]: pgmap v20604: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:25.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:25.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:26.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:26.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:26 smithi088 ceph-mon[96111]: pgmap v20605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:26 smithi187 ceph-mon[111815]: pgmap v20605: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:27.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:27.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:28.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:28.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:28 smithi088 ceph-mon[96111]: pgmap v20606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:28 smithi187 ceph-mon[111815]: pgmap v20606: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:29.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:29.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:30.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:30.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:30 smithi088 ceph-mon[96111]: pgmap v20607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:30 smithi187 ceph-mon[111815]: pgmap v20607: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:31.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:31.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:43:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:43:32.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:32.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:33.017 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:32 smithi187 ceph-mon[111815]: pgmap v20608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:32 smithi088 ceph-mon[96111]: pgmap v20608: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:33.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:33.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:34.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:34.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:34 smithi088 ceph-mon[96111]: pgmap v20609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:34 smithi187 ceph-mon[111815]: pgmap v20609: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:35.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:35.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:36.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:36.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:36 smithi088 ceph-mon[96111]: pgmap v20610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:36 smithi187 ceph-mon[111815]: pgmap v20610: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:37.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:37.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:38.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:38.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:38 smithi088 ceph-mon[96111]: pgmap v20611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:38 smithi187 ceph-mon[111815]: pgmap v20611: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:39.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:39.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:40.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:40.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:40 smithi088 ceph-mon[96111]: pgmap v20612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:40 smithi187 ceph-mon[111815]: pgmap v20612: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:41.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:41.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:42.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:42.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:42 smithi088 ceph-mon[96111]: pgmap v20613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:43.124 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:42 smithi187 ceph-mon[111815]: pgmap v20613: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:43.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:43.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:44.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:44.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:44 smithi088 ceph-mon[96111]: pgmap v20614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:44 smithi187 ceph-mon[111815]: pgmap v20614: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:45.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:45.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:46.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:46.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:46 smithi088 ceph-mon[96111]: pgmap v20615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:43:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:46 smithi187 ceph-mon[111815]: pgmap v20615: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:43:47.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:47.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:48.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:48.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:48 smithi088 ceph-mon[96111]: pgmap v20616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:48 smithi187 ceph-mon[111815]: pgmap v20616: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:49.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:49.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:50.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:50.848 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:50 smithi088 ceph-mon[96111]: pgmap v20617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:50 smithi187 ceph-mon[111815]: pgmap v20617: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:51.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:51.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:52.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:52.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:52 smithi088 ceph-mon[96111]: pgmap v20618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:52 smithi187 ceph-mon[111815]: pgmap v20618: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:53.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:53.853 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:54.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:54.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:54 smithi088 ceph-mon[96111]: pgmap v20619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:54 smithi187 ceph-mon[111815]: pgmap v20619: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:55.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:55.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:56.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:56.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:56 smithi088 ceph-mon[96111]: pgmap v20620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:56 smithi187 ceph-mon[111815]: pgmap v20620: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:43:57.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:57.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:58.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:58.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:43:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:43:58 smithi088 ceph-mon[96111]: pgmap v20621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:43:58 smithi187 ceph-mon[111815]: pgmap v20621: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:43:59.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:43:59.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:00.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:00.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:00 smithi088 ceph-mon[96111]: pgmap v20622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:00 smithi187 ceph-mon[111815]: pgmap v20622: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:01.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:01.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:44:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:44:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:44:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:44:02.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:02.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:02 smithi088 ceph-mon[96111]: pgmap v20623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:44:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:44:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:44:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:44:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:44:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:02 smithi187 ceph-mon[111815]: pgmap v20623: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:44:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:44:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:44:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:44:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:44:03.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:03.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:04.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:04.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:04 smithi088 ceph-mon[96111]: pgmap v20624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:04 smithi187 ceph-mon[111815]: pgmap v20624: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:05.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:05.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:06.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:06.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:06 smithi088 ceph-mon[96111]: pgmap v20625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:06 smithi187 ceph-mon[111815]: pgmap v20625: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:07.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:07.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:08.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:08.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:08 smithi088 ceph-mon[96111]: pgmap v20626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:08 smithi187 ceph-mon[111815]: pgmap v20626: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:09.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:09.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:10.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:10.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:10 smithi187 ceph-mon[111815]: pgmap v20627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:10 smithi088 ceph-mon[96111]: pgmap v20627: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:11.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:11.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:12.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:12.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:12 smithi187 ceph-mon[111815]: pgmap v20628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:12 smithi088 ceph-mon[96111]: pgmap v20628: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:13.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:13.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:14.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:14.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:14 smithi088 ceph-mon[96111]: pgmap v20629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:14 smithi187 ceph-mon[111815]: pgmap v20629: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:15.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:15.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:44:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:44:16.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:16.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:16 smithi187 ceph-mon[111815]: pgmap v20630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:17.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:16 smithi088 ceph-mon[96111]: pgmap v20630: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:17.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:17.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:18.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:18.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:18 smithi187 ceph-mon[111815]: pgmap v20631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:19.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:18 smithi088 ceph-mon[96111]: pgmap v20631: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:19.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:19.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:20.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:20.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:20 smithi187 ceph-mon[111815]: pgmap v20632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:20 smithi088 ceph-mon[96111]: pgmap v20632: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:21.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:21.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:22.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:22.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:22 smithi187 ceph-mon[111815]: pgmap v20633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:22 smithi088 ceph-mon[96111]: pgmap v20633: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:23.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:23.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:24.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:24.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:24 smithi088 ceph-mon[96111]: pgmap v20634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:24 smithi187 ceph-mon[111815]: pgmap v20634: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:25.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:25.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:26.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:26.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:26 smithi187 ceph-mon[111815]: pgmap v20635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:26 smithi088 ceph-mon[96111]: pgmap v20635: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:27.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:27.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:28.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:28.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:28 smithi187 ceph-mon[111815]: pgmap v20636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:29.314 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:28 smithi088 ceph-mon[96111]: pgmap v20636: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:29.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:29.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:30.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:30.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:30 smithi187 ceph-mon[111815]: pgmap v20637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:44:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:30 smithi088 ceph-mon[96111]: pgmap v20637: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:44:31.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:31.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:32.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:32.917 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:32 smithi187 ceph-mon[111815]: pgmap v20638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:32 smithi088 ceph-mon[96111]: pgmap v20638: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:33.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:33.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:34.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:34.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:34 smithi088 ceph-mon[96111]: pgmap v20639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:34 smithi187 ceph-mon[111815]: pgmap v20639: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:35.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:35.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:36.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:36.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:36 smithi187 ceph-mon[111815]: pgmap v20640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:36 smithi088 ceph-mon[96111]: pgmap v20640: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:37.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:37.925 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:38.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:38.927 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:38 smithi187 ceph-mon[111815]: pgmap v20641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:38 smithi088 ceph-mon[96111]: pgmap v20641: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:39.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:39.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:40.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:40.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:40 smithi187 ceph-mon[111815]: pgmap v20642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:40 smithi088 ceph-mon[96111]: pgmap v20642: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:41.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:41.932 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:42.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:42.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:42 smithi187 ceph-mon[111815]: pgmap v20643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:42 smithi088 ceph-mon[96111]: pgmap v20643: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:43.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:43.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:44.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:44.937 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:44 smithi187 ceph-mon[111815]: pgmap v20644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:44 smithi088 ceph-mon[96111]: pgmap v20644: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:45.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:45.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:44:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:44:46.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:46.940 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:46 smithi187 ceph-mon[111815]: pgmap v20645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:46 smithi088 ceph-mon[96111]: pgmap v20645: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:47.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:47.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:48.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:47 smithi187 ceph-mon[111815]: pgmap v20646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:47 smithi088 ceph-mon[96111]: pgmap v20646: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:48.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:48.943 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:49.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:49.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:50.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:50.947 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:50 smithi187 ceph-mon[111815]: pgmap v20647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:50 smithi088 ceph-mon[96111]: pgmap v20647: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:51.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:51.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:52.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:52.950 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:52 smithi187 ceph-mon[111815]: pgmap v20648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:52 smithi088 ceph-mon[96111]: pgmap v20648: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:53.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:53.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:54.822 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:54 smithi088 ceph-mon[96111]: pgmap v20649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:54.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:54.953 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:54.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:54 smithi187 ceph-mon[111815]: pgmap v20649: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:55.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:55.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:56.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:56.956 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:56.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:56 smithi187 ceph-mon[111815]: pgmap v20650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:56 smithi088 ceph-mon[96111]: pgmap v20650: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:44:57.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:57.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:58.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:44:58 smithi187 ceph-mon[111815]: pgmap v20651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:58.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:58.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:44:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:44:58 smithi088 ceph-mon[96111]: pgmap v20651: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:44:59.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:44:59.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:00.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:00 smithi187 ceph-mon[111815]: pgmap v20652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:00.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:00.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:00 smithi088 ceph-mon[96111]: pgmap v20652: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:01.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:45:01.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:01.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:45:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:02 smithi187 ceph-mon[111815]: pgmap v20653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:45:02.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:45:02.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:02 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:45:02.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:02.967 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:02 smithi088 ceph-mon[96111]: pgmap v20653: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:45:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:45:03.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:02 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:45:03.964 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:45:03.965 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:45:03.965 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:45:03.965 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:45:03.966 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:45:03.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:03.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:45:04.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:45:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:45:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:45:04.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:45:04.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:04.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:04 smithi088 ceph-mon[96111]: pgmap v20654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:04 smithi187 ceph-mon[111815]: pgmap v20654: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:05.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:05.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:06.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:06.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:06 smithi088 ceph-mon[96111]: pgmap v20655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:06 smithi187 ceph-mon[111815]: pgmap v20655: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:07.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:07.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:08.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:08.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:09.016 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:08 smithi187 ceph-mon[111815]: pgmap v20656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:08 smithi088 ceph-mon[96111]: pgmap v20656: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:09.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:09.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:10.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:10.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:10 smithi088 ceph-mon[96111]: pgmap v20657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:10 smithi187 ceph-mon[111815]: pgmap v20657: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:11.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:11.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:12.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:12.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:12 smithi088 ceph-mon[96111]: pgmap v20658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:12 smithi187 ceph-mon[111815]: pgmap v20658: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:13.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:13.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:14.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:14.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:14 smithi088 ceph-mon[96111]: pgmap v20659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:14 smithi187 ceph-mon[111815]: pgmap v20659: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:15.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:15.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:16.989 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:16.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:16 smithi088 ceph-mon[96111]: pgmap v20660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:45:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:16 smithi187 ceph-mon[111815]: pgmap v20660: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:45:17.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:17.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:18.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:18.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:18 smithi088 ceph-mon[96111]: pgmap v20661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:19.122 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:18 smithi187 ceph-mon[111815]: pgmap v20661: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:19.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:19.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:20.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:20.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:20 smithi088 ceph-mon[96111]: pgmap v20662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:20 smithi187 ceph-mon[111815]: pgmap v20662: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:21.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:21.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:22.999 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:23.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:22 smithi088 ceph-mon[96111]: pgmap v20663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:22 smithi187 ceph-mon[111815]: pgmap v20663: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:24.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:24.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:25.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:25.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:24 smithi088 ceph-mon[96111]: pgmap v20664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:24 smithi187 ceph-mon[111815]: pgmap v20664: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:26.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:26.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:27.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:27.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:26 smithi088 ceph-mon[96111]: pgmap v20665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:26 smithi187 ceph-mon[111815]: pgmap v20665: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:28.007 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:28.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:29.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:29.009 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:28 smithi088 ceph-mon[96111]: pgmap v20666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:28 smithi187 ceph-mon[111815]: pgmap v20666: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:30.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:30.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:31.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:31.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:30 smithi088 ceph-mon[96111]: pgmap v20667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:30 smithi187 ceph-mon[111815]: pgmap v20667: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:32.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:32.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:45:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:45:33.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:33.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:32 smithi088 ceph-mon[96111]: pgmap v20668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:32 smithi187 ceph-mon[111815]: pgmap v20668: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:34.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:34.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:34.951 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:34 smithi088 ceph-mon[96111]: pgmap v20669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:35.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:35.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:34 smithi187 ceph-mon[111815]: pgmap v20669: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:36.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:36.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:37.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:37.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:36 smithi088 ceph-mon[96111]: pgmap v20670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:36 smithi187 ceph-mon[111815]: pgmap v20670: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:38.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:38.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:39.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:39.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:38 smithi088 ceph-mon[96111]: pgmap v20671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:38 smithi187 ceph-mon[111815]: pgmap v20671: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:40.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:40.026 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:41.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:41.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:40 smithi088 ceph-mon[96111]: pgmap v20672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:40 smithi187 ceph-mon[111815]: pgmap v20672: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:42.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:42.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:43.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:43.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:42 smithi088 ceph-mon[96111]: pgmap v20673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:42 smithi187 ceph-mon[111815]: pgmap v20673: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:44.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:44.032 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:45.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:45.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:45.050 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:44 smithi088 ceph-mon[96111]: pgmap v20674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:44 smithi187 ceph-mon[111815]: pgmap v20674: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:46.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:46.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:47.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:47.037 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:46 smithi088 ceph-mon[96111]: pgmap v20675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:45:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:46 smithi187 ceph-mon[111815]: pgmap v20675: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:45:48.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:48.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:49.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:49.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:48 smithi088 ceph-mon[96111]: pgmap v20676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:48 smithi187 ceph-mon[111815]: pgmap v20676: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:50.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:50.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:51.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:51.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:50 smithi088 ceph-mon[96111]: pgmap v20677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:50 smithi187 ceph-mon[111815]: pgmap v20677: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:52.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:52.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:53.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:53.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:52 smithi088 ceph-mon[96111]: pgmap v20678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:52 smithi187 ceph-mon[111815]: pgmap v20678: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:54.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:54.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:55.050 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:55.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:54 smithi088 ceph-mon[96111]: pgmap v20679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:54 smithi187 ceph-mon[111815]: pgmap v20679: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:56.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:56.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:57.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:57.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:56 smithi088 ceph-mon[96111]: pgmap v20680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:56 smithi187 ceph-mon[111815]: pgmap v20680: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:45:58.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:58.056 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:59.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:45:59.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:45:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:45:58 smithi088 ceph-mon[96111]: pgmap v20681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:45:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:45:58 smithi187 ceph-mon[111815]: pgmap v20681: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:00.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:00.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:01.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:01.061 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:00 smithi088 ceph-mon[96111]: pgmap v20682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:46:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:00 smithi187 ceph-mon[111815]: pgmap v20682: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:46:02.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:02.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:03.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:03.064 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:02 smithi088 ceph-mon[96111]: pgmap v20683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:02 smithi187 ceph-mon[111815]: pgmap v20683: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:04.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:04.066 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:46:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:46:04.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:46:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:46:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:46:04.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:46:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:46:04.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:46:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:46:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:46:04.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:46:04.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:46:04.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:04 smithi187 ceph-mon[111815]: pgmap v20684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:05.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:05.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:04 smithi088 ceph-mon[96111]: pgmap v20684: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:06.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:06.069 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:07.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:07.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:06 smithi187 ceph-mon[111815]: pgmap v20685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:06 smithi088 ceph-mon[96111]: pgmap v20685: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:08.071 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:08.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:09.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:09.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:08 smithi187 ceph-mon[111815]: pgmap v20686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:08 smithi088 ceph-mon[96111]: pgmap v20686: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:10.074 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:10.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:11.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:11.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:10 smithi187 ceph-mon[111815]: pgmap v20687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:10 smithi088 ceph-mon[96111]: pgmap v20687: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:12.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:12.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:13.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:13.080 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:12 smithi187 ceph-mon[111815]: pgmap v20688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:12 smithi088 ceph-mon[96111]: pgmap v20688: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:14.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:14.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:14 smithi187 ceph-mon[111815]: pgmap v20689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:14 smithi088 ceph-mon[96111]: pgmap v20689: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:15.082 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:15.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:16.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:16.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:46:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:46:17.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:17.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:16 smithi187 ceph-mon[111815]: pgmap v20690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:16 smithi088 ceph-mon[96111]: pgmap v20690: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:18.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:18.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:19.089 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:19.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:18 smithi187 ceph-mon[111815]: pgmap v20691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:18 smithi088 ceph-mon[96111]: pgmap v20691: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:20.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:20.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:21.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:21.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:20 smithi187 ceph-mon[111815]: pgmap v20692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:20 smithi088 ceph-mon[96111]: pgmap v20692: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:22.094 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:22.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:23.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:23.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:22 smithi187 ceph-mon[111815]: pgmap v20693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:22 smithi088 ceph-mon[96111]: pgmap v20693: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:24.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:24.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:24 smithi088 ceph-mon[96111]: pgmap v20694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:25.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:25.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:24 smithi187 ceph-mon[111815]: pgmap v20694: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:26.101 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:26.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:27.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:27.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:26 smithi187 ceph-mon[111815]: pgmap v20695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:26 smithi088 ceph-mon[96111]: pgmap v20695: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:28.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:28.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:29.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:29.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:28 smithi187 ceph-mon[111815]: pgmap v20696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:28 smithi088 ceph-mon[96111]: pgmap v20696: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:30.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:30.109 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:31.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:31.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:30 smithi187 ceph-mon[111815]: pgmap v20697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:31.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:46:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:30 smithi088 ceph-mon[96111]: pgmap v20697: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:46:32.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:32.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:33.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:33.114 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:32 smithi187 ceph-mon[111815]: pgmap v20698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:32 smithi088 ceph-mon[96111]: pgmap v20698: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:34.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:34.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:34 smithi088 ceph-mon[96111]: pgmap v20699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:35.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:35.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:34 smithi187 ceph-mon[111815]: pgmap v20699: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:36.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:36.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:37.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:37.121 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:36 smithi187 ceph-mon[111815]: pgmap v20700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:36 smithi088 ceph-mon[96111]: pgmap v20700: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:38.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:38.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:39.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:39.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:38 smithi187 ceph-mon[111815]: pgmap v20701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:38 smithi088 ceph-mon[96111]: pgmap v20701: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:40.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:40.126 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:41.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:41.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:40 smithi187 ceph-mon[111815]: pgmap v20702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:40 smithi088 ceph-mon[96111]: pgmap v20702: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:42.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:42.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:43.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:43.131 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:42 smithi187 ceph-mon[111815]: pgmap v20703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:42 smithi088 ceph-mon[96111]: pgmap v20703: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:44.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:44.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:44 smithi088 ceph-mon[96111]: pgmap v20704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:45.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:45.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:44 smithi187 ceph-mon[111815]: pgmap v20704: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:46.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:46.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:46:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:46:47.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:47.137 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:46 smithi187 ceph-mon[111815]: pgmap v20705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:47.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:46 smithi088 ceph-mon[96111]: pgmap v20705: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:48.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:48.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:49.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:49.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:48 smithi187 ceph-mon[111815]: pgmap v20706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:48 smithi088 ceph-mon[96111]: pgmap v20706: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:50.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:50.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:50.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:50 smithi187 ceph-mon[111815]: pgmap v20707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:50 smithi088 ceph-mon[96111]: pgmap v20707: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:51.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:51.145 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:52.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:52.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:52.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:52 smithi187 ceph-mon[111815]: pgmap v20708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:52 smithi088 ceph-mon[96111]: pgmap v20708: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:53.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:53.147 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:54.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:54.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:54 smithi088 ceph-mon[96111]: pgmap v20709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:55.122 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:54 smithi187 ceph-mon[111815]: pgmap v20709: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:55.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:55.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:56.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:56.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:56 smithi088 ceph-mon[96111]: pgmap v20710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:57.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:57.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:56 smithi187 ceph-mon[111815]: pgmap v20710: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:46:58.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:58.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:59.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:46:58 smithi088 ceph-mon[96111]: pgmap v20711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:46:59.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:46:59.158 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:46:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:46:58 smithi187 ceph-mon[111815]: pgmap v20711: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:00.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:00.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:00 smithi088 ceph-mon[96111]: pgmap v20712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:01.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:01.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:00 smithi187 ceph-mon[111815]: pgmap v20712: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:47:02.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:02.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:02.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:47:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:02 smithi088 ceph-mon[96111]: pgmap v20713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:03.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:03.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:02 smithi187 ceph-mon[111815]: pgmap v20713: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:04.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:03 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:47:04.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:04.165 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:04.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:03 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:47:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: pgmap v20714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:47:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:47:05.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:47:05.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:47:05.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:47:05.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:47:05.075 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:47:05.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:05.167 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: pgmap v20714: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:47:05.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:47:05.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:47:05.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:47:05.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:47:05.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:47:05.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:47:05.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:47:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:05 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1346M 2023-10-13T10:47:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:05 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi187 to 2645M 2023-10-13T10:47:06.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:06.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:06.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:05 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1346M 2023-10-13T10:47:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:05 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi187 to 2645M 2023-10-13T10:47:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:06 smithi088 ceph-mon[96111]: pgmap v20715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:07.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:07.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:06 smithi187 ceph-mon[111815]: pgmap v20715: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:08.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:08.172 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:08 smithi088 ceph-mon[96111]: pgmap v20716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:09.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:09.174 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:08 smithi187 ceph-mon[111815]: pgmap v20716: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:10.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:10.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:10 smithi088 ceph-mon[96111]: pgmap v20717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:11.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:11.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:10 smithi187 ceph-mon[111815]: pgmap v20717: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:12.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:12.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:12 smithi088 ceph-mon[96111]: pgmap v20718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:13.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:13.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:12 smithi187 ceph-mon[111815]: pgmap v20718: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:14.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:14.182 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:14 smithi088 ceph-mon[96111]: pgmap v20719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:15.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:15.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:14 smithi187 ceph-mon[111815]: pgmap v20719: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:16.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:16.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:17.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:16 smithi088 ceph-mon[96111]: pgmap v20720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:17.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:47:17.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:17.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:16 smithi187 ceph-mon[111815]: pgmap v20720: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:47:18.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:18.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:18 smithi088 ceph-mon[96111]: pgmap v20721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:19.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:19.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:18 smithi187 ceph-mon[111815]: pgmap v20721: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:20.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:20.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:20 smithi088 ceph-mon[96111]: pgmap v20722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:21.193 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:21.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:20 smithi187 ceph-mon[111815]: pgmap v20722: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:22.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:22.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:22 smithi088 ceph-mon[96111]: pgmap v20723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:23.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:23.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:22 smithi187 ceph-mon[111815]: pgmap v20723: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:24.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:24.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:24 smithi088 ceph-mon[96111]: pgmap v20724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:25.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:25.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:24 smithi187 ceph-mon[111815]: pgmap v20724: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:26.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:26.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:26 smithi088 ceph-mon[96111]: pgmap v20725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:27.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:27.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:26 smithi187 ceph-mon[111815]: pgmap v20725: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:28.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:28.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:28 smithi088 ceph-mon[96111]: pgmap v20726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:29.207 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:28 smithi187 ceph-mon[111815]: pgmap v20726: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:30.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:30.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:30 smithi088 ceph-mon[96111]: pgmap v20727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:30 smithi187 ceph-mon[111815]: pgmap v20727: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:31.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:31.210 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:47:32.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:47:32.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:32.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:32 smithi088 ceph-mon[96111]: pgmap v20728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:32 smithi187 ceph-mon[111815]: pgmap v20728: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:33.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:33.213 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:34.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:34.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:34 smithi088 ceph-mon[96111]: pgmap v20729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:34 smithi187 ceph-mon[111815]: pgmap v20729: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:35.216 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:35.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:36.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:36.218 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:36 smithi088 ceph-mon[96111]: pgmap v20730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:36 smithi187 ceph-mon[111815]: pgmap v20730: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:37.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:37.220 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:38.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:38.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:38 smithi088 ceph-mon[96111]: pgmap v20731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:38 smithi187 ceph-mon[111815]: pgmap v20731: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:39.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:39.223 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:40.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:40.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:40 smithi187 ceph-mon[111815]: pgmap v20732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:40 smithi088 ceph-mon[96111]: pgmap v20732: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:41.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:41.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:42.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:42.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:42 smithi088 ceph-mon[96111]: pgmap v20733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:42 smithi187 ceph-mon[111815]: pgmap v20733: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:43.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:43.230 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:44.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:44.231 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:44 smithi088 ceph-mon[96111]: pgmap v20734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:44 smithi187 ceph-mon[111815]: pgmap v20734: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:45.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:45.233 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:46.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:46.235 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:46 smithi088 ceph-mon[96111]: pgmap v20735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:47:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:46 smithi187 ceph-mon[111815]: pgmap v20735: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:47:47.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:47.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:48.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:48.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:48 smithi088 ceph-mon[96111]: pgmap v20736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:48 smithi187 ceph-mon[111815]: pgmap v20736: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:49.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:49.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:50.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:50.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:50.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:50 smithi187 ceph-mon[111815]: pgmap v20737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:50 smithi088 ceph-mon[96111]: pgmap v20737: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:51.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:51.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:52.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:52.245 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:52 smithi088 ceph-mon[96111]: pgmap v20738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:52 smithi187 ceph-mon[111815]: pgmap v20738: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:53.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:53.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:54.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:54.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:54 smithi088 ceph-mon[96111]: pgmap v20739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:54 smithi187 ceph-mon[111815]: pgmap v20739: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:55.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:55.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:56.251 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:56.252 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:56 smithi088 ceph-mon[96111]: pgmap v20740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:56 smithi187 ceph-mon[111815]: pgmap v20740: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:47:57.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:57.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:58.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:58.255 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:47:58 smithi187 ceph-mon[111815]: pgmap v20741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:47:59.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:47:59.256 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:47:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:47:58 smithi088 ceph-mon[96111]: pgmap v20741: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:00.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:00.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:00 smithi187 ceph-mon[111815]: pgmap v20742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:48:01.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:01.260 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:00 smithi088 ceph-mon[96111]: pgmap v20742: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:48:02.261 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:02.262 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:02 smithi187 ceph-mon[111815]: pgmap v20743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:03.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:03.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:02 smithi088 ceph-mon[96111]: pgmap v20743: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:04.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:04.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:04 smithi088 ceph-mon[96111]: pgmap v20744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:48:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:48:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:48:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:48:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:48:05.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:04 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:48:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:04 smithi187 ceph-mon[111815]: pgmap v20744: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:48:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:48:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:48:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:48:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:48:05.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:04 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:48:05.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:05.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:06.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:06.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:06 smithi187 ceph-mon[111815]: pgmap v20745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:07.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:07.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:06 smithi088 ceph-mon[96111]: pgmap v20745: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:08.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:08.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:08 smithi187 ceph-mon[111815]: pgmap v20746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:09.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:09.273 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:08 smithi088 ceph-mon[96111]: pgmap v20746: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:10.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:10.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:10 smithi187 ceph-mon[111815]: pgmap v20747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:11.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:11.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:10 smithi088 ceph-mon[96111]: pgmap v20747: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:12.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:12.278 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:12 smithi187 ceph-mon[111815]: pgmap v20748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:13.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:13.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:12 smithi088 ceph-mon[96111]: pgmap v20748: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:14.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:14.281 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:14 smithi088 ceph-mon[96111]: pgmap v20749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:14 smithi187 ceph-mon[111815]: pgmap v20749: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:15.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:15.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:48:16.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:16.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:48:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:16 smithi187 ceph-mon[111815]: pgmap v20750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:17.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:17.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:16 smithi088 ceph-mon[96111]: pgmap v20750: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:18.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:18.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:18 smithi187 ceph-mon[111815]: pgmap v20751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:19.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:19.289 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:18 smithi088 ceph-mon[96111]: pgmap v20751: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:20.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:20.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:20 smithi187 ceph-mon[111815]: pgmap v20752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:21.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:21.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:20 smithi088 ceph-mon[96111]: pgmap v20752: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:22.293 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:22.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:22 smithi187 ceph-mon[111815]: pgmap v20753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:23.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:23.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:22 smithi088 ceph-mon[96111]: pgmap v20753: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:24.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:24.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:24 smithi088 ceph-mon[96111]: pgmap v20754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:24 smithi187 ceph-mon[111815]: pgmap v20754: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:25.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:25.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:26.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:26.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:26 smithi088 ceph-mon[96111]: pgmap v20755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:26 smithi187 ceph-mon[111815]: pgmap v20755: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:27.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:27.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:28.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:28.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:28 smithi187 ceph-mon[111815]: pgmap v20756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:29.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:29.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:28 smithi088 ceph-mon[96111]: pgmap v20756: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:30.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:30.306 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:30 smithi187 ceph-mon[111815]: pgmap v20757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:48:31.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:31.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:30 smithi088 ceph-mon[96111]: pgmap v20757: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:48:32.309 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:32.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:32 smithi187 ceph-mon[111815]: pgmap v20758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:33.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:33.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:32 smithi088 ceph-mon[96111]: pgmap v20758: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:34.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:34.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:34 smithi088 ceph-mon[96111]: pgmap v20759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:34 smithi187 ceph-mon[111815]: pgmap v20759: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:35.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:35.314 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:36.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:36.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:36 smithi088 ceph-mon[96111]: pgmap v20760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:36 smithi187 ceph-mon[111815]: pgmap v20760: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:37.317 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:37.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:38.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:38.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:38 smithi187 ceph-mon[111815]: pgmap v20761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:39.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:39.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:38 smithi088 ceph-mon[96111]: pgmap v20761: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:40.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:40.322 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:40 smithi187 ceph-mon[111815]: pgmap v20762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:41.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:40 smithi088 ceph-mon[96111]: pgmap v20762: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:41.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:41.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:42.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:42.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:42 smithi187 ceph-mon[111815]: pgmap v20763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:42 smithi088 ceph-mon[96111]: pgmap v20763: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:43.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:43.327 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:44.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:44.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:44 smithi088 ceph-mon[96111]: pgmap v20764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:44 smithi187 ceph-mon[111815]: pgmap v20764: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:45.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:45.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:48:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:48:46.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:46.332 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:46 smithi187 ceph-mon[111815]: pgmap v20765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:46 smithi088 ceph-mon[96111]: pgmap v20765: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:47.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:47.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:48.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:48.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:48 smithi187 ceph-mon[111815]: pgmap v20766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:48 smithi088 ceph-mon[96111]: pgmap v20766: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:49.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:49.337 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:50.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:50.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:50 smithi187 ceph-mon[111815]: pgmap v20767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:50 smithi088 ceph-mon[96111]: pgmap v20767: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:51.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:51.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:52.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:52.342 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:52 smithi187 ceph-mon[111815]: pgmap v20768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:52 smithi088 ceph-mon[96111]: pgmap v20768: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:53.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:53.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:54.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:54.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:54 smithi088 ceph-mon[96111]: pgmap v20769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:54 smithi187 ceph-mon[111815]: pgmap v20769: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:55.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:55.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:56.348 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:56.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:56 smithi187 ceph-mon[111815]: pgmap v20770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:56 smithi088 ceph-mon[96111]: pgmap v20770: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:48:57.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:57.350 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:58.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:58.352 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:48:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:48:58 smithi187 ceph-mon[111815]: pgmap v20771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:48:58 smithi088 ceph-mon[96111]: pgmap v20771: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:48:59.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:48:59.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:00.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:00.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:00 smithi187 ceph-mon[111815]: pgmap v20772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:49:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:00 smithi088 ceph-mon[96111]: pgmap v20772: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:49:01.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:01.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:01 smithi187 ceph-mon[111815]: pgmap v20773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:02.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:01 smithi088 ceph-mon[96111]: pgmap v20773: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:02.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:02.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:03.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:03.360 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:04.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:04.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:04.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:04 smithi187 ceph-mon[111815]: pgmap v20774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:05.071 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:04 smithi088 ceph-mon[96111]: pgmap v20774: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:05.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:05.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:49:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:49:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:49:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:49:05.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:49:05.960 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:49:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:49:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:49:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:49:06.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:49:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:49:06.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:49:06.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:06.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:06.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:06 smithi187 ceph-mon[111815]: pgmap v20775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:07.020 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:06 smithi088 ceph-mon[96111]: pgmap v20775: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:07.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:07.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:08.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:08.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:08.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:08 smithi187 ceph-mon[111815]: pgmap v20776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:08 smithi088 ceph-mon[96111]: pgmap v20776: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:09.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:09.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:10.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:10.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:10 smithi088 ceph-mon[96111]: pgmap v20777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:10 smithi187 ceph-mon[111815]: pgmap v20777: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:11.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:11.372 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:12.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:12.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:12 smithi088 ceph-mon[96111]: pgmap v20778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:12 smithi187 ceph-mon[111815]: pgmap v20778: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:13.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:13.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:14.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:14.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:14 smithi088 ceph-mon[96111]: pgmap v20779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:14 smithi187 ceph-mon[111815]: pgmap v20779: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:15.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:15.379 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:16.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:16.381 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:16 smithi187 ceph-mon[111815]: pgmap v20780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:16.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:49:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:16 smithi088 ceph-mon[96111]: pgmap v20780: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:49:17.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:17.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:18.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:18.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:18 smithi088 ceph-mon[96111]: pgmap v20781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:18 smithi187 ceph-mon[111815]: pgmap v20781: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:19.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:19.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:20.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:20.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:20 smithi088 ceph-mon[96111]: pgmap v20782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:21.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:20 smithi187 ceph-mon[111815]: pgmap v20782: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:21.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:21.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:22.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:22.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:22 smithi088 ceph-mon[96111]: pgmap v20783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:22 smithi187 ceph-mon[111815]: pgmap v20783: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:23.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:23.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:24.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:24.394 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:24 smithi088 ceph-mon[96111]: pgmap v20784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:24 smithi187 ceph-mon[111815]: pgmap v20784: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:25.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:25.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:26.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:26.397 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:26 smithi187 ceph-mon[111815]: pgmap v20785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:26 smithi088 ceph-mon[96111]: pgmap v20785: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:27.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:27.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:28.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:28.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:28 smithi088 ceph-mon[96111]: pgmap v20786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:28 smithi187 ceph-mon[111815]: pgmap v20786: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:29.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:29.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:30.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:30.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:30 smithi088 ceph-mon[96111]: pgmap v20787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:30 smithi187 ceph-mon[111815]: pgmap v20787: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:31.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:31.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:49:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:49:32.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:32.407 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:32 smithi088 ceph-mon[96111]: pgmap v20788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:32 smithi187 ceph-mon[111815]: pgmap v20788: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:33.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:33.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:34.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:34.410 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:34 smithi088 ceph-mon[96111]: pgmap v20789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:34 smithi187 ceph-mon[111815]: pgmap v20789: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:35.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:35.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:36.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:36.413 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:36 smithi088 ceph-mon[96111]: pgmap v20790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:36 smithi187 ceph-mon[111815]: pgmap v20790: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:37.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:37.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:38.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:38.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:38 smithi088 ceph-mon[96111]: pgmap v20791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:38 smithi187 ceph-mon[111815]: pgmap v20791: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:39.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:39.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:40.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:40.420 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:40 smithi088 ceph-mon[96111]: pgmap v20792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:40 smithi187 ceph-mon[111815]: pgmap v20792: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:41.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:41.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:42.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:42.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:43.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:42 smithi088 ceph-mon[96111]: pgmap v20793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:42 smithi187 ceph-mon[111815]: pgmap v20793: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:43.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:43.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:44.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:44.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:44 smithi088 ceph-mon[96111]: pgmap v20794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:44 smithi187 ceph-mon[111815]: pgmap v20794: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:45.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:45.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:46.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:46.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:46 smithi088 ceph-mon[96111]: pgmap v20795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:47.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:49:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:46 smithi187 ceph-mon[111815]: pgmap v20795: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:49:47.430 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:47.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:48.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:48.432 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:48 smithi088 ceph-mon[96111]: pgmap v20796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:48 smithi187 ceph-mon[111815]: pgmap v20796: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:49.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:49.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:50.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:50.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:50 smithi088 ceph-mon[96111]: pgmap v20797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:50 smithi187 ceph-mon[111815]: pgmap v20797: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:51.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:51.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:52.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:52.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:52 smithi088 ceph-mon[96111]: pgmap v20798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:52 smithi187 ceph-mon[111815]: pgmap v20798: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:53.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:53.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:54.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:54.442 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:54 smithi088 ceph-mon[96111]: pgmap v20799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:54 smithi187 ceph-mon[111815]: pgmap v20799: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:55.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:55.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:56.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:56.445 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:57.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:56 smithi088 ceph-mon[96111]: pgmap v20800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:56 smithi187 ceph-mon[111815]: pgmap v20800: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:49:57.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:57.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:58.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:58.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:49:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:49:58 smithi088 ceph-mon[96111]: pgmap v20801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:59.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:49:58 smithi187 ceph-mon[111815]: pgmap v20801: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:49:59.450 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:49:59.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:00.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:00.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:00 smithi088 ceph-mon[96111]: pgmap v20802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T10:50:01.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:50:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:00 smithi187 ceph-mon[111815]: pgmap v20802: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T10:50:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:50:01.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:01.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:02.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:02.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:02 smithi187 ceph-mon[111815]: pgmap v20803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:02 smithi088 ceph-mon[96111]: pgmap v20803: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:03.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:03.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:04.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:04.459 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:04 smithi088 ceph-mon[96111]: pgmap v20804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:05.103 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:04 smithi187 ceph-mon[111815]: pgmap v20804: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:05.460 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:05.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:06.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:05 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:50:06.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:05 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:50:06.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:06.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:07.125 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:06 smithi187 ceph-mon[111815]: pgmap v20805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:06 smithi088 ceph-mon[96111]: pgmap v20805: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:07.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:07.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:08.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:08.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:08 smithi187 ceph-mon[111815]: pgmap v20806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:50:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:50:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:50:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:50:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:50:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:50:09.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:50:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:08 smithi088 ceph-mon[96111]: pgmap v20806: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:50:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:50:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:50:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:50:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:50:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:50:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:50:09.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:09.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:10.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:10.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:10 smithi187 ceph-mon[111815]: pgmap v20807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:10 smithi088 ceph-mon[96111]: pgmap v20807: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:11.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:11.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:12.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:12.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:12 smithi088 ceph-mon[96111]: pgmap v20808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:12 smithi187 ceph-mon[111815]: pgmap v20808: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:13.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:13.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:14.474 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:14.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:14 smithi088 ceph-mon[96111]: pgmap v20809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:14 smithi187 ceph-mon[111815]: pgmap v20809: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:15.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:15.476 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:50:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:50:16.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:16.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:16 smithi187 ceph-mon[111815]: pgmap v20810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:16 smithi088 ceph-mon[96111]: pgmap v20810: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:17.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:17.479 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:18.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:18.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:18 smithi187 ceph-mon[111815]: pgmap v20811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:18 smithi088 ceph-mon[96111]: pgmap v20811: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:19.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:19.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:20.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:20.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:20 smithi187 ceph-mon[111815]: pgmap v20812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:20 smithi088 ceph-mon[96111]: pgmap v20812: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:21.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:21.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:22.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:22.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:22 smithi088 ceph-mon[96111]: pgmap v20813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:22 smithi187 ceph-mon[111815]: pgmap v20813: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:23.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:23.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:24.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:24.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:24 smithi088 ceph-mon[96111]: pgmap v20814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:24 smithi187 ceph-mon[111815]: pgmap v20814: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:25.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:25.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:26.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:26.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:27.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:26 smithi187 ceph-mon[111815]: pgmap v20815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:26 smithi088 ceph-mon[96111]: pgmap v20815: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:27.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:27.496 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:28.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:28.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:28 smithi187 ceph-mon[111815]: pgmap v20816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:28 smithi088 ceph-mon[96111]: pgmap v20816: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:29.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:29.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:30.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:30.501 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:30 smithi187 ceph-mon[111815]: pgmap v20817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:50:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:30 smithi088 ceph-mon[96111]: pgmap v20817: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:50:31.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:31.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:32.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:32.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:32 smithi187 ceph-mon[111815]: pgmap v20818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:32 smithi088 ceph-mon[96111]: pgmap v20818: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:33.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:33.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:34.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:34.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:34 smithi088 ceph-mon[96111]: pgmap v20819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:34 smithi187 ceph-mon[111815]: pgmap v20819: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:35.508 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:35.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:36.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:36.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:36 smithi187 ceph-mon[111815]: pgmap v20820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:36 smithi088 ceph-mon[96111]: pgmap v20820: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:37.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:37.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:38.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:38.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:38 smithi187 ceph-mon[111815]: pgmap v20821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:38 smithi088 ceph-mon[96111]: pgmap v20821: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:39.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:39.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:40.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:40.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:40 smithi187 ceph-mon[111815]: pgmap v20822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:40 smithi088 ceph-mon[96111]: pgmap v20822: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:41.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:41.519 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:42.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:42.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:42 smithi187 ceph-mon[111815]: pgmap v20823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:42 smithi088 ceph-mon[96111]: pgmap v20823: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:43.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:43.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:44.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:44.524 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:44 smithi088 ceph-mon[96111]: pgmap v20824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:44 smithi187 ceph-mon[111815]: pgmap v20824: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:45.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:45.526 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:50:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:50:46.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:46.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:47.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:46 smithi187 ceph-mon[111815]: pgmap v20825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:46 smithi088 ceph-mon[96111]: pgmap v20825: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:47.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:47.529 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:48.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:48.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:48 smithi187 ceph-mon[111815]: pgmap v20826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:48 smithi088 ceph-mon[96111]: pgmap v20826: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:49.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:49.532 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:50.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:50.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:50 smithi187 ceph-mon[111815]: pgmap v20827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:50 smithi088 ceph-mon[96111]: pgmap v20827: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:51.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:51.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:52.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:52.537 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:52 smithi187 ceph-mon[111815]: pgmap v20828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:52 smithi088 ceph-mon[96111]: pgmap v20828: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:53.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:53.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:54.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:54.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:54 smithi088 ceph-mon[96111]: pgmap v20829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:54 smithi187 ceph-mon[111815]: pgmap v20829: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:55.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:55.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:56.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:56.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:56 smithi187 ceph-mon[111815]: pgmap v20830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:56 smithi088 ceph-mon[96111]: pgmap v20830: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:50:57.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:57.545 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:58.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:58.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:50:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:50:58 smithi187 ceph-mon[111815]: pgmap v20831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:50:58 smithi088 ceph-mon[96111]: pgmap v20831: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:50:59.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:50:59.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:00.550 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:00.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:00 smithi187 ceph-mon[111815]: pgmap v20832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:51:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:00 smithi088 ceph-mon[96111]: pgmap v20832: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:51:01.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:01.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:02.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:02.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:02.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:02 smithi187 ceph-mon[111815]: pgmap v20833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:02 smithi088 ceph-mon[96111]: pgmap v20833: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:03.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:03.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:04.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:04.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:04 smithi088 ceph-mon[96111]: pgmap v20834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:05.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:04 smithi187 ceph-mon[111815]: pgmap v20834: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:05.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:05.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:06.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:06.560 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:06 smithi187 ceph-mon[111815]: pgmap v20835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:06 smithi088 ceph-mon[96111]: pgmap v20835: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:07.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:07.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:08.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:08.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:08 smithi187 ceph-mon[111815]: pgmap v20836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:08 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:51:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:08 smithi088 ceph-mon[96111]: pgmap v20836: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:08 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:51:09.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:09.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:10.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:10.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:10 smithi187 ceph-mon[111815]: pgmap v20837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:11.321 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:10 smithi088 ceph-mon[96111]: pgmap v20837: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:11.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:11.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:12.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:12.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:12 smithi187 ceph-mon[111815]: pgmap v20838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:13.251 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:12 smithi088 ceph-mon[96111]: pgmap v20838: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:13.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:13.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:51:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:51:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:51:14.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:51:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:14 smithi187 ceph-mon[111815]: pgmap v20839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:51:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:51:14.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:51:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:51:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:51:14.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:51:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:51:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:14 smithi088 ceph-mon[96111]: pgmap v20839: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:51:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:51:14.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:51:14.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:14.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:15.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:15.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:16.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:16.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:16 smithi088 ceph-mon[96111]: pgmap v20840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:51:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:16 smithi187 ceph-mon[111815]: pgmap v20840: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:51:17.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:17.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:18.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:18.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:19.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:18 smithi088 ceph-mon[96111]: pgmap v20841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:19.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:18 smithi187 ceph-mon[111815]: pgmap v20841: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:19.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:19.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:20.595 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:20.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:21.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:20 smithi088 ceph-mon[96111]: pgmap v20842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:20 smithi187 ceph-mon[111815]: pgmap v20842: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:21.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:21.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:22.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:22.600 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:23.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:22 smithi088 ceph-mon[96111]: pgmap v20843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:22 smithi187 ceph-mon[111815]: pgmap v20843: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:23.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:23.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:24.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:24.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:24 smithi088 ceph-mon[96111]: pgmap v20844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:24 smithi187 ceph-mon[111815]: pgmap v20844: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:25.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:25.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:26.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:26.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:27.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:26 smithi088 ceph-mon[96111]: pgmap v20845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:26 smithi187 ceph-mon[111815]: pgmap v20845: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:27.607 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:27.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:28.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:28.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:28 smithi088 ceph-mon[96111]: pgmap v20846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:28 smithi187 ceph-mon[111815]: pgmap v20846: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:29.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:29.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:30.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:30.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:30 smithi088 ceph-mon[96111]: pgmap v20847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:30 smithi187 ceph-mon[111815]: pgmap v20847: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:31.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:31.614 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:32.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:51:32.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:51:32.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:32.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:33.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:32 smithi088 ceph-mon[96111]: pgmap v20848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:32 smithi187 ceph-mon[111815]: pgmap v20848: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:33.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:33.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:34.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:34.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:34 smithi088 ceph-mon[96111]: pgmap v20849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:34 smithi187 ceph-mon[111815]: pgmap v20849: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:35.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:35.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:36.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:36.622 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:37.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:36 smithi088 ceph-mon[96111]: pgmap v20850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:36 smithi187 ceph-mon[111815]: pgmap v20850: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:37.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:37.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:38.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:38.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:38 smithi088 ceph-mon[96111]: pgmap v20851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:38 smithi187 ceph-mon[111815]: pgmap v20851: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:39.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:39.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:40.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:40.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:41.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:40 smithi088 ceph-mon[96111]: pgmap v20852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:40 smithi187 ceph-mon[111815]: pgmap v20852: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:41.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:41.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:42.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:42.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:43.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:42 smithi088 ceph-mon[96111]: pgmap v20853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:43.124 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:42 smithi187 ceph-mon[111815]: pgmap v20853: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:43.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:43.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:44.635 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:44.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:44 smithi088 ceph-mon[96111]: pgmap v20854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:44 smithi187 ceph-mon[111815]: pgmap v20854: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:45.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:45.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:51:46.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:51:46.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:46.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:46 smithi187 ceph-mon[111815]: pgmap v20855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:46 smithi088 ceph-mon[96111]: pgmap v20855: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:47.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:47.640 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:48.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:48.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:49.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:48 smithi088 ceph-mon[96111]: pgmap v20856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:49.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:48 smithi187 ceph-mon[111815]: pgmap v20856: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:49.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:49.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:50.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:50.645 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:50 smithi187 ceph-mon[111815]: pgmap v20857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:50 smithi088 ceph-mon[96111]: pgmap v20857: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:51.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:51.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:52.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:52.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:52 smithi187 ceph-mon[111815]: pgmap v20858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:52 smithi088 ceph-mon[96111]: pgmap v20858: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:53.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:53.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:54.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:54.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:54 smithi088 ceph-mon[96111]: pgmap v20859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:54 smithi187 ceph-mon[111815]: pgmap v20859: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:55.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:55.653 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:56.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:56.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:56 smithi187 ceph-mon[111815]: pgmap v20860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:56 smithi088 ceph-mon[96111]: pgmap v20860: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:51:57.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:57.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:58.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:58.658 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:51:59.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:51:58 smithi088 ceph-mon[96111]: pgmap v20861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:51:58 smithi187 ceph-mon[111815]: pgmap v20861: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:51:59.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:51:59.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:00.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:00.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:00 smithi187 ceph-mon[111815]: pgmap v20862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:52:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:00 smithi088 ceph-mon[96111]: pgmap v20862: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:52:01.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:01.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:02.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:02.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:02 smithi187 ceph-mon[111815]: pgmap v20863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:02 smithi088 ceph-mon[96111]: pgmap v20863: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:03.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:03.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:04.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:04.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:04 smithi088 ceph-mon[96111]: pgmap v20864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:04 smithi187 ceph-mon[111815]: pgmap v20864: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:05.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:05.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:06.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:06.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:06 smithi187 ceph-mon[111815]: pgmap v20865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:06 smithi088 ceph-mon[96111]: pgmap v20865: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:07.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:07.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:08.674 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:08.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:08 smithi088 ceph-mon[96111]: pgmap v20866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:08 smithi187 ceph-mon[111815]: pgmap v20866: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:09.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:09.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:10.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:10.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:10 smithi187 ceph-mon[111815]: pgmap v20867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:10 smithi088 ceph-mon[96111]: pgmap v20867: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:11.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:11.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:12.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:12.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:12 smithi187 ceph-mon[111815]: pgmap v20868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:12 smithi088 ceph-mon[96111]: pgmap v20868: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:13.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:13.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:14.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:13 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:52:14.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:13 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:52:14.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:14.684 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:14 smithi088 ceph-mon[96111]: pgmap v20869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:52:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:52:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:52:15.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:52:15.074 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:52:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:14 smithi187 ceph-mon[111815]: pgmap v20869: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:52:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:52:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:52:15.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:52:15.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:52:15.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:15.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:52:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:52:16.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:16.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:16 smithi187 ceph-mon[111815]: pgmap v20870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:16 smithi088 ceph-mon[96111]: pgmap v20870: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:17.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:17.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:18.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:18.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:18 smithi187 ceph-mon[111815]: pgmap v20871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:18 smithi088 ceph-mon[96111]: pgmap v20871: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:19.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:19.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:20.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:20.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:20 smithi187 ceph-mon[111815]: pgmap v20872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:20 smithi088 ceph-mon[96111]: pgmap v20872: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:21.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:21.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:22.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:22.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:22 smithi187 ceph-mon[111815]: pgmap v20873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:22 smithi088 ceph-mon[96111]: pgmap v20873: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:23.698 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:23.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:24.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:24.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:24 smithi088 ceph-mon[96111]: pgmap v20874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:24 smithi187 ceph-mon[111815]: pgmap v20874: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:25.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:25.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:26.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:26.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:26 smithi187 ceph-mon[111815]: pgmap v20875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:26 smithi088 ceph-mon[96111]: pgmap v20875: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:27.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:27.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:28.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:28.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:28 smithi187 ceph-mon[111815]: pgmap v20876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:28 smithi088 ceph-mon[96111]: pgmap v20876: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:29.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:29.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:30.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:30.710 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:30 smithi187 ceph-mon[111815]: pgmap v20877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:52:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:30 smithi088 ceph-mon[96111]: pgmap v20877: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:52:31.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:31.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:32.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:32.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:32 smithi187 ceph-mon[111815]: pgmap v20878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:32 smithi088 ceph-mon[96111]: pgmap v20878: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:33.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:33.715 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:34.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:34.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:34 smithi088 ceph-mon[96111]: pgmap v20879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:34 smithi187 ceph-mon[111815]: pgmap v20879: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:35.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:35.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:36.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:36.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:37.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:36 smithi187 ceph-mon[111815]: pgmap v20880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:36 smithi088 ceph-mon[96111]: pgmap v20880: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:37.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:37.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:38.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:38.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:38.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:38 smithi187 ceph-mon[111815]: pgmap v20881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:38 smithi088 ceph-mon[96111]: pgmap v20881: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:39.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:39.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:40.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:40.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:41.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:40 smithi187 ceph-mon[111815]: pgmap v20882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:40 smithi088 ceph-mon[96111]: pgmap v20882: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:41.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:41.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:42.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:42.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:43.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:42 smithi187 ceph-mon[111815]: pgmap v20883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:42 smithi088 ceph-mon[96111]: pgmap v20883: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:43.730 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:43.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:44.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:44.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:44 smithi088 ceph-mon[96111]: pgmap v20884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:44 smithi187 ceph-mon[111815]: pgmap v20884: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:45.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:45.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:46.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:52:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:52:46.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:46.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:46 smithi187 ceph-mon[111815]: pgmap v20885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:46 smithi088 ceph-mon[96111]: pgmap v20885: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:47.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:47.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:48.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:48.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:48 smithi187 ceph-mon[111815]: pgmap v20886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:48 smithi088 ceph-mon[96111]: pgmap v20886: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:49.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:49.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:50.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:50.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:50 smithi187 ceph-mon[111815]: pgmap v20887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:50 smithi088 ceph-mon[96111]: pgmap v20887: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:51.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:51.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:52.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:52.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:52 smithi187 ceph-mon[111815]: pgmap v20888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:52 smithi088 ceph-mon[96111]: pgmap v20888: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:53.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:53.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:54.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:54.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:54 smithi088 ceph-mon[96111]: pgmap v20889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:54 smithi187 ceph-mon[111815]: pgmap v20889: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:55.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:55.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:56.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:56.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:56 smithi088 ceph-mon[96111]: pgmap v20890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:56 smithi187 ceph-mon[111815]: pgmap v20890: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:52:57.753 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:57.754 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:58.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:52:58 smithi088 ceph-mon[96111]: pgmap v20891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:58.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:52:58 smithi187 ceph-mon[111815]: pgmap v20891: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:52:58.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:58.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:52:59.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:52:59.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:00.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:00.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:01.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:00 smithi088 ceph-mon[96111]: pgmap v20892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:00 smithi187 ceph-mon[111815]: pgmap v20892: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:01.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:01.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:02.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:53:02.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:53:02.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:02.763 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:02 smithi088 ceph-mon[96111]: pgmap v20893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:02 smithi187 ceph-mon[111815]: pgmap v20893: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:03.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:03.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:04.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:04.766 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:04 smithi088 ceph-mon[96111]: pgmap v20894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:04 smithi187 ceph-mon[111815]: pgmap v20894: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:05.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:05.768 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:06.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:06.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:06 smithi088 ceph-mon[96111]: pgmap v20895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:06 smithi187 ceph-mon[111815]: pgmap v20895: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:07.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:07.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:08.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:08.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:09.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:08 smithi088 ceph-mon[96111]: pgmap v20896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:08 smithi187 ceph-mon[111815]: pgmap v20896: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:09.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:09.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:10.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:10.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:11.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:10 smithi088 ceph-mon[96111]: pgmap v20897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:10 smithi187 ceph-mon[111815]: pgmap v20897: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:11.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:11.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:12.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:12.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:13.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:12 smithi088 ceph-mon[96111]: pgmap v20898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:12 smithi187 ceph-mon[111815]: pgmap v20898: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:13.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:13.780 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:14.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:14.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:14 smithi088 ceph-mon[96111]: pgmap v20899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:53:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:53:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:14 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:53:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:14 smithi187 ceph-mon[111815]: pgmap v20899: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:53:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:53:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:14 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:53:15.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:15.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:53:16.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:53:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:53:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:53:16.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:53:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:53:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:53:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:53:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:53:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:53:16.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:16.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:16 smithi088 ceph-mon[96111]: pgmap v20900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:53:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:16 smithi187 ceph-mon[111815]: pgmap v20900: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:53:17.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:17.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:18.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:18.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:19.125 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:18 smithi187 ceph-mon[111815]: pgmap v20901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:18 smithi088 ceph-mon[96111]: pgmap v20901: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:19.789 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:19.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:20.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:20.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:20 smithi187 ceph-mon[111815]: pgmap v20902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:20 smithi088 ceph-mon[96111]: pgmap v20902: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:21.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:21.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:22.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:22.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:22 smithi187 ceph-mon[111815]: pgmap v20903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:22 smithi088 ceph-mon[96111]: pgmap v20903: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:23.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:23.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:24.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:24.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:24 smithi187 ceph-mon[111815]: pgmap v20904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:24 smithi088 ceph-mon[96111]: pgmap v20904: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:25.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:25.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:26.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:26.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:26 smithi187 ceph-mon[111815]: pgmap v20905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:26 smithi088 ceph-mon[96111]: pgmap v20905: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:27.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:27.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:28.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:28.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:28 smithi187 ceph-mon[111815]: pgmap v20906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:28 smithi088 ceph-mon[96111]: pgmap v20906: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:29.805 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:29.806 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:30.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:30.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:30 smithi187 ceph-mon[111815]: pgmap v20907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:53:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:30 smithi088 ceph-mon[96111]: pgmap v20907: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:53:31.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:31.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:32.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:32.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:32 smithi187 ceph-mon[111815]: pgmap v20908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:32 smithi088 ceph-mon[96111]: pgmap v20908: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:33.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:33.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:34.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:34.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:34 smithi088 ceph-mon[96111]: pgmap v20909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:35.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:34 smithi187 ceph-mon[111815]: pgmap v20909: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:35.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:35.815 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:36.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:36.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:36 smithi187 ceph-mon[111815]: pgmap v20910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:36 smithi088 ceph-mon[96111]: pgmap v20910: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:37.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:37.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:38.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:38.820 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:39.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:38 smithi187 ceph-mon[111815]: pgmap v20911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:38 smithi088 ceph-mon[96111]: pgmap v20911: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:39.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:39.822 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:40.823 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:40.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:40 smithi187 ceph-mon[111815]: pgmap v20912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:40 smithi088 ceph-mon[96111]: pgmap v20912: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:41.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:41.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:42.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:42.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:42 smithi187 ceph-mon[111815]: pgmap v20913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:42 smithi088 ceph-mon[96111]: pgmap v20913: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:43.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:43.828 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:44.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:44.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:44 smithi088 ceph-mon[96111]: pgmap v20914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:44 smithi187 ceph-mon[111815]: pgmap v20914: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:45.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:45.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:53:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:53:46.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:46.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:46 smithi187 ceph-mon[111815]: pgmap v20915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:46 smithi088 ceph-mon[96111]: pgmap v20915: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:47.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:47.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:48.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:48.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:48 smithi187 ceph-mon[111815]: pgmap v20916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:48 smithi088 ceph-mon[96111]: pgmap v20916: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:49.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:49.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:50.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:50.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:50 smithi187 ceph-mon[111815]: pgmap v20917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:50 smithi088 ceph-mon[96111]: pgmap v20917: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:51.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:51.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:52.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:52.843 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:52 smithi187 ceph-mon[111815]: pgmap v20918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:52 smithi088 ceph-mon[96111]: pgmap v20918: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:53.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:53.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:54.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:54.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:54 smithi088 ceph-mon[96111]: pgmap v20919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:54 smithi187 ceph-mon[111815]: pgmap v20919: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:55.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:55.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:56.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:56.849 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:56 smithi187 ceph-mon[111815]: pgmap v20920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:56 smithi088 ceph-mon[96111]: pgmap v20920: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:53:57.850 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:57.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:58.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:58.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:53:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:53:58 smithi187 ceph-mon[111815]: pgmap v20921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:53:58 smithi088 ceph-mon[96111]: pgmap v20921: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:53:59.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:53:59.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:00.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:00.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:01.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:00 smithi187 ceph-mon[111815]: pgmap v20922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:54:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:00 smithi088 ceph-mon[96111]: pgmap v20922: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:54:01.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:01.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:02.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:02.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:02 smithi187 ceph-mon[111815]: pgmap v20923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:02 smithi088 ceph-mon[96111]: pgmap v20923: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:03.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:03.861 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:04.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:04.863 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:04 smithi088 ceph-mon[96111]: pgmap v20924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:04 smithi187 ceph-mon[111815]: pgmap v20924: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:05.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:05.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:06.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:06.866 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:06 smithi187 ceph-mon[111815]: pgmap v20925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:06 smithi088 ceph-mon[96111]: pgmap v20925: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:07.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:07.867 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:08.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:08.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:08 smithi187 ceph-mon[111815]: pgmap v20926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:08 smithi088 ceph-mon[96111]: pgmap v20926: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:09.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:09.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:10.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:10.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:10 smithi187 ceph-mon[111815]: pgmap v20927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:10 smithi088 ceph-mon[96111]: pgmap v20927: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:11.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:11.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:12.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:12.876 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:12 smithi187 ceph-mon[111815]: pgmap v20928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:12 smithi088 ceph-mon[96111]: pgmap v20928: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:13.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:13.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:14.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:14.879 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:14.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:14 smithi187 ceph-mon[111815]: pgmap v20929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:15.020 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:14 smithi088 ceph-mon[96111]: pgmap v20929: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:15.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:15.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:54:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:54:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:54:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:54:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:54:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:54:16.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:54:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:54:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:54:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:54:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:54:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:54:16.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:54:16.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:54:16.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:16.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:16 smithi187 ceph-mon[111815]: pgmap v20930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:16 smithi088 ceph-mon[96111]: pgmap v20930: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:17.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:17.884 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:18.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:18.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:18 smithi187 ceph-mon[111815]: pgmap v20931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:18 smithi088 ceph-mon[96111]: pgmap v20931: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:19.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:19.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:20.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:20.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:20 smithi187 ceph-mon[111815]: pgmap v20932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:20 smithi088 ceph-mon[96111]: pgmap v20932: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:21.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:21.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:22.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:22.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:22 smithi187 ceph-mon[111815]: pgmap v20933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:22 smithi088 ceph-mon[96111]: pgmap v20933: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:23.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:23.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:24.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:24.895 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:24 smithi088 ceph-mon[96111]: pgmap v20934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:24 smithi187 ceph-mon[111815]: pgmap v20934: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:25.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:25.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:26.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:26.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:26 smithi187 ceph-mon[111815]: pgmap v20935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:26 smithi088 ceph-mon[96111]: pgmap v20935: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:27.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:27.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:28.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:28.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:28 smithi187 ceph-mon[111815]: pgmap v20936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:28 smithi088 ceph-mon[96111]: pgmap v20936: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:29.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:29.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:30.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:30.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:30 smithi187 ceph-mon[111815]: pgmap v20937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:54:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:30 smithi088 ceph-mon[96111]: pgmap v20937: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:54:31.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:31.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:32.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:32.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:32 smithi187 ceph-mon[111815]: pgmap v20938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:32 smithi088 ceph-mon[96111]: pgmap v20938: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:33.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:33.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:34.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:34.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:34 smithi187 ceph-mon[111815]: pgmap v20939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:35.215 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:34 smithi088 ceph-mon[96111]: pgmap v20939: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:35.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:35.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:36.914 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:36.915 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:36 smithi187 ceph-mon[111815]: pgmap v20940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:36 smithi088 ceph-mon[96111]: pgmap v20940: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:37.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:37.916 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:38.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:38.918 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:38 smithi088 ceph-mon[96111]: pgmap v20941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:38 smithi187 ceph-mon[111815]: pgmap v20941: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:39.919 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:39.920 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:40.921 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:40.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:40 smithi088 ceph-mon[96111]: pgmap v20942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:40 smithi187 ceph-mon[111815]: pgmap v20942: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:41.922 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:41.923 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:42.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:42.924 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:42 smithi088 ceph-mon[96111]: pgmap v20943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:42 smithi187 ceph-mon[111815]: pgmap v20943: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:43.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:43.926 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:44.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:44.928 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:45.314 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:44 smithi088 ceph-mon[96111]: pgmap v20944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:44 smithi187 ceph-mon[111815]: pgmap v20944: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:45.929 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:45.930 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:54:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:54:46.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:46.931 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:46 smithi088 ceph-mon[96111]: pgmap v20945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:46 smithi187 ceph-mon[111815]: pgmap v20945: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:47.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:47.933 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:48.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:48 smithi088 ceph-mon[96111]: pgmap v20946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:48.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:48 smithi187 ceph-mon[111815]: pgmap v20946: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:48.934 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:48.935 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:49.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:49.936 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:50.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:50.938 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:51.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:50 smithi088 ceph-mon[96111]: pgmap v20947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:50 smithi187 ceph-mon[111815]: pgmap v20947: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:51.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:51.939 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:52.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:52.941 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:52 smithi088 ceph-mon[96111]: pgmap v20948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:52 smithi187 ceph-mon[111815]: pgmap v20948: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:53.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:53.942 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:54.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:54.944 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:54 smithi088 ceph-mon[96111]: pgmap v20949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:55.124 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:54 smithi187 ceph-mon[111815]: pgmap v20949: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:55.945 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:55.946 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:56.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:56.948 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:57.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:56 smithi187 ceph-mon[111815]: pgmap v20950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:56 smithi088 ceph-mon[96111]: pgmap v20950: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:54:57.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:57.949 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:58.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:58.951 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:54:59.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:54:58 smithi187 ceph-mon[111815]: pgmap v20951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:54:58 smithi088 ceph-mon[96111]: pgmap v20951: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:54:59.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:54:59.952 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:00.954 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:00.955 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:00 smithi187 ceph-mon[111815]: pgmap v20952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:55:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:00 smithi088 ceph-mon[96111]: pgmap v20952: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:55:01.957 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:01.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:02.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:02.958 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:02 smithi187 ceph-mon[111815]: pgmap v20953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:02 smithi088 ceph-mon[96111]: pgmap v20953: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:03.959 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:03.960 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:04.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:04.961 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:04 smithi088 ceph-mon[96111]: pgmap v20954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:04 smithi187 ceph-mon[111815]: pgmap v20954: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:05.962 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:05.963 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:06.964 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:06.965 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:06 smithi187 ceph-mon[111815]: pgmap v20955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:06 smithi088 ceph-mon[96111]: pgmap v20955: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:07.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:07.966 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:08.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:08.968 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:08 smithi187 ceph-mon[111815]: pgmap v20956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:08 smithi088 ceph-mon[96111]: pgmap v20956: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:09.969 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:09.970 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:10.971 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:10.972 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:10 smithi187 ceph-mon[111815]: pgmap v20957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:10 smithi088 ceph-mon[96111]: pgmap v20957: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:11.973 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:11.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:12.974 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:12.975 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:12 smithi187 ceph-mon[111815]: pgmap v20958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:12 smithi088 ceph-mon[96111]: pgmap v20958: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:13.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:13.976 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:14.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:14.978 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:14 smithi088 ceph-mon[96111]: pgmap v20959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:14 smithi187 ceph-mon[111815]: pgmap v20959: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:15.979 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:15.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:55:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:55:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:55:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:55:16.980 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:16.981 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:16 smithi088 ceph-mon[96111]: pgmap v20960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:55:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:55:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:55:17.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:55:17.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:55:17.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:55:17.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:55:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:16 smithi187 ceph-mon[111815]: pgmap v20960: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:55:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:55:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:55:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:55:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:55:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:55:17.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:55:17.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:17.982 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:18.983 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:18.984 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:18 smithi088 ceph-mon[96111]: pgmap v20961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:18 smithi187 ceph-mon[111815]: pgmap v20961: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:19.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:19.985 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:20.986 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:20.987 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:20 smithi088 ceph-mon[96111]: pgmap v20962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:20 smithi187 ceph-mon[111815]: pgmap v20962: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:21.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:21.988 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:22.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:22.990 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:22 smithi088 ceph-mon[96111]: pgmap v20963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:22 smithi187 ceph-mon[111815]: pgmap v20963: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:23.991 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:23.992 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:24.993 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:24.994 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:24 smithi088 ceph-mon[96111]: pgmap v20964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:25.439 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:24 smithi187 ceph-mon[111815]: pgmap v20964: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:25.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:25.995 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:26.996 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:26.997 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:26 smithi088 ceph-mon[96111]: pgmap v20965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:26 smithi187 ceph-mon[111815]: pgmap v20965: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:27.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:27.998 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:29.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:29.000 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:28 smithi088 ceph-mon[96111]: pgmap v20966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:28 smithi187 ceph-mon[111815]: pgmap v20966: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:30.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:30.001 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:31.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:31.003 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:30 smithi088 ceph-mon[96111]: pgmap v20967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:31.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:55:31.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:30 smithi187 ceph-mon[111815]: pgmap v20967: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:55:32.004 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:32.005 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:33.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:33.006 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:32 smithi088 ceph-mon[96111]: pgmap v20968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:33.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:32 smithi187 ceph-mon[111815]: pgmap v20968: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:34.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:34.008 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:34.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:34 smithi088 ceph-mon[96111]: pgmap v20969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:34.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:34 smithi187 ceph-mon[111815]: pgmap v20969: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:35.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:35.010 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:36.011 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:36.012 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:37.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:37.013 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:36 smithi187 ceph-mon[111815]: pgmap v20970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:36 smithi088 ceph-mon[96111]: pgmap v20970: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:38.014 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:38.015 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:39.016 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:39.017 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:38 smithi187 ceph-mon[111815]: pgmap v20971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:38 smithi088 ceph-mon[96111]: pgmap v20971: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:40.018 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:40.019 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:40.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:40 smithi187 ceph-mon[111815]: pgmap v20972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:41.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:41.020 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:40 smithi088 ceph-mon[96111]: pgmap v20972: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:42.021 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:42.022 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:43.023 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:43.024 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:42 smithi187 ceph-mon[111815]: pgmap v20973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:42 smithi088 ceph-mon[96111]: pgmap v20973: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:44.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:44.025 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:45.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:45.027 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:44 smithi088 ceph-mon[96111]: pgmap v20974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:44 smithi187 ceph-mon[111815]: pgmap v20974: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:45.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:55:46.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:46.028 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:55:47.029 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:47.030 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:46 smithi187 ceph-mon[111815]: pgmap v20975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:46 smithi088 ceph-mon[96111]: pgmap v20975: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:48.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:48.031 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:49.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:49.033 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:48 smithi187 ceph-mon[111815]: pgmap v20976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:48 smithi088 ceph-mon[96111]: pgmap v20976: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:50.034 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:50.035 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:50.958 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:50 smithi187 ceph-mon[111815]: pgmap v20977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:51.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:51.036 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:50 smithi088 ceph-mon[96111]: pgmap v20977: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:52.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:52.038 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:53.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:53.039 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:52 smithi187 ceph-mon[111815]: pgmap v20978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:52 smithi088 ceph-mon[96111]: pgmap v20978: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:54.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:54.041 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:55.042 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:55.043 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:55.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:54 smithi088 ceph-mon[96111]: pgmap v20979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:55.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:54 smithi187 ceph-mon[111815]: pgmap v20979: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:56.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:56.044 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:57.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:57.046 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:56 smithi187 ceph-mon[111815]: pgmap v20980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:56 smithi088 ceph-mon[96111]: pgmap v20980: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:55:58.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:58.047 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:59.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:55:59.049 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:55:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:55:58 smithi187 ceph-mon[111815]: pgmap v20981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:55:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:55:58 smithi088 ceph-mon[96111]: pgmap v20981: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:00.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:00.051 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:01.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:01.052 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:00 smithi187 ceph-mon[111815]: pgmap v20982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:56:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:00 smithi088 ceph-mon[96111]: pgmap v20982: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:56:02.053 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:02.054 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:03.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:03.055 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:02 smithi187 ceph-mon[111815]: pgmap v20983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:02 smithi088 ceph-mon[96111]: pgmap v20983: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:04.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:04.057 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:05.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:05.059 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:04 smithi088 ceph-mon[96111]: pgmap v20984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:04 smithi187 ceph-mon[111815]: pgmap v20984: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:06.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:06.060 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:07.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:07.062 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:06 smithi187 ceph-mon[111815]: pgmap v20985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:06 smithi088 ceph-mon[96111]: pgmap v20985: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:08.063 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:08.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:09.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:09.065 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:08 smithi187 ceph-mon[111815]: pgmap v20986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:08 smithi088 ceph-mon[96111]: pgmap v20986: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:10.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:10.067 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:11.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:11.068 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:11.144 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:10 smithi088 ceph-mon[96111]: pgmap v20987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:10 smithi187 ceph-mon[111815]: pgmap v20987: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:12.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:12.070 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:13.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:13.072 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:13.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:12 smithi187 ceph-mon[111815]: pgmap v20988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:12 smithi088 ceph-mon[96111]: pgmap v20988: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:14.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:14.073 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:14 smithi088 ceph-mon[96111]: pgmap v20989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:15.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:15.075 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:14 smithi187 ceph-mon[111815]: pgmap v20989: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:16.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:16.076 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:16.196 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:56:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:56:17.077 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:17.078 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:16 smithi187 ceph-mon[111815]: pgmap v20990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:56:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:16 smithi088 ceph-mon[96111]: pgmap v20990: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:56:18.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:18.079 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:56:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:56:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:56:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:56:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:56:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:56:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:56:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:56:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:56:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:56:19.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:19.081 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:18 smithi088 ceph-mon[96111]: pgmap v20991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:19.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:18 smithi187 ceph-mon[111815]: pgmap v20991: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:20.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:20.083 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:21.084 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:21.085 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:21.245 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:20 smithi088 ceph-mon[96111]: pgmap v20992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:20 smithi187 ceph-mon[111815]: pgmap v20992: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:22.086 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:22.087 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:23.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:23.088 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:22 smithi088 ceph-mon[96111]: pgmap v20993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:22 smithi187 ceph-mon[111815]: pgmap v20993: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:24.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:24.090 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:25.091 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:25.092 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:24 smithi088 ceph-mon[96111]: pgmap v20994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:24 smithi187 ceph-mon[111815]: pgmap v20994: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:26.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:26.093 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:27.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:27.095 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:26 smithi088 ceph-mon[96111]: pgmap v20995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:26 smithi187 ceph-mon[111815]: pgmap v20995: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:28.096 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:28.097 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:29.098 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:29.099 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:28 smithi088 ceph-mon[96111]: pgmap v20996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:29.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:28 smithi187 ceph-mon[111815]: pgmap v20996: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:30.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:30.100 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:31.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:31.102 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:30 smithi088 ceph-mon[96111]: pgmap v20997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:56:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:30 smithi187 ceph-mon[111815]: pgmap v20997: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:56:32.103 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:32.104 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:33.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:33.105 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:32 smithi088 ceph-mon[96111]: pgmap v20998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:32 smithi187 ceph-mon[111815]: pgmap v20998: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:34.106 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:34.107 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:35.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:35.108 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:34 smithi088 ceph-mon[96111]: pgmap v20999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:34 smithi187 ceph-mon[111815]: pgmap v20999: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:36.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:36.110 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:37.111 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:37.112 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:36 smithi088 ceph-mon[96111]: pgmap v21000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:37.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:36 smithi187 ceph-mon[111815]: pgmap v21000: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:38.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:38.113 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:38 smithi088 ceph-mon[96111]: pgmap v21001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:38.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:38 smithi187 ceph-mon[111815]: pgmap v21001: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:39.115 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:39.116 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:40.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:40.117 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:41.118 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:41.119 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:40 smithi187 ceph-mon[111815]: pgmap v21002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:40 smithi088 ceph-mon[96111]: pgmap v21002: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:42.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:42.120 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:43.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:43.122 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:42 smithi187 ceph-mon[111815]: pgmap v21003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:42 smithi088 ceph-mon[96111]: pgmap v21003: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:44.123 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:44.124 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:44 smithi088 ceph-mon[96111]: pgmap v21004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:45.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:45.125 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:44 smithi187 ceph-mon[111815]: pgmap v21004: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:46.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:46.127 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:56:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:56:47.128 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:47.129 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:46 smithi187 ceph-mon[111815]: pgmap v21005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:46 smithi088 ceph-mon[96111]: pgmap v21005: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:48.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:48.130 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:49.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:49.132 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:48 smithi187 ceph-mon[111815]: pgmap v21006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:48 smithi088 ceph-mon[96111]: pgmap v21006: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:50.133 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:50.134 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:51.135 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:51.136 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:51.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:50 smithi187 ceph-mon[111815]: pgmap v21007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:50 smithi088 ceph-mon[96111]: pgmap v21007: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:52.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:52.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:53.138 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:53.139 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:53.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:52 smithi187 ceph-mon[111815]: pgmap v21008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:52 smithi088 ceph-mon[96111]: pgmap v21008: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:54.140 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:54.141 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:54 smithi088 ceph-mon[96111]: pgmap v21009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:55.142 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:55.143 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:54 smithi187 ceph-mon[111815]: pgmap v21009: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:56.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:56.144 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:57.146 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:57.148 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:56 smithi187 ceph-mon[111815]: pgmap v21010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:56 smithi088 ceph-mon[96111]: pgmap v21010: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:56:58.149 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:58.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:59.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:56:59.153 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:56:59.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:56:58 smithi187 ceph-mon[111815]: pgmap v21011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:56:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:56:58 smithi088 ceph-mon[96111]: pgmap v21011: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:00.150 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:00.151 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:01.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:01.152 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:00 smithi187 ceph-mon[111815]: pgmap v21012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:57:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:00 smithi088 ceph-mon[96111]: pgmap v21012: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:57:02.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:02.154 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:03.155 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:03.156 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:03.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:02 smithi187 ceph-mon[111815]: pgmap v21013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:02 smithi088 ceph-mon[96111]: pgmap v21013: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:04.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:04.157 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:04 smithi088 ceph-mon[96111]: pgmap v21014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:05.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:05.159 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:04 smithi187 ceph-mon[111815]: pgmap v21014: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:06.160 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:06.161 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:07.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:06 smithi088 ceph-mon[96111]: pgmap v21015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:07.162 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:07.163 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:07.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:06 smithi187 ceph-mon[111815]: pgmap v21015: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:08.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:08.164 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:09.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:09.166 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:09.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:08 smithi187 ceph-mon[111815]: pgmap v21016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:08 smithi088 ceph-mon[96111]: pgmap v21016: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:10.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:10.168 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:11.169 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:11.170 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:11.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:10 smithi187 ceph-mon[111815]: pgmap v21017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:10 smithi088 ceph-mon[96111]: pgmap v21017: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:12.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:12.171 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:13.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:13.173 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:12 smithi187 ceph-mon[111815]: pgmap v21018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:12 smithi088 ceph-mon[96111]: pgmap v21018: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:14.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:14.175 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:14 smithi088 ceph-mon[96111]: pgmap v21019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:15.176 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:15.177 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:14 smithi187 ceph-mon[111815]: pgmap v21019: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:16.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:16.178 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:16.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:57:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:57:17.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:16 smithi088 ceph-mon[96111]: pgmap v21020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:17.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:17.180 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:16 smithi187 ceph-mon[111815]: pgmap v21020: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:18.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:18.181 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:57:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:57:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:57:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:57:18.211 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:57:18.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:57:18.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:57:18.212 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:57:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:57:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2023-10-13T10:57:18.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:57:18.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:57:18.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:57:18.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:57:18.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:57:18.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:57:18.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:57:19.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:19.183 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:18 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi187 to 2641M 2023-10-13T10:57:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:18 smithi187 ceph-mon[111815]: Adjusting osd_memory_target on smithi088 to 1338M 2023-10-13T10:57:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:18 smithi187 ceph-mon[111815]: pgmap v21021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:18 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi187 to 2641M 2023-10-13T10:57:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:18 smithi088 ceph-mon[96111]: Adjusting osd_memory_target on smithi088 to 1338M 2023-10-13T10:57:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:18 smithi088 ceph-mon[96111]: pgmap v21021: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:20.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:20.184 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:21.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:21.186 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:20 smithi187 ceph-mon[111815]: pgmap v21022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:20 smithi088 ceph-mon[96111]: pgmap v21022: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:22.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:22.187 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:23.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:23.189 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:23.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:22 smithi187 ceph-mon[111815]: pgmap v21023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:22 smithi088 ceph-mon[96111]: pgmap v21023: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:24.190 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:24.191 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:24 smithi088 ceph-mon[96111]: pgmap v21024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:25.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:25.192 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:25.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:24 smithi187 ceph-mon[111815]: pgmap v21024: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:26.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:26.194 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:26.959 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:26 smithi187 ceph-mon[111815]: pgmap v21025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:27.195 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:27.196 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:26 smithi088 ceph-mon[96111]: pgmap v21025: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:28.197 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:28.198 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:29.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:29.199 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:28 smithi187 ceph-mon[111815]: pgmap v21026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:28 smithi088 ceph-mon[96111]: pgmap v21026: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:30.200 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:30.201 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:31.202 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:31.203 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:31.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:30 smithi187 ceph-mon[111815]: pgmap v21027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:57:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:30 smithi088 ceph-mon[96111]: pgmap v21027: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:57:32.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:32.204 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:33.205 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:33.206 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:33.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:32 smithi187 ceph-mon[111815]: pgmap v21028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:32 smithi088 ceph-mon[96111]: pgmap v21028: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:34.208 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:34.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:35.076 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:34 smithi088 ceph-mon[96111]: pgmap v21029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:34 smithi187 ceph-mon[111815]: pgmap v21029: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:35.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:35.209 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:36.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:36.211 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:36 smithi187 ceph-mon[111815]: pgmap v21030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:37.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:37.212 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:36 smithi088 ceph-mon[96111]: pgmap v21030: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:38.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:38.214 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:38 smithi187 ceph-mon[111815]: pgmap v21031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:39.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:39.215 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:38 smithi088 ceph-mon[96111]: pgmap v21031: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:40.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:40.217 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:40 smithi187 ceph-mon[111815]: pgmap v21032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:41.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:41.219 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:40 smithi088 ceph-mon[96111]: pgmap v21032: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:42.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:42.221 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:42 smithi187 ceph-mon[111815]: pgmap v21033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:43.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:43.222 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:42 smithi088 ceph-mon[96111]: pgmap v21033: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:44.225 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:44.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:45.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:45.226 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:44 smithi088 ceph-mon[96111]: pgmap v21034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:44 smithi187 ceph-mon[111815]: pgmap v21034: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:46.227 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:46.228 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:57:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:57:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:46 smithi187 ceph-mon[111815]: pgmap v21035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:47.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:47.229 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:46 smithi088 ceph-mon[96111]: pgmap v21035: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:48.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:48.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:49.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:49.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:48 smithi088 ceph-mon[96111]: pgmap v21036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:48 smithi187 ceph-mon[111815]: pgmap v21036: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:50.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:50.234 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:51.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:51.236 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:50 smithi088 ceph-mon[96111]: pgmap v21037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:50 smithi187 ceph-mon[111815]: pgmap v21037: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:52.237 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:52.238 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:53.239 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:53.240 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:52 smithi088 ceph-mon[96111]: pgmap v21038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:52 smithi187 ceph-mon[111815]: pgmap v21038: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:54.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:54.241 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:55.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:55.243 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:54 smithi088 ceph-mon[96111]: pgmap v21039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:55.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:54 smithi187 ceph-mon[111815]: pgmap v21039: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:56.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:56.244 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:57.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:57.246 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:56 smithi088 ceph-mon[96111]: pgmap v21040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:56 smithi187 ceph-mon[111815]: pgmap v21040: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:57:58.247 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:58.248 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:59.249 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:57:59.250 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:57:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:57:58 smithi088 ceph-mon[96111]: pgmap v21041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:57:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:57:58 smithi187 ceph-mon[111815]: pgmap v21041: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:00.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:00.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:01.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:01.253 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:00 smithi088 ceph-mon[96111]: pgmap v21042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:01.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:58:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:00 smithi187 ceph-mon[111815]: pgmap v21042: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:58:02.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:02.254 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:03.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:03.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:02 smithi088 ceph-mon[96111]: pgmap v21043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:02 smithi187 ceph-mon[111815]: pgmap v21043: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:04.257 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:04.258 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:05.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:05.259 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:05 smithi088 ceph-mon[96111]: pgmap v21044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:05 smithi187 ceph-mon[111815]: pgmap v21044: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:06.265 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:06.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:07.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:07.263 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:07.273 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:07 smithi088 ceph-mon[96111]: pgmap v21045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:07 smithi187 ceph-mon[111815]: pgmap v21045: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:08.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:08.264 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:08.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:08 smithi088 ceph-mon[96111]: pgmap v21046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:08.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:08 smithi187 ceph-mon[111815]: pgmap v21046: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:09.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:09.266 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:10.267 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:10.268 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:10 smithi187 ceph-mon[111815]: pgmap v21047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:11.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:11.269 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:10 smithi088 ceph-mon[96111]: pgmap v21047: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:12.270 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:12.271 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:12 smithi187 ceph-mon[111815]: pgmap v21048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:13.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:13.272 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:12 smithi088 ceph-mon[96111]: pgmap v21048: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:14.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:14.274 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:14 smithi088 ceph-mon[96111]: pgmap v21049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:15.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:14 smithi187 ceph-mon[111815]: pgmap v21049: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:15.275 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:15.276 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:58:16.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:16.277 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:58:17.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:16 smithi187 ceph-mon[111815]: pgmap v21050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:17.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:17.279 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:16 smithi088 ceph-mon[96111]: pgmap v21050: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:18.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:17 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:58:18.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:18.280 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:18.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:17 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:58:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:18 smithi187 ceph-mon[111815]: pgmap v21051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:58:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:58:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:58:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:58:19.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:58:19.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:19.282 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:18 smithi088 ceph-mon[96111]: pgmap v21051: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:58:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:58:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:58:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:58:19.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:58:20.283 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:20.284 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:20 smithi187 ceph-mon[111815]: pgmap v21052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:21.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:21.285 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:20 smithi088 ceph-mon[96111]: pgmap v21052: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:22.286 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:22.287 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:22 smithi187 ceph-mon[111815]: pgmap v21053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:23.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:23.288 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:22 smithi088 ceph-mon[96111]: pgmap v21053: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:24.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:24.290 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:24 smithi088 ceph-mon[96111]: pgmap v21054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:24 smithi187 ceph-mon[111815]: pgmap v21054: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:25.291 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:25.292 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:26.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:26.294 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:26 smithi187 ceph-mon[111815]: pgmap v21055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:27.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:27.295 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:26 smithi088 ceph-mon[96111]: pgmap v21055: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:28.296 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:28.297 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:29.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:28 smithi187 ceph-mon[111815]: pgmap v21056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:29.298 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:29.299 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:28 smithi088 ceph-mon[96111]: pgmap v21056: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:30.300 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:30.301 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:30 smithi187 ceph-mon[111815]: pgmap v21057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:58:31.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:31.302 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:30 smithi088 ceph-mon[96111]: pgmap v21057: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:58:32.303 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:32.304 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:32 smithi187 ceph-mon[111815]: pgmap v21058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:33.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:33.305 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:32 smithi088 ceph-mon[96111]: pgmap v21058: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:34.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:34.307 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:34 smithi088 ceph-mon[96111]: pgmap v21059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:34 smithi187 ceph-mon[111815]: pgmap v21059: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:35.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:35.308 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:36.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:36.310 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:36 smithi187 ceph-mon[111815]: pgmap v21060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:37.311 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:37.312 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:36 smithi088 ceph-mon[96111]: pgmap v21060: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:38.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:38.313 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:38 smithi187 ceph-mon[111815]: pgmap v21061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:39.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:39.315 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:38 smithi088 ceph-mon[96111]: pgmap v21061: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:40.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:40.316 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:40 smithi187 ceph-mon[111815]: pgmap v21062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:41.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:41.318 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:40 smithi088 ceph-mon[96111]: pgmap v21062: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:42.319 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:42.320 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:42 smithi187 ceph-mon[111815]: pgmap v21063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:43.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:43.321 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:42 smithi088 ceph-mon[96111]: pgmap v21063: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:44.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:44.323 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:44 smithi088 ceph-mon[96111]: pgmap v21064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:44 smithi187 ceph-mon[111815]: pgmap v21064: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:45.324 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:45.325 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:58:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:58:46.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:46.326 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:46 smithi187 ceph-mon[111815]: pgmap v21065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:46 smithi088 ceph-mon[96111]: pgmap v21065: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:47.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:47.328 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:48.329 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:48.330 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:48 smithi187 ceph-mon[111815]: pgmap v21066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:48 smithi088 ceph-mon[96111]: pgmap v21066: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:49.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:49.331 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:50.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:50.333 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:50 smithi187 ceph-mon[111815]: pgmap v21067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:50 smithi088 ceph-mon[96111]: pgmap v21067: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:51.334 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:51.335 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:52.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:52.336 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:53.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:52 smithi088 ceph-mon[96111]: pgmap v21068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:52 smithi187 ceph-mon[111815]: pgmap v21068: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:53.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:53.338 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:54.339 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:54.340 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:54 smithi187 ceph-mon[111815]: pgmap v21069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:54 smithi088 ceph-mon[96111]: pgmap v21069: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:55.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:55.341 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:56.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:56.343 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:56 smithi187 ceph-mon[111815]: pgmap v21070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:56 smithi088 ceph-mon[96111]: pgmap v21070: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:58:57.344 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:57.345 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:58.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:58.346 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:58:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:58:58 smithi187 ceph-mon[111815]: pgmap v21071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:58:58 smithi088 ceph-mon[96111]: pgmap v21071: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:58:59.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:58:59.347 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:00.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:00.349 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:00 smithi088 ceph-mon[96111]: pgmap v21072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:59:01.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:01.351 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:01.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:00 smithi187 ceph-mon[111815]: pgmap v21072: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:59:02.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:02.353 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:03.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:02 smithi088 ceph-mon[96111]: pgmap v21073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:03.354 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:03.355 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:02 smithi187 ceph-mon[111815]: pgmap v21073: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:04.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:04.356 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:04 smithi088 ceph-mon[96111]: pgmap v21074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:05.357 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:05.358 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:04 smithi187 ceph-mon[111815]: pgmap v21074: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:06.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:06.359 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:06 smithi088 ceph-mon[96111]: pgmap v21075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:07.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:07.361 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:07.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:06 smithi187 ceph-mon[111815]: pgmap v21075: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:08.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:08.363 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:08 smithi088 ceph-mon[96111]: pgmap v21076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:09.364 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:09.365 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:08 smithi187 ceph-mon[111815]: pgmap v21076: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:10.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:10.366 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:10 smithi088 ceph-mon[96111]: pgmap v21077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:11.367 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:11.368 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:10 smithi187 ceph-mon[111815]: pgmap v21077: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:12.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:12.369 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:12 smithi187 ceph-mon[111815]: pgmap v21078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:12 smithi088 ceph-mon[96111]: pgmap v21078: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:13.370 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:13.371 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:14.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:14.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:15.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:14 smithi088 ceph-mon[96111]: pgmap v21079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:15.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:15.374 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:14 smithi187 ceph-mon[111815]: pgmap v21079: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:16.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:59:16.375 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:16.376 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:16.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:59:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:16 smithi088 ceph-mon[96111]: pgmap v21080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:17.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:17.377 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:17.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:16 smithi187 ceph-mon[111815]: pgmap v21080: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:18.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:18.382 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:19.324 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:18 smithi088 ceph-mon[96111]: pgmap v21081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:19.325 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:59:19.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:59:19.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:59:19.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:59:19.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:59:19.326 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:59:19.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:19.380 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:18 smithi187 ceph-mon[111815]: pgmap v21081: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T10:59:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T10:59:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T10:59:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:59:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T10:59:19.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T10:59:20.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:20.384 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:20 smithi088 ceph-mon[96111]: pgmap v21082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:21.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:21.383 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:21.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:20 smithi187 ceph-mon[111815]: pgmap v21082: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:22.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:22.385 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:22 smithi187 ceph-mon[111815]: pgmap v21083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:22 smithi088 ceph-mon[96111]: pgmap v21083: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:23.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:23.387 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:24.388 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:24.389 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:25 smithi088 ceph-mon[96111]: pgmap v21084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:25.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:25.390 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:25.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:25 smithi187 ceph-mon[111815]: pgmap v21084: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:26.391 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:26.392 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:27 smithi088 ceph-mon[96111]: pgmap v21085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:27.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:27.393 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:27 smithi187 ceph-mon[111815]: pgmap v21085: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:28.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:28.395 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:29 smithi088 ceph-mon[96111]: pgmap v21086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:29.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:29.396 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:29.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:29 smithi187 ceph-mon[111815]: pgmap v21086: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:30.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:30.398 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:31 smithi088 ceph-mon[96111]: pgmap v21087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:59:31.399 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:31.400 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:31 smithi187 ceph-mon[111815]: pgmap v21087: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:59:32.401 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:32.402 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:33 smithi088 ceph-mon[96111]: pgmap v21088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:33.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:33.403 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:33 smithi187 ceph-mon[111815]: pgmap v21088: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:34.404 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:34.405 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:35 smithi088 ceph-mon[96111]: pgmap v21089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:35.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:35.406 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:35.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:35 smithi187 ceph-mon[111815]: pgmap v21089: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:36.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:36.408 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:37 smithi088 ceph-mon[96111]: pgmap v21090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:37.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:37.409 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:37 smithi187 ceph-mon[111815]: pgmap v21090: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:38.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:38 smithi088 ceph-mon[96111]: pgmap v21091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:38.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:38.411 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:38.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:38 smithi187 ceph-mon[111815]: pgmap v21091: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:39.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:39.412 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:40.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:40.414 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:40 smithi187 ceph-mon[111815]: pgmap v21092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:40 smithi088 ceph-mon[96111]: pgmap v21092: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:41.415 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:41.416 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:42.417 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:42.418 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:43.206 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:42 smithi088 ceph-mon[96111]: pgmap v21093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:42 smithi187 ceph-mon[111815]: pgmap v21093: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:43.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:43.419 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:44.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:44.421 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:44 smithi088 ceph-mon[96111]: pgmap v21094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:45.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:44 smithi187 ceph-mon[111815]: pgmap v21094: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:45.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:45.423 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:59:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T10:59:46.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:46.424 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:46 smithi187 ceph-mon[111815]: pgmap v21095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:46 smithi088 ceph-mon[96111]: pgmap v21095: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:47.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:47.426 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:48.427 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:48.428 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:48 smithi187 ceph-mon[111815]: pgmap v21096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:48 smithi088 ceph-mon[96111]: pgmap v21096: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:49.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:49.429 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:50.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:50.431 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:51.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:50 smithi187 ceph-mon[111815]: pgmap v21097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:50 smithi088 ceph-mon[96111]: pgmap v21097: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:51.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:51.433 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:52.434 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:52.435 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:52 smithi187 ceph-mon[111815]: pgmap v21098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:53.304 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:52 smithi088 ceph-mon[96111]: pgmap v21098: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:53.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:53.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:54.437 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:54.438 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:54 smithi088 ceph-mon[96111]: pgmap v21099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:54 smithi187 ceph-mon[111815]: pgmap v21099: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:55.439 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:55.440 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:56.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:56.441 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:56 smithi187 ceph-mon[111815]: pgmap v21100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:56 smithi088 ceph-mon[96111]: pgmap v21100: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T10:59:57.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:57.443 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:58.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:58.444 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T10:59:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 10:59:58 smithi187 ceph-mon[111815]: pgmap v21101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 10:59:58 smithi088 ceph-mon[96111]: pgmap v21101: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T10:59:59.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T10:59:59.446 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:00.447 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:00.448 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:00.922 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:00 smithi088 ceph-mon[96111]: pgmap v21102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:00.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:00 smithi088 ceph-mon[96111]: overall HEALTH_OK 2023-10-13T11:00:00.923 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:00:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:00 smithi187 ceph-mon[111815]: pgmap v21102: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:00 smithi187 ceph-mon[111815]: overall HEALTH_OK 2023-10-13T11:00:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:00:01.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:01.449 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:02.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:02.451 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:02 smithi187 ceph-mon[111815]: pgmap v21103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:02 smithi088 ceph-mon[96111]: pgmap v21103: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:03.452 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:03.453 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:04.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:04.454 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:05.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:04 smithi088 ceph-mon[96111]: pgmap v21104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:04 smithi187 ceph-mon[111815]: pgmap v21104: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:05.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:05.455 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:06.456 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:06.457 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:06 smithi187 ceph-mon[111815]: pgmap v21105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:06 smithi088 ceph-mon[96111]: pgmap v21105: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:07.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:07.458 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:08.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:08.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:08 smithi187 ceph-mon[111815]: pgmap v21106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:08 smithi088 ceph-mon[96111]: pgmap v21106: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:09.461 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:09.462 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:10.463 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:10.464 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:10 smithi187 ceph-mon[111815]: pgmap v21107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:10 smithi088 ceph-mon[96111]: pgmap v21107: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:11.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:11.465 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:12.466 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:12.467 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:12 smithi187 ceph-mon[111815]: pgmap v21108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:12 smithi088 ceph-mon[96111]: pgmap v21108: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:13.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:13.468 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:14.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:14.470 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:14 smithi187 ceph-mon[111815]: pgmap v21109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:14 smithi088 ceph-mon[96111]: pgmap v21109: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:15.471 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:15.472 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:00:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:00:16.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:16.473 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:16 smithi187 ceph-mon[111815]: pgmap v21110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:16 smithi088 ceph-mon[96111]: pgmap v21110: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:17.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:17.475 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:18.477 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:18.478 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:18 smithi187 ceph-mon[111815]: pgmap v21111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:18 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:00:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:18 smithi088 ceph-mon[96111]: pgmap v21111: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:18 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:00:19.480 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:19.481 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:20.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:20.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:20 smithi088 ceph-mon[96111]: pgmap v21112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:21.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:20 smithi187 ceph-mon[111815]: pgmap v21112: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:21.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:21.482 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:22.483 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:22.484 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:00:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:00:22.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:00:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:00:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:00:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:00:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:22 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:00:22.573 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:22 smithi088 ceph-mon[96111]: pgmap v21113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:00:22.709 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:00:22.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:00:22.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:00:22.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:00:22.710 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:00:22.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:22 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:00:22.711 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:22 smithi187 ceph-mon[111815]: pgmap v21113: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:23.485 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:23.486 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:24.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:24.487 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:25.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:24 smithi088 ceph-mon[96111]: pgmap v21114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:24 smithi187 ceph-mon[111815]: pgmap v21114: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:25.488 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:25.489 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:26.490 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:26.491 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:26 smithi187 ceph-mon[111815]: pgmap v21115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:26 smithi088 ceph-mon[96111]: pgmap v21115: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:27.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:27.492 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:28.493 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:28.494 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:29.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:28 smithi088 ceph-mon[96111]: pgmap v21116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:28 smithi187 ceph-mon[111815]: pgmap v21116: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:29.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:29.495 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:30.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:30.497 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:30 smithi187 ceph-mon[111815]: pgmap v21117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:00:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:30 smithi088 ceph-mon[96111]: pgmap v21117: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:00:31.498 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:31.499 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:32.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:32.500 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:33.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:32 smithi187 ceph-mon[111815]: pgmap v21118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:32 smithi088 ceph-mon[96111]: pgmap v21118: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:33.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:33.502 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:34.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:34.504 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:35.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:34 smithi088 ceph-mon[96111]: pgmap v21119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:34 smithi187 ceph-mon[111815]: pgmap v21119: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:35.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:35.505 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:36.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:36.507 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:37.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:36 smithi187 ceph-mon[111815]: pgmap v21120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:36 smithi088 ceph-mon[96111]: pgmap v21120: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:37.509 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:37.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:38.510 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:38.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:39.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:38 smithi088 ceph-mon[96111]: pgmap v21121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:39.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:38 smithi187 ceph-mon[111815]: pgmap v21121: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:39.511 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:39.512 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:40.513 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:40.514 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:41.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:40 smithi187 ceph-mon[111815]: pgmap v21122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:40 smithi088 ceph-mon[96111]: pgmap v21122: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:41.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:41.515 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:42.516 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:42.517 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:43.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:42 smithi187 ceph-mon[111815]: pgmap v21123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:42 smithi088 ceph-mon[96111]: pgmap v21123: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:43.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:43.518 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:44.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:44.520 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:45.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:44 smithi088 ceph-mon[96111]: pgmap v21124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:45.208 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:44 smithi187 ceph-mon[111815]: pgmap v21124: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:45.521 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:45.522 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:46.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:45 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:00:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:45 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:00:46.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:46.523 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:47.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:46 smithi187 ceph-mon[111815]: pgmap v21125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:46 smithi088 ceph-mon[96111]: pgmap v21125: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:47.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:47.525 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:48.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:48.527 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:49.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:48 smithi187 ceph-mon[111815]: pgmap v21126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:49.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:48 smithi088 ceph-mon[96111]: pgmap v21126: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:49.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:49.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:50.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:50.530 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:50 smithi187 ceph-mon[111815]: pgmap v21127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:50 smithi088 ceph-mon[96111]: pgmap v21127: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:51.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:51.531 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:52.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:52.533 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:52 smithi187 ceph-mon[111815]: pgmap v21128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:52 smithi088 ceph-mon[96111]: pgmap v21128: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:53.534 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:53.535 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:54.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:54.536 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:55.073 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:54 smithi088 ceph-mon[96111]: pgmap v21129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:54 smithi187 ceph-mon[111815]: pgmap v21129: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:55.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:55.538 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:56.539 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:56.540 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:56 smithi187 ceph-mon[111815]: pgmap v21130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:56 smithi088 ceph-mon[96111]: pgmap v21130: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:00:57.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:57.541 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:58.542 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:58.543 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:00:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:00:58 smithi187 ceph-mon[111815]: pgmap v21131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:00:58 smithi088 ceph-mon[96111]: pgmap v21131: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:00:59.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:00:59.544 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:00.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:00.546 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:00 smithi187 ceph-mon[111815]: pgmap v21132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:01:01.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:00 smithi088 ceph-mon[96111]: pgmap v21132: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:01.302 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:01:01.547 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:01.548 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:02.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:02.549 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:02 smithi187 ceph-mon[111815]: pgmap v21133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:02 smithi088 ceph-mon[96111]: pgmap v21133: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:03.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:03.551 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:04.552 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:04.553 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:04 smithi088 ceph-mon[96111]: pgmap v21134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:04 smithi187 ceph-mon[111815]: pgmap v21134: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:05.554 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:05.555 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:06.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:06.556 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:06 smithi088 ceph-mon[96111]: pgmap v21135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:06 smithi187 ceph-mon[111815]: pgmap v21135: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:07.557 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:07.558 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:08.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:08.559 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:08 smithi088 ceph-mon[96111]: pgmap v21136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:08 smithi187 ceph-mon[111815]: pgmap v21136: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:09.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:09.561 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:10.562 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:10.563 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:10 smithi088 ceph-mon[96111]: pgmap v21137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:11.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:10 smithi187 ceph-mon[111815]: pgmap v21137: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:11.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:11.564 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:12.565 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:12.566 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:12 smithi088 ceph-mon[96111]: pgmap v21138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:12 smithi187 ceph-mon[111815]: pgmap v21138: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:13.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:13.567 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:14.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:14.569 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:15.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:14 smithi088 ceph-mon[96111]: pgmap v21139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:14 smithi187 ceph-mon[111815]: pgmap v21139: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:15.570 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:15.571 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:01:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:01:16.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:16.572 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:16 smithi088 ceph-mon[96111]: pgmap v21140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:16 smithi187 ceph-mon[111815]: pgmap v21140: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:17.573 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:17.574 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:18.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:18.575 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:18 smithi088 ceph-mon[96111]: pgmap v21141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:18 smithi187 ceph-mon[111815]: pgmap v21141: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:19.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:19.577 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:20.578 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:20.579 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:20 smithi088 ceph-mon[96111]: pgmap v21142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:21.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:20 smithi187 ceph-mon[111815]: pgmap v21142: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:21.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:21.580 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:22.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:21 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:01:22.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:21 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:01:22.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:22.582 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:22 smithi088 ceph-mon[96111]: pgmap v21143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:22 smithi187 ceph-mon[111815]: pgmap v21143: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:23.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:23.583 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:24.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:24.584 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:25 smithi088 ceph-mon[96111]: pgmap v21144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:25.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:25 smithi187 ceph-mon[111815]: pgmap v21144: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:25.585 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:25.586 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:26.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:26.587 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:27 smithi088 ceph-mon[96111]: pgmap v21145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:01:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:01:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:01:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:01:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:01:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:01:27.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:01:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:27 smithi187 ceph-mon[111815]: pgmap v21145: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:01:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:01:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:01:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:01:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:01:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:01:27.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:01:27.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:27.588 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:28.589 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:28.590 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:29 smithi088 ceph-mon[96111]: pgmap v21146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:29 smithi187 ceph-mon[111815]: pgmap v21146: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:29.591 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:29.592 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:30.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:30.593 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:31 smithi088 ceph-mon[96111]: pgmap v21147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:31 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:01:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:31 smithi187 ceph-mon[111815]: pgmap v21147: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:31 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:01:31.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:31.594 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:32.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:32.596 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:33 smithi088 ceph-mon[96111]: pgmap v21148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:33 smithi187 ceph-mon[111815]: pgmap v21148: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:33.597 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:33.598 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:34.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:34.599 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:35 smithi088 ceph-mon[96111]: pgmap v21149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:35 smithi187 ceph-mon[111815]: pgmap v21149: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:35.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:35.601 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:36.602 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:36.603 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:37 smithi088 ceph-mon[96111]: pgmap v21150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:37 smithi187 ceph-mon[111815]: pgmap v21150: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:37.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:37.604 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:38.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:38.606 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:39 smithi088 ceph-mon[96111]: pgmap v21151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:39.344 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:39 smithi187 ceph-mon[111815]: pgmap v21151: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:39.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:39.608 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:40.609 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:40.610 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:41 smithi088 ceph-mon[96111]: pgmap v21152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:41 smithi187 ceph-mon[111815]: pgmap v21152: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:41.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:41.611 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:42.612 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:42.613 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:43 smithi088 ceph-mon[96111]: pgmap v21153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:43 smithi187 ceph-mon[111815]: pgmap v21153: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:43.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:43.615 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:44.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:44.616 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:45 smithi088 ceph-mon[96111]: pgmap v21154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:45 smithi187 ceph-mon[111815]: pgmap v21154: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:45.617 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:45.618 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:01:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:01:46.619 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:46.620 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:47 smithi088 ceph-mon[96111]: pgmap v21155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:47 smithi187 ceph-mon[111815]: pgmap v21155: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:47.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:47.621 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:48.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:48 smithi187 ceph-mon[111815]: pgmap v21156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:48.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:48 smithi088 ceph-mon[96111]: pgmap v21156: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:48.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:48.623 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:49.624 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:49.625 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:50.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:50.627 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:51.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:50 smithi187 ceph-mon[111815]: pgmap v21157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:50 smithi088 ceph-mon[96111]: pgmap v21157: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:51.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:51.628 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:52.629 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:52.630 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:53.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:52 smithi187 ceph-mon[111815]: pgmap v21158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:52 smithi088 ceph-mon[96111]: pgmap v21158: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:53.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:53.631 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:54.632 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:54.633 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:55.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:54 smithi187 ceph-mon[111815]: pgmap v21159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:54 smithi088 ceph-mon[96111]: pgmap v21159: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:55.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:55.634 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:56.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:56.636 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:57.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:56 smithi187 ceph-mon[111815]: pgmap v21160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:56 smithi088 ceph-mon[96111]: pgmap v21160: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:01:57.637 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:57.638 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:58.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:58.639 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:01:59.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:01:58 smithi187 ceph-mon[111815]: pgmap v21161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:01:58 smithi088 ceph-mon[96111]: pgmap v21161: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:01:59.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:01:59.641 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:00.642 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:00.643 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:00 smithi187 ceph-mon[111815]: pgmap v21162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:00 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:02:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:00 smithi088 ceph-mon[96111]: pgmap v21162: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:00 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:02:01.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:01.644 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:02.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:02.646 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:03.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:02 smithi187 ceph-mon[111815]: pgmap v21163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:02 smithi088 ceph-mon[96111]: pgmap v21163: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:03.647 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:03.648 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:04.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:04.649 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:05.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:04 smithi187 ceph-mon[111815]: pgmap v21164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:04 smithi088 ceph-mon[96111]: pgmap v21164: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:05.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:05.651 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:06.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:06.652 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:07.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:06 smithi187 ceph-mon[111815]: pgmap v21165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:06 smithi088 ceph-mon[96111]: pgmap v21165: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:07.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:07.654 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:08.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:08.656 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:09.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:08 smithi187 ceph-mon[111815]: pgmap v21166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:08 smithi088 ceph-mon[96111]: pgmap v21166: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:09.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:09.657 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:10.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:10.659 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:10 smithi187 ceph-mon[111815]: pgmap v21167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:10 smithi088 ceph-mon[96111]: pgmap v21167: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:11.660 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:11.661 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:12.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:12.662 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:12 smithi187 ceph-mon[111815]: pgmap v21168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:12 smithi088 ceph-mon[96111]: pgmap v21168: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:13.663 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:13.664 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:14.665 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:14.666 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:14 smithi187 ceph-mon[111815]: pgmap v21169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:14 smithi088 ceph-mon[96111]: pgmap v21169: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:15.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:15.667 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:02:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:02:16.668 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:16.669 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:16 smithi088 ceph-mon[96111]: pgmap v21170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:17.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:16 smithi187 ceph-mon[111815]: pgmap v21170: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:17.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:17.670 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:18.671 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:18.672 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:18 smithi088 ceph-mon[96111]: pgmap v21171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:19.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:18 smithi187 ceph-mon[111815]: pgmap v21171: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:19.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:19.673 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:20.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:20.675 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:20 smithi088 ceph-mon[96111]: pgmap v21172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:20 smithi187 ceph-mon[111815]: pgmap v21172: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:21.676 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:21.677 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:22.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:22.678 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:22 smithi088 ceph-mon[96111]: pgmap v21173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:22 smithi187 ceph-mon[111815]: pgmap v21173: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:23.679 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:23.680 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:24.681 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:24.682 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:25.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:24 smithi187 ceph-mon[111815]: pgmap v21174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:24 smithi088 ceph-mon[96111]: pgmap v21174: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:25.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:25.683 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:26.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:26.685 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:26 smithi088 ceph-mon[96111]: pgmap v21175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:26 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:02:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:26 smithi187 ceph-mon[111815]: pgmap v21175: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:27.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:26 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:02:27.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:27.686 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:02:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:02:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:02:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:02:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:02:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:02:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:02:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:02:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:02:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:02:28.687 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:28.688 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:28 smithi088 ceph-mon[96111]: pgmap v21176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:28 smithi187 ceph-mon[111815]: pgmap v21176: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:29.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:29.689 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:30.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:30.691 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:30 smithi088 ceph-mon[96111]: pgmap v21177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:31.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:02:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:30 smithi187 ceph-mon[111815]: pgmap v21177: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:02:31.692 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:31.693 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:32.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:32.694 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:32 smithi088 ceph-mon[96111]: pgmap v21178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:32 smithi187 ceph-mon[111815]: pgmap v21178: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:33.695 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:33.696 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:34.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:34.697 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:35.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:34 smithi187 ceph-mon[111815]: pgmap v21179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:34 smithi088 ceph-mon[96111]: pgmap v21179: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:35.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:35.699 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:36.700 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:36.701 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:36 smithi088 ceph-mon[96111]: pgmap v21180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:36 smithi187 ceph-mon[111815]: pgmap v21180: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:37.702 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:37.703 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:38.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:38.704 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:39 smithi088 ceph-mon[96111]: pgmap v21181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:39 smithi187 ceph-mon[111815]: pgmap v21181: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:39.705 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:39.706 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:40.707 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:40.708 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:41 smithi088 ceph-mon[96111]: pgmap v21182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:41 smithi187 ceph-mon[111815]: pgmap v21182: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:41.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:41.709 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:42.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:42.711 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:43 smithi088 ceph-mon[96111]: pgmap v21183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:43 smithi187 ceph-mon[111815]: pgmap v21183: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:43.712 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:43.713 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:44.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:44.714 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:45 smithi088 ceph-mon[96111]: pgmap v21184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:45 smithi187 ceph-mon[111815]: pgmap v21184: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:45.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:45.716 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:02:46.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:02:46.717 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:46.718 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:47 smithi088 ceph-mon[96111]: pgmap v21185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:47 smithi187 ceph-mon[111815]: pgmap v21185: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:47.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:47.719 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:48.720 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:48.721 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:49 smithi088 ceph-mon[96111]: pgmap v21186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:49 smithi187 ceph-mon[111815]: pgmap v21186: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:49.722 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:49.723 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:50.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:50.724 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:51 smithi088 ceph-mon[96111]: pgmap v21187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:51 smithi187 ceph-mon[111815]: pgmap v21187: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:51.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:51.726 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:52.727 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:52.728 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:53 smithi088 ceph-mon[96111]: pgmap v21188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:53 smithi187 ceph-mon[111815]: pgmap v21188: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:53.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:53.729 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:54.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:54.731 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:55 smithi088 ceph-mon[96111]: pgmap v21189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:55 smithi187 ceph-mon[111815]: pgmap v21189: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:55.732 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:55.733 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:56.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:56.734 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:57 smithi088 ceph-mon[96111]: pgmap v21190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:57.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:57 smithi187 ceph-mon[111815]: pgmap v21190: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:02:57.735 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:57.736 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:58.737 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:58.738 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:02:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:02:59 smithi088 ceph-mon[96111]: pgmap v21191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:02:59 smithi187 ceph-mon[111815]: pgmap v21191: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:02:59.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:02:59.739 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:00.740 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:00.741 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:01 smithi088 ceph-mon[96111]: pgmap v21192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:01.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:03:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:01 smithi187 ceph-mon[111815]: pgmap v21192: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:01.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:03:01.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:01.742 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:02.743 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:02.744 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:03 smithi088 ceph-mon[96111]: pgmap v21193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:03 smithi187 ceph-mon[111815]: pgmap v21193: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:03.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:03.745 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:04.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:04.747 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:05 smithi088 ceph-mon[96111]: pgmap v21194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:05 smithi187 ceph-mon[111815]: pgmap v21194: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:05.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:05.749 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:06.750 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:06.751 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:07 smithi088 ceph-mon[96111]: pgmap v21195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:07 smithi187 ceph-mon[111815]: pgmap v21195: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:07.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:07.752 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:08.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:08.758 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:09.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:09 smithi088 ceph-mon[96111]: pgmap v21196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:09 smithi187 ceph-mon[111815]: pgmap v21196: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:09.755 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:09.756 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:10.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:10.757 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:10 smithi187 ceph-mon[111815]: pgmap v21197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:10 smithi088 ceph-mon[96111]: pgmap v21197: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:11.759 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:12.760 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:12.761 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:13.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:12 smithi187 ceph-mon[111815]: pgmap v21198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:12 smithi088 ceph-mon[96111]: pgmap v21198: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:13.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:13.762 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:14.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:14.764 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:15.072 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:14 smithi088 ceph-mon[96111]: pgmap v21199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:15.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:14 smithi187 ceph-mon[111815]: pgmap v21199: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:15.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:15.765 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:16.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:15 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:03:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:15 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:03:16.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:16.767 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:17.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:16 smithi187 ceph-mon[111815]: pgmap v21200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:17.209 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:16 smithi088 ceph-mon[96111]: pgmap v21200: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:17.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:17.769 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:18.770 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:18.771 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:19.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:18 smithi187 ceph-mon[111815]: pgmap v21201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:18 smithi088 ceph-mon[96111]: pgmap v21201: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:19.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:19.772 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:20.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:20.774 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:21.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:20 smithi187 ceph-mon[111815]: pgmap v21202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:20 smithi088 ceph-mon[96111]: pgmap v21202: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:21.775 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:21.776 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:22.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:22.777 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:23.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:22 smithi187 ceph-mon[111815]: pgmap v21203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:22 smithi088 ceph-mon[96111]: pgmap v21203: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:23.778 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:23.779 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:24.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:24.781 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:25.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:24 smithi088 ceph-mon[96111]: pgmap v21204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:25.454 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:24 smithi187 ceph-mon[111815]: pgmap v21204: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:25.782 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:25.783 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:26.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:26.784 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:26 smithi088 ceph-mon[96111]: pgmap v21205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:27.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:26 smithi187 ceph-mon[111815]: pgmap v21205: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:27.785 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:27.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:28.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:03:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:03:28.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:27 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:03:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:03:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:03:28.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:27 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:03:28.786 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:28.787 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:28 smithi088 ceph-mon[96111]: pgmap v21206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:03:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:03:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:03:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:03:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:03:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:28 smithi187 ceph-mon[111815]: pgmap v21206: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:03:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:03:29.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:03:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:03:29.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:03:29.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:29.788 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:30.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:30.790 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:30 smithi088 ceph-mon[96111]: pgmap v21207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:03:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:30 smithi187 ceph-mon[111815]: pgmap v21207: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:31.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:03:31.791 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:31.792 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:32.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:32.793 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:32 smithi088 ceph-mon[96111]: pgmap v21208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:32 smithi187 ceph-mon[111815]: pgmap v21208: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:33.794 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:33.795 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:34.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:34.796 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:34 smithi088 ceph-mon[96111]: pgmap v21209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:35.461 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:34 smithi187 ceph-mon[111815]: pgmap v21209: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:35.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:35.798 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:36.799 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:36.800 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:36 smithi088 ceph-mon[96111]: pgmap v21210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:36 smithi187 ceph-mon[111815]: pgmap v21210: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:37.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:37.801 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:38.802 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:38.803 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:39.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:38 smithi088 ceph-mon[96111]: pgmap v21211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:38 smithi187 ceph-mon[111815]: pgmap v21211: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:39.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:39.804 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:40.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:40.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:40 smithi088 ceph-mon[96111]: pgmap v21212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:41.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:40 smithi187 ceph-mon[111815]: pgmap v21212: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:41.807 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:41.808 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:42.809 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:42.810 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:42 smithi088 ceph-mon[96111]: pgmap v21213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:42 smithi187 ceph-mon[111815]: pgmap v21213: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:43.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:43.811 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:44.812 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:44.813 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:44 smithi088 ceph-mon[96111]: pgmap v21214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:44 smithi187 ceph-mon[111815]: pgmap v21214: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:45.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:45.814 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:46.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:46 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:03:46.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:46 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:03:46.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:46.816 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:47.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:47 smithi088 ceph-mon[96111]: pgmap v21215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:47.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:47 smithi187 ceph-mon[111815]: pgmap v21215: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:47.817 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:47.818 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:48.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:48.819 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:49.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:49 smithi088 ceph-mon[96111]: pgmap v21216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:49.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:49 smithi187 ceph-mon[111815]: pgmap v21216: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:49.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:49.821 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:50.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:50.825 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:51.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:51 smithi088 ceph-mon[96111]: pgmap v21217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:51.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:51 smithi187 ceph-mon[111815]: pgmap v21217: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:51.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:51.824 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:52.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:52.826 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:53.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:53 smithi088 ceph-mon[96111]: pgmap v21218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:53.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:53 smithi187 ceph-mon[111815]: pgmap v21218: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:53.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:53.827 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:54.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:54.829 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:55.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:55 smithi088 ceph-mon[96111]: pgmap v21219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:55.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:55 smithi187 ceph-mon[111815]: pgmap v21219: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:55.830 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:55.831 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:56.832 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:56.833 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:57.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:57 smithi088 ceph-mon[96111]: pgmap v21220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:57.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:57 smithi187 ceph-mon[111815]: pgmap v21220: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:03:57.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:57.834 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:58.835 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:58.836 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:03:59.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:03:59 smithi088 ceph-mon[96111]: pgmap v21221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:59.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:03:59 smithi187 ceph-mon[111815]: pgmap v21221: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:03:59.837 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:03:59.838 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:00.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:00.839 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:01 smithi187 ceph-mon[111815]: pgmap v21222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:01.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:01 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:04:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:01 smithi088 ceph-mon[96111]: pgmap v21222: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:01.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:01 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:04:01.840 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:01.841 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:02.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:02.842 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:03.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:03 smithi088 ceph-mon[96111]: pgmap v21223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:03.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:03 smithi187 ceph-mon[111815]: pgmap v21223: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:03.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:03.844 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:04.845 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:04.846 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:05.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:05 smithi088 ceph-mon[96111]: pgmap v21224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:05.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:05 smithi187 ceph-mon[111815]: pgmap v21224: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:05.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:05.847 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:06.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:06.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:07.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:07 smithi088 ceph-mon[96111]: pgmap v21225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:04:07.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:07 smithi187 ceph-mon[111815]: pgmap v21225: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:04:07.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:07.851 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:08.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:08.852 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:09.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:09 smithi088 ceph-mon[96111]: pgmap v21226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:09.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:09 smithi187 ceph-mon[111815]: pgmap v21226: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:09.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:09.854 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:10.855 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:10.856 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:11.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:11 smithi187 ceph-mon[111815]: pgmap v21227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:11.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:11 smithi088 ceph-mon[96111]: pgmap v21227: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:11.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:11.857 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:12.858 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:12.859 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:13.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:13 smithi088 ceph-mon[96111]: pgmap v21228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:13.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:13 smithi187 ceph-mon[111815]: pgmap v21228: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:13.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:13.860 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:14.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:14.862 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:15.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:15 smithi088 ceph-mon[96111]: pgmap v21229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:15.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:15 smithi187 ceph-mon[111815]: pgmap v21229: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:15.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:15.864 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:16.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:16 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:04:16.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:16 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:04:16.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:16.865 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:17.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:17 smithi088 ceph-mon[96111]: pgmap v21230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:04:17.460 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:17 smithi187 ceph-mon[111815]: pgmap v21230: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:04:17.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:17.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:18.868 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:18.869 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:19.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:19 smithi088 ceph-mon[96111]: pgmap v21231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:19.458 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:19 smithi187 ceph-mon[111815]: pgmap v21231: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:19.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:19.870 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:20.871 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:20.872 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:21.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:21 smithi088 ceph-mon[96111]: pgmap v21232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:21.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:21 smithi187 ceph-mon[111815]: pgmap v21232: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:21.873 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:21.874 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:22.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:22.875 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:23.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:23 smithi088 ceph-mon[96111]: pgmap v21233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:23.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:23 smithi187 ceph-mon[111815]: pgmap v21233: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:23.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:23.877 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:24.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:24 smithi187 ceph-mon[111815]: pgmap v21234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:24.572 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:24 smithi088 ceph-mon[96111]: pgmap v21234: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:24.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:24.878 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:25.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:25.880 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:26.881 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:26.882 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:27.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:26 smithi187 ceph-mon[111815]: pgmap v21235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:04:27.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:26 smithi088 ceph-mon[96111]: pgmap v21235: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:04:27.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:27.883 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:28.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:28.885 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:28 smithi187 ceph-mon[111815]: pgmap v21236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:04:29.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:04:29.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:04:29.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:04:29.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:04:29.210 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:28 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:04:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:28 smithi088 ceph-mon[96111]: pgmap v21236: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:29.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2023-10-13T11:04:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2023-10-13T11:04:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2023-10-13T11:04:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:04:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2023-10-13T11:04:29.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:28 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' 2023-10-13T11:04:29.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:29.887 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:30.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:30.888 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:30 smithi187 ceph-mon[111815]: pgmap v21237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:31.209 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:30 smithi187 ceph-mon[111815]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:04:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:30 smithi088 ceph-mon[96111]: pgmap v21237: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:31.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:30 smithi088 ceph-mon[96111]: from='mgr.14219 172.21.15.88:0/3295725319' entity='mgr.smithi088.fwrfaa' cmd=[{"prefix": "osd blocklist ls", "format": "json"}]: dispatch 2023-10-13T11:04:31.889 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:31.890 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:32.891 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:32.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:33.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:32 smithi088 ceph-mon[96111]: pgmap v21238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:33.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:32 smithi187 ceph-mon[111815]: pgmap v21238: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:33.892 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:33.893 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:34.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:34.894 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:35.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:34 smithi088 ceph-mon[96111]: pgmap v21239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:35.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:34 smithi187 ceph-mon[111815]: pgmap v21239: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:35.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:35.896 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:36.897 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:36.898 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:37.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:36 smithi088 ceph-mon[96111]: pgmap v21240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:04:37.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:36 smithi187 ceph-mon[111815]: pgmap v21240: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 170 B/s rd, 0 op/s 2023-10-13T11:04:37.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:37.899 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:38.900 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:38.901 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:39.323 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:38 smithi088 ceph-mon[96111]: pgmap v21241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:39.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:38 smithi187 ceph-mon[111815]: pgmap v21241: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:39.902 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:39.903 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:40.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:40.904 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:41.240 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:40 smithi187 ceph-mon[111815]: pgmap v21242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:41.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:40 smithi088 ceph-mon[96111]: pgmap v21242: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:41.905 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:41.906 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:42.907 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:42.908 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:43.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:42 smithi088 ceph-mon[96111]: pgmap v21243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:43.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:42 smithi187 ceph-mon[111815]: pgmap v21243: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:43.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:43.909 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:44.910 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:44.911 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:45.322 INFO:journalctl@ceph.mon.smithi088.smithi088.stdout:Oct 13 11:04:44 smithi088 ceph-mon[96111]: pgmap v21244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:45.459 INFO:journalctl@ceph.mon.smithi187.smithi187.stdout:Oct 13 11:04:44 smithi187 ceph-mon[111815]: pgmap v21244: 97 pgs: 97 active+clean; 740 KiB data, 218 MiB used, 715 GiB / 715 GiB avail; 85 B/s rd, 0 op/s 2023-10-13T11:04:45.912 INFO:teuthology.orchestra.run.smithi088.stderr:+ true 2023-10-13T11:04:45.913 INFO:teuthology.orchestra.run.smithi088.stderr:+ timeout 1 cat /mnt/foo/testfile 2023-10-13T11:04:46.150 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2023-10-13T11:04:46.189 DEBUG:teuthology.task.console_log:Killing console logger for smithi088 2023-10-13T11:04:46.190 DEBUG:teuthology.task.console_log:Killing console logger for smithi187 2023-10-13T11:04:46.190 DEBUG:teuthology.exit:Finished running handlers